For attrpath rPackages.rsat, using log file: /var/log/nixpkgs-update/rPackages.rsat/2024-03-04.log rPackages.rsat 0.1.18 -> 0.1.21 https://repology.org/project/r:rsat/versions attrpath: rPackages.rsat Checking auto update branch... No auto update branch exists Old version 0.1.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.rsat 0.1.18 -> 0.1.21 https://repology.org/project/r:rsat/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath kodiPackages.inputstream-adaptive, using log file: /var/log/nixpkgs-update/kodiPackages.inputstream-adaptive/2024-03-04.log kodiPackages.inputstream-adaptive 20.3.16 -> 21.4.3-Omega https://github.com/xbmc/inputstream.adaptive/releases attrpath: kodiPackages.inputstream-adaptive 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 kodiPackages.inputstream-adaptive 20.3.16 -> 21.4.3-Omega https://github.com/xbmc/inputstream.adaptive/releases [options] github_user: r-ryantm, pull_request: YES, batch_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.genlogis, using log file: /var/log/nixpkgs-update/rPackages.genlogis/2024-03-04.log rPackages.genlogis 1.0.0 -> 1.0.2 https://repology.org/project/r:genlogis/versions attrpath: rPackages.genlogis 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.genlogis 1.0.0 -> 1.0.2 https://repology.org/project/r:genlogis/versions [options] github_user: r-ryantm, pull_request: YES, batch_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.AER, using log file: /var/log/nixpkgs-update/rPackages.AER/2024-03-04.log rPackages.AER 1.2-10 -> 1.2.12 https://repology.org/project/r:aer/versions attrpath: rPackages.AER Checking auto update branch... No auto update branch exists Old version 1.2-10" 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.AER 1.2-10 -> 1.2.12 https://repology.org/project/r:aer/versions [options] github_user: r-ryantm, pull_request: YES, batch_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.TeXCheckR, using log file: /var/log/nixpkgs-update/rPackages.TeXCheckR/2024-03-04.log rPackages.TeXCheckR 0.7.0 -> 0.8.1 https://repology.org/project/r:texcheckr/versions attrpath: rPackages.TeXCheckR Checking auto update branch... No auto update branch exists Old version 0.7.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.TeXCheckR 0.7.0 -> 0.8.1 https://repology.org/project/r:texcheckr/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python312Packages.sphinx-issues, using log file: /var/log/nixpkgs-update/python312Packages.sphinx-issues/2024-03-04.log python312Packages.sphinx-issues 3.0.1 -> 4.0.0 https://repology.org/project/python:sphinx-issues/versions attrpath: python312Packages.sphinx-issues Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/0xkjbx9m3pzj24rr1292952md0sbcbbb-packages.json.drv building '/nix/store/0xkjbx9m3pzj24rr1292952md0sbcbbb-packages.json.drv'... Going to be running update for following packages: - python3.12-sphinx-issues-3.0.1 Press Enter key to continue... Running update for: - python3.12-sphinx-issues-3.0.1: UPDATING ... - python3.12-sphinx-issues-3.0.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python312Packages.sphinx-issues 3.0.1 -> 4.0.0 https://repology.org/project/python:sphinx-issues/versions [options] github_user: r-ryantm, pull_request: YES, batch_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.SPLICE, using log file: /var/log/nixpkgs-update/rPackages.SPLICE/2024-03-04.log rPackages.SPLICE 1.1.1 -> 1.1.2 https://repology.org/project/r:splice/versions attrpath: rPackages.SPLICE Checking auto update branch... No auto update branch exists Old version 1.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.SPLICE 1.1.1 -> 1.1.2 https://repology.org/project/r:splice/versions [options] github_user: r-ryantm, pull_request: YES, batch_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.parameters, using log file: /var/log/nixpkgs-update/rPackages.parameters/2024-03-04.log rPackages.parameters 0.21.3 -> 0.21.5 https://repology.org/project/r:parameters/versions attrpath: rPackages.parameters Checking auto update branch... No auto update branch exists Old version 0.21.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.parameters 0.21.3 -> 0.21.5 https://repology.org/project/r:parameters/versions [options] github_user: r-ryantm, pull_request: YES, batch_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.dbarts, using log file: /var/log/nixpkgs-update/rPackages.dbarts/2024-03-04.log rPackages.dbarts 0.9-25 -> 0.9-26 https://repology.org/project/r:dbarts/versions attrpath: rPackages.dbarts Checking auto update branch... No auto update branch exists Old version 0.9-25" 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.dbarts 0.9-25 -> 0.9-26 https://repology.org/project/r:dbarts/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath libredwg, using log file: /var/log/nixpkgs-update/libredwg/2024-03-04.log libredwg 0.12.5.6313 -> 0.13.3 https://github.com/LibreDWG/libredwg/releases attrpath: libredwg 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 libredwg 0.12.5.6313 -> 0.13.3 https://github.com/LibreDWG/libredwg/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath pulldown-cmark, using log file: /var/log/nixpkgs-update/pulldown-cmark/2024-03-04.log pulldown-cmark 0.9.6 -> 0.10.0 https://github.com/raphlinus/pulldown-cmark/releases attrpath: pulldown-cmark Checking auto update branch... An auto update branch exists with message `pulldown-cmark: 0.9.6 -> 0.10.0`. New version is 0.10.0. An auto update branch exists with an equal or greater version [result] Failed to update pulldown-cmark 0.9.6 -> 0.10.0 https://github.com/raphlinus/pulldown-cmark/releases [options] github_user: r-ryantm, pull_request: YES, batch_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-url-dispatcher, using log file: /var/log/nixpkgs-update/lomiri.lomiri-url-dispatcher/2024-03-04.log lomiri.lomiri-url-dispatcher 0 -> 1 attrpath: lomiri.lomiri-url-dispatcher 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/wzlmhvsgmh1ingcsh9dgfprb3qiqg1mz-packages.json.drv building '/nix/store/wzlmhvsgmh1ingcsh9dgfprb3qiqg1mz-packages.json.drv'... Going to be running update for following packages: - lomiri-url-dispatcher-0.1.3 Press Enter key to continue... Running update for: - lomiri-url-dispatcher-0.1.3: UPDATING ... - lomiri-url-dispatcher-0.1.3: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update lomiri.lomiri-url-dispatcher 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.pysftp, using log file: /var/log/nixpkgs-update/python311Packages.pysftp/2024-03-04.log python311Packages.pysftp 0 -> 1 attrpath: python311Packages.pysftp Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/kvj8vkn8yar6a8nmalk5ys1c5y0yr05p-packages.json.drv building '/nix/store/kvj8vkn8yar6a8nmalk5ys1c5y0yr05p-packages.json.drv'... Going to be running update for following packages: - python3.11-pysftp-0.2.9 Press Enter key to continue... Running update for: - python3.11-pysftp-0.2.9: UPDATING ... - python3.11-pysftp-0.2.9: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.pysftp 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath qogir-theme, using log file: /var/log/nixpkgs-update/qogir-theme/2024-03-04.log qogir-theme 0 -> 1 attrpath: qogir-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/lik9xvwkxj1yacvddb39r9kmafm8qk02-packages.json.drv building '/nix/store/lik9xvwkxj1yacvddb39r9kmafm8qk02-packages.json.drv'... Going to be running update for following packages: - qogir-theme-2023-05-24 Press Enter key to continue... Running update for: - qogir-theme-2023-05-24: UPDATING ... - qogir-theme-2023-05-24: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update qogir-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 terraforming, using log file: /var/log/nixpkgs-update/terraforming/2024-03-04.log terraforming 0 -> 1 attrpath: terraforming 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 terraforming 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath fypp, using log file: /var/log/nixpkgs-update/fypp/2024-03-04.log fypp 0 -> 1 attrpath: fypp Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/1xrvzgbnk6rvkh6mp5fk7zj91qjx8c7g-packages.json.drv building '/nix/store/1xrvzgbnk6rvkh6mp5fk7zj91qjx8c7g-packages.json.drv'... Going to be running update for following packages: - fypp-3.2 Press Enter key to continue... Running update for: - fypp-3.2: UPDATING ... - fypp-3.2: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update fypp 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath grpc-tools, using log file: /var/log/nixpkgs-update/grpc-tools/2024-03-04.log grpc-tools 0 -> 1 attrpath: grpc-tools Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/qcqx6359k2xhddnw80xq1ybzqph2jddv-packages.json.drv building '/nix/store/qcqx6359k2xhddnw80xq1ybzqph2jddv-packages.json.drv'... Going to be running update for following packages: - grpc-tools-1.12.4 Press Enter key to continue... Running update for: - grpc-tools-1.12.4: UPDATING ... - grpc-tools-1.12.4: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update grpc-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 python311Packages.aioprometheus, using log file: /var/log/nixpkgs-update/python311Packages.aioprometheus/2024-03-04.log python311Packages.aioprometheus 0 -> 1 attrpath: python311Packages.aioprometheus Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/j3qkwzawd9dh0mdzy0gynn3rfrimccbr-packages.json.drv building '/nix/store/j3qkwzawd9dh0mdzy0gynn3rfrimccbr-packages.json.drv'... Going to be running update for following packages: - python3.11-aioprometheus-unstable-2023-03-14 Press Enter key to continue... Running update for: - python3.11-aioprometheus-unstable-2023-03-14: UPDATING ... - python3.11-aioprometheus-unstable-2023-03-14: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.aioprometheus 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath crystal_1_9, using log file: /var/log/nixpkgs-update/crystal_1_9/2024-03-04.log crystal_1_9 1.9.2 -> 1.11.2 https://github.com/crystal-lang/crystal/releases attrpath: crystal_1_9 Checking auto update branch... No auto update branch exists Version in attr path crystal_1_9 not compatible with 1.11.2 [result] Failed to update crystal_1_9 1.9.2 -> 1.11.2 https://github.com/crystal-lang/crystal/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath dave, using log file: /var/log/nixpkgs-update/dave/2024-03-04.log dave 0.4.0 -> 0.5.0 https://github.com/micromata/dave/releases attrpath: dave 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-iyq2DGdbdfJIRNkGAIKTk1LLDydpVX3juQFaG6H5vJQ=" build succeeded unexpectedlystderr did not split as expected full stderr was: error: attribute 'originalSrc' in selection path 'dave.originalSrc' not found stderr did not split as expected full stderr was: these 2 derivations will be built: /nix/store/ci05bf9bfq4sd5ndf6cjp52r2xkf2cbd-dave-0.5.0-go-modules.drv /nix/store/cksgcw9ihn9x8chx9dmcbxd9n06cd3fs-dave-0.5.0.drv building '/nix/store/ci05bf9bfq4sd5ndf6cjp52r2xkf2cbd-dave-0.5.0-go-modules.drv'... Running phase: unpackPhase unpacking source archive /nix/store/65pwmgil0c3m8400hbhinp88vkkhblkq-source source root is source Running phase: patchPhase applying patch /nix/store/nb0zmcygz2shwkiyws4aiidnzkv9rbb9-go-modules.patch The next patch would create the file go.mod, which already exists! Assume -R? [n] Apply anyway? [n] Skipping patch. 1 out of 1 hunk ignored The next patch would create the file go.sum, which already exists! Assume -R? [n] Apply anyway? [n] Skipping patch. 1 out of 1 hunk ignored patching file go.mod Hunk #1 FAILED at 1. 1 out of 1 hunk FAILED -- saving rejects to file go.mod.rej patching file go.sum Hunk #1 succeeded at 382 with fuzz 2 (offset 371 lines). Hunk #2 FAILED at 36. Hunk #3 FAILED at 69. Hunk #4 FAILED at 96. Hunk #5 FAILED at 143. Hunk #6 FAILED at 163. Hunk #7 succeeded at 709 with fuzz 2 (offset 521 lines). Hunk #8 FAILED at 272. Hunk #9 succeeded at 1304 with fuzz 2 (offset 983 lines). 6 out of 9 hunks FAILED -- saving rejects to file go.sum.rej error: builder for '/nix/store/ci05bf9bfq4sd5ndf6cjp52r2xkf2cbd-dave-0.5.0-go-modules.drv' failed with exit code 1; last 25 log lines: > applying patch /nix/store/nb0zmcygz2shwkiyws4aiidnzkv9rbb9-go-modules.patch > The next patch would create the file go.mod, > which already exists! Assume -R? [n] > Apply anyway? [n] > Skipping patch. > 1 out of 1 hunk ignored > The next patch would create the file go.sum, > which already exists! Assume -R? [n] > Apply anyway? [n] > Skipping patch. > 1 out of 1 hunk ignored > patching file go.mod > Hunk #1 FAILED at 1. > 1 out of 1 hunk FAILED -- saving rejects to file go.mod.rej > patching file go.sum > Hunk #1 succeeded at 382 with fuzz 2 (offset 371 lines). > Hunk #2 FAILED at 36. > Hunk #3 FAILED at 69. > Hunk #4 FAILED at 96. > Hunk #5 FAILED at 143. > Hunk #6 FAILED at 163. > Hunk #7 succeeded at 709 with fuzz 2 (offset 521 lines). > Hunk #8 FAILED at 272. > Hunk #9 succeeded at 1304 with fuzz 2 (offset 983 lines). > 6 out of 9 hunks FAILED -- saving rejects to file go.sum.rej For full logs, run 'nix log /nix/store/ci05bf9bfq4sd5ndf6cjp52r2xkf2cbd-dave-0.5.0-go-modules.drv'. error: 1 dependencies of derivation '/nix/store/cksgcw9ihn9x8chx9dmcbxd9n06cd3fs-dave-0.5.0.drv' failed to build [result] Failed to update dave 0.4.0 -> 0.5.0 https://github.com/micromata/dave/releases [options] github_user: r-ryantm, pull_request: YES, batch_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.RWsearch, using log file: /var/log/nixpkgs-update/rPackages.RWsearch/2024-03-04.log rPackages.RWsearch 5.0.5 -> 5.1.4 https://repology.org/project/r:rwsearch/versions attrpath: rPackages.RWsearch Checking auto update branch... No auto update branch exists Old version 5.0.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.RWsearch 5.0.5 -> 5.1.4 https://repology.org/project/r:rwsearch/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath ready-check, using log file: /var/log/nixpkgs-update/ready-check/2024-03-04.log ready-check 0 -> 1 attrpath: ready-check Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/zaq8k9m97f23xzpx7g40amv03sqdf0fc-packages.json.drv building '/nix/store/zaq8k9m97f23xzpx7g40amv03sqdf0fc-packages.json.drv'... Going to be running update for following packages: - ready-check-1.2.5 Press Enter key to continue... Running update for: - ready-check-1.2.5: UPDATING ... - ready-check-1.2.5: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/by-name/re/ready-check/package.nix b/pkgs/by-name/re/ready-check/package.nix index 410c4c188a40..84dcc83454a7 100644 --- a/pkgs/by-name/re/ready-check/package.nix +++ b/pkgs/by-name/re/ready-check/package.nix @@ -5,14 +5,14 @@ python3.pkgs.buildPythonApplication rec { pname = "ready-check"; - version = "1.2.5"; + version = "1.2.6"; pyproject = true; src = fetchFromGitHub { owner = "sesh"; repo = "ready"; rev = "refs/tags/v${version}"; - hash = "sha256-eerYxpn1f+d1PQJCDlH9kD1KKlkL/dQFUpbSRcNoXlI="; + hash = "sha256-j0UY2Q1jYGRtjvaWMwgMJrNaQZQnEJ5ST4o4PAVYWVc="; }; nativeBuildInputs = with python3.pkgs; [ No auto update branch exists [outpaths] eval start [outpaths] eval end Successfully finished processing cachix "/nix/store/5xqhjawv6ys0bfkfa4n97jpqdmdp7649-ready-check-1.2.6" [check][nixpkgs-review] Result of `nixpkgs-review --extra-nixpkgs-config '{ allowInsecurePredicate = x: true; }'` run on x86_64-linux [1](https://github.com/Mic92/nixpkgs-review)
2 packages built:
Automatic update generated by [nixpkgs-update](https://github.com/ryantm/nixpkgs-update) tools. This update was made based on information from passthru.updateScript. meta.description for ready-check is: Tool to check readiness of websites meta.homepage for ready-check is: https://github.com/sesh/ready meta.changelog for ready-check is: https://github.com/sesh/ready/releases/tag/v1.2.6 ###### 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 1.2.6 with grep in /nix/store/5xqhjawv6ys0bfkfa4n97jpqdmdp7649-ready-check-1.2.6 - found 1.2.6 in filename of file in /nix/store/5xqhjawv6ys0bfkfa4n97jpqdmdp7649-ready-check-1.2.6 ---
Rebuild report (if merged into master) (click to expand) ``` 1 total rebuild path(s) 1 package rebuild(s) First fifty rebuilds by attrpath ready-check ```
Instructions to test this update (click to expand) --- Either **download from Cachix**: ``` nix-store -r /nix/store/5xqhjawv6ys0bfkfa4n97jpqdmdp7649-ready-check-1.2.6 \ --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 ready-check https://github.com/r-ryantm/nixpkgs/archive/0dae9de4418ce07451febda26253e2092d00e15b.tar.gz ``` Or: ``` nix build github:r-ryantm/nixpkgs/0dae9de4418ce07451febda26253e2092d00e15b#ready-check ``` After you've downloaded or built it, look at the files and if there are any, run the binaries: ``` ls -la /nix/store/5xqhjawv6ys0bfkfa4n97jpqdmdp7649-ready-check-1.2.6 ls -la /nix/store/5xqhjawv6ys0bfkfa4n97jpqdmdp7649-ready-check-1.2.6/bin ``` ---

### Pre-merge build results We have automatically built all packages that will get rebuilt due to this change. This gives evidence on whether the upgrade will break dependent packages. Note sometimes packages show up as _failed to build_ independent of the change, simply because they are already broken on the target branch. Result of `nixpkgs-review --extra-nixpkgs-config '{ allowInsecurePredicate = x: true; }'` run on x86_64-linux [1](https://github.com/Mic92/nixpkgs-review)
2 packages built:
--- ###### Maintainer pings cc @fabaff 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/293120 [result] Success updating ready-check 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath dnsx, using log file: /var/log/nixpkgs-update/dnsx/2024-03-04.log dnsx 1.1.6 -> 1.2.0 https://github.com/projectdiscovery/dnsx/releases attrpath: dnsx 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-S1mJMVfQSy49Lm4q3v05kjbXBlBgBt/AAzLOoQkk75A=" [golangModuleVersion] Replaced vendorHash with sha256-/fZaUJHP5HwwLBdeNq6iMhfdJ1DYt6YVeHP4ZGmYffg= [golangModuleVersion] Finished updating vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] skipping because derivation has no updateScript Diff after rewrites: diff --git a/pkgs/tools/security/dnsx/default.nix b/pkgs/tools/security/dnsx/default.nix index 648f7883788e..a1556ed7d687 100644 --- a/pkgs/tools/security/dnsx/default.nix +++ b/pkgs/tools/security/dnsx/default.nix @@ -5,16 +5,16 @@ buildGoModule rec { pname = "dnsx"; - version = "1.1.6"; + version = "1.2.0"; src = fetchFromGitHub { owner = "projectdiscovery"; repo = "dnsx"; rev = "refs/tags/v${version}"; - hash = "sha256-dyqZXc5k76BwF2Kh2vm9d+dpvgpXK/8VQeGjx1UzA6k="; + hash = "sha256-gfznhNW9EmUuKrgxhQD4jKO4raQedTsg/ZcpscymQTs="; }; - vendorHash = "sha256-S1mJMVfQSy49Lm4q3v05kjbXBlBgBt/AAzLOoQkk75A="; + vendorHash = "sha256-/fZaUJHP5HwwLBdeNq6iMhfdJ1DYt6YVeHP4ZGmYffg="; # Tests require network access doCheck = false; [outpaths] eval start [outpaths] eval end Successfully finished processing cachix "/nix/store/9ih2sxx0hhb06rgb92w52j8y9laq0vnc-dnsx-1.2.0" [check][nixpkgs-review] Result of `nixpkgs-review --extra-nixpkgs-config '{ allowInsecurePredicate = x: true; }'` run on x86_64-linux [1](https://github.com/Mic92/nixpkgs-review)
1 package built:
Automatic update generated by [nixpkgs-update](https://github.com/ryantm/nixpkgs-update) tools. This update was made based on information from https://github.com/projectdiscovery/dnsx/releases. meta.description for dnsx is: Fast and multi-purpose DNS toolkit meta.homepage for dnsx is: https://github.com/projectdiscovery/dnsx meta.changelog for dnsx is: https://github.com/projectdiscovery/dnsx/releases/tag/v1.2.0 ###### Updates performed - Golang update ###### To inspect upstream changes ###### Impact Checks done --- - built on NixOS - The tests defined in `passthru.tests`, if any, passed - found 1.2.0 with grep in /nix/store/9ih2sxx0hhb06rgb92w52j8y9laq0vnc-dnsx-1.2.0 - found 1.2.0 in filename of file in /nix/store/9ih2sxx0hhb06rgb92w52j8y9laq0vnc-dnsx-1.2.0 ---
Rebuild report (if merged into master) (click to expand) ``` 1 total rebuild path(s) 1 package rebuild(s) First fifty rebuilds by attrpath dnsx ```
Instructions to test this update (click to expand) --- Either **download from Cachix**: ``` nix-store -r /nix/store/9ih2sxx0hhb06rgb92w52j8y9laq0vnc-dnsx-1.2.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 dnsx https://github.com/r-ryantm/nixpkgs/archive/1f472b4dd4f21b6776fe9780b85283b123993846.tar.gz ``` Or: ``` nix build github:r-ryantm/nixpkgs/1f472b4dd4f21b6776fe9780b85283b123993846#dnsx ``` After you've downloaded or built it, look at the files and if there are any, run the binaries: ``` ls -la /nix/store/9ih2sxx0hhb06rgb92w52j8y9laq0vnc-dnsx-1.2.0 ls -la /nix/store/9ih2sxx0hhb06rgb92w52j8y9laq0vnc-dnsx-1.2.0/bin ``` ---

### Pre-merge build results We have automatically built all packages that will get rebuilt due to this change. This gives evidence on whether the upgrade will break dependent packages. Note sometimes packages show up as _failed to build_ independent of the change, simply because they are already broken on the target branch. Result of `nixpkgs-review --extra-nixpkgs-config '{ allowInsecurePredicate = x: true; }'` run on x86_64-linux [1](https://github.com/Mic92/nixpkgs-review)
1 package built:
--- ###### Maintainer pings cc @fabaff 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/293125 [result] Success updating dnsx 1.1.6 -> 1.2.0 https://github.com/projectdiscovery/dnsx/releases [options] github_user: r-ryantm, pull_request: YES, batch_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.runner, using log file: /var/log/nixpkgs-update/rPackages.runner/2024-03-04.log rPackages.runner 0.4.3 -> 0.4.4 https://repology.org/project/r:runner/versions attrpath: rPackages.runner Checking auto update branch... No auto update branch exists Old version 0.4.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.runner 0.4.3 -> 0.4.4 https://repology.org/project/r:runner/versions [options] github_user: r-ryantm, pull_request: YES, batch_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.thor, using log file: /var/log/nixpkgs-update/rubyPackages_3_2.thor/2024-03-04.log rubyPackages_3_2.thor 1.3.0 -> 1.3.1 https://repology.org/project/ruby:thor/versions attrpath: rubyPackages_3_2.thor 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.thor 1.3.0 -> 1.3.1 https://repology.org/project/ruby:thor/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.aiooui, using log file: /var/log/nixpkgs-update/python311Packages.aiooui/2024-03-04.log python311Packages.aiooui 0 -> 1 attrpath: python311Packages.aiooui Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/pg3p739ns5q17q05n371g8r1rpk19bf9-packages.json.drv building '/nix/store/pg3p739ns5q17q05n371g8r1rpk19bf9-packages.json.drv'... Going to be running update for following packages: - python3.11-aiooui-0.1.5 Press Enter key to continue... Running update for: - python3.11-aiooui-0.1.5: UPDATING ... - python3.11-aiooui-0.1.5: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.aiooui 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_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.docopt, using log file: /var/log/nixpkgs-update/haskellPackages.docopt/2024-03-04.log haskellPackages.docopt 0.7.0.7 -> 0.7.0.8 https://repology.org/project/haskell:docopt/versions attrpath: haskellPackages.docopt Checking auto update branch... No auto update branch exists Derivation file says not to edit it [result] Failed to update haskellPackages.docopt 0.7.0.7 -> 0.7.0.8 https://repology.org/project/haskell:docopt/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath xorg.editres, using log file: /var/log/nixpkgs-update/xorg.editres/2024-03-04.log xorg.editres 1.0.8 -> 1.0.9 https://repology.org/project/editres/versions attrpath: xorg.editres Checking auto update branch... No auto update branch exists Derivation file says not to edit it [result] Failed to update xorg.editres 1.0.8 -> 1.0.9 https://repology.org/project/editres/versions [options] github_user: r-ryantm, pull_request: YES, batch_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.geostan, using log file: /var/log/nixpkgs-update/rPackages.geostan/2024-03-04.log rPackages.geostan 0.5.3 -> 0.5.4 https://repology.org/project/r:geostan/versions attrpath: rPackages.geostan Checking auto update branch... No auto update branch exists Old version 0.5.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.geostan 0.5.3 -> 0.5.4 https://repology.org/project/r:geostan/versions [options] github_user: r-ryantm, pull_request: YES, batch_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.bWGR, using log file: /var/log/nixpkgs-update/rPackages.bWGR/2024-03-04.log rPackages.bWGR 2.2.5 -> 2.2.6 https://repology.org/project/r:bwgr/versions attrpath: rPackages.bWGR Checking auto update branch... No auto update branch exists Old version 2.2.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.bWGR 2.2.5 -> 2.2.6 https://repology.org/project/r:bwgr/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath ldc, using log file: /var/log/nixpkgs-update/ldc/2024-03-04.log ldc 1.36.0 -> 1.37.0 https://repology.org/project/ldc/versions attrpath: ldc Checking auto update branch... No auto update branch exists Old version 1.36.0" not present in master derivation file with contents: { version, sha256 }: { lib, stdenv, fetchurl, cmake, ninja, llvm_17, curl, tzdata , libconfig, lit, gdb, unzip, darwin, bash , callPackage, makeWrapper, runCommand, targetPackages , ldcBootstrap ? callPackage ./bootstrap.nix { } }: let pathConfig = runCommand "ldc-lib-paths" {} '' mkdir $out echo ${tzdata}/share/zoneinfo/ > $out/TZDatabaseDirFile echo ${curl.out}/lib/libcurl${stdenv.hostPlatform.extensions.sharedLibrary} > $out/LibcurlPathFile ''; in stdenv.mkDerivation rec { pname = "ldc"; inherit version; src = fetchurl { url = "https://github.com/ldc-developers/ldc/releases/download/v${version}/ldc-${version}-src.tar.gz"; inherit sha256; }; # https://issues.dlang.org/show_bug.cgi?id=19553 hardeningDisable = [ "fortify" ]; postUnpack = '' patchShebangs . '' + '' rm ldc-${version}-src/tests/dmd/fail_compilation/mixin_gc.d rm ldc-${version}-src/tests/dmd/runnable/xtest46_gc.d rm ldc-${version}-src/tests/dmd/runnable/testptrref_gc.d # test depends on current year rm ldc-${version}-src/tests/dmd/compilable/ddocYear.d '' + lib.optionalString stdenv.hostPlatform.isDarwin '' # https://github.com/NixOS/nixpkgs/issues/34817 rm -r ldc-${version}-src/tests/plugins/addFuncEntryCall ''; postPatch = '' # Setting SHELL=$SHELL when dmd testsuite is run doesn't work on Linux somehow substituteInPlace tests/dmd/Makefile --replace "SHELL=/bin/bash" "SHELL=${bash}/bin/bash" '' + lib.optionalString stdenv.hostPlatform.isLinux '' substituteInPlace runtime/phobos/std/socket.d --replace "assert(ih.addrList[0] == 0x7F_00_00_01);" "" '' + lib.optionalString stdenv.hostPlatform.isDarwin '' substituteInPlace runtime/phobos/std/socket.d --replace "foreach (name; names)" "names = []; foreach (name; names)" ''; nativeBuildInputs = [ cmake ldcBootstrap lit lit.python llvm_17.dev makeWrapper ninja unzip ] ++ lib.optionals stdenv.hostPlatform.isDarwin [ darwin.apple_sdk.frameworks.Foundation ] ++ lib.optionals (!stdenv.hostPlatform.isDarwin) [ # https://github.com/NixOS/nixpkgs/pull/36378#issuecomment-385034818 gdb ]; buildInputs = [ curl tzdata ]; cmakeFlags = [ "-DD_FLAGS=-d-version=TZDatabaseDir;-d-version=LibcurlPath;-J${pathConfig}" ]; postConfigure = '' export DMD=$PWD/bin/ldmd2 ''; makeFlags = [ "DMD=$DMD" ]; fixNames = lib.optionalString stdenv.hostPlatform.isDarwin '' fixDarwinDylibNames() { local flags=() for fn in "$@"; do flags+=(-change "$(basename "$fn")" "$fn") done for fn in "$@"; do if [ -L "$fn" ]; then continue; fi echo "$fn: fixing dylib" install_name_tool -id "$fn" "''${flags[@]}" "$fn" done } fixDarwinDylibNames $(find "$(pwd)/lib" -name "*.dylib") export DYLD_LIBRARY_PATH=$(pwd)/lib ''; # https://github.com/ldc-developers/ldc/issues/2497#issuecomment-459633746 additionalExceptions = lib.optionalString stdenv.hostPlatform.isDarwin "|druntime-test-shared"; checkPhase = '' # Build default lib test runners ninja -j$NIX_BUILD_CORES all-test-runners ${fixNames} # Run dmd testsuite export DMD_TESTSUITE_MAKE_ARGS="-j$NIX_BUILD_CORES DMD=$DMD" ctest -V -R "dmd-testsuite" # Build and run LDC D unittests. ctest --output-on-failure -R "ldc2-unittest" # Run LIT testsuite. ctest -V -R "lit-tests" # Run default lib unittests ctest -j$NIX_BUILD_CORES --output-on-failure -E "ldc2-unittest|lit-tests|dmd-testsuite${additionalExceptions}" ''; postInstall = '' wrapProgram $out/bin/ldc2 \ --prefix PATH ":" "${targetPackages.stdenv.cc}/bin" \ --set-default CC "${targetPackages.stdenv.cc}/bin/cc" ''; meta = with lib; { description = "The LLVM-based D compiler"; homepage = "https://github.com/ldc-developers/ldc"; # from https://github.com/ldc-developers/ldc/blob/master/LICENSE license = with licenses; [ bsd3 boost mit ncsa gpl2Plus ]; maintainers = with maintainers; [ ThomasMader lionello jtbx ]; platforms = [ "x86_64-linux" "i686-linux" "aarch64-linux" "x86_64-darwin" "aarch64-darwin" ]; }; } [result] Failed to update ldc 1.36.0 -> 1.37.0 https://repology.org/project/ldc/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath gotify-desktop, using log file: /var/log/nixpkgs-update/gotify-desktop/2024-03-04.log gotify-desktop 1.3.4 -> 1.3.6 https://repology.org/project/gotify-desktop/versions attrpath: gotify-desktop 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-VJ/k6sfBCuokXGpfZ9zGQ7ucbHLweUSgBhlChwko69g= [rustCrateVersion] Finished updating Crate version and replacing hashes [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] skipping because derivation has no updateScript Diff after rewrites: diff --git a/pkgs/tools/misc/gotify-desktop/default.nix b/pkgs/tools/misc/gotify-desktop/default.nix index 409179461ef0..90b1bec1f5a2 100644 --- a/pkgs/tools/misc/gotify-desktop/default.nix +++ b/pkgs/tools/misc/gotify-desktop/default.nix @@ -2,16 +2,16 @@ rustPlatform.buildRustPackage rec { pname = "gotify-desktop"; - version = "1.3.4"; + version = "1.3.6"; src = fetchFromGitHub { owner = "desbma"; repo = pname; rev = version; - sha256 = "sha256-TuqzwmKB48xcdzrAr7MvDA9JChobraESQZPKoy24mPE="; + sha256 = "sha256-epolESdf9+2lI+AJ8hMpVPakS1f8fYam+JniiPLIHCs="; }; - cargoHash = "sha256-vg3al+eH9Q4D/T56jwWBlBT4IhuggiEVBl8WoZmUS2Y="; + cargoHash = "sha256-VJ/k6sfBCuokXGpfZ9zGQ7ucbHLweUSgBhlChwko69g="; nativeBuildInputs = [ pkg-config ]; [outpaths] eval start [outpaths] eval end Successfully finished processing cachix "/nix/store/34829nvm6qbhywda02k7mpkwr533abl3-gotify-desktop-1.3.6" [check][nixpkgs-review] Result of `nixpkgs-review --extra-nixpkgs-config '{ allowInsecurePredicate = x: true; }'` run on x86_64-linux [1](https://github.com/Mic92/nixpkgs-review)
1 package built:
Automatic update generated by [nixpkgs-update](https://github.com/ryantm/nixpkgs-update) tools. This update was made based on information from https://repology.org/project/gotify-desktop/versions. meta.description for gotify-desktop is: Small Gotify daemon to send messages as desktop notifications meta.homepage for gotify-desktop is: https://github.com/desbma/gotify-desktop ###### Updates performed - Rust version update ###### To inspect upstream changes - [Compare changes on GitHub](https://github.com/desbma/gotify-desktop/compare/1.3.4...1.3.6) ###### Impact Checks done --- - built on NixOS - The tests defined in `passthru.tests`, if any, passed - found 1.3.6 with grep in /nix/store/34829nvm6qbhywda02k7mpkwr533abl3-gotify-desktop-1.3.6 - found 1.3.6 in filename of file in /nix/store/34829nvm6qbhywda02k7mpkwr533abl3-gotify-desktop-1.3.6 ---
Rebuild report (if merged into master) (click to expand) ``` 1 total rebuild path(s) 1 package rebuild(s) First fifty rebuilds by attrpath gotify-desktop ```
Instructions to test this update (click to expand) --- Either **download from Cachix**: ``` nix-store -r /nix/store/34829nvm6qbhywda02k7mpkwr533abl3-gotify-desktop-1.3.6 \ --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 gotify-desktop https://github.com/r-ryantm/nixpkgs/archive/0a6a16c407d81749040a5965d455bf7d7739b89e.tar.gz ``` Or: ``` nix build github:r-ryantm/nixpkgs/0a6a16c407d81749040a5965d455bf7d7739b89e#gotify-desktop ``` After you've downloaded or built it, look at the files and if there are any, run the binaries: ``` ls -la /nix/store/34829nvm6qbhywda02k7mpkwr533abl3-gotify-desktop-1.3.6 ls -la /nix/store/34829nvm6qbhywda02k7mpkwr533abl3-gotify-desktop-1.3.6/bin ``` ---

### Pre-merge build results We have automatically built all packages that will get rebuilt due to this change. This gives evidence on whether the upgrade will break dependent packages. Note sometimes packages show up as _failed to build_ independent of the change, simply because they are already broken on the target branch. Result of `nixpkgs-review --extra-nixpkgs-config '{ allowInsecurePredicate = x: true; }'` run on x86_64-linux [1](https://github.com/Mic92/nixpkgs-review)
1 package built:
--- ###### Maintainer pings cc @bryanasdev000 @genofire 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/293134 [result] Success updating gotify-desktop 1.3.4 -> 1.3.6 https://repology.org/project/gotify-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 python312Packages.tencentcloud-sdk-python, using log file: /var/log/nixpkgs-update/python312Packages.tencentcloud-sdk-python/2024-03-04.log python312Packages.tencentcloud-sdk-python 3.0.1094 -> 3.0.1099 https://repology.org/project/python:tencentcloud-sdk-python/versions attrpath: python312Packages.tencentcloud-sdk-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/9nh3sgl8xhx6zamgi273bi7517f5bing-packages.json.drv building '/nix/store/9nh3sgl8xhx6zamgi273bi7517f5bing-packages.json.drv'... Going to be running update for following packages: - python3.12-tencentcloud-sdk-python-3.0.1098 Press Enter key to continue... Running update for: - python3.12-tencentcloud-sdk-python-3.0.1098: UPDATING ... - python3.12-tencentcloud-sdk-python-3.0.1098: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python312Packages.tencentcloud-sdk-python 3.0.1094 -> 3.0.1099 https://repology.org/project/python:tencentcloud-sdk-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 @volth asked to not update xfce [result] Failed to update xfce.xfce4-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.adblock, using log file: /var/log/nixpkgs-update/python311Packages.adblock/2024-03-04.log python311Packages.adblock 0 -> 1 attrpath: python311Packages.adblock 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/a1xfffhasgpgx3ba5znjnnprjgz7x736-packages.json.drv building '/nix/store/a1xfffhasgpgx3ba5znjnnprjgz7x736-packages.json.drv'... Going to be running update for following packages: - python3.11-adblock-0.6.0 Press Enter key to continue... Running update for: - python3.11-adblock-0.6.0: UPDATING ... - python3.11-adblock-0.6.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.adblock 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath moonfire-nvr, using log file: /var/log/nixpkgs-update/moonfire-nvr/2024-03-04.log moonfire-nvr 0.7.7 -> 0.7.13 https://github.com/scottlamb/moonfire-nvr/releases attrpath: moonfire-nvr 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] Received ExitFailure 1 when running Raw command: /nix/store/62fm7r6175k2bgvhc19hn9bdhw90wa3n-nix-2.18.1/bin/nix --extra-experimental-features nix-command --extra-experimental-features flakes eval .#moonfire-nvr.src --raw --apply "p: p.npmDepsHash" Standard error: warning: Git tree '/var/cache/nixpkgs-update/worker/worktree/moonfire-nvr' is dirty '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links error: attribute 'npmDepsHash' missing at «string»:1:4: 1| p: p.npmDepsHash | ^ Received ExitFailure 1 when running Raw command: /nix/store/62fm7r6175k2bgvhc19hn9bdhw90wa3n-nix-2.18.1/bin/nix --extra-experimental-features nix-command --extra-experimental-features flakes eval .#moonfire-nvr.originalSrc --raw --apply "p: p.npmDepsHash" Standard error: warning: Git tree '/var/cache/nixpkgs-update/worker/worktree/moonfire-nvr' is dirty error: flake 'git+file:///var/cache/nixpkgs-update/worker/worktree/moonfire-nvr' does not provide attribute 'packages.x86_64-linux.moonfire-nvr.originalSrc', 'legacyPackages.x86_64-linux.moonfire-nvr.originalSrc' or 'moonfire-nvr.originalSrc' Received ExitFailure 1 when running Raw command: /nix/store/62fm7r6175k2bgvhc19hn9bdhw90wa3n-nix-2.18.1/bin/nix --extra-experimental-features nix-command --extra-experimental-features flakes eval .#moonfire-nvr --raw --apply "p: p.npmDepsHash" Standard error: warning: Git tree '/var/cache/nixpkgs-update/worker/worktree/moonfire-nvr' is dirty error: attribute 'npmDepsHash' missing at «string»:1:4: 1| p: p.npmDepsHash | ^ [result] Failed to update moonfire-nvr 0.7.7 -> 0.7.13 https://github.com/scottlamb/moonfire-nvr/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.easydict, using log file: /var/log/nixpkgs-update/python311Packages.easydict/2024-03-04.log python311Packages.easydict 0 -> 1 attrpath: python311Packages.easydict Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/b9z4i4f6jqj64nhxyw1dabd1janr3lak-packages.json.drv building '/nix/store/b9z4i4f6jqj64nhxyw1dabd1janr3lak-packages.json.drv'... Going to be running update for following packages: - python3.11-easydict-1.11 Press Enter key to continue... Running update for: - python3.11-easydict-1.11: UPDATING ... - python3.11-easydict-1.11: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/easydict/default.nix b/pkgs/development/python-modules/easydict/default.nix index 2a06fe02d133..bd3d74e884f0 100644 --- a/pkgs/development/python-modules/easydict/default.nix +++ b/pkgs/development/python-modules/easydict/default.nix @@ -5,12 +5,12 @@ buildPythonPackage rec { pname = "easydict"; - version = "1.11"; + version = "1.12"; format = "setuptools"; src = fetchPypi { inherit pname version; - hash = "sha256-3LHS7SjrMAyORs03E0A3Orxi98FNbep0/fxvEGkGHHg="; + hash = "sha256-BVXMw6c9hhSQGzaLcsKK1Hbszhd9vfQkyD4IwXpJ4HY="; }; doCheck = false; # No tests in archive An auto update branch exists with message `python311Packages.easydict: 1.11 -> 1.12`. New version is 1.12. An auto update branch exists with an equal or greater version [result] Failed to update python311Packages.easydict 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.txrequests, using log file: /var/log/nixpkgs-update/python311Packages.txrequests/2024-03-04.log python311Packages.txrequests 0 -> 1 attrpath: python311Packages.txrequests Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/g4i7mjk2y4clz594x5x19485nyxzvic1-packages.json.drv building '/nix/store/g4i7mjk2y4clz594x5x19485nyxzvic1-packages.json.drv'... Going to be running update for following packages: - python3.11-txrequests-0.9.6 Press Enter key to continue... Running update for: - python3.11-txrequests-0.9.6: UPDATING ... - python3.11-txrequests-0.9.6: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.txrequests 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.amberelectric, using log file: /var/log/nixpkgs-update/python311Packages.amberelectric/2024-03-04.log python311Packages.amberelectric 0 -> 1 attrpath: python311Packages.amberelectric Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/pxgkcgcy7jws92f9zw11ywwlzrh3asl6-packages.json.drv building '/nix/store/pxgkcgcy7jws92f9zw11ywwlzrh3asl6-packages.json.drv'... Going to be running update for following packages: - python3.11-amberelectric-1.1.0 Press Enter key to continue... Running update for: - python3.11-amberelectric-1.1.0: UPDATING ... - python3.11-amberelectric-1.1.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.amberelectric 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath fastfetch, using log file: /var/log/nixpkgs-update/fastfetch/2024-03-04.log fastfetch 0 -> 1 attrpath: fastfetch Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/lk184hrgg6mj2kzf6qx4cc6j9k714fds-packages.json.drv building '/nix/store/lk184hrgg6mj2kzf6qx4cc6j9k714fds-packages.json.drv'... Going to be running update for following packages: - fastfetch-2.8.7 Press Enter key to continue... Running update for: - fastfetch-2.8.7: UPDATING ... - fastfetch-2.8.7: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update fastfetch 0 -> 1 [options] github_user: r-ryantm, pull_request: 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-weather-plugin 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.argos-translate-files, using log file: /var/log/nixpkgs-update/python311Packages.argos-translate-files/2024-03-04.log python311Packages.argos-translate-files 0 -> 1 attrpath: python311Packages.argos-translate-files Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/4pvkhm254iiwjamrp7ijpnkjb7fhgclr-packages.json.drv building '/nix/store/4pvkhm254iiwjamrp7ijpnkjb7fhgclr-packages.json.drv'... Going to be running update for following packages: - python3.11-argos-translate-files-1.1.4 Press Enter key to continue... Running update for: - python3.11-argos-translate-files-1.1.4: UPDATING ... - python3.11-argos-translate-files-1.1.4: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.argos-translate-files 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.yamllint, using log file: /var/log/nixpkgs-update/python311Packages.yamllint/2024-03-04.log python311Packages.yamllint 0 -> 1 attrpath: python311Packages.yamllint Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/ygsq57axl9j9j0zkxw3qrkjlza522pfj-packages.json.drv building '/nix/store/ygsq57axl9j9j0zkxw3qrkjlza522pfj-packages.json.drv'... Going to be running update for following packages: - python3.11-yamllint-1.35.1 Press Enter key to continue... Running update for: - python3.11-yamllint-1.35.1: UPDATING ... - python3.11-yamllint-1.35.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.yamllint 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.editdistance, using log file: /var/log/nixpkgs-update/python311Packages.editdistance/2024-03-04.log python311Packages.editdistance 0 -> 1 attrpath: python311Packages.editdistance Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/z510ssyxga2d98gi7rapfakb55is4raq-packages.json.drv building '/nix/store/z510ssyxga2d98gi7rapfakb55is4raq-packages.json.drv'... Going to be running update for following packages: - python3.11-editdistance-0.6.2 Press Enter key to continue... Running update for: - python3.11-editdistance-0.6.2: UPDATING ... - python3.11-editdistance-0.6.2: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/editdistance/default.nix b/pkgs/development/python-modules/editdistance/default.nix index 822eacc0843f..7463028391f5 100644 --- a/pkgs/development/python-modules/editdistance/default.nix +++ b/pkgs/development/python-modules/editdistance/default.nix @@ -8,7 +8,7 @@ buildPythonPackage rec { pname = "editdistance"; - version = "0.6.2"; + version = "0.8.1"; format = "setuptools"; disabled = pythonOlder "3.7"; @@ -17,7 +17,7 @@ buildPythonPackage rec { owner = "roy-ht"; repo = pname; rev = "refs/tags/v${version}"; - hash = "sha256-42PEK2KhR7rZLfNX9T45V6on+5CoINfKvntz/YQBJco="; + hash = "sha256-Ncdg8S/UHYqJ1uFnHk9qhHMM3Lrop00woSu3PLKvuBI="; }; nativeBuildInputs = [ No auto update branch exists [outpaths] eval start [outpaths] eval end Received ExitFailure 1 when running Raw command: /nix/store/62fm7r6175k2bgvhc19hn9bdhw90wa3n-nix-2.18.1/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A python311Packages.editdistance nix build failed. Sourcing python-catch-conflicts-hook.sh Sourcing setuptools-check-hook Using setuptoolsCheckPhase Sourcing pytest-check-hook Using pytestCheckPhase Removing setuptoolsCheckPhase @nix { "action": "setPhase", "phase": "unpackPhase" } Running phase: unpackPhase unpacking source archive /nix/store/xrzfc8mdpzj0va398viwzdmkcnj46q5q-source source root is source setting SOURCE_DATE_EPOCH to timestamp 315619200 of file source/test/test_editdistance.py @nix { "action": "setPhase", "phase": "patchPhase" } Running phase: patchPhase @nix { "action": "setPhase", "phase": "updateAutotoolsGnuConfigScriptsPhase" } Running phase: updateAutotoolsGnuConfigScriptsPhase @nix { "action": "setPhase", "phase": "configurePhase" } Running phase: configurePhase no configure script, doing nothing @nix { "action": "setPhase", "phase": "buildPhase" } Running phase: buildPhase Executing setuptoolsBuildPhase Traceback (most recent call last): File "/build/source/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 python311Packages.editdistance 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath tewisay, using log file: /var/log/nixpkgs-update/tewisay/2024-03-04.log tewisay 0 -> 1 attrpath: tewisay 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/6w90kjhhdaf5ws63lgkkqsyf61279vj8-packages.json.drv building '/nix/store/6w90kjhhdaf5ws63lgkkqsyf61279vj8-packages.json.drv'... Going to be running update for following packages: - tewisay-unstable-2022-11-04 Press Enter key to continue... Running update for: - tewisay-unstable-2022-11-04: UPDATING ... - tewisay-unstable-2022-11-04: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update tewisay 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath riemann-dash, using log file: /var/log/nixpkgs-update/riemann-dash/2024-03-04.log riemann-dash 0 -> 1 attrpath: riemann-dash 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 riemann-dash 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.cement, using log file: /var/log/nixpkgs-update/python311Packages.cement/2024-03-04.log python311Packages.cement 0 -> 1 attrpath: python311Packages.cement Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/sgv8shqvrv1fwpahqnfk5xf3vfznnd9d-packages.json.drv building '/nix/store/sgv8shqvrv1fwpahqnfk5xf3vfznnd9d-packages.json.drv'... Going to be running update for following packages: - python3.11-cement-3.0.8 Press Enter key to continue... Running update for: - python3.11-cement-3.0.8: UPDATING ... - python3.11-cement-3.0.8: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/cement/default.nix b/pkgs/development/python-modules/cement/default.nix index f8dc2c6a3ae0..1d7f2d57cc1b 100644 --- a/pkgs/development/python-modules/cement/default.nix +++ b/pkgs/development/python-modules/cement/default.nix @@ -6,14 +6,14 @@ buildPythonPackage rec { pname = "cement"; - version = "3.0.8"; + version = "3.0.10"; format = "setuptools"; disabled = pythonOlder "3.5"; src = fetchPypi { inherit pname version; - hash = "sha256-rRGmlGZeKtKEV8VgSU9PjDaiX8WOUA1gip2R4E4dMJM="; + hash = "sha256-c9EBXr+bjfE+a8mH7fDUvj8ci0Q4kh7qjWbLtVBK7hU="; }; # Disable test tests since they depend on a memcached server running on No auto update branch exists [outpaths] eval start [outpaths] eval end Successfully finished processing cachix "/nix/store/m5klc6b17g2y2jhp1z5gnkb2frhb991g-python3.11-cement-3.0.10" [check][nixpkgs-review] Result of `nixpkgs-review --extra-nixpkgs-config '{ allowInsecurePredicate = x: true; }'` run on x86_64-linux [1](https://github.com/Mic92/nixpkgs-review)
4 packages built:
Automatic update generated by [nixpkgs-update](https://github.com/ryantm/nixpkgs-update) tools. This update was made based on information from passthru.updateScript. meta.description for python311Packages.cement is: CLI Application Framework for Python meta.homepage for python311Packages.cement is: https://builtoncement.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.0.10 with grep in /nix/store/m5klc6b17g2y2jhp1z5gnkb2frhb991g-python3.11-cement-3.0.10 - found 3.0.10 in filename of file in /nix/store/m5klc6b17g2y2jhp1z5gnkb2frhb991g-python3.11-cement-3.0.10 ---
Rebuild report (if merged into master) (click to expand) ``` 2 total rebuild path(s) 2 package rebuild(s) First fifty rebuilds by attrpath python311Packages.cement python312Packages.cement ```
Instructions to test this update (click to expand) --- Either **download from Cachix**: ``` nix-store -r /nix/store/m5klc6b17g2y2jhp1z5gnkb2frhb991g-python3.11-cement-3.0.10 \ --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.cement https://github.com/r-ryantm/nixpkgs/archive/f24e69f4c3f748a55749e7fdfd4da8fcd6953849.tar.gz ``` Or: ``` nix build github:r-ryantm/nixpkgs/f24e69f4c3f748a55749e7fdfd4da8fcd6953849#python311Packages.cement ``` After you've downloaded or built it, look at the files and if there are any, run the binaries: ``` ls -la /nix/store/m5klc6b17g2y2jhp1z5gnkb2frhb991g-python3.11-cement-3.0.10 ls -la /nix/store/m5klc6b17g2y2jhp1z5gnkb2frhb991g-python3.11-cement-3.0.10/bin ``` ---

### Pre-merge build results We have automatically built all packages that will get rebuilt due to this change. This gives evidence on whether the upgrade will break dependent packages. Note sometimes packages show up as _failed to build_ independent of the change, simply because they are already broken on the target branch. Result of `nixpkgs-review --extra-nixpkgs-config '{ allowInsecurePredicate = x: true; }'` run on x86_64-linux [1](https://github.com/Mic92/nixpkgs-review)
4 packages built:
--- ###### Maintainer pings cc @eqyiel 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/293144 [result] Success updating python311Packages.cement 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath pius, using log file: /var/log/nixpkgs-update/pius/2024-03-04.log pius 0 -> 1 attrpath: pius Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/9p02gnzgv21wn4dwa46fj35bgcfn1azb-packages.json.drv building '/nix/store/9p02gnzgv21wn4dwa46fj35bgcfn1azb-packages.json.drv'... Going to be running update for following packages: - pius-3.0.0 Press Enter key to continue... Running update for: - pius-3.0.0: UPDATING ... - pius-3.0.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update pius 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath fallout-ce, using log file: /var/log/nixpkgs-update/fallout-ce/2024-03-04.log fallout-ce 1.0.0 -> 1.1.0 https://github.com/alexbatalov/fallout1-ce/releases attrpath: fallout-ce Checking auto update branch... No auto update branch exists [version] [version] updated version and sha256 [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] skipping because derivation has no updateScript Diff after rewrites: diff --git a/pkgs/games/fallout-ce/fallout-ce.nix b/pkgs/games/fallout-ce/fallout-ce.nix index 5f55743a674b..2f229fdf7380 100644 --- a/pkgs/games/fallout-ce/fallout-ce.nix +++ b/pkgs/games/fallout-ce/fallout-ce.nix @@ -4,13 +4,13 @@ callPackage ./build.nix rec { pname = "fallout-ce"; - version = "1.0.0"; + version = "1.1.0"; src = fetchFromGitHub { owner = "alexbatalov"; repo = "fallout1-ce"; rev = "v${version}"; - hash = "sha256-EvRkOlvtiVao63S0WRKKuHlhfkdTgc0m6GTyv4EfJFU="; + hash = "sha256-ZiBoF3SL00sN0QrD3fkWG9SAknumOvzRB1oQJff6ITA="; }; extraMeta = { [outpaths] eval start [outpaths] eval end Successfully finished processing cachix "/nix/store/3y055826jzcr84spxwmiysrr8fs4jv9l-fallout-ce-1.1.0" [check][nixpkgs-review] Result of `nixpkgs-review --extra-nixpkgs-config '{ allowInsecurePredicate = x: true; }'` run on x86_64-linux [1](https://github.com/Mic92/nixpkgs-review)
1 package built:
Automatic update generated by [nixpkgs-update](https://github.com/ryantm/nixpkgs-update) tools. This update was made based on information from https://github.com/alexbatalov/fallout1-ce/releases. meta.description for fallout-ce is: A fully working re-implementation of Fallout, with the same original gameplay, engine bugfixes, and some quality of life improvements meta.homepage for fallout-ce is: https://github.com/alexbatalov/fallout1-ce ###### Updates performed - Version update ###### To inspect upstream changes - [Release on GitHub](https://github.com/alexbatalov/fallout1-ce/releases/tag/v1.1.0) - [Compare changes on GitHub](https://github.com/alexbatalov/fallout1-ce/compare/v1.0.0...v1.1.0) ###### Impact Checks done --- - built on NixOS - The tests defined in `passthru.tests`, if any, passed - found 1.1.0 in filename of file in /nix/store/3y055826jzcr84spxwmiysrr8fs4jv9l-fallout-ce-1.1.0 ---
Rebuild report (if merged into master) (click to expand) ``` 1 total rebuild path(s) 1 package rebuild(s) First fifty rebuilds by attrpath fallout-ce ```
Instructions to test this update (click to expand) --- Either **download from Cachix**: ``` nix-store -r /nix/store/3y055826jzcr84spxwmiysrr8fs4jv9l-fallout-ce-1.1.0 \ --option binary-caches 'https://cache.nixos.org/ https://nix-community.cachix.org/' \ --option trusted-public-keys ' nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs= cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY= ' ``` (The Cachix cache is only trusted for this store-path realization.) For the Cachix download to work, your user must be in the `trusted-users` list or you can use `sudo` since root is effectively trusted. Or, **build yourself**: ``` nix-build -A fallout-ce https://github.com/r-ryantm/nixpkgs/archive/b13480113c55d055fd83c39dad18875d5c7795ae.tar.gz ``` Or: ``` nix build github:r-ryantm/nixpkgs/b13480113c55d055fd83c39dad18875d5c7795ae#fallout-ce ``` After you've downloaded or built it, look at the files and if there are any, run the binaries: ``` ls -la /nix/store/3y055826jzcr84spxwmiysrr8fs4jv9l-fallout-ce-1.1.0 ls -la /nix/store/3y055826jzcr84spxwmiysrr8fs4jv9l-fallout-ce-1.1.0/bin ``` ---

### Pre-merge build results We have automatically built all packages that will get rebuilt due to this change. This gives evidence on whether the upgrade will break dependent packages. Note sometimes packages show up as _failed to build_ independent of the change, simply because they are already broken on the target branch. Result of `nixpkgs-review --extra-nixpkgs-config '{ allowInsecurePredicate = x: true; }'` run on x86_64-linux [1](https://github.com/Mic92/nixpkgs-review)
1 package built:
--- ###### Maintainer pings cc @hughobrien @TheBrainScrambler 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/293147 [result] Success updating fallout-ce 1.0.0 -> 1.1.0 https://github.com/alexbatalov/fallout1-ce/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath lv2, using log file: /var/log/nixpkgs-update/lv2/2024-03-04.log lv2 0 -> 1 attrpath: lv2 Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/4libpx2q4hndivqy86b14byh6j3ml1n2-packages.json.drv building '/nix/store/4libpx2q4hndivqy86b14byh6j3ml1n2-packages.json.drv'... Going to be running update for following packages: - lv2-1.18.10 Press Enter key to continue... Running update for: - lv2-1.18.10: UPDATING ... - lv2-1.18.10: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update lv2 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath lidarr, using log file: /var/log/nixpkgs-update/lidarr/2024-03-04.log lidarr 0 -> 1 attrpath: lidarr 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/0j96cmsc996i2vpyf0xi7bcbx1s80c1p-packages.json.drv building '/nix/store/0j96cmsc996i2vpyf0xi7bcbx1s80c1p-packages.json.drv'... Going to be running update for following packages: - lidarr-2.0.7.3849 Press Enter key to continue... Running update for: - lidarr-2.0.7.3849: UPDATING ... - lidarr-2.0.7.3849: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/servers/lidarr/default.nix b/pkgs/servers/lidarr/default.nix index aba1c766ce50..06a51b450331 100644 --- a/pkgs/servers/lidarr/default.nix +++ b/pkgs/servers/lidarr/default.nix @@ -8,13 +8,13 @@ let x86_64-darwin = "x64"; }."${stdenv.hostPlatform.system}" or (throw "Unsupported system: ${stdenv.hostPlatform.system}"); hash = { - x64-linux_hash = "sha256-TqwVWV3kfBTqGYf6PT9H0E9YiG/AfLWEViKocVrhZuU="; - arm64-linux_hash = "sha256-aCaUZgnk4rnhEV3hDVZx1Bfz+PteefGeGvEdoKXGxxg="; - x64-osx_hash = "sha256-4O3H2gsH2Q3V9xY1fIMzkaU0qSEg3CF89chnrMdCmdk="; + x64-linux_hash = "sha256-njTaQIi15k0+8tnuIO+waRmSE+BAG46ln+qzesFfI0E="; + arm64-linux_hash = "sha256-dgX/G3eyWjtVmwptv0+Fbmt7/SjR26N5Ug+YXeC9fgU="; + x64-osx_hash = "sha256-kFliWQB1eQK1AoeWIZ3XaYj5mwSwRJWL2G8OwaLTFN4="; }."${arch}-${os}_hash"; in stdenv.mkDerivation rec { pname = "lidarr"; - version = "2.0.7.3849"; + version = "2.1.7.4030"; src = fetchurl { url = "https://github.com/lidarr/Lidarr/releases/download/v${version}/Lidarr.master.${version}.${os}-core-${arch}.tar.gz"; An auto update branch exists with message `lidarr: 2.0.7.3849 -> 2.1.7.4030`. New version is 2.1.7.4030. An auto update branch exists with an equal or greater version [result] Failed to update lidarr 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath vips, using log file: /var/log/nixpkgs-update/vips/2024-03-04.log vips 0 -> 1 attrpath: vips Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/1qv71scwxm5j6lndii0pkf0kgps8jyx1-packages.json.drv building '/nix/store/1qv71scwxm5j6lndii0pkf0kgps8jyx1-packages.json.drv'... Going to be running update for following packages: - vips-8.15.1 Press Enter key to continue... Running update for: - vips-8.15.1: UPDATING ... - vips-8.15.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update vips 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath ockam, using log file: /var/log/nixpkgs-update/ockam/2024-03-04.log ockam 0 -> 1 attrpath: ockam 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/ssf5rvjv5ddf93bi4gacvpxnqhziwbjg-packages.json.drv building '/nix/store/ssf5rvjv5ddf93bi4gacvpxnqhziwbjg-packages.json.drv'... Going to be running update for following packages: - ockam-0.117.0 Press Enter key to continue... Running update for: - ockam-0.117.0: UPDATING ... - ockam-0.117.0: ERROR --- SHOWING ERROR LOG FOR ockam-0.117.0 ---------------------- warning: found empty hash, assuming 'sha256-AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA=' this derivation will be built: /nix/store/kq371fk70xdcflg0bh5lbn1jhjxgnxkq-source.drv building '/nix/store/kq371fk70xdcflg0bh5lbn1jhjxgnxkq-source.drv'... trying https://github.com/build-trust/ockam/archive/ockam_vockam_v0.117.0.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/8iq9mwxyzyamsnyrsbgscvflq60n55hm-nix-update-1.2.0/bin/.nix-update-wrapped", line 9, in sys.exit(main()) ^^^^^^ File "/nix/store/8iq9mwxyzyamsnyrsbgscvflq60n55hm-nix-update-1.2.0/lib/python3.11/site-packages/nix_update/__init__.py", line 291, in main package = update(options) ^^^^^^^^^^^^^^^ File "/nix/store/8iq9mwxyzyamsnyrsbgscvflq60n55hm-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/8iq9mwxyzyamsnyrsbgscvflq60n55hm-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/8iq9mwxyzyamsnyrsbgscvflq60n55hm-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 ockam.src --- SHOWING ERROR LOG FOR ockam-0.117.0 ---------------------- The update script for ockam-0.117.0 failed with exit code 1 [result] Failed to update ockam 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.hyperframe, using log file: /var/log/nixpkgs-update/python311Packages.hyperframe/2024-03-04.log python311Packages.hyperframe 0 -> 1 attrpath: python311Packages.hyperframe Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/dxky0b738lc06rhcrpxgp91l42sr4f8f-packages.json.drv building '/nix/store/dxky0b738lc06rhcrpxgp91l42sr4f8f-packages.json.drv'... Going to be running update for following packages: - python3.11-hyperframe-6.0.1 Press Enter key to continue... Running update for: - python3.11-hyperframe-6.0.1: UPDATING ... - python3.11-hyperframe-6.0.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.hyperframe 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.sisyphus-control, using log file: /var/log/nixpkgs-update/python311Packages.sisyphus-control/2024-03-04.log python311Packages.sisyphus-control 0 -> 1 attrpath: python311Packages.sisyphus-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/pxgx79j85i5mxivb7sna4nmnsnbjwb60-packages.json.drv building '/nix/store/pxgx79j85i5mxivb7sna4nmnsnbjwb60-packages.json.drv'... Going to be running update for following packages: - python3.11-sisyphus-control-3.1.3 Press Enter key to continue... Running update for: - python3.11-sisyphus-control-3.1.3: UPDATING ... - python3.11-sisyphus-control-3.1.3: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.sisyphus-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 cosmopolitan, using log file: /var/log/nixpkgs-update/cosmopolitan/2024-03-04.log cosmopolitan 2.2 -> 3.3.2 https://github.com/jart/cosmopolitan/releases attrpath: cosmopolitan 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/co/cosmopolitan/package.nix b/pkgs/by-name/co/cosmopolitan/package.nix index defc3efb8d13..3382c7f9f56b 100644 --- a/pkgs/by-name/co/cosmopolitan/package.nix +++ b/pkgs/by-name/co/cosmopolitan/package.nix @@ -10,13 +10,13 @@ stdenv.mkDerivation (finalAttrs: { pname = "cosmopolitan"; - version = "2.2"; + version = "3.3.2"; src = fetchFromGitHub { owner = "jart"; repo = "cosmopolitan"; rev = finalAttrs.version; - hash = "sha256-DTL1dXH+LhaxWpiCrsNjV74Bw5+kPbhEAA2Z1NKiPDk="; + hash = "sha256-Ngc1EiSiAmiKvPFzE7quiCQcroEtNL+UwE3sENukS5U="; }; patches = [ [outpaths] eval start [outpaths] eval end Received ExitFailure 1 when running Raw command: /nix/store/62fm7r6175k2bgvhc19hn9bdhw90wa3n-nix-2.18.1/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A cosmopolitan nix build failed. build/bootstrap/mkdir.com: line 60: /bin/mkdir: No such file or directory build/download-cosmocc.sh: fatal error: you need to install either wget or curl please download https://cosmo.zip/pub/cosmos/bin/wget and put it on the system path download terminated.  209⏰ 182⏳ 0k 0iop build/bootstrap/mkdir.com -p o/ build/bootstrap/compile.com -V9 -M2048m -P8192 -AMKDEPS -L320 build/bootstrap/mkdeps.com -o o//depend -s -r o// @o//srcs.txt @o//hdrs.txt @o//incs.txt  201,024⏰ 192,881⏳ 14,920k 9,168iop build/bootstrap/mkdeps.com -o o//depend -s -r o// @o//srcs.txt @o//hdrs.txt @o//incs.txt build/download-cosmocc.sh: fatal error: you need to install either wget or curl please download https://cosmo.zip/pub/cosmos/bin/wget and put it on the system path download terminated. compile.com: failed to spawn .cosmocc/3.3.2/bin/x86_64-linux-cosmo-gcc: No such file or directory (see --strace for further details) make: *** [build/rules.mk:30: o//tool/args/args.o] Error 1 make: *** Waiting for unfinished jobs.... compile.com: failed to spawn .cosmocc/3.3.2/bin/x86_64-linux-cosmo-gcc: No such file or directory (see --strace for further details) compile.com: failed to spawn .cosmocc/3.3.2/bin/x86_64-linux-cosmo-gcc: No such file or directory (see --strace for further details) make: *** [build/rules.mk:30: o//net/http/categorizeip.o] Error 1 make: *** [build/rules.mk:30: o//net/http/decodebase64.o] Error 1 compile.com: failed to spawn .cosmocc/3.3.2/bin/x86_64-linux-cosmo-gcc: No such file or directory (see --strace for further details) make: *** [build/rules.mk:30: o//net/http/base32.o] Error 1 compile.com: failed to spawn .cosmocc/3.3.2/bin/x86_64-linux-cosmo-gcc: No such file or directory (see --strace for further details) make: *** [build/rules.mk:30: o//net/http/decodelatin1.o] Error 1 compile.com: failed to spawn .cosmocc/3.3.2/bin/x86_64-linux-cosmo-gcc: No such file or directory (see --strace for further details) make: *** [build/rules.mk:30: o//net/http/encodebase64.o] Error 1 compile.com: failed to spawn .cosmocc/3.3.2/bin/x86_64-linux-cosmo-gcc: No such file or directory (see --strace for further details) make: *** [build/rules.mk:30: o//net/http/encodehttpheadervalue.o] Error 1 compile.com: failed to spawn .cosmocc/3.3.2/bin/x86_64-linux-cosmo-gcc: No such file or directory (see --strace for further details) compile.com: failed to spawn .cosmocc/3.3.2/bin/x86_64-linux-cosmo-gcc: No such file or directory (see --strace for further details) make: *** [build/rules.mk:30: o//net/http/encodelatin1.o] Error 1 make: *** [build/rules.mk:30: o//net/http/encodeurl.o] Error 1  13,289⏰ 13,161⏳ 3,268k 2,824iop build/bootstrap/rollup.com @o/cosmopolitan.h.txt [result] Failed to update cosmopolitan 2.2 -> 3.3.2 https://github.com/jart/cosmopolitan/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath embree, using log file: /var/log/nixpkgs-update/embree/2024-03-04.log embree 3.13.5 -> 4.3.1 https://github.com/embree/embree/releases attrpath: embree 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 embree 3.13.5 -> 4.3.1 https://github.com/embree/embree/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath emacsPackages.el-easydraw, using log file: /var/log/nixpkgs-update/emacsPackages.el-easydraw/2024-03-04.log emacsPackages.el-easydraw 0 -> 1 attrpath: emacsPackages.el-easydraw Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/g62wilvaprnv76haahss9y0n2nhbahfk-packages.json.drv building '/nix/store/g62wilvaprnv76haahss9y0n2nhbahfk-packages.json.drv'... Going to be running update for following packages: - emacs-edraw-1.1.0 Press Enter key to continue... Running update for: - emacs-edraw-1.1.0: UPDATING ... - emacs-edraw-1.1.0: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/applications/editors/emacs/elisp-packages/manual-packages/el-easydraw/default.nix b/pkgs/applications/editors/emacs/elisp-packages/manual-packages/el-easydraw/default.nix index 608777208bb6..d49c6bbf26f9 100644 --- a/pkgs/applications/editors/emacs/elisp-packages/manual-packages/el-easydraw/default.nix +++ b/pkgs/applications/editors/emacs/elisp-packages/manual-packages/el-easydraw/default.nix @@ -7,17 +7,17 @@ }: let - rev = "de68851724072c6695e675f090b33a8abec040c9"; + rev = "491c098032c4d6d44da569df9c1fbc35ccb7bb2f"; in melpaBuild { pname = "edraw"; - version = "1.1.0"; + version = "unstable-2024-03-02"; src = fetchFromGitHub { owner = "misohena"; repo = "el-easydraw"; inherit rev; - hash = "sha256-l9i+HCRKnKiDqID+bfAOPE7LpVBZp1AOPkceX8KbDXM="; + hash = "sha256-5EDzZ/Bltyv8NrVt9aD4PwCkA2QcLVSqcabZv73mPho="; }; commit = rev; No auto update branch exists [outpaths] eval start [outpaths] eval end Received ExitFailure 1 when running Raw command: /nix/store/62fm7r6175k2bgvhc19hn9bdhw90wa3n-nix-2.18.1/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A emacsPackages.el-easydraw nix build failed. (unwind-protect (progn (insert-file-contents file) (setq maintainers (if (fboundp 'lm-maintainers) (lm-maintainers) (with-no-warnings (let* ((maintainer (and t (lm-maintainer)))) (if maintainer (list maintainer) nil))))) (package-desc-from-define name version (or (save-excursion (goto-char (point-min)) (and (re-search-forward "^;;; [^ ]*\\.el ---[ \11]*\\(.*?\\)[ \11]*\\(-\\*-.*-\\*-[ \11]*\\)?$" nil t) (match-string-no-properties 1))) "No description available.") (if (fboundp 'lm-package-requires) (lm-package-requires) (let* ((require-lines (and t (lm-header-multiline "package-requires")))) (if require-lines (package--prepare-dependencies (package-read-from-string (mapconcat #'identity require-lines " "))) nil))) :kind (or kind 'single) :url (lm-homepage) :keywords (lm-keywords-list) :maintainer (car maintainers) :maintainers maintainers :authors (lm-authors) :commit commit)) (and (buffer-name temp-buffer) (kill-buffer temp-buffer))) (save-current-buffer (set-buffer temp-buffer) (unwind-protect (progn (insert-file-contents file) (setq maintainers (if (fboundp 'lm-maintainers) (lm-maintainers) (with-no-warnings (let* ((maintainer (and t (lm-maintainer)))) (if maintainer (list maintainer) nil))))) (package-desc-from-define name version (or (save-excursion (goto-char (point-min)) (and (re-search-forward "^;;; [^ ]*\\.el ---[ \11]*\\(.*?\\)[ \11]*\\(-\\*-.*-\\*-[ \11]*\\)?$" nil t) (match-string-no-properties 1))) "No description available.") (if (fboundp 'lm-package-requires) (lm-package-requires) (let* ((require-lines (and t (lm-header-multiline "package-requires")))) (if require-lines (package--prepare-dependencies (package-read-from-string (mapconcat #'identity require-lines " "))) nil))) :kind (or kind 'single) :url (lm-homepage) :keywords (lm-keywords-list) :maintainer (car maintainers) :maintainers maintainers :authors (lm-authors) :commit commit)) (and (buffer-name temp-buffer) (kill-buffer temp-buffer)))) (let ((temp-buffer (generate-new-buffer " *temp*" t))) (save-current-buffer (set-buffer temp-buffer) (unwind-protect (progn (insert-file-contents file) (setq maintainers (if (fboundp 'lm-maintainers) (lm-maintainers) (with-no-warnings (let* ((maintainer (and t (lm-maintainer)))) (if maintainer (list maintainer) nil))))) (package-desc-from-define name version (or (save-excursion (goto-char (point-min)) (and (re-search-forward "^;;; [^ ]*\\.el ---[ \11]*\\(.*?\\)[ \11]*\\(-\\*-.*-\\*-[ \11]*\\)?$" nil t) (match-string-no-properties 1))) "No description available.") (if (fboundp 'lm-package-requires) (lm-package-requires) (let* ((require-lines (and t (lm-header-multiline "package-requires")))) (if require-lines (package--prepare-dependencies (package-read-from-string (mapconcat #'identity require-lines " "))) nil))) :kind (or kind 'single) :url (lm-homepage) :keywords (lm-keywords-list) :maintainer (car maintainers) :maintainers maintainers :authors (lm-authors) :commit commit)) (and (buffer-name temp-buffer) (kill-buffer temp-buffer))))) (and (file-exists-p file) (let ((temp-buffer (generate-new-buffer " *temp*" t))) (save-current-buffer (set-buffer temp-buffer) (unwind-protect (progn (insert-file-contents file) (setq maintainers (if (fboundp 'lm-maintainers) (lm-maintainers) (with-no-warnings (let* ((maintainer (and t (lm-maintainer)))) (if maintainer (list maintainer) nil))))) (package-desc-from-define name version (or (save-excursion (goto-char (point-min)) (and (re-search-forward "^;;; [^ ]*\\.el ---[ \11]*\\(.*?\\)[ \11]*\\(-\\*-.*-\\*-[ \11]*\\)?$" nil t) (match-string-no-properties 1))) "No description available.") (if (fboundp 'lm-package-requires) (lm-package-requires) (let* ((require-lines (and t (lm-header-multiline "package-requires")))) (if require-lines (package--prepare-dependencies (package-read-from-string (mapconcat #'identity require-lines " "))) nil))) :kind (or kind 'single) :url (lm-homepage) :keywords (lm-keywords-list) :maintainer (car maintainers) :maintainers maintainers :authors (lm-authors) :commit commit)) (and (buffer-name temp-buffer) (kill-buffer temp-buffer)))))) (let* ((name (eieio-oref rcp 'name)) (version (eieio-oref rcp 'version)) (commit (eieio-oref rcp 'commit)) (file (concat name ".el")) (file (or (car (rassoc file files)) file)) (maintainers nil)) (and (file-exists-p file) (let ((temp-buffer (generate-new-buffer " *temp*" t))) (save-current-buffer (set-buffer temp-buffer) (unwind-protect (progn (insert-file-contents file) (setq maintainers (if (fboundp 'lm-maintainers) (lm-maintainers) (with-no-warnings (let* ((maintainer (and t (lm-maintainer)))) (if maintainer (list maintainer) nil))))) (package-desc-from-define name version (or (save-excursion (goto-char (point-min)) (and (re-search-forward "^;;; [^ ]*\\.el ---[ \11]*\\(.*?\\)[ \11]*\\(-\\*-.*-\\*-[ \11]*\\)?$" nil t) (match-string-no-properties 1))) "No description available.") (if (fboundp 'lm-package-requires) (lm-package-requires) (let* ((require-lines (and t (lm-header-multiline "package-requires")))) (if require-lines (package--prepare-dependencies (package-read-from-string (mapconcat #'identity require-lines " "))) nil))) :kind (or kind 'single) :url (lm-homepage) :keywords (lm-keywords-list) :maintainer (car maintainers) :maintainers maintainers :authors (lm-authors) :commit commit)) (and (buffer-name temp-buffer) (kill-buffer temp-buffer))))))) package-build--desc-from-library(# (("edraw-color-picker.el" . "edraw-color-picker.el") ("edraw-color.el" . "edraw-color.el") ("edraw-dom-svg.el" . "edraw-dom-svg.el") ("edraw-editor-util.el" . "edraw-editor-util.el") ("edraw-math.el" . "edraw-math.el") ("edraw-mode.el" . "edraw-mode.el") ("edraw-msg.el" . "edraw-msg.el") ("edraw-org-edit.el" . "edraw-org-edit.el") ("edraw-org-export-html.el" . "edraw-org-export-html.el") ("edraw-org-export-latex.el" . "edraw-org-export-latex.el") ("edraw-org.el" . "edraw-org.el") ("edraw-path.el" . "edraw-path.el") ("edraw-property-editor.el" . "edraw-property-editor.el") ("edraw-shape-picker.el" . "edraw-shape-picker.el") ("edraw-util.el" . "edraw-util.el") ("edraw-widget.el" . "edraw-widget.el") ("edraw.el" . "edraw.el") ("msg" . "msg")) tar) (or (package-build--desc-from-package rcp files) (package-build--desc-from-library rcp files 'tar) (package-build--error name "%s[-pkg].el matching package name is missing" name)) (let* ((target (expand-file-name (concat name "-" version) tmp-dir)) (desc (or (package-build--desc-from-package rcp files) (package-build--desc-from-library rcp files 'tar) (package-build--error name "%s[-pkg].el matching package name is missing" name)))) (package-build--copy-package-files files target) (package-build--write-pkg-file desc target) (package-build--generate-info-files rcp files target) (package-build--create-tar rcp tmp-dir) (package-build--write-pkg-readme rcp files) (package-build--write-archive-entry desc)) (unwind-protect (let* ((target (expand-file-name (concat name "-" version) tmp-dir)) (desc (or (package-build--desc-from-package rcp files) (package-build--desc-from-library rcp files 'tar) (package-build--error name "%s[-pkg].el matching package name is missing" name)))) (package-build--copy-package-files files target) (package-build--write-pkg-file desc target) (package-build--generate-info-files rcp files target) (package-build--create-tar rcp tmp-dir) (package-build--write-pkg-readme rcp files) (package-build--write-archive-entry desc)) (delete-directory tmp-dir t nil)) (let* ((name (eieio-oref rcp 'name)) (version (eieio-oref rcp 'version)) (tmp-dir (file-name-as-directory (make-temp-file name t)))) (unwind-protect (let* ((target (expand-file-name (concat name "-" version) tmp-dir)) (desc (or (package-build--desc-from-package rcp files) (package-build--desc-from-library rcp files 'tar) (package-build--error name "%s[-pkg].el matching package name is missing" name)))) (package-build--copy-package-files files target) (package-build--write-pkg-file desc target) (package-build--generate-info-files rcp files target) (package-build--create-tar rcp tmp-dir) (package-build--write-pkg-readme rcp files) (package-build--write-archive-entry desc)) (delete-directory tmp-dir t nil))) package-build--build-multi-file-package(# (("edraw-color-picker.el" . "edraw-color-picker.el") ("edraw-color.el" . "edraw-color.el") ("edraw-dom-svg.el" . "edraw-dom-svg.el") ("edraw-editor-util.el" . "edraw-editor-util.el") ("edraw-math.el" . "edraw-math.el") ("edraw-mode.el" . "edraw-mode.el") ("edraw-msg.el" . "edraw-msg.el") ("edraw-org-edit.el" . "edraw-org-edit.el") ("edraw-org-export-html.el" . "edraw-org-export-html.el") ("edraw-org-export-latex.el" . "edraw-org-export-latex.el") ("edraw-org.el" . "edraw-org.el") ("edraw-path.el" . "edraw-path.el") ("edraw-property-editor.el" . "edraw-property-editor.el") ("edraw-shape-picker.el" . "edraw-shape-picker.el") ("edraw-util.el" . "edraw-util.el") ("edraw-widget.el" . "edraw-widget.el") ("edraw.el" . "edraw.el") ("msg" . "msg"))) (if (> (length files) 1) (package-build--build-multi-file-package rcp files) (package-build--build-single-file-package rcp files)) (let ((files (package-build-expand-files-spec rcp t))) (if files nil (error "Unable to find files matching recipe patterns")) (if (> (length files) 1) (package-build--build-multi-file-package rcp files) (package-build--build-single-file-package rcp files))) (unwind-protect (let ((files (package-build-expand-files-spec rcp t))) (if files nil (error "Unable to find files matching recipe patterns")) (if (> (length files) 1) (package-build--build-multi-file-package rcp files) (package-build--build-single-file-package rcp files)))) (let* ((default-directory (package-recipe--working-tree rcp))) (unwind-protect (let ((files (package-build-expand-files-spec rcp t))) (if files nil (error "Unable to find files matching recipe patterns")) (if (> (length files) 1) (package-build--build-multi-file-package rcp files) (package-build--build-single-file-package rcp files))))) melpa2nix-build-package-1(#) (let ((recipe (package-recipe-lookup package))) (let* ((v recipe)) (eieio-oset v 'commit commit)) (let* ((v recipe)) (eieio-oset v 'version version)) (melpa2nix-build-package-1 recipe)) (let ((package x112) (version x114) (commit x116)) (let ((recipe (package-recipe-lookup package))) (let* ((v recipe)) (eieio-oset v 'commit commit)) (let* ((v recipe)) (eieio-oset v 'version version)) (melpa2nix-build-package-1 recipe))) (if (null x117) (let ((package x112) (version x114) (commit x116)) (let ((recipe (package-recipe-lookup package))) (let* ((v recipe)) (eieio-oset v 'commit commit)) (let* ((v recipe)) (eieio-oset v 'version version)) (melpa2nix-build-package-1 recipe)))) (let* ((x116 (car-safe x115)) (x117 (cdr-safe x115))) (if (null x117) (let ((package x112) (version x114) (commit x116)) (let ((recipe (package-recipe-lookup package))) (let* ((v recipe)) (eieio-oset v 'commit commit)) (let* ((v recipe)) (eieio-oset v 'version version)) (melpa2nix-build-package-1 recipe))))) (if (consp x115) (let* ((x116 (car-safe x115)) (x117 (cdr-safe x115))) (if (null x117) (let ((package x112) (version x114) (commit x116)) (let ((recipe (package-recipe-lookup package))) (let* ((v recipe)) (eieio-oset v 'commit commit)) (let* ((v recipe)) (eieio-oset v 'version version)) (melpa2nix-build-package-1 recipe)))))) (let* ((x114 (car-safe x113)) (x115 (cdr-safe x113))) (if (consp x115) (let* ((x116 (car-safe x115)) (x117 (cdr-safe x115))) (if (null x117) (let ((package x112) (version x114) (commit x116)) (let ((recipe (package-recipe-lookup package))) (let* ((v recipe)) (eieio-oset v 'commit commit)) (let* ((v recipe)) (eieio-oset v 'version version)) (melpa2nix-build-package-1 recipe))))))) (if (consp x113) (let* ((x114 (car-safe x113)) (x115 (cdr-safe x113))) (if (consp x115) (let* ((x116 (car-safe x115)) (x117 (cdr-safe x115))) (if (null x117) (let ((package x112) (version x114) (commit x116)) (let ((recipe (package-recipe-lookup package))) (let* ((v recipe)) (eieio-oset v 'commit commit)) (let* ((v recipe)) (eieio-oset v 'version version)) (melpa2nix-build-package-1 recipe)))))))) (let* ((x112 (car-safe command-line-args-left)) (x113 (cdr-safe command-line-args-left))) (if (consp x113) (let* ((x114 (car-safe x113)) (x115 (cdr-safe x113))) (if (consp x115) (let* ((x116 (car-safe x115)) (x117 (cdr-safe x115))) (if (null x117) (let ((package x112) (version x114) (commit x116)) (let ((recipe (package-recipe-lookup package))) (let* ((v recipe)) (eieio-oset v 'commit commit)) (let* ((v recipe)) (eieio-oset v 'version version)) (melpa2nix-build-package-1 recipe))))))))) (if (consp command-line-args-left) (let* ((x112 (car-safe command-line-args-left)) (x113 (cdr-safe command-line-args-left))) (if (consp x113) (let* ((x114 (car-safe x113)) (x115 (cdr-safe x113))) (if (consp x115) (let* ((x116 (car-safe x115)) (x117 (cdr-safe x115))) (if (null x117) (let ((package x112) (version x114) (commit x116)) (let ((recipe (package-recipe-lookup package))) (let* ((v recipe)) (eieio-oset v 'commit commit)) (let* ((v recipe)) (eieio-oset v 'version version)) (melpa2nix-build-package-1 recipe)))))))))) melpa2nix-build-package() command-line-1(("-L" "/build/package-build" "-l" "/nix/store/il78imwh61pkvibmnmk2c49m5rrz0isw-melpa2nix.el" "-f" "melpa2nix-build-package" "edraw" "unstable-2024-03-02" "491c098032c4d6d44da569df9c1fbc35ccb7bb2f")) command-line() normal-top-level() Invalid version syntax: `unstable-2024-03-02' (must start with a number) [result] Failed to update emacsPackages.el-easydraw 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath almanah, using log file: /var/log/nixpkgs-update/almanah/2024-03-04.log almanah 0 -> 1 attrpath: almanah Checking auto update branch... Do not update GNOME during a release cycle [result] Failed to update almanah 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath spotdl, using log file: /var/log/nixpkgs-update/spotdl/2024-03-04.log spotdl 0 -> 1 attrpath: spotdl Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/sqbw0bifargwg8r4sf0k0ja9j1afcixk-packages.json.drv building '/nix/store/sqbw0bifargwg8r4sf0k0ja9j1afcixk-packages.json.drv'... Going to be running update for following packages: - spotdl-4.2.4 Press Enter key to continue... Running update for: - spotdl-4.2.4: UPDATING ... - spotdl-4.2.4: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update spotdl 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath antsimulator, using log file: /var/log/nixpkgs-update/antsimulator/2024-03-04.log antsimulator 3.1 -> 4.2 https://github.com/johnBuffer/AntSimulator/releases attrpath: antsimulator Checking auto update branch... An auto update branch exists with message `antsimulator: 3.1 -> 4.2`. New version is 4.2. An auto update branch exists with an equal or greater version [result] Failed to update antsimulator 3.1 -> 4.2 https://github.com/johnBuffer/AntSimulator/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath pssh, using log file: /var/log/nixpkgs-update/pssh/2024-03-04.log pssh 0 -> 1 attrpath: pssh Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/9a2mbsc9dm011xvgxhn9rj3l7rzm3zrn-packages.json.drv building '/nix/store/9a2mbsc9dm011xvgxhn9rj3l7rzm3zrn-packages.json.drv'... Going to be running update for following packages: - pssh-2.3.4 Press Enter key to continue... Running update for: - pssh-2.3.4: UPDATING ... - pssh-2.3.4: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update pssh 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_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-chess, using log file: /var/log/nixpkgs-update/gnome.gnome-chess/2024-03-04.log gnome.gnome-chess 0 -> 1 attrpath: gnome.gnome-chess Checking auto update branch... Do not update GNOME during a release cycle [result] Failed to update gnome.gnome-chess 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.wordfreq, using log file: /var/log/nixpkgs-update/python311Packages.wordfreq/2024-03-04.log python311Packages.wordfreq 0 -> 1 attrpath: python311Packages.wordfreq Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/1zjrc5j6z8n41zr0r0ypi1aivls5d0p9-packages.json.drv building '/nix/store/1zjrc5j6z8n41zr0r0ypi1aivls5d0p9-packages.json.drv'... Going to be running update for following packages: - python3.11-wordfreq-3.0.2 Press Enter key to continue... Running update for: - python3.11-wordfreq-3.0.2: UPDATING ... - python3.11-wordfreq-3.0.2: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.wordfreq 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath gtk3, using log file: /var/log/nixpkgs-update/gtk3/2024-03-04.log gtk3 0 -> 1 attrpath: gtk3 Checking auto update branch... Do not update GNOME during a release cycle [result] Failed to update gtk3 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath gcp-scanner, using log file: /var/log/nixpkgs-update/gcp-scanner/2024-03-04.log gcp-scanner 0 -> 1 attrpath: gcp-scanner Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/z8jqa4h4xxxyizwzxqic1bk0n5j1ml64-packages.json.drv building '/nix/store/z8jqa4h4xxxyizwzxqic1bk0n5j1ml64-packages.json.drv'... Going to be running update for following packages: - gcp-scanner-1.4.0 Press Enter key to continue... Running update for: - gcp-scanner-1.4.0: UPDATING ... - gcp-scanner-1.4.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update gcp-scanner 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: 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-repl, using log file: /var/log/nixpkgs-update/python311Packages.click-repl/2024-03-04.log python311Packages.click-repl 0 -> 1 attrpath: python311Packages.click-repl Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/0ib5fb43fnl3gqvfgnx354535nfrap3z-packages.json.drv building '/nix/store/0ib5fb43fnl3gqvfgnx354535nfrap3z-packages.json.drv'... Going to be running update for following packages: - python3.11-click-repl-0.3.0 Press Enter key to continue... Running update for: - python3.11-click-repl-0.3.0: UPDATING ... - python3.11-click-repl-0.3.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.click-repl 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath osslsigncode, using log file: /var/log/nixpkgs-update/osslsigncode/2024-03-04.log osslsigncode 2.7 -> 2.8 https://github.com/mtrojnar/osslsigncode/releases attrpath: osslsigncode 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/osslsigncode/default.nix b/pkgs/development/tools/osslsigncode/default.nix index 1df3c26e3774..a581dd04ec48 100644 --- a/pkgs/development/tools/osslsigncode/default.nix +++ b/pkgs/development/tools/osslsigncode/default.nix @@ -10,13 +10,13 @@ stdenv.mkDerivation rec { pname = "osslsigncode"; - version = "2.7"; + version = "2.8"; src = fetchFromGitHub { owner = "mtrojnar"; repo = pname; rev = version; - sha256 = "sha256-TW4/alnAW3vifAKf02RlnpOq1uW7nc+Sjs0g1BfplLk="; + sha256 = "sha256-FcrymV0n/Bv0cS9Dx6sG+ifilBiPfaG+xpQvH9mvylQ="; }; nativeBuildInputs = [ cmake pkg-config python3 ]; [outpaths] eval start [outpaths] eval end Successfully finished processing cachix "/nix/store/ly8shlw4psv6nz8a4zm3did7dh0sdf50-osslsigncode-2.8" [check][nixpkgs-review] Result of `nixpkgs-review --extra-nixpkgs-config '{ allowInsecurePredicate = x: true; }'` run on x86_64-linux [1](https://github.com/Mic92/nixpkgs-review)
1 package built:
  • osslsigncode
Automatic update generated by [nixpkgs-update](https://github.com/ryantm/nixpkgs-update) tools. This update was made based on information from https://github.com/mtrojnar/osslsigncode/releases. meta.description for osslsigncode is: OpenSSL based Authenticode signing for PE/MSI/Java CAB files meta.homepage for osslsigncode is: https://github.com/mtrojnar/osslsigncode ###### Updates performed - Version update ###### To inspect upstream changes - [Release on GitHub](https://github.com/mtrojnar/osslsigncode/releases/tag/2.8) - [Compare changes on GitHub](https://github.com/mtrojnar/osslsigncode/compare/2.7...2.8) ###### Impact Checks done --- - built on NixOS - The tests defined in `passthru.tests`, if any, passed - found 2.8 with grep in /nix/store/ly8shlw4psv6nz8a4zm3did7dh0sdf50-osslsigncode-2.8 - found 2.8 in filename of file in /nix/store/ly8shlw4psv6nz8a4zm3did7dh0sdf50-osslsigncode-2.8 ---
Rebuild report (if merged into master) (click to expand) ``` 1 total rebuild path(s) 1 package rebuild(s) First fifty rebuilds by attrpath osslsigncode ```
Instructions to test this update (click to expand) --- Either **download from Cachix**: ``` nix-store -r /nix/store/ly8shlw4psv6nz8a4zm3did7dh0sdf50-osslsigncode-2.8 \ --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 osslsigncode https://github.com/r-ryantm/nixpkgs/archive/db1a9609e9351acf7b420c0dd1fab758246a3cb4.tar.gz ``` Or: ``` nix build github:r-ryantm/nixpkgs/db1a9609e9351acf7b420c0dd1fab758246a3cb4#osslsigncode ``` After you've downloaded or built it, look at the files and if there are any, run the binaries: ``` ls -la /nix/store/ly8shlw4psv6nz8a4zm3did7dh0sdf50-osslsigncode-2.8 ls -la /nix/store/ly8shlw4psv6nz8a4zm3did7dh0sdf50-osslsigncode-2.8/bin ``` ---

### Pre-merge build results We have automatically built all packages that will get rebuilt due to this change. This gives evidence on whether the upgrade will break dependent packages. Note sometimes packages show up as _failed to build_ independent of the change, simply because they are already broken on the target branch. Result of `nixpkgs-review --extra-nixpkgs-config '{ allowInsecurePredicate = x: true; }'` run on x86_64-linux [1](https://github.com/Mic92/nixpkgs-review)
1 package built:
  • osslsigncode
--- ###### Maintainer pings cc @mmahut @prusnak 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/293154 [result] Success updating osslsigncode 2.7 -> 2.8 https://github.com/mtrojnar/osslsigncode/releases [options] github_user: r-ryantm, pull_request: YES, batch_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-texteditor, using log file: /var/log/nixpkgs-update/libsForQt5.mauikit-texteditor/2024-03-04.log libsForQt5.mauikit-texteditor 3.0.2 -> 3.1.0 https://repology.org/project/mauikit-texteditor/versions attrpath: libsForQt5.mauikit-texteditor 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 , kio , mauikit , syntax-highlighting }: mkDerivation { pname = "mauikit-texteditor"; nativeBuildInputs = [ cmake extra-cmake-modules ]; buildInputs = [ kconfig kio mauikit syntax-highlighting ]; meta = with lib; { homepage = "https://invent.kde.org/maui/mauikit-texteditor"; description = "MauiKit Text Editor components"; license = licenses.lgpl21Plus; maintainers = with maintainers; [ onny ]; }; } [result] Failed to update libsForQt5.mauikit-texteditor 3.0.2 -> 3.1.0 https://repology.org/project/mauikit-texteditor/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath svxlink, using log file: /var/log/nixpkgs-update/svxlink/2024-03-04.log svxlink 19.09.2 -> 24.02 https://github.com/sm0svx/svxlink/releases attrpath: svxlink 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/svxlink/default.nix b/pkgs/applications/radio/svxlink/default.nix index 8c1d5f2129ea..d09e7855ce41 100644 --- a/pkgs/applications/radio/svxlink/default.nix +++ b/pkgs/applications/radio/svxlink/default.nix @@ -14,13 +14,13 @@ let in stdenv.mkDerivation rec { pname = "svxlink"; - version = "19.09.2"; + version = "24.02"; src = fetchFromGitHub { owner = "sm0svx"; repo = pname; rev = version; - sha256 = "sha256-riyFEuEmJ7+jYT3UoTTsMUwFdO3y5mjo4z0fcC3O8gY="; + sha256 = "sha256-QNm3LQ9RY24F/wmRuP+D2G5of1490YpZD9bp6dZErU0="; }; cmakeFlags = [ [outpaths] eval start [outpaths] eval end Received ExitFailure 1 when running Raw command: /nix/store/62fm7r6175k2bgvhc19hn9bdhw90wa3n-nix-2.18.1/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A svxlink nix build failed. -- without it but support for the OGG audio format will -- be unavailable. -- Checking for module 'alsa' -- Found alsa, version 1.2.11 -- Found Qt5 version 5.15.12 -- Checking for module 'popt' -- Found popt, version 1.19 -- Found Popt: /nix/store/31fl844i32sq59vdwxh7sgq2v78hbbi1-popt-1.19/lib/libpopt.so -- With Systemd = OFF -- Looking for HIDIOCGRAWINFO -- Looking for HIDIOCGRAWINFO - found -- Found GCrypt: /nix/store/2pzwimd7yj40f32kngjyzxszbd2bp5a2-libgcrypt-1.10.3/lib/libgcrypt.so -- Could NOT find GPIOD (missing: GPIOD_LIBRARY GPIOD_INCLUDE_DIR) (Required is exact version "1") -- The gpiod library is an optional dependency. -- Accessing GPIO pins using GPIOD will be unavailable. -- Access through the deprecated sysfs interface will still -- work though. -- Checking for module 'jsoncpp' -- No package 'jsoncpp' found CMake Error at /nix/store/paxnwg89pdx4car5fj84mmiprg952459-cmake-3.28.2/share/cmake-3.28/Modules/FindPkgConfig.cmake:619 (message): The following required packages were not found: - jsoncpp Call Stack (most recent call first): /nix/store/paxnwg89pdx4car5fj84mmiprg952459-cmake-3.28.2/share/cmake-3.28/Modules/FindPkgConfig.cmake:841 (_pkg_check_modules_internal) svxlink/trx/CMakeLists.txt:85 (pkg_check_modules)  -- Configuring incomplete, errors occurred! [result] Failed to update svxlink 19.09.2 -> 24.02 https://github.com/sm0svx/svxlink/releases [options] github_user: r-ryantm, pull_request: YES, batch_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-03-04.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/62fm7r6175k2bgvhc19hn9bdhw90wa3n-nix-2.18.1/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) 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: 0% (0/0, 0 left) (jobs: 1) 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 ogre, using log file: /var/log/nixpkgs-update/ogre/2024-03-04.log ogre 14.1.2 -> 14.2.0 https://github.com/OGRECave/ogre/releases attrpath: ogre 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 ogre 14.1.2 -> 14.2.0 https://github.com/OGRECave/ogre/releases [options] github_user: r-ryantm, pull_request: YES, batch_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.scdhlm, using log file: /var/log/nixpkgs-update/rPackages.scdhlm/2024-03-04.log rPackages.scdhlm 0.7.2 -> 0.7.3 https://repology.org/project/r:scdhlm/versions attrpath: rPackages.scdhlm 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.scdhlm 0.7.2 -> 0.7.3 https://repology.org/project/r:scdhlm/versions [options] github_user: r-ryantm, pull_request: YES, batch_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.buho, using log file: /var/log/nixpkgs-update/libsForQt5.buho/2024-03-04.log libsForQt5.buho 3.0.2 -> 3.1.0 https://repology.org/project/buho/versions attrpath: libsForQt5.buho 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-accounts , mauikit-texteditor , qtmultimedia , qtquickcontrols2 }: mkDerivation { pname = "buho"; nativeBuildInputs = [ cmake extra-cmake-modules ]; buildInputs = [ applet-window-buttons karchive kcoreaddons ki18n kio kirigami2 mauikit mauikit-filebrowsing mauikit-accounts mauikit-texteditor qtmultimedia qtquickcontrols2 ]; meta = with lib; { description = "Task and Note Keeper"; homepage = "https://invent.kde.org/maui/buho"; license = licenses.gpl3Plus; maintainers = with maintainers; [ onny ]; }; } [result] Failed to update libsForQt5.buho 3.0.2 -> 3.1.0 https://repology.org/project/buho/versions [options] github_user: r-ryantm, pull_request: YES, batch_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-03-04.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-03-04.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/yqr145sxrw2br6dk64bbq1pg2l6wh2sb-packages.json.drv building '/nix/store/yqr145sxrw2br6dk64bbq1pg2l6wh2sb-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. An auto update branch exists with message `python312Packages.pyspark: 3.5.0 -> 3.5.1`. New version is 3.5.1. An auto update branch exists with an equal or greater version [result] Failed to update 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 punes-qt6, using log file: /var/log/nixpkgs-update/punes-qt6/2024-03-04.log punes-qt6 0.110 -> 0.111 https://github.com/punesemu/puNES/releases attrpath: punes-qt6 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/b1xzc1wn2myx00b1yw09qkzfhbpy017k-packages.json.drv building '/nix/store/b1xzc1wn2myx00b1yw09qkzfhbpy017k-packages.json.drv'... Going to be running update for following packages: - punes-0.110 Press Enter key to continue... Running update for: - punes-0.110: UPDATING ... - punes-0.110: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/applications/emulators/punes/default.nix b/pkgs/applications/emulators/punes/default.nix index 529dce536430..9108fb5b87cd 100644 --- a/pkgs/applications/emulators/punes/default.nix +++ b/pkgs/applications/emulators/punes/default.nix @@ -19,13 +19,13 @@ stdenv.mkDerivation rec { pname = "punes"; - version = "0.110"; + version = "0.111"; src = fetchFromGitHub { owner = "punesemu"; repo = "puNES"; rev = "v${version}"; - sha256 = "sha256-+hL168r40aYUjyLbWFXWk9G2srrrG1TH1gLYMliHftU="; + sha256 = "sha256-TIXjYkInWV3yVnvXrdHcmeWYeps5TcvkG2Xjg4roIds="; }; patches = [ No auto update branch exists [outpaths] eval start [outpaths] eval end Received ExitFailure 1 when running Raw command: /nix/store/62fm7r6175k2bgvhc19hn9bdhw90wa3n-nix-2.18.1/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A punes-qt6 nix build failed. got build log for 'punes-qt6' from 'daemon' @nix { "action": "setPhase", "phase": "qtPreHook" } Running phase: qtPreHook @nix { "action": "setPhase", "phase": "unpackPhase" } Running phase: unpackPhase unpacking source archive /nix/store/36cm0hg48bjg9kypcf5mllk4svn3n564-source source root is source @nix { "action": "setPhase", "phase": "patchPhase" } Running phase: patchPhase applying patch /nix/store/7pwz1p6gqmi8d3g0v3a3b9gbrxkb7bda-90dd5bc90412bbd199c2716f67a24aa88b24d80f.patch patching file src/gui/dlgLog.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/gui/dlgLog.cpp.rej [result] Failed to update punes-qt6 0.110 -> 0.111 https://github.com/punesemu/puNES/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python312Packages.greenlet, using log file: /var/log/nixpkgs-update/python312Packages.greenlet/2024-03-04.log python312Packages.greenlet 3.0.1 -> 3.0.3 https://repology.org/project/python:greenlet/versions attrpath: python312Packages.greenlet Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/i2bjiw6dcqswyizas7m4kciwk5l1yjmp-packages.json.drv building '/nix/store/i2bjiw6dcqswyizas7m4kciwk5l1yjmp-packages.json.drv'... Going to be running update for following packages: - python3.12-greenlet-3.0.1 Press Enter key to continue... Running update for: - python3.12-greenlet-3.0.1: UPDATING ... - python3.12-greenlet-3.0.1: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/greenlet/default.nix b/pkgs/development/python-modules/greenlet/default.nix index 8b885133cf2a..6839b2340961 100644 --- a/pkgs/development/python-modules/greenlet/default.nix +++ b/pkgs/development/python-modules/greenlet/default.nix @@ -14,12 +14,12 @@ let greenlet = buildPythonPackage rec { pname = "greenlet"; - version = "3.0.1"; + version = "3.0.3"; pyproject = true; src = fetchPypi { inherit pname version; - hash = "sha256-gWvZSIqUy6eNk+GrtYAA6CZvqcwqqczdbrBpasskAFs="; + hash = "sha256-QzdEQjUyWVVM4zWZ2otpLVqpb4l21WfUut8mM3H75JE="; }; nativeBuildInputs = [ No auto update branch exists [outpaths] eval start [outpaths] eval end Python package with too many package rebuilds 42090 > 25 [result] Failed to update python312Packages.greenlet 3.0.1 -> 3.0.3 https://repology.org/project/python:greenlet/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath pithos, using log file: /var/log/nixpkgs-update/pithos/2024-03-04.log pithos 0 -> 1 attrpath: pithos Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/977hm15xif228wnrpgmlpnj9izi1c5fj-packages.json.drv building '/nix/store/977hm15xif228wnrpgmlpnj9izi1c5fj-packages.json.drv'... Going to be running update for following packages: - pithos-1.6.1 Press Enter key to continue... Running update for: - pithos-1.6.1: UPDATING ... - pithos-1.6.1: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/applications/audio/pithos/default.nix b/pkgs/applications/audio/pithos/default.nix index 6de3da92db8a..bb1273424d7e 100644 --- a/pkgs/applications/audio/pithos/default.nix +++ b/pkgs/applications/audio/pithos/default.nix @@ -4,13 +4,13 @@ pythonPackages.buildPythonApplication rec { pname = "pithos"; - version = "1.6.1"; + version = "1.6.2"; src = fetchFromGitHub { owner = pname; repo = pname; - rev = version; - hash = "sha256-GPDbFlwiGT/B2paX33d3mUCV77q+fPM0LMaKFsQQjjQ="; + rev = "refs/tags/${version}"; + hash = "sha256-3j6IoMi30BQ8WHK4BxbsW+/3XZx7rBFd47EBENa2GiQ="; }; format = "other"; No auto update branch exists [outpaths] eval start [outpaths] eval end Successfully finished processing cachix "/nix/store/s3v14lsjjpcyswpjc0cx7wch005fb5hv-pithos-1.6.2" [check][nixpkgs-review] Result of `nixpkgs-review --extra-nixpkgs-config '{ allowInsecurePredicate = x: true; }'` run on x86_64-linux [1](https://github.com/Mic92/nixpkgs-review)
1 package built:
  • pithos
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 pithos is: Pandora Internet Radio player for GNOME meta.homepage for pithos is: https://pithos.github.io/ ###### 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 1.6.2 with grep in /nix/store/s3v14lsjjpcyswpjc0cx7wch005fb5hv-pithos-1.6.2 - found 1.6.2 in filename of file in /nix/store/s3v14lsjjpcyswpjc0cx7wch005fb5hv-pithos-1.6.2 ---
Rebuild report (if merged into master) (click to expand) ``` 1 total rebuild path(s) 1 package rebuild(s) First fifty rebuilds by attrpath pithos ```
Instructions to test this update (click to expand) --- Either **download from Cachix**: ``` nix-store -r /nix/store/s3v14lsjjpcyswpjc0cx7wch005fb5hv-pithos-1.6.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 pithos https://github.com/r-ryantm/nixpkgs/archive/b15ded3d29ebe8648f057a11a818e498b29ae743.tar.gz ``` Or: ``` nix build github:r-ryantm/nixpkgs/b15ded3d29ebe8648f057a11a818e498b29ae743#pithos ``` After you've downloaded or built it, look at the files and if there are any, run the binaries: ``` ls -la /nix/store/s3v14lsjjpcyswpjc0cx7wch005fb5hv-pithos-1.6.2 ls -la /nix/store/s3v14lsjjpcyswpjc0cx7wch005fb5hv-pithos-1.6.2/bin ``` ---

### Pre-merge build results We have automatically built all packages that will get rebuilt due to this change. This gives evidence on whether the upgrade will break dependent packages. Note sometimes packages show up as _failed to build_ independent of the change, simply because they are already broken on the target branch. Result of `nixpkgs-review --extra-nixpkgs-config '{ allowInsecurePredicate = x: true; }'` run on x86_64-linux [1](https://github.com/Mic92/nixpkgs-review)
1 package built:
  • pithos
--- ###### Maintainer pings cc @obadz 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/293158 [result] Success updating pithos 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: 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-watch, using log file: /var/log/nixpkgs-update/python311Packages.pytest-watch/2024-03-04.log python311Packages.pytest-watch 0 -> 1 attrpath: python311Packages.pytest-watch Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/jy2mcdl1bp04m7sa3w026r937izhbbp0-packages.json.drv building '/nix/store/jy2mcdl1bp04m7sa3w026r937izhbbp0-packages.json.drv'... Going to be running update for following packages: - python3.11-pytest-watch-4.2.0 Press Enter key to continue... Running update for: - python3.11-pytest-watch-4.2.0: UPDATING ... - python3.11-pytest-watch-4.2.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.pytest-watch 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath scorecard, using log file: /var/log/nixpkgs-update/scorecard/2024-03-04.log scorecard 4.12.0 -> 4.13.1 https://github.com/ossf/scorecard/releases attrpath: scorecard 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-L6HFZryniy3Gp8NKdjM4SK82ZG5eQPM7blkSE3YFhOw=" [golangModuleVersion] Replaced vendorHash with sha256-ohZcz7fn/YAglLI3YOi0J4FWkCJa2/nsM7T03+BOWkw= Received ExitFailure 1 when running Raw command: /nix/store/62fm7r6175k2bgvhc19hn9bdhw90wa3n-nix-2.18.1/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A scorecard nix build failed. ? github.com/ossf/scorecard/v4/cron/internal/worker [no test files] ? github.com/ossf/scorecard/v4/cron/monitoring [no test files] ok github.com/ossf/scorecard/v4/cron/worker 0.009s ok github.com/ossf/scorecard/v4/dependencydiff 0.011s ? github.com/ossf/scorecard/v4/docs/checks [no test files] ? github.com/ossf/scorecard/v4/docs/checks/internal [no test files] ? github.com/ossf/scorecard/v4/docs/checks/internal/generate [no test files] ? github.com/ossf/scorecard/v4/docs/checks/internal/validate [no test files] ok github.com/ossf/scorecard/v4/errors 0.002s ok github.com/ossf/scorecard/v4/finding 0.003s ok github.com/ossf/scorecard/v4/finding/probe 0.003s ok github.com/ossf/scorecard/v4/log 0.002s ok github.com/ossf/scorecard/v4/options 0.011s --- FAIL: TestRunScorecard (0.00s) --- FAIL: TestRunScorecard/empty_commits_repos_should_return_repo_details_but_no_checks (0.00s) scorecard_test.go:185: expected {{github.com/ossf/scorecard } 2024-03-04 02:56:11.037839943 +0000 UTC m=+0.008960764 {v4.13.1 49c0eed3a423f00c872b5c3c9f1bbca9e8aae799} [] {{[]} {[] []} {Unknown} {[]} {[]} {[]} {[] 0} {[]} {[]} {[]} {0001-01-01 00:00:00 +0000 UTC [] [] {false}} {map[]} {[]} {[]} {[]} {[]} {[] 0} {[]} {[]}} [] []}, got   pkg.ScorecardResult{    ... // 1 ignored and 1 identical fields    Scorecard: pkg.ScorecardInfo{ -  Version: "", +  Version: "v4.13.1", -  CommitSHA: "unknown", +  CommitSHA: "49c0eed3a423f00c872b5c3c9f1bbca9e8aae799",    },    Checks: nil,    RawResults: {},    ... // 2 identical fields   } FAIL FAIL github.com/ossf/scorecard/v4/pkg 0.017s FAIL [result] Failed to update scorecard 4.12.0 -> 4.13.1 https://github.com/ossf/scorecard/releases [options] github_user: r-ryantm, pull_request: YES, batch_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-03-04.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/r17ndhm47w1s16h6k5ylllv74mq8v21f-packages.json.drv building '/nix/store/r17ndhm47w1s16h6k5ylllv74mq8v21f-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.zipstream-ng, using log file: /var/log/nixpkgs-update/python311Packages.zipstream-ng/2024-03-04.log python311Packages.zipstream-ng 0 -> 1 attrpath: python311Packages.zipstream-ng Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/rd0rlcbvxd757rzcjwnn29rcw4v01p46-packages.json.drv building '/nix/store/rd0rlcbvxd757rzcjwnn29rcw4v01p46-packages.json.drv'... Going to be running update for following packages: - python3.11-zipstream-ng-1.7.1 Press Enter key to continue... Running update for: - python3.11-zipstream-ng-1.7.1: UPDATING ... - python3.11-zipstream-ng-1.7.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.zipstream-ng 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.numpydoc, using log file: /var/log/nixpkgs-update/python311Packages.numpydoc/2024-03-04.log python311Packages.numpydoc 0 -> 1 attrpath: python311Packages.numpydoc Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/25hdk5kmwqxmc98caivn3dkqi18aqg1p-packages.json.drv building '/nix/store/25hdk5kmwqxmc98caivn3dkqi18aqg1p-packages.json.drv'... Going to be running update for following packages: - python3.11-numpydoc-1.6.0 Press Enter key to continue... Running update for: - python3.11-numpydoc-1.6.0: UPDATING ... - python3.11-numpydoc-1.6.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.numpydoc 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.logzero, using log file: /var/log/nixpkgs-update/python311Packages.logzero/2024-03-04.log python311Packages.logzero 0 -> 1 attrpath: python311Packages.logzero Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/wsdi54rgai09s9mjh3c46lnis7qjp2f2-packages.json.drv building '/nix/store/wsdi54rgai09s9mjh3c46lnis7qjp2f2-packages.json.drv'... Going to be running update for following packages: - python3.11-logzero-1.7.0 Press Enter key to continue... Running update for: - python3.11-logzero-1.7.0: UPDATING ... - python3.11-logzero-1.7.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.logzero 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath nagios, using log file: /var/log/nixpkgs-update/nagios/2024-03-04.log nagios 0 -> 1 attrpath: nagios Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/w4rwzs7kg0k9zhd5x9qqbqmli36h4ycc-packages.json.drv building '/nix/store/w4rwzs7kg0k9zhd5x9qqbqmli36h4ycc-packages.json.drv'... Going to be running update for following packages: - nagios-4.5.0 Press Enter key to continue... Running update for: - nagios-4.5.0: UPDATING ... - nagios-4.5.0: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/servers/monitoring/nagios/default.nix b/pkgs/servers/monitoring/nagios/default.nix index 442eed82478e..14e60891c08d 100644 --- a/pkgs/servers/monitoring/nagios/default.nix +++ b/pkgs/servers/monitoring/nagios/default.nix @@ -14,13 +14,13 @@ stdenv.mkDerivation rec { pname = "nagios"; - version = "4.5.0"; + version = "4.5.1"; src = fetchFromGitHub { owner = "NagiosEnterprises"; repo = "nagioscore"; rev = "refs/tags/nagios-${version}"; - hash = "sha256-km0vB/bopysS7eejDFDKaonXzTzBonIqiw1T+C2lKiQ="; + hash = "sha256-+U2k3w3Yr0qZjHwjRpKZVucB3a35PSZr1Sqa8k0ssq8="; }; patches = [ ./nagios.patch ]; An auto update branch exists with message `nagios: 4.5.0 -> 4.5.1`. New version is 4.5.1. An auto update branch exists with an equal or greater version [result] Failed to update nagios 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.xpath-expressions, using log file: /var/log/nixpkgs-update/python311Packages.xpath-expressions/2024-03-04.log python311Packages.xpath-expressions 0 -> 1 attrpath: python311Packages.xpath-expressions 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/yfn1dhaikli9d22snqxp5n88mgz2gkgq-packages.json.drv building '/nix/store/yfn1dhaikli9d22snqxp5n88mgz2gkgq-packages.json.drv'... Going to be running update for following packages: - python3.11-xpath-expressions-1.1.0 Press Enter key to continue... Running update for: - python3.11-xpath-expressions-1.1.0: UPDATING ... - python3.11-xpath-expressions-1.1.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.xpath-expressions 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath crossguid, using log file: /var/log/nixpkgs-update/crossguid/2024-03-04.log crossguid 0 -> 1 attrpath: crossguid 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/y2l627vi2m0msdlfij149iimv4g1m7ll-packages.json.drv building '/nix/store/y2l627vi2m0msdlfij149iimv4g1m7ll-packages.json.drv'... Going to be running update for following packages: - crossguid-unstable-2019-05-29 Press Enter key to continue... Running update for: - crossguid-unstable-2019-05-29: UPDATING ... - crossguid-unstable-2019-05-29: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update crossguid 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_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.incus, using log file: /var/log/nixpkgs-update/terraform-providers.incus/2024-03-04.log terraform-providers.incus 0 -> 1 attrpath: terraform-providers.incus Checking auto update branch... Derivation file opts-out of auto-updates [result] Failed to update terraform-providers.incus 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath reversal-icon-theme, using log file: /var/log/nixpkgs-update/reversal-icon-theme/2024-03-04.log reversal-icon-theme 0 -> 1 attrpath: reversal-icon-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] Failed with exit code 1 this derivation will be built: /nix/store/s868i8n3h71qcd8amipj2s6g270x5pk0-packages.json.drv building '/nix/store/s868i8n3h71qcd8amipj2s6g270x5pk0-packages.json.drv'... Going to be running update for following packages: - reversal-icon-theme-unstable-2023-05-13 Press Enter key to continue... Running update for: - reversal-icon-theme-unstable-2023-05-13: UPDATING ... - reversal-icon-theme-unstable-2023-05-13: ERROR --- SHOWING ERROR LOG FOR reversal-icon-theme-unstable-2023-05-13 ---------------------- + 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=reversal-icon-theme-unstable-2023-05-13 + [[ -n '' ]] + pname=reversal-icon-theme + [[ -n '' ]] + version=unstable-2023-05-13 + [[ -n '' ]] + attr_path=reversal-icon-theme + echo '# reversal-icon-theme-unstable-2023-05-13' ++ sh -c '/nix/store/yvv66ksascjwzg8ncc34rm295isn51gv-common-updater-scripts/bin/list-git-tags --pname=reversal-icon-theme --attr-path=reversal-icon-theme --file="update-git-commits.txt"' + tags= + '[' -n '' ']' ++ echo '' ++ /nix/store/11b3chszacfr9liy829xqknzp3q88iji-gnugrep-3.11/bin/grep '^[0-9]' + tags= --- SHOWING ERROR LOG FOR reversal-icon-theme-unstable-2023-05-13 ---------------------- The update script for reversal-icon-theme-unstable-2023-05-13 failed with exit code 1 [result] Failed to update reversal-icon-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 nbqa, using log file: /var/log/nixpkgs-update/nbqa/2024-03-04.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/xz6cdb0vkrwna4j29dxhywxbn74gjgpw-packages.json.drv building '/nix/store/xz6cdb0vkrwna4j29dxhywxbn74gjgpw-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! Diff after rewrites: diff --git a/pkgs/tools/misc/nbqa/default.nix b/pkgs/tools/misc/nbqa/default.nix index 0c55c78f7b49..344f4fa36fd6 100644 --- a/pkgs/tools/misc/nbqa/default.nix +++ b/pkgs/tools/misc/nbqa/default.nix @@ -7,14 +7,14 @@ }: python3.pkgs.buildPythonApplication rec { pname = "nbqa"; - version = "1.7.1"; + version = "1.8.3"; pyproject = true; src = fetchFromGitHub { owner = "nbQA-dev"; repo = "nbQA"; rev = "refs/tags/${version}"; - hash = "sha256-a/FuhJyf8BmZekUibzEiGgkHL51A+75R4a6S+h5i28s="; + hash = "sha256-RucDwXXEOTInhV/hk6gYXUmxUu660/pSTrBtHLrLkQ8="; }; nativeBuildInputs = with python3.pkgs; [ No auto update branch exists There might already be an open PR for this update: - nbqa: 1.7.1 -> 1.8.3 URL "https://api.github.com/repos/NixOS/nixpkgs/issues/293085" [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-03-04.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/kmg85n0svjhd8abbb1qmlccb4wx8knii-packages.json.drv building '/nix/store/kmg85n0svjhd8abbb1qmlccb4wx8knii-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 forge-mtg, using log file: /var/log/nixpkgs-update/forge-mtg/2024-03-04.log forge-mtg 1.6.57 -> 1.6.59 https://github.com/Card-Forge/forge/releases attrpath: forge-mtg Checking auto update branch... No auto update branch exists [version] [version] updated version and sha256 [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] skipping because derivation has no updateScript Diff after rewrites: diff --git a/pkgs/games/forge-mtg/default.nix b/pkgs/games/forge-mtg/default.nix index cc5c56977bb9..b5694aecd8b5 100644 --- a/pkgs/games/forge-mtg/default.nix +++ b/pkgs/games/forge-mtg/default.nix @@ -8,13 +8,13 @@ }: let - version = "1.6.57"; + version = "1.6.59"; src = fetchFromGitHub { owner = "Card-Forge"; repo = "forge"; rev = "forge-${version}"; - hash = "sha256-pxnnqLfyblbIgIRZZrx8Y8K43zUv9mu7PzZ7zltpEUQ="; + hash = "sha256-OoHkk5PRKxdhfQNfdNRwkN64dldb2RyiapnNLmTVZNs="; }; # launch4j downloads and runs a native binary during the package phase. [outpaths] eval start [outpaths] eval end Received ExitFailure 1 when running Raw command: /nix/store/62fm7r6175k2bgvhc19hn9bdhw90wa3n-nix-2.18.1/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A forge-mtg Received ExitFailure 1 when running Raw command: /nix/store/62fm7r6175k2bgvhc19hn9bdhw90wa3n-nix-2.18.1/bin/nix --extra-experimental-features nix-command log -f . forge-mtg Standard output: error: build log of 'forge-mtg' is not available [result] Failed to update forge-mtg 1.6.57 -> 1.6.59 https://github.com/Card-Forge/forge/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.deid, using log file: /var/log/nixpkgs-update/python311Packages.deid/2024-03-04.log python311Packages.deid 0 -> 1 attrpath: python311Packages.deid 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/wpc4xxfklkvj7vzgaf0b53256jdjg76k-packages.json.drv building '/nix/store/wpc4xxfklkvj7vzgaf0b53256jdjg76k-packages.json.drv'... Going to be running update for following packages: - python3.11-deid-0.3.22 Press Enter key to continue... Running update for: - python3.11-deid-0.3.22: UPDATING ... - python3.11-deid-0.3.22: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.deid 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.ibm-watson, using log file: /var/log/nixpkgs-update/python311Packages.ibm-watson/2024-03-04.log python311Packages.ibm-watson 0 -> 1 attrpath: python311Packages.ibm-watson Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/yy21iwdhksmxygx4223x861w0q7k84nv-packages.json.drv building '/nix/store/yy21iwdhksmxygx4223x861w0q7k84nv-packages.json.drv'... Going to be running update for following packages: - python3.11-ibm-watson-7.0.1 Press Enter key to continue... Running update for: - python3.11-ibm-watson-7.0.1: UPDATING ... - python3.11-ibm-watson-7.0.1: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/ibm-watson/default.nix b/pkgs/development/python-modules/ibm-watson/default.nix index 522b7b13cc1c..c15ec2005a29 100644 --- a/pkgs/development/python-modules/ibm-watson/default.nix +++ b/pkgs/development/python-modules/ibm-watson/default.nix @@ -14,7 +14,7 @@ buildPythonPackage rec { pname = "ibm-watson"; - version = "7.0.1"; + version = "8.0.0"; format = "setuptools"; disabled = pythonOlder "3.7"; @@ -23,7 +23,7 @@ buildPythonPackage rec { owner = "watson-developer-cloud"; repo = "python-sdk"; rev = "refs/tags/v${version}"; - hash = "sha256-f/nf9WFiUNDQBkFNMV16EznCw0TN9L4fDIPQ/j4B1Sc="; + hash = "sha256-p2LyR7Fxd0Ny6QCypAWIusnINuhWAhWOnRfZ14FKvro="; }; propagatedBuildInputs = [ An auto update branch exists with message `python311Packages.ibm-watson: 7.0.1 -> 8.0.0`. New version is 8.0.0. An auto update branch exists with an equal or greater version [result] Failed to update python311Packages.ibm-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 dosage, using log file: /var/log/nixpkgs-update/dosage/2024-03-04.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/ya30rgckfacvci86zbika1apv942k0pd-packages.json.drv building '/nix/store/ya30rgckfacvci86zbika1apv942k0pd-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/62fm7r6175k2bgvhc19hn9bdhw90wa3n-nix-2.18.1/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 python311Packages.pynamodb, using log file: /var/log/nixpkgs-update/python311Packages.pynamodb/2024-03-04.log python311Packages.pynamodb 0 -> 1 attrpath: python311Packages.pynamodb Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/5ja41pla0lxphqqq37jwkilfd8xhicgk-packages.json.drv building '/nix/store/5ja41pla0lxphqqq37jwkilfd8xhicgk-packages.json.drv'... Going to be running update for following packages: - python3.11-pynamodb-5.5.1 Press Enter key to continue... Running update for: - python3.11-pynamodb-5.5.1: UPDATING ... - python3.11-pynamodb-5.5.1: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/pynamodb/default.nix b/pkgs/development/python-modules/pynamodb/default.nix index 8f75abea64fd..61c189592db1 100644 --- a/pkgs/development/python-modules/pynamodb/default.nix +++ b/pkgs/development/python-modules/pynamodb/default.nix @@ -13,7 +13,7 @@ buildPythonPackage rec { pname = "pynamodb"; - version = "5.5.1"; + version = "6.0.0"; format = "setuptools"; disabled = pythonOlder "3.7"; @@ -22,7 +22,7 @@ buildPythonPackage rec { owner = "pynamodb"; repo = "PynamoDB"; rev = "refs/tags/${version}"; - hash = "sha256-VZHEXAuHGn10EMkyd8hibipu6tw5JvOP4XwdB+xdjN8="; + hash = "sha256-Ag/ivZ2SDYX0kwXbExt3kE/pMJgfoGc6gWoy+Rr6GTw="; }; propagatedBuildInputs = [ No auto update branch exists [outpaths] eval start [outpaths] eval end Python package with too many package rebuilds 1629 > 25 [result] Failed to update python311Packages.pynamodb 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_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.tlars, using log file: /var/log/nixpkgs-update/rPackages.tlars/2024-03-04.log rPackages.tlars 0.0.1 -> 1.0.1 https://repology.org/project/r:tlars/versions attrpath: rPackages.tlars 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.tlars 0.0.1 -> 1.0.1 https://repology.org/project/r:tlars/versions [options] github_user: r-ryantm, pull_request: YES, batch_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.renv, using log file: /var/log/nixpkgs-update/rPackages.renv/2024-03-04.log rPackages.renv 1.0.3 -> 1.0.5 https://repology.org/project/r:renv/versions attrpath: rPackages.renv Checking auto update branch... No auto update branch exists Old version 1.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.renv 1.0.3 -> 1.0.5 https://repology.org/project/r:renv/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python312Packages.pymongo, using log file: /var/log/nixpkgs-update/python312Packages.pymongo/2024-03-04.log python312Packages.pymongo 4.6.1 -> 4.6.2 https://github.com/mongodb/mongo-python-driver/releases attrpath: python312Packages.pymongo Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/zg7y5ad7ni2ialq2rggmb636yn7mlaqm-packages.json.drv building '/nix/store/zg7y5ad7ni2ialq2rggmb636yn7mlaqm-packages.json.drv'... Going to be running update for following packages: - python3.12-pymongo-4.6.1 Press Enter key to continue... Running update for: - python3.12-pymongo-4.6.1: UPDATING ... - python3.12-pymongo-4.6.1: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/pymongo/default.nix b/pkgs/development/python-modules/pymongo/default.nix index 6d69cc3556c4..13fbc9ebe768 100644 --- a/pkgs/development/python-modules/pymongo/default.nix +++ b/pkgs/development/python-modules/pymongo/default.nix @@ -7,14 +7,14 @@ buildPythonPackage rec { pname = "pymongo"; - version = "4.6.1"; + version = "4.6.2"; format = "setuptools"; disabled = pythonOlder "3.7"; src = fetchPypi { inherit pname version; - hash = "sha256-Mdqx8+HQzdV+jfAbZF9S1DzBtlPtOv1TXSiR9PxPlxI="; + hash = "sha256-q30BrIMqFmPa1ZLMvZK7Dwd1vI+YoZI8Xhp9f+rUla8="; }; propagatedBuildInputs = [ No auto update branch exists [outpaths] eval start [outpaths] eval end Python package with too many package rebuilds 787 > 25 [result] Failed to update python312Packages.pymongo 4.6.1 -> 4.6.2 https://github.com/mongodb/mongo-python-driver/releases [options] github_user: r-ryantm, pull_request: YES, batch_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.Counternull, using log file: /var/log/nixpkgs-update/rPackages.Counternull/2024-03-04.log rPackages.Counternull 0.2.0 -> 0.2.12 https://repology.org/project/r:counternull/versions attrpath: rPackages.Counternull Checking auto update branch... No auto update branch exists Old version 0.2.0" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; 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.Counternull 0.2.0 -> 0.2.12 https://repology.org/project/r:counternull/versions [options] github_user: r-ryantm, pull_request: YES, batch_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.gMOIP, using log file: /var/log/nixpkgs-update/rPackages.gMOIP/2024-03-04.log rPackages.gMOIP 1.5.0 -> 1.5.2 https://repology.org/project/r:gmoip/versions attrpath: rPackages.gMOIP Checking auto update branch... No auto update branch exists Old version 1.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.gMOIP 1.5.0 -> 1.5.2 https://repology.org/project/r:gmoip/versions [options] github_user: r-ryantm, pull_request: YES, batch_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.cppdoubles, using log file: /var/log/nixpkgs-update/rPackages.cppdoubles/2024-03-04.log rPackages.cppdoubles 0.1.1 -> 0.2.0 https://repology.org/project/r:cppdoubles/versions attrpath: rPackages.cppdoubles Checking auto update branch... No auto update branch exists Old version 0.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.cppdoubles 0.1.1 -> 0.2.0 https://repology.org/project/r:cppdoubles/versions [options] github_user: r-ryantm, pull_request: YES, batch_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.dmrseq, using log file: /var/log/nixpkgs-update/rPackages.dmrseq/2024-03-04.log rPackages.dmrseq 1.22.0 -> 1.22.1 https://repology.org/project/r:dmrseq/versions attrpath: rPackages.dmrseq Checking auto update branch... No auto update branch exists Old version 1.22.0" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; 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.dmrseq 1.22.0 -> 1.22.1 https://repology.org/project/r:dmrseq/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath where-is-my-sddm-theme, using log file: /var/log/nixpkgs-update/where-is-my-sddm-theme/2024-03-04.log where-is-my-sddm-theme 1.6.0 -> 1.6.1 https://github.com/stepanzubkov/where-is-my-sddm-theme/releases attrpath: where-is-my-sddm-theme Checking auto update branch... No auto update branch exists [version] [version] updated version and sha256 [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] skipping because derivation has no updateScript Diff after rewrites: diff --git a/pkgs/data/themes/where-is-my-sddm-theme/default.nix b/pkgs/data/themes/where-is-my-sddm-theme/default.nix index 64fc67b30026..4eb8552a3d0f 100644 --- a/pkgs/data/themes/where-is-my-sddm-theme/default.nix +++ b/pkgs/data/themes/where-is-my-sddm-theme/default.nix @@ -23,13 +23,13 @@ in stdenvNoCC.mkDerivation rec { pname = "where-is-my-sddm-theme"; - version = "1.6.0"; + version = "1.6.1"; src = fetchFromGitHub { owner = "stepanzubkov"; repo = pname; rev = "v${version}"; - hash = "sha256-EK0bB2dRXNtDKFiyf+nMoDq9XK2f3PFwoNbQDZamB3Y="; + hash = "sha256-H0CVTnznODJ27m5C7gT68RVcXFXS2mi0daI6vCi5KmQ="; }; propagatedUserEnvPkgs = [ qtgraphicaleffects ]; [outpaths] eval start [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath cockroachdb-bin, using log file: /var/log/nixpkgs-update/cockroachdb-bin/2024-03-04.log cockroachdb-bin 23.1.14 -> 23.2.2 https://repology.org/project/cockroachdb/versions attrpath: cockroachdb-bin 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 cockroachdb-bin 23.1.14 -> 23.2.2 https://repology.org/project/cockroachdb/versions [options] github_user: r-ryantm, pull_request: YES, batch_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.actionmailbox, using log file: /var/log/nixpkgs-update/rubyPackages.actionmailbox/2024-03-04.log rubyPackages.actionmailbox 7.1.3 -> 7.1.3.2 https://repology.org/project/ruby:actionmailbox/versions attrpath: rubyPackages.actionmailbox 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.actionmailbox 7.1.3 -> 7.1.3.2 https://repology.org/project/ruby:actionmailbox/versions [options] github_user: r-ryantm, pull_request: YES, batch_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.activerecord, using log file: /var/log/nixpkgs-update/rubyPackages.activerecord/2024-03-04.log rubyPackages.activerecord 7.1.3 -> 7.1.3.2 https://repology.org/project/ruby:activerecord/versions attrpath: rubyPackages.activerecord 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.activerecord 7.1.3 -> 7.1.3.2 https://repology.org/project/ruby:activerecord/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath notifymuch, using log file: /var/log/nixpkgs-update/notifymuch/2024-03-04.log notifymuch 0 -> 1 attrpath: notifymuch Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/9x2fvb1qryiwg19idnsxj4fx6nbg473r-packages.json.drv building '/nix/store/9x2fvb1qryiwg19idnsxj4fx6nbg473r-packages.json.drv'... Going to be running update for following packages: - notifymuch-0.1 Press Enter key to continue... Running update for: - notifymuch-0.1: UPDATING ... - notifymuch-0.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update notifymuch 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.bidict, using log file: /var/log/nixpkgs-update/python311Packages.bidict/2024-03-04.log python311Packages.bidict 0 -> 1 attrpath: python311Packages.bidict Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/1pgnmrklwldrif6wp3bygba68giabm79-packages.json.drv building '/nix/store/1pgnmrklwldrif6wp3bygba68giabm79-packages.json.drv'... Going to be running update for following packages: - python3.11-bidict-0.22.1 Press Enter key to continue... Running update for: - python3.11-bidict-0.22.1: UPDATING ... - python3.11-bidict-0.22.1: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/bidict/default.nix b/pkgs/development/python-modules/bidict/default.nix index 2ecbd1124685..a20d9a8959e6 100644 --- a/pkgs/development/python-modules/bidict/default.nix +++ b/pkgs/development/python-modules/bidict/default.nix @@ -15,7 +15,7 @@ buildPythonPackage rec { pname = "bidict"; - version = "0.22.1"; + version = "0.23.1"; format = "pyproject"; disabled = pythonOlder "3.7"; @@ -24,7 +24,7 @@ buildPythonPackage rec { owner = "jab"; repo = "bidict"; rev = "refs/tags/v${version}"; - hash = "sha256-mPBruasjQwErl5M91OBf71hArztdRVONOCnqos180DY="; + hash = "sha256-WE0YaRT4a/byvU2pzcByuf1DfMlOpYA9i0PPrKXsS+M="; }; nativeBuildInputs = [ No auto update branch exists Old version 0.22.1" not present in staging derivation file with contents: { lib , buildPythonPackage , fetchFromGitHub , setuptools , sphinx , hypothesis , py , pytest-xdist , pytestCheckHook , pytest-benchmark , sortedcollections , sortedcontainers , typing-extensions , pythonOlder }: buildPythonPackage rec { pname = "bidict"; version = "0.23.1"; pyproject = true; disabled = pythonOlder "3.7"; src = fetchFromGitHub { owner = "jab"; repo = "bidict"; rev = "refs/tags/v${version}"; hash = "sha256-WE0YaRT4a/byvU2pzcByuf1DfMlOpYA9i0PPrKXsS+M="; }; nativeBuildInputs = [ setuptools ]; propagatedBuildInputs = [ sphinx ]; nativeCheckInputs = [ hypothesis py pytest-xdist pytestCheckHook pytest-benchmark sortedcollections sortedcontainers typing-extensions ]; pythonImportsCheck = [ "bidict" ]; meta = with lib; { homepage = "https://github.com/jab/bidict"; changelog = "https://github.com/jab/bidict/blob/v${version}/CHANGELOG.rst"; description = "Efficient, Pythonic bidirectional map data structures and related functionality"; license = licenses.mpl20; maintainers = with maintainers; [ jakewaksbaum ]; }; } [result] Failed to update python311Packages.bidict 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: 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-03-04.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/hcy180v2qsxklpaxbm1i0mfc290yrygp-packages.json.drv building '/nix/store/hcy180v2qsxklpaxbm1i0mfc290yrygp-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-03-04.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/zap308rwz40kz8aqgsbs8h9n3y37m58c-packages.json.drv building '/nix/store/zap308rwz40kz8aqgsbs8h9n3y37m58c-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.webargs, using log file: /var/log/nixpkgs-update/python311Packages.webargs/2024-03-04.log python311Packages.webargs 0 -> 1 attrpath: python311Packages.webargs Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/48y16avp84xpncrvg636s8p40qi77406-packages.json.drv building '/nix/store/48y16avp84xpncrvg636s8p40qi77406-packages.json.drv'... Going to be running update for following packages: - python3.11-webargs-8.4.0 Press Enter key to continue... Running update for: - python3.11-webargs-8.4.0: UPDATING ... - python3.11-webargs-8.4.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.webargs 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath jira-cli-go, using log file: /var/log/nixpkgs-update/jira-cli-go/2024-03-04.log jira-cli-go 0 -> 1 attrpath: jira-cli-go 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/nbrhij96bhdzpnqyhs71dhq5mycbkywv-packages.json.drv building '/nix/store/nbrhij96bhdzpnqyhs71dhq5mycbkywv-packages.json.drv'... Going to be running update for following packages: - jira-cli-go-1.5.1 Press Enter key to continue... Running update for: - jira-cli-go-1.5.1: UPDATING ... - jira-cli-go-1.5.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update jira-cli-go 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.reqif, using log file: /var/log/nixpkgs-update/python311Packages.reqif/2024-03-04.log python311Packages.reqif 0 -> 1 attrpath: python311Packages.reqif Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/98q7i8j3y9904a866b098lq58jy3bf7j-packages.json.drv building '/nix/store/98q7i8j3y9904a866b098lq58jy3bf7j-packages.json.drv'... Going to be running update for following packages: - python3.11-reqif-0.0.40 Press Enter key to continue... Running update for: - python3.11-reqif-0.0.40: UPDATING ... - python3.11-reqif-0.0.40: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.reqif 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_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-settings-daemon, using log file: /var/log/nixpkgs-update/mate.mate-settings-daemon/2024-03-04.log mate.mate-settings-daemon 0 -> 1 attrpath: mate.mate-settings-daemon mate packages are upgraded in lockstep https://github.com/NixOS/nixpkgs/pull/50695#issuecomment-441338593 [result] Failed to update mate.mate-settings-daemon 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath go-jet, using log file: /var/log/nixpkgs-update/go-jet/2024-03-04.log go-jet 2.10.1 -> 2.11.0 https://github.com/go-jet/jet/releases attrpath: go-jet Checking auto update branch... An auto update branch exists with message `go-jet: 2.10.1 -> 2.11.0`. New version is 2.11.0. An auto update branch exists with an equal or greater version [result] Failed to update go-jet 2.10.1 -> 2.11.0 https://github.com/go-jet/jet/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath home-assistant-custom-lovelace-modules.zigbee2mqtt-networkmap, using log file: /var/log/nixpkgs-update/home-assistant-custom-lovelace-modules.zigbee2mqtt-networkmap/2024-03-04.log home-assistant-custom-lovelace-modules.zigbee2mqtt-networkmap unstable-2023-12-16 -> 0.9.0 https://github.com/azuwis/zigbee2mqtt-networkmap/releases attrpath: home-assistant-custom-lovelace-modules.zigbee2mqtt-networkmap 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 home-assistant-custom-lovelace-modules.zigbee2mqtt-networkmap unstable-2023-12-16 -> 0.9.0 https://github.com/azuwis/zigbee2mqtt-networkmap/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath imath, using log file: /var/log/nixpkgs-update/imath/2024-03-04.log imath 3.1.10 -> 3.1.11 https://github.com/AcademySoftwareFoundation/imath/releases attrpath: imath Checking auto update branch... No auto update branch exists Old version 3.1.10" not present in staging derivation file with contents: { lib , stdenv , fetchFromGitHub , cmake }: stdenv.mkDerivation rec { pname = "imath"; version = "3.1.11"; src = fetchFromGitHub { owner = "AcademySoftwareFoundation"; repo = "imath"; rev = "v${version}"; sha256 = "sha256-Cnl0BTXUzkDvgLSNXJbh5ATczBdbxiwbS4J9L6N8sKI="; }; nativeBuildInputs = [ cmake ]; meta = with lib; { description = "Imath is a C++ and python library of 2D and 3D vector, matrix, and math operations for computer graphics"; homepage = "https://github.com/AcademySoftwareFoundation/Imath"; license = licenses.bsd3; maintainers = with maintainers; [ paperdigits ]; platforms = platforms.all; }; } [result] Failed to update imath 3.1.10 -> 3.1.11 https://github.com/AcademySoftwareFoundation/imath/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath kubernetes-helmPlugins.helm-diff, using log file: /var/log/nixpkgs-update/kubernetes-helmPlugins.helm-diff/2024-03-04.log kubernetes-helmPlugins.helm-diff 3.9.4 -> 3.9.5 https://github.com/databus23/helm-diff/releases attrpath: kubernetes-helmPlugins.helm-diff 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-51xjHGU9TC4Nwa9keR0b7bgwpZcRmG7duT9R1JRr3Uw=" build succeeded unexpectedlystderr did not split as expected full stderr was: error: attribute 'originalSrc' in selection path 'kubernetes-helmPlugins.helm-diff.originalSrc' not found stderr did not split as expected full stderr was: these 2 derivations will be built: /nix/store/ribi1v65bb32s1pdwd17qmk9imwsc76x-helm-diff-3.9.5-go-modules.drv /nix/store/4ylr4cjig2pa29w0gfkjv2zz3dj9xl1f-helm-diff-3.9.5.drv building '/nix/store/ribi1v65bb32s1pdwd17qmk9imwsc76x-helm-diff-3.9.5-go-modules.drv'... Running phase: unpackPhase unpacking source archive /nix/store/bpkaax2a44aqnl1b40zi0hbblcvrjj98-source source root is source Running phase: patchPhase Running phase: updateAutotoolsGnuConfigScriptsPhase Running phase: configurePhase Running phase: buildPhase go: go.mod requires go >= 1.22 (running go 1.21.7; GOTOOLCHAIN=local) error: builder for '/nix/store/ribi1v65bb32s1pdwd17qmk9imwsc76x-helm-diff-3.9.5-go-modules.drv' failed with exit code 1; last 8 log lines: > Running phase: unpackPhase > unpacking source archive /nix/store/bpkaax2a44aqnl1b40zi0hbblcvrjj98-source > source root is source > Running phase: patchPhase > Running phase: updateAutotoolsGnuConfigScriptsPhase > Running phase: configurePhase > Running phase: buildPhase > go: go.mod requires go >= 1.22 (running go 1.21.7; GOTOOLCHAIN=local) For full logs, run 'nix log /nix/store/ribi1v65bb32s1pdwd17qmk9imwsc76x-helm-diff-3.9.5-go-modules.drv'. error: 1 dependencies of derivation '/nix/store/4ylr4cjig2pa29w0gfkjv2zz3dj9xl1f-helm-diff-3.9.5.drv' failed to build [result] Failed to update kubernetes-helmPlugins.helm-diff 3.9.4 -> 3.9.5 https://github.com/databus23/helm-diff/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath gom, using log file: /var/log/nixpkgs-update/gom/2024-03-04.log gom 0 -> 1 attrpath: gom Checking auto update branch... Do not update GNOME during a release cycle [result] Failed to update gom 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath lua54Packages.telescope-manix, using log file: /var/log/nixpkgs-update/lua54Packages.telescope-manix/2024-03-04.log lua54Packages.telescope-manix 1.0.0-1 -> 1.0.2 https://github.com/mrcjkb/telescope-manix/releases attrpath: lua54Packages.telescope-manix Packages for lua are currently skipped. https://github.com/NixOS/nixpkgs/pull/37501#issuecomment-375169646 [result] Failed to update lua54Packages.telescope-manix 1.0.0-1 -> 1.0.2 https://github.com/mrcjkb/telescope-manix/releases [options] github_user: r-ryantm, pull_request: YES, batch_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.telescope-manix, using log file: /var/log/nixpkgs-update/lua52Packages.telescope-manix/2024-03-04.log lua52Packages.telescope-manix 1.0.0-1 -> 1.0.2 https://github.com/mrcjkb/telescope-manix/releases attrpath: lua52Packages.telescope-manix Packages for lua are currently skipped. https://github.com/NixOS/nixpkgs/pull/37501#issuecomment-375169646 [result] Failed to update lua52Packages.telescope-manix 1.0.0-1 -> 1.0.2 https://github.com/mrcjkb/telescope-manix/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.pyzbar, using log file: /var/log/nixpkgs-update/python311Packages.pyzbar/2024-03-04.log python311Packages.pyzbar 0 -> 1 attrpath: python311Packages.pyzbar Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/5f6rxhib1q23rgvmcahv5f0w6j3nfs3z-packages.json.drv building '/nix/store/5f6rxhib1q23rgvmcahv5f0w6j3nfs3z-packages.json.drv'... Going to be running update for following packages: - python3.11-pyzbar-0.1.9 Press Enter key to continue... Running update for: - python3.11-pyzbar-0.1.9: UPDATING ... - python3.11-pyzbar-0.1.9: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.pyzbar 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath cloudsmith-cli, using log file: /var/log/nixpkgs-update/cloudsmith-cli/2024-03-04.log cloudsmith-cli 0 -> 1 attrpath: cloudsmith-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/l7119l0v3z662j8jf9h4b4a94ps1klw1-packages.json.drv building '/nix/store/l7119l0v3z662j8jf9h4b4a94ps1klw1-packages.json.drv'... Going to be running update for following packages: - cloudsmith-cli-1.1.1 Press Enter key to continue... Running update for: - cloudsmith-cli-1.1.1: UPDATING ... - cloudsmith-cli-1.1.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update cloudsmith-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.enturclient, using log file: /var/log/nixpkgs-update/python311Packages.enturclient/2024-03-04.log python311Packages.enturclient 0 -> 1 attrpath: python311Packages.enturclient Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/p2x3wzgzhrcjj63pa106cybxx8r7nnsn-packages.json.drv building '/nix/store/p2x3wzgzhrcjj63pa106cybxx8r7nnsn-packages.json.drv'... Going to be running update for following packages: - python3.11-enturclient-0.2.4 Press Enter key to continue... Running update for: - python3.11-enturclient-0.2.4: UPDATING ... - python3.11-enturclient-0.2.4: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.enturclient 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.qcs-api-client, using log file: /var/log/nixpkgs-update/python311Packages.qcs-api-client/2024-03-04.log python311Packages.qcs-api-client 0 -> 1 attrpath: python311Packages.qcs-api-client 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/kplxrf858j7fw4nrmh1nj226axcslk10-packages.json.drv building '/nix/store/kplxrf858j7fw4nrmh1nj226axcslk10-packages.json.drv'... Going to be running update for following packages: - python3.11-qcs-api-client-0.23.1 Press Enter key to continue... Running update for: - python3.11-qcs-api-client-0.23.1: UPDATING ... - python3.11-qcs-api-client-0.23.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.qcs-api-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.camelot, using log file: /var/log/nixpkgs-update/python311Packages.camelot/2024-03-04.log python311Packages.camelot 0 -> 1 attrpath: python311Packages.camelot Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/nld6xc6w10cl5g39b56cix01396vnfsl-packages.json.drv building '/nix/store/nld6xc6w10cl5g39b56cix01396vnfsl-packages.json.drv'... Going to be running update for following packages: - python3.11-camelot-py-0.11.0 Press Enter key to continue... Running update for: - python3.11-camelot-py-0.11.0: UPDATING ... - python3.11-camelot-py-0.11.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.camelot 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath netclient, using log file: /var/log/nixpkgs-update/netclient/2024-03-04.log netclient 0.22.0 -> 0.23.0 https://github.com/gravitl/netclient/releases attrpath: netclient Checking auto update branch... An auto update branch exists with message `netclient: 0.22.0 -> 0.23.0`. New version is 0.23.0. An auto update branch exists with an equal or greater version [result] Failed to update netclient 0.22.0 -> 0.23.0 https://github.com/gravitl/netclient/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.pyvmomi, using log file: /var/log/nixpkgs-update/python311Packages.pyvmomi/2024-03-04.log python311Packages.pyvmomi 0 -> 1 attrpath: python311Packages.pyvmomi Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/g8rlnf682w2cbi7m2knn29hzivblhg63-packages.json.drv building '/nix/store/g8rlnf682w2cbi7m2knn29hzivblhg63-packages.json.drv'... Going to be running update for following packages: - python3.11-pyvmomi-8.0.2.0.1 Press Enter key to continue... Running update for: - python3.11-pyvmomi-8.0.2.0.1: UPDATING ... - python3.11-pyvmomi-8.0.2.0.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.pyvmomi 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath roomeqwizard, using log file: /var/log/nixpkgs-update/roomeqwizard/2024-03-04.log roomeqwizard 0 -> 1 attrpath: roomeqwizard Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [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/grl8ysnligvkp65kj0hc0p4sq3mfy13r-roomeqwizard-update.sh.drv /nix/store/8jcaj7z11c5c5bpnbg1k1xg2zhglkcls-packages.json.drv building '/nix/store/grl8ysnligvkp65kj0hc0p4sq3mfy13r-roomeqwizard-update.sh.drv'... building '/nix/store/8jcaj7z11c5c5bpnbg1k1xg2zhglkcls-packages.json.drv'... Going to be running update for following packages: - roomeqwizard-5.30.9 Press Enter key to continue... Running update for: - roomeqwizard-5.30.9: UPDATING ... - roomeqwizard-5.30.9: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update roomeqwizard 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.lanms-neo, using log file: /var/log/nixpkgs-update/python311Packages.lanms-neo/2024-03-04.log python311Packages.lanms-neo 0 -> 1 attrpath: python311Packages.lanms-neo Checking auto update branch... [version] [version] skipping because derivation has 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/dyzfyxdn57l1p35i16lxhxd22fya0xj5-packages.json.drv building '/nix/store/dyzfyxdn57l1p35i16lxhxd22fya0xj5-packages.json.drv'... Going to be running update for following packages: - python3.11-lanms-neo-1.0.2 Press Enter key to continue... Running update for: - python3.11-lanms-neo-1.0.2: UPDATING ... - python3.11-lanms-neo-1.0.2: ERROR --- SHOWING ERROR LOG FOR python3.11-lanms-neo-1.0.2 ---------------------- Traceback (most recent call last): File "/nix/store/8iq9mwxyzyamsnyrsbgscvflq60n55hm-nix-update-1.2.0/bin/.nix-update-wrapped", line 9, in sys.exit(main()) ^^^^^^ File "/nix/store/8iq9mwxyzyamsnyrsbgscvflq60n55hm-nix-update-1.2.0/lib/python3.11/site-packages/nix_update/__init__.py", line 291, in main package = update(options) ^^^^^^^^^^^^^^^ File "/nix/store/8iq9mwxyzyamsnyrsbgscvflq60n55hm-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/8iq9mwxyzyamsnyrsbgscvflq60n55hm-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/8iq9mwxyzyamsnyrsbgscvflq60n55hm-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 python3.11-lanms-neo-1.0.2 ---------------------- The update script for python3.11-lanms-neo-1.0.2 failed with exit code 1 [result] Failed to update python311Packages.lanms-neo 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: 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-03-04.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/sxnkrwmfrlfjiy0ay5hi82j6mzjx3h00-packages.json.drv building '/nix/store/sxnkrwmfrlfjiy0ay5hi82j6mzjx3h00-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 mate.mate-power-manager, using log file: /var/log/nixpkgs-update/mate.mate-power-manager/2024-03-04.log mate.mate-power-manager 0 -> 1 attrpath: mate.mate-power-manager mate packages are upgraded in lockstep https://github.com/NixOS/nixpkgs/pull/50695#issuecomment-441338593 [result] Failed to update mate.mate-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.taxi, using log file: /var/log/nixpkgs-update/python311Packages.taxi/2024-03-04.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/qn78ij43v05w3l6d3vl9lhbp7m6vlmfb-packages.json.drv building '/nix/store/qn78ij43v05w3l6d3vl9lhbp7m6vlmfb-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 e16, using log file: /var/log/nixpkgs-update/e16/2024-03-04.log e16 0 -> 1 attrpath: e16 Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/7ggvxk2i5v7bdx7s87x7829j7w5qqjlh-packages.json.drv building '/nix/store/7ggvxk2i5v7bdx7s87x7829j7w5qqjlh-packages.json.drv'... Going to be running update for following packages: - e16-1.0.29 Press Enter key to continue... Running update for: - e16-1.0.29: UPDATING ... - e16-1.0.29: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update e16 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: 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-03-04.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/rw1jl934g8lqrwdwlf41v3mlyp80alwz-packages.json.drv building '/nix/store/rw1jl934g8lqrwdwlf41v3mlyp80alwz-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 For attrpath python311Packages.authlib, using log file: /var/log/nixpkgs-update/python311Packages.authlib/2024-03-04.log python311Packages.authlib 0 -> 1 attrpath: python311Packages.authlib Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/y4p28cvm06cj94cb0423zd7vjninbqnh-packages.json.drv building '/nix/store/y4p28cvm06cj94cb0423zd7vjninbqnh-packages.json.drv'... Going to be running update for following packages: - python3.11-authlib-1.3.0 Press Enter key to continue... Running update for: - python3.11-authlib-1.3.0: UPDATING ... - python3.11-authlib-1.3.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.authlib 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_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.rocm-runtime, using log file: /var/log/nixpkgs-update/rocmPackages.rocm-runtime/2024-03-04.log rocmPackages.rocm-runtime 0 -> 1 attrpath: rocmPackages.rocm-runtime Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Failed with exit code 1 these 2 derivations will be built: /nix/store/q4dy989ahw1aavcrkf6d7flc3qfrcqvp-update.sh.drv /nix/store/5k7qxrwsa6p155pb61c5yw7ip486d64p-packages.json.drv building '/nix/store/q4dy989ahw1aavcrkf6d7flc3qfrcqvp-update.sh.drv'... building '/nix/store/5k7qxrwsa6p155pb61c5yw7ip486d64p-packages.json.drv'... Going to be running update for following packages: - rocm-runtime-5.7.1 Press Enter key to continue... Running update for: - rocm-runtime-5.7.1: UPDATING ... - rocm-runtime-5.7.1: ERROR --- SHOWING ERROR LOG FOR rocm-runtime-5.7.1 ---------------------- 'rocmPackages_5.rocm-runtime' is already at it's maximum allowed version. Any further upgrades should go into 'rocmPackages_X.rocm-runtime'. --- SHOWING ERROR LOG FOR rocm-runtime-5.7.1 ---------------------- The update script for rocm-runtime-5.7.1 failed with exit code 1 [result] Failed to update rocmPackages.rocm-runtime 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.automat, using log file: /var/log/nixpkgs-update/python311Packages.automat/2024-03-04.log python311Packages.automat 0 -> 1 attrpath: python311Packages.automat Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/7xdssb5607k3w9zla2f5qms340kvcp4p-packages.json.drv building '/nix/store/7xdssb5607k3w9zla2f5qms340kvcp4p-packages.json.drv'... Going to be running update for following packages: - python3.11-automat-22.10.0 Press Enter key to continue... Running update for: - python3.11-automat-22.10.0: UPDATING ... - python3.11-automat-22.10.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.automat 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.re-assert, using log file: /var/log/nixpkgs-update/python311Packages.re-assert/2024-03-04.log python311Packages.re-assert 0 -> 1 attrpath: python311Packages.re-assert Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/k4mr2pp5bv4nzrx0rssxdgfp5m4wbfkv-packages.json.drv building '/nix/store/k4mr2pp5bv4nzrx0rssxdgfp5m4wbfkv-packages.json.drv'... Going to be running update for following packages: - python3.11-re_assert-1.1.0 Press Enter key to continue... Running update for: - python3.11-re_assert-1.1.0: UPDATING ... - python3.11-re_assert-1.1.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.re-assert 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath haven-cli, using log file: /var/log/nixpkgs-update/haven-cli/2024-03-04.log haven-cli 3.0.7 -> 3.3.4 https://github.com/haven-protocol-org/haven-main/releases attrpath: haven-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/applications/blockchains/haven-cli/default.nix b/pkgs/applications/blockchains/haven-cli/default.nix index 066bbde363ac..6ce03b4c7508 100644 --- a/pkgs/applications/blockchains/haven-cli/default.nix +++ b/pkgs/applications/blockchains/haven-cli/default.nix @@ -10,13 +10,13 @@ stdenv.mkDerivation rec { pname = "haven-cli"; - version = "3.0.7"; + version = "3.3.4"; src = fetchFromGitHub { owner = "haven-protocol-org"; repo = "haven-main"; rev = "v${version}"; - sha256 = "sha256-HLZ9j75MtF7FkHA4uefkrYp07pVZe1Ac1wny7T0CMpA="; + sha256 = "sha256-jKeLFWJDwS8WWRynkDgBjvjq2EDpTEJadwkNsANQXws="; fetchSubmodules = true; }; [outpaths] eval start [outpaths] eval end Received ExitFailure 1 when running Raw command: /nix/store/62fm7r6175k2bgvhc19hn9bdhw90wa3n-nix-2.18.1/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A haven-cli nix build failed. got build log for 'haven-cli' from 'daemon' @nix { "action": "setPhase", "phase": "unpackPhase" } Running phase: unpackPhase unpacking source archive /nix/store/mrbi8zy79q1p4rmqq1kw48r85178x1rn-source source root is source @nix { "action": "setPhase", "phase": "patchPhase" } Running phase: patchPhase applying patch /nix/store/2nhzbnshz4p8pr9h9iqv8zh7rwqmbxfr-use-system-libraries.patch patching file CMakeLists.txt Hunk #1 FAILED at 200. Hunk #2 FAILED at 300. 2 out of 2 hunks FAILED -- saving rejects to file CMakeLists.txt.rej patching file cmake/FindMiniupnpc.cmake patching file external/CMakeLists.txt Hunk #1 FAILED at 37. Hunk #2 FAILED at 80. 2 out of 2 hunks FAILED -- saving rejects to file external/CMakeLists.txt.rej patching file src/p2p/net_node.inl [result] Failed to update haven-cli 3.0.7 -> 3.3.4 https://github.com/haven-protocol-org/haven-main/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath poetry2conda, using log file: /var/log/nixpkgs-update/poetry2conda/2024-03-04.log poetry2conda 0 -> 1 attrpath: poetry2conda 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/k6zp53wbmkaliy00dyxs7qrvbfh04s19-packages.json.drv building '/nix/store/k6zp53wbmkaliy00dyxs7qrvbfh04s19-packages.json.drv'... Going to be running update for following packages: - poetry2conda-0.3.0 Press Enter key to continue... Running update for: - poetry2conda-0.3.0: UPDATING ... - poetry2conda-0.3.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update poetry2conda 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.ziafont, using log file: /var/log/nixpkgs-update/python311Packages.ziafont/2024-03-04.log python311Packages.ziafont 0 -> 1 attrpath: python311Packages.ziafont Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/clvdlaclhm4nbfkr25wbk357n8764z0d-packages.json.drv building '/nix/store/clvdlaclhm4nbfkr25wbk357n8764z0d-packages.json.drv'... Going to be running update for following packages: - python3.11-ziafont-0.7 Press Enter key to continue... Running update for: - python3.11-ziafont-0.7: UPDATING ... - python3.11-ziafont-0.7: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.ziafont 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.xarray, using log file: /var/log/nixpkgs-update/python311Packages.xarray/2024-03-04.log python311Packages.xarray 0 -> 1 attrpath: python311Packages.xarray Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/nric78wzi1n6n8a3v6ariy7mcwipdzw7-packages.json.drv building '/nix/store/nric78wzi1n6n8a3v6ariy7mcwipdzw7-packages.json.drv'... Going to be running update for following packages: - python3.11-xarray-2024.1.1 Press Enter key to continue... Running update for: - python3.11-xarray-2024.1.1: UPDATING ... - python3.11-xarray-2024.1.1: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/xarray/default.nix b/pkgs/development/python-modules/xarray/default.nix index aa89ff792eea..95cf4fddce3c 100644 --- a/pkgs/development/python-modules/xarray/default.nix +++ b/pkgs/development/python-modules/xarray/default.nix @@ -12,14 +12,14 @@ buildPythonPackage rec { pname = "xarray"; - version = "2024.1.1"; + version = "2024.2.0"; pyproject = true; disabled = pythonOlder "3.9"; src = fetchPypi { inherit pname version; - hash = "sha256-oboth6dIkuITycg/SkYtvN9oISMgpOMbNL14m6emTjU="; + hash = "sha256-oQXwJ5EILIiOviYiCQvq/y57aFcUiNYv5q/as1tLcX8="; }; nativeBuildInputs = [ No auto update branch exists [outpaths] eval start [outpaths] eval end Python package with too many package rebuilds 54 > 25 [result] Failed to update python311Packages.xarray 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: 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-03-04.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/vbv6kqzifh04fgw902d9lnb2v4lgwr9z-packages.json.drv building '/nix/store/vbv6kqzifh04fgw902d9lnb2v4lgwr9z-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-03-04.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.e3-core, using log file: /var/log/nixpkgs-update/python311Packages.e3-core/2024-03-04.log python311Packages.e3-core 0 -> 1 attrpath: python311Packages.e3-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/1pll74ca1p7qz40kndz75id75ga002m5-packages.json.drv building '/nix/store/1pll74ca1p7qz40kndz75id75ga002m5-packages.json.drv'... Going to be running update for following packages: - python3.11-e3-core-22.4.0 Press Enter key to continue... Running update for: - python3.11-e3-core-22.4.0: UPDATING ... - python3.11-e3-core-22.4.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.e3-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.mutesync, using log file: /var/log/nixpkgs-update/python311Packages.mutesync/2024-03-04.log python311Packages.mutesync 0 -> 1 attrpath: python311Packages.mutesync Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/nzl2k2rq7dpp0xv1plr69sjqbz3rys1r-packages.json.drv building '/nix/store/nzl2k2rq7dpp0xv1plr69sjqbz3rys1r-packages.json.drv'... Going to be running update for following packages: - python3.11-mutesync-0.0.2 Press Enter key to continue... Running update for: - python3.11-mutesync-0.0.2: UPDATING ... - python3.11-mutesync-0.0.2: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.mutesync 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: 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-03-04.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/61r46bn57pp4g72i6zkg30a4si0jb7q1-packages.json.drv building '/nix/store/61r46bn57pp4g72i6zkg30a4si0jb7q1-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 python311Packages.formulae, using log file: /var/log/nixpkgs-update/python311Packages.formulae/2024-03-04.log python311Packages.formulae 0 -> 1 attrpath: python311Packages.formulae Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/6xdz18n6n5k69fanzsngn36wnwywh9yi-packages.json.drv building '/nix/store/6xdz18n6n5k69fanzsngn36wnwywh9yi-packages.json.drv'... Going to be running update for following packages: - python3.11-formulae-0.5.1 Press Enter key to continue... Running update for: - python3.11-formulae-0.5.1: UPDATING ... - python3.11-formulae-0.5.1: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/formulae/default.nix b/pkgs/development/python-modules/formulae/default.nix index d8b6088124d4..b0d6a4382f2c 100644 --- a/pkgs/development/python-modules/formulae/default.nix +++ b/pkgs/development/python-modules/formulae/default.nix @@ -11,7 +11,7 @@ buildPythonPackage rec { pname = "formulae"; - version = "0.5.1"; + version = "0.5.3"; format = "pyproject"; disabled = pythonOlder "3.7"; @@ -20,7 +20,7 @@ buildPythonPackage rec { owner = "bambinos"; repo = pname; rev = "refs/tags/${version}"; - hash = "sha256-nmqGdXqsesRhR06FDS5t64C6+Bz1B97W+PkHrfV7Qmg="; + hash = "sha256-A0CI0bpoRYFAcPiNAf5haQu9BEqmBgxF7HfIl4qcML0="; }; nativeBuildInputs = [ setuptools ]; No auto update branch exists [outpaths] eval start [outpaths] eval end Received ExitFailure 1 when running Raw command: /nix/store/62fm7r6175k2bgvhc19hn9bdhw90wa3n-nix-2.18.1/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A python311Packages.formulae nix build failed. @nix { "action": "setPhase", "phase": "unpackPhase" } Running phase: unpackPhase unpacking source archive /nix/store/z4mdx7i87ydkjr6kvpil4qksd6qr682w-source source root is source setting SOURCE_DATE_EPOCH to timestamp 315619200 of file source/tests/test_utils.py @nix { "action": "setPhase", "phase": "patchPhase" } Running phase: patchPhase @nix { "action": "setPhase", "phase": "updateAutotoolsGnuConfigScriptsPhase" } Running phase: updateAutotoolsGnuConfigScriptsPhase @nix { "action": "setPhase", "phase": "configurePhase" } Running phase: configurePhase no configure script, doing nothing @nix { "action": "setPhase", "phase": "buildPhase" } Running phase: buildPhase Executing pypaBuildPhase Creating a wheel... * Getting build dependencies for wheel... running egg_info creating formulae.egg-info writing formulae.egg-info/PKG-INFO writing dependency_links to formulae.egg-info/dependency_links.txt writing requirements to formulae.egg-info/requires.txt writing top-level names to formulae.egg-info/top_level.txt writing manifest file 'formulae.egg-info/SOURCES.txt' reading manifest file 'formulae.egg-info/SOURCES.txt' adding license file 'LICENSE' writing manifest file 'formulae.egg-info/SOURCES.txt' ERROR Missing dependencies: setuptools_scm>=8 [result] Failed to update python311Packages.formulae 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.persist-queue, using log file: /var/log/nixpkgs-update/python311Packages.persist-queue/2024-03-04.log python311Packages.persist-queue 0 -> 1 attrpath: python311Packages.persist-queue Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/fx7gf97zhg0mb3sk4wyl5bxmv62yqb85-packages.json.drv building '/nix/store/fx7gf97zhg0mb3sk4wyl5bxmv62yqb85-packages.json.drv'... Going to be running update for following packages: - python3.11-persist-queue-0.8.1 Press Enter key to continue... Running update for: - python3.11-persist-queue-0.8.1: UPDATING ... - python3.11-persist-queue-0.8.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.persist-queue 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: 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-web, using log file: /var/log/nixpkgs-update/python311Packages.azure-mgmt-web/2024-03-04.log python311Packages.azure-mgmt-web 0 -> 1 attrpath: python311Packages.azure-mgmt-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/r1i3afz6chbrb6pmm4kswa57f7ps1fs8-packages.json.drv building '/nix/store/r1i3afz6chbrb6pmm4kswa57f7ps1fs8-packages.json.drv'... Going to be running update for following packages: - python3.11-azure-mgmt-web-7.2.0 Press Enter key to continue... Running update for: - python3.11-azure-mgmt-web-7.2.0: UPDATING ... - python3.11-azure-mgmt-web-7.2.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.azure-mgmt-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 python311Packages.azure-mgmt-trafficmanager, using log file: /var/log/nixpkgs-update/python311Packages.azure-mgmt-trafficmanager/2024-03-04.log python311Packages.azure-mgmt-trafficmanager 0 -> 1 attrpath: python311Packages.azure-mgmt-trafficmanager Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/nylblf5fkbcq91rrhplvallc3bpyzxyn-packages.json.drv building '/nix/store/nylblf5fkbcq91rrhplvallc3bpyzxyn-packages.json.drv'... Going to be running update for following packages: - python3.11-azure-mgmt-trafficmanager-1.1.0 Press Enter key to continue... Running update for: - python3.11-azure-mgmt-trafficmanager-1.1.0: UPDATING ... - python3.11-azure-mgmt-trafficmanager-1.1.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.azure-mgmt-trafficmanager 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: 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-03-04.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/8by6730zxq918ak74829g4sqyhm5l5x4-packages.json.drv building '/nix/store/8by6730zxq918ak74829g4sqyhm5l5x4-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/62fm7r6175k2bgvhc19hn9bdhw90wa3n-nix-2.18.1/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.27s = /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 gnuradio3_8Minimal, using log file: /var/log/nixpkgs-update/gnuradio3_8Minimal/2024-03-04.log gnuradio3_8Minimal 3.8.5.0 -> 3.10.9.2 https://github.com/gnuradio/gnuradio/releases attrpath: gnuradio3_8Minimal Checking auto update branch... No auto update branch exists Old version 3.8.5.0" not present in master derivation file with contents: { lib, stdenv , python , qt , gtk , removeReferencesTo , featuresInfo , features , version , sourceSha256 # If overridden. No need to set default values, as they are given defaults in # the main expressions , overrideSrc , fetchFromGitHub }: let # Check if a feature is enabled, while defaulting to true if feat is not # specified. hasFeature = feat: ( if builtins.hasAttr feat features then features.${feat} else true ); versionAttr = { major = builtins.concatStringsSep "." (lib.take 2 (lib.splitVersion version)); minor = builtins.elemAt (lib.splitVersion version) 2; patch = builtins.elemAt (lib.splitVersion version) 3; }; in { src = if overrideSrc != {} then overrideSrc else fetchFromGitHub { repo = "gnuradio"; owner = "gnuradio"; rev = "v${version}"; sha256 = sourceSha256; } ; nativeBuildInputs = lib.flatten (lib.mapAttrsToList ( feat: info: ( lib.optionals (hasFeature feat) ( (lib.optionals (builtins.hasAttr "native" info) info.native) ++ (lib.optionals (builtins.hasAttr "pythonNative" info) info.pythonNative) ) ) ) featuresInfo); buildInputs = lib.flatten (lib.mapAttrsToList ( feat: info: ( lib.optionals (hasFeature feat) ( (lib.optionals (builtins.hasAttr "runtime" info) info.runtime) ++ (lib.optionals (builtins.hasAttr "pythonRuntime" info) info.pythonRuntime) ) ) ) featuresInfo); cmakeFlags = lib.mapAttrsToList ( feat: info: ( if feat == "basic" then # Abuse this unavoidable "iteration" to set this flag which we want as # well - it means: Don't turn on features just because their deps are # satisfied, let only our cmakeFlags decide. "-DENABLE_DEFAULT=OFF" else if hasFeature feat then "-DENABLE_${info.cmakeEnableFlag}=ON" else "-DENABLE_${info.cmakeEnableFlag}=OFF" )) featuresInfo ; disallowedReferences = [ # TODO: Should this be conditional? stdenv.cc stdenv.cc.cc ] # If python-support is disabled, we probably don't want it referenced ++ lib.optionals (!hasFeature "python-support") [ python ] ; # Gcc references from examples stripDebugList = [ "lib" "bin" ] ++ lib.optionals (hasFeature "gr-audio") [ "share/gnuradio/examples/audio" ] ++ lib.optionals (hasFeature "gr-uhd") [ "share/gnuradio/examples/uhd" ] ++ lib.optionals (hasFeature "gr-qtgui") [ "share/gnuradio/examples/qt-gui" ] ; postInstall = "" # Gcc references + lib.optionalString (hasFeature "gnuradio-runtime") '' ${removeReferencesTo}/bin/remove-references-to -t ${stdenv.cc} $(readlink -f $out/lib/libgnuradio-runtime${stdenv.hostPlatform.extensions.sharedLibrary}) '' # Clang references in InstalledDir + lib.optionalString (hasFeature "gnuradio-runtime" && stdenv.isDarwin) '' ${removeReferencesTo}/bin/remove-references-to -t ${stdenv.cc.cc} $(readlink -f $out/lib/libgnuradio-runtime${stdenv.hostPlatform.extensions.sharedLibrary}) '' ; # NOTE: Outputs are disabled due to upstream not using GNU InstallDIrs cmake # module. It's not that bad since it's a development package for most # purposes. If closure size needs to be reduced, features should be disabled # via an override. passthru = { inherit hasFeature versionAttr features featuresInfo python ; gnuradioOlder = lib.versionOlder versionAttr.major; gnuradioAtLeast = lib.versionAtLeast versionAttr.major; } // lib.optionalAttrs (hasFeature "gr-qtgui") { inherit qt; } // lib.optionalAttrs (hasFeature "gnuradio-companion") { inherit gtk; }; # Wrapping is done with an external wrapper dontWrapPythonPrograms = true; dontWrapQtApps = true; # On darwin, it requires playing with DYLD_FALLBACK_LIBRARY_PATH to make if # find libgnuradio-runtim.3.*.dylib . doCheck = !stdenv.isDarwin; preCheck = '' export HOME=$(mktemp -d) export QT_QPA_PLATFORM=offscreen export QT_PLUGIN_PATH="${qt.qtbase.bin}/${qt.qtbase.qtPluginPrefix}" ''; meta = with lib; { description = "Software Defined Radio (SDR) software"; longDescription = '' GNU Radio is a free & open-source software development toolkit that provides signal processing blocks to implement software radios. It can be used with readily-available low-cost external RF hardware to create software-defined radios, or without hardware in a simulation-like environment. It is widely used in hobbyist, academic and commercial environments to support both wireless communications research and real-world radio systems. ''; homepage = "https://www.gnuradio.org"; license = licenses.gpl3; platforms = platforms.unix; maintainers = with maintainers; [ doronbehar bjornfor fpletz jiegec ]; }; } [result] Failed to update gnuradio3_8Minimal 3.8.5.0 -> 3.10.9.2 https://github.com/gnuradio/gnuradio/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: 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-keyring-linux, using log file: /var/log/nixpkgs-update/python311Packages.proton-keyring-linux/2024-03-04.log python311Packages.proton-keyring-linux 0 -> 1 attrpath: python311Packages.proton-keyring-linux Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/ky2gf55kp3c1rrhms9j256szcq7qsdal-packages.json.drv building '/nix/store/ky2gf55kp3c1rrhms9j256szcq7qsdal-packages.json.drv'... Going to be running update for following packages: - python3.11-proton-keyring-linux-0.0.1-unstable-2023-04-14 Press Enter key to continue... Running update for: - python3.11-proton-keyring-linux-0.0.1-unstable-2023-04-14: UPDATING ... - python3.11-proton-keyring-linux-0.0.1-unstable-2023-04-14: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.proton-keyring-linux 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_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-03-04.log netmaker-full 0.21.2 -> 0.23.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.23.0`. New version is 0.23.0. An auto update branch exists with an equal or greater version [result] Failed to update netmaker-full 0.21.2 -> 0.23.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.pytest-mypy, using log file: /var/log/nixpkgs-update/python311Packages.pytest-mypy/2024-03-04.log python311Packages.pytest-mypy 0 -> 1 attrpath: python311Packages.pytest-mypy Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/c9ki38mflbyd7yyyihjslfic73jj1nz0-packages.json.drv building '/nix/store/c9ki38mflbyd7yyyihjslfic73jj1nz0-packages.json.drv'... Going to be running update for following packages: - python3.11-pytest-mypy-0.10.3 Press Enter key to continue... Running update for: - python3.11-pytest-mypy-0.10.3: UPDATING ... - python3.11-pytest-mypy-0.10.3: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.pytest-mypy 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath ombi, using log file: /var/log/nixpkgs-update/ombi/2024-03-04.log ombi 0 -> 1 attrpath: ombi 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/rj65kylxyp2lhg0vn0csydhp0c673x51-packages.json.drv building '/nix/store/rj65kylxyp2lhg0vn0csydhp0c673x51-packages.json.drv'... Going to be running update for following packages: - ombi-4.43.5 Press Enter key to continue... Running update for: - ombi-4.43.5: UPDATING ... - ombi-4.43.5: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update ombi 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.plyvel, using log file: /var/log/nixpkgs-update/python311Packages.plyvel/2024-03-04.log python311Packages.plyvel 0 -> 1 attrpath: python311Packages.plyvel Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/py8088z4m8yd5wdfg80qjq1y2igjfg3m-packages.json.drv building '/nix/store/py8088z4m8yd5wdfg80qjq1y2igjfg3m-packages.json.drv'... Going to be running update for following packages: - python3.11-plyvel-1.5.1 Press Enter key to continue... Running update for: - python3.11-plyvel-1.5.1: UPDATING ... - python3.11-plyvel-1.5.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.plyvel 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath glasgow, using log file: /var/log/nixpkgs-update/glasgow/2024-03-04.log glasgow 0 -> 1 attrpath: glasgow Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/qgdg551m1piyp7yrzvdphwyxflgxdi0v-packages.json.drv building '/nix/store/qgdg551m1piyp7yrzvdphwyxflgxdi0v-packages.json.drv'... Going to be running update for following packages: - glasgow-unstable-2023-09-20 Press Enter key to continue... Running update for: - glasgow-unstable-2023-09-20: UPDATING ... - glasgow-unstable-2023-09-20: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update glasgow 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: 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-air-control-exporter, using log file: /var/log/nixpkgs-update/python311Packages.py-air-control-exporter/2024-03-04.log python311Packages.py-air-control-exporter 0 -> 1 attrpath: python311Packages.py-air-control-exporter Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/325lfa0rd4dk36r2g6s13vb3z2gv3666-packages.json.drv building '/nix/store/325lfa0rd4dk36r2g6s13vb3z2gv3666-packages.json.drv'... Going to be running update for following packages: - python3.11-py-air-control-exporter-0.3.1 Press Enter key to continue... Running update for: - python3.11-py-air-control-exporter-0.3.1: UPDATING ... - python3.11-py-air-control-exporter-0.3.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.py-air-control-exporter 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.pretend, using log file: /var/log/nixpkgs-update/python311Packages.pretend/2024-03-04.log python311Packages.pretend 0 -> 1 attrpath: python311Packages.pretend Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/lbbf1crirf3qp4mrfymj9spav3wgzq4f-packages.json.drv building '/nix/store/lbbf1crirf3qp4mrfymj9spav3wgzq4f-packages.json.drv'... Going to be running update for following packages: - python3.11-pretend-1.0.9 Press Enter key to continue... Running update for: - python3.11-pretend-1.0.9: UPDATING ... - python3.11-pretend-1.0.9: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.pretend 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_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-03-04.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/azclvgdbzrnahpczf6cjs9v8mib5sf18-packages.json.drv building '/nix/store/azclvgdbzrnahpczf6cjs9v8mib5sf18-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 mpvScripts.mpv-playlistmanager, using log file: /var/log/nixpkgs-update/mpvScripts.mpv-playlistmanager/2024-03-04.log mpvScripts.mpv-playlistmanager 0 -> 1 attrpath: mpvScripts.mpv-playlistmanager Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/yywbcabd996jsgnq0jrivifxc6w45sj0-packages.json.drv building '/nix/store/yywbcabd996jsgnq0jrivifxc6w45sj0-packages.json.drv'... Going to be running update for following packages: - mpv-playlistmanager-unstable-2024-02-26 Press Enter key to continue... Running update for: - mpv-playlistmanager-unstable-2024-02-26: UPDATING ... - mpv-playlistmanager-unstable-2024-02-26: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update mpvScripts.mpv-playlistmanager 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_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.archive, using log file: /var/log/nixpkgs-update/terraform-providers.archive/2024-03-04.log terraform-providers.archive 0 -> 1 attrpath: terraform-providers.archive Checking auto update branch... Derivation file opts-out of auto-updates [result] Failed to update terraform-providers.archive 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.meteocalc, using log file: /var/log/nixpkgs-update/python311Packages.meteocalc/2024-03-04.log python311Packages.meteocalc 0 -> 1 attrpath: python311Packages.meteocalc Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/8439hcrxjw4p9079a8sna8qhbdqcdlwq-packages.json.drv building '/nix/store/8439hcrxjw4p9079a8sna8qhbdqcdlwq-packages.json.drv'... Going to be running update for following packages: - python3.11-meteocalc-1.1.0 Press Enter key to continue... Running update for: - python3.11-meteocalc-1.1.0: UPDATING ... - python3.11-meteocalc-1.1.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.meteocalc 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_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.sparsersb, using log file: /var/log/nixpkgs-update/octavePackages.sparsersb/2024-03-04.log octavePackages.sparsersb 0 -> 1 attrpath: octavePackages.sparsersb Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/asipgrfk1k7gqx9qbsp26yvvlhdsbcc7-packages.json.drv building '/nix/store/asipgrfk1k7gqx9qbsp26yvvlhdsbcc7-packages.json.drv'... Going to be running update for following packages: - octave-8.4.0-sparsersb-1.0.9 Press Enter key to continue... Running update for: - octave-8.4.0-sparsersb-1.0.9: UPDATING ... - octave-8.4.0-sparsersb-1.0.9: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update octavePackages.sparsersb 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath gexiv2, using log file: /var/log/nixpkgs-update/gexiv2/2024-03-04.log gexiv2 0 -> 1 attrpath: gexiv2 Checking auto update branch... Do not update GNOME during a release cycle [result] Failed to update gexiv2 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath awslogs, using log file: /var/log/nixpkgs-update/awslogs/2024-03-04.log awslogs 0 -> 1 attrpath: awslogs Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/888nzhcjs4a3jmafjbyaqpwaf0yiszdk-packages.json.drv building '/nix/store/888nzhcjs4a3jmafjbyaqpwaf0yiszdk-packages.json.drv'... Going to be running update for following packages: - awslogs-0.14.0 Press Enter key to continue... Running update for: - awslogs-0.14.0: UPDATING ... - awslogs-0.14.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update awslogs 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.trove-classifiers, using log file: /var/log/nixpkgs-update/python311Packages.trove-classifiers/2024-03-04.log python311Packages.trove-classifiers 0 -> 1 attrpath: python311Packages.trove-classifiers Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/wsmciycanx3skbh782k8nkvmz2zds6xp-packages.json.drv building '/nix/store/wsmciycanx3skbh782k8nkvmz2zds6xp-packages.json.drv'... Going to be running update for following packages: - python3.11-trove-classifiers-2024.1.8 Press Enter key to continue... Running update for: - python3.11-trove-classifiers-2024.1.8: UPDATING ... - python3.11-trove-classifiers-2024.1.8: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/trove-classifiers/default.nix b/pkgs/development/python-modules/trove-classifiers/default.nix index f65c9e651bed..64829175c198 100644 --- a/pkgs/development/python-modules/trove-classifiers/default.nix +++ b/pkgs/development/python-modules/trove-classifiers/default.nix @@ -10,14 +10,14 @@ let self = buildPythonPackage rec { pname = "trove-classifiers"; - version = "2024.1.8"; + version = "2024.3.3"; pyproject = true; disabled = pythonOlder "3.7"; src = fetchPypi { inherit pname version; - hash = "sha256-bjbK9DD/ZIXEtXpMazZKE/aomNFrlBfGw3Rn5ZwUsFo="; + hash = "sha256-337f+cZ/+GtzNiiZgzCxgOgdElseCWU22DrA/XlnP9w="; }; postPatch = '' No auto update branch exists [outpaths] eval start [outpaths] eval end Python package with too many package rebuilds 54576 > 25 [result] Failed to update python311Packages.trove-classifiers 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python312Packages.dm-haiku, using log file: /var/log/nixpkgs-update/python312Packages.dm-haiku/2024-03-04.log python312Packages.dm-haiku 0.0.11 -> 0.0.12 https://github.com/deepmind/dm-haiku/releases attrpath: python312Packages.dm-haiku 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/i441za82zf2dsdx069gz4xlark1x9zdi-packages.json.drv building '/nix/store/i441za82zf2dsdx069gz4xlark1x9zdi-packages.json.drv'... Going to be running update for following packages: - python3.12-dm-haiku-0.0.11 Press Enter key to continue... Running update for: - python3.12-dm-haiku-0.0.11: UPDATING ... - python3.12-dm-haiku-0.0.11: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/dm-haiku/default.nix b/pkgs/development/python-modules/dm-haiku/default.nix index cb97e2f837af..e35baffb4066 100644 --- a/pkgs/development/python-modules/dm-haiku/default.nix +++ b/pkgs/development/python-modules/dm-haiku/default.nix @@ -23,14 +23,14 @@ let dm-haiku = buildPythonPackage rec { pname = "dm-haiku"; - version = "0.0.11"; + version = "0.0.12"; format = "setuptools"; src = fetchFromGitHub { owner = "deepmind"; repo = "dm-haiku"; rev = "refs/tags/v${version}"; - hash = "sha256-xve1vNsVOC6/HVtzmzswM/Sk3uUNaTtqNAKheFb/tmI="; + hash = "sha256-aJRXlMq4CNMH3ZSTDP8MgnVltdSc8l5raw4//KccL48="; }; patches = [ No auto update branch exists [outpaths] eval start [outpaths] eval end Received ExitFailure 1 when running Raw command: /nix/store/62fm7r6175k2bgvhc19hn9bdhw90wa3n-nix-2.18.1/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A python312Packages.dm-haiku Received ExitFailure 1 when running Raw command: /nix/store/62fm7r6175k2bgvhc19hn9bdhw90wa3n-nix-2.18.1/bin/nix --extra-experimental-features nix-command log -f . python312Packages.dm-haiku Standard output: error: … while evaluating the attribute 'drvPath' at /var/cache/nixpkgs-update/worker/worktree/python312Packages.dm-haiku/lib/customisation.nix:268:7: 267| in commonAttrs // { 268| drvPath = assert condition; drv.drvPath; | ^ 269| outPath = assert condition; drv.outPath; … while evaluating the attribute 'drvPath' at /var/cache/nixpkgs-update/worker/worktree/python312Packages.dm-haiku/lib/customisation.nix:268:7: 267| in commonAttrs // { 268| drvPath = assert condition; drv.drvPath; | ^ 269| outPath = assert condition; drv.outPath; (stack trace truncated; use '--show-trace' to show the full trace) error: nose-1.3.7 not supported for interpreter python3.12 [result] Failed to update python312Packages.dm-haiku 0.0.11 -> 0.0.12 https://github.com/deepmind/dm-haiku/releases [options] github_user: r-ryantm, pull_request: YES, batch_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.parallel, using log file: /var/log/nixpkgs-update/octavePackages.parallel/2024-03-04.log octavePackages.parallel 0 -> 1 attrpath: octavePackages.parallel Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/2sj96dj46cnlszwz183ibj2scv9ahz2f-packages.json.drv building '/nix/store/2sj96dj46cnlszwz183ibj2scv9ahz2f-packages.json.drv'... Going to be running update for following packages: - octave-8.4.0-parallel-4.0.1 Press Enter key to continue... Running update for: - octave-8.4.0-parallel-4.0.1: UPDATING ... - octave-8.4.0-parallel-4.0.1: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/octave-modules/parallel/default.nix b/pkgs/development/octave-modules/parallel/default.nix index 45c57d72f20f..2bcdf86ce555 100644 --- a/pkgs/development/octave-modules/parallel/default.nix +++ b/pkgs/development/octave-modules/parallel/default.nix @@ -8,11 +8,11 @@ buildOctavePackage rec { pname = "parallel"; - version = "4.0.1"; + version = "4.0.2"; src = fetchurl { url = "mirror://sourceforge/octave/${pname}-${version}.tar.gz"; - sha256 = "1h8vw2r42393px6dk10y3lhpxl168r9d197f9whz6lbk2rg571pa"; + sha256 = "sha256-GgMI6k4t+AZfYmFkqU2ELdTbiKcoo8ZyhLkxZN0zMgs="; }; patches = [ ../database/c_verror.patch No auto update branch exists [outpaths] eval start [outpaths] eval end Received ExitFailure 1 when running Raw command: /nix/store/62fm7r6175k2bgvhc19hn9bdhw90wa3n-nix-2.18.1/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A octavePackages.parallel Received ExitFailure 1 when running Raw command: /nix/store/62fm7r6175k2bgvhc19hn9bdhw90wa3n-nix-2.18.1/bin/nix --extra-experimental-features nix-command log -f . octavePackages.parallel Standard output: error: … in the condition of the assert statement at /var/cache/nixpkgs-update/worker/worktree/octavePackages.parallel/lib/customisation.nix:268:17: 267| in commonAttrs // { 268| drvPath = assert condition; drv.drvPath; | ^ 269| outPath = assert condition; drv.outPath; … while evaluating the attribute 'handled' at /var/cache/nixpkgs-update/worker/worktree/octavePackages.parallel/pkgs/stdenv/generic/check-meta.nix:490:7: 489| # or, alternatively, just output a warning message. 490| handled = | ^ 491| ( (stack trace truncated; use '--show-trace' to show the full trace) error: Package ‘octave-8.4.0-parallel-4.0.2’ in /var/cache/nixpkgs-update/worker/worktree/octavePackages.parallel/pkgs/development/octave-modules/parallel/default.nix:37 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. [result] Failed to update octavePackages.parallel 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python312Packages.rerun-sdk, using log file: /var/log/nixpkgs-update/python312Packages.rerun-sdk/2024-03-04.log python312Packages.rerun-sdk 0.13.0 -> 0.14.1 https://github.com/rerun-io/rerun/releases attrpath: python312Packages.rerun-sdk Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/2qxzkym42hvmlqn3kvsyzkgnnjxvhqzi-packages.json.drv building '/nix/store/2qxzkym42hvmlqn3kvsyzkgnnjxvhqzi-packages.json.drv'... Going to be running update for following packages: - python3.12-rerun-sdk-0.13.0 Press Enter key to continue... Running update for: - python3.12-rerun-sdk-0.13.0: UPDATING ... - python3.12-rerun-sdk-0.13.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python312Packages.rerun-sdk 0.13.0 -> 0.14.1 https://github.com/rerun-io/rerun/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python312Packages.snapcast, using log file: /var/log/nixpkgs-update/python312Packages.snapcast/2024-03-04.log python312Packages.snapcast 2.3.4 -> 2.3.5 https://github.com/happyleavesaoc/python-snapcast/releases attrpath: python312Packages.snapcast Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/dcfhgxjkndq1m2qpd12s1a3gkjwyv81m-packages.json.drv building '/nix/store/dcfhgxjkndq1m2qpd12s1a3gkjwyv81m-packages.json.drv'... Going to be running update for following packages: - python3.12-snapcast-2.3.4 Press Enter key to continue... Running update for: - python3.12-snapcast-2.3.4: UPDATING ... - python3.12-snapcast-2.3.4: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/snapcast/default.nix b/pkgs/development/python-modules/snapcast/default.nix index 300aec741473..0fa0e03b030b 100644 --- a/pkgs/development/python-modules/snapcast/default.nix +++ b/pkgs/development/python-modules/snapcast/default.nix @@ -10,7 +10,7 @@ buildPythonPackage rec { pname = "snapcast"; - version = "2.3.4"; + version = "2.3.5"; pyproject = true; disabled = pythonOlder "3.7"; @@ -19,7 +19,7 @@ buildPythonPackage rec { owner = "happyleavesaoc"; repo = "python-snapcast"; rev = "refs/tags/${version}"; - hash = "sha256-qADcLrE5QwoYBDEmh7hrDJZIND2k3F0OTCEHdHDu3Y0="; + hash = "sha256-5TbwenEe3vMJovwKYfkvkXMRex0KgaXpsd4iCEk7uWE="; }; nativeBuildInputs = [ No auto update branch exists [outpaths] eval start [outpaths] eval end Successfully finished processing cachix "/nix/store/ajlnf3kfagy5riswv8lrznfwrijiri0q-python3.12-snapcast-2.3.5" [check][nixpkgs-review] Result of `nixpkgs-review --extra-nixpkgs-config '{ allowInsecurePredicate = x: true; }'` run on x86_64-linux [1](https://github.com/Mic92/nixpkgs-review)
5 packages built:
  • home-assistant-component-tests.snapcast
  • python311Packages.snapcast
  • python311Packages.snapcast.dist
  • python312Packages.snapcast
  • python312Packages.snapcast.dist
Automatic update generated by [nixpkgs-update](https://github.com/ryantm/nixpkgs-update) tools. This update was made based on information from passthru.updateScript. meta.description for python312Packages.snapcast is: Control Snapcast, a multi-room synchronous audio solution meta.homepage for python312Packages.snapcast is: https://github.com/happyleavesaoc/python-snapcast/ ###### 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 2.3.5 with grep in /nix/store/ajlnf3kfagy5riswv8lrznfwrijiri0q-python3.12-snapcast-2.3.5 - found 2.3.5 in filename of file in /nix/store/ajlnf3kfagy5riswv8lrznfwrijiri0q-python3.12-snapcast-2.3.5 ---
Rebuild report (if merged into master) (click to expand) ``` 3 total rebuild path(s) 3 package rebuild(s) First fifty rebuilds by attrpath home-assistant-component-tests.snapcast python311Packages.snapcast python312Packages.snapcast ```
Instructions to test this update (click to expand) --- Either **download from Cachix**: ``` nix-store -r /nix/store/ajlnf3kfagy5riswv8lrznfwrijiri0q-python3.12-snapcast-2.3.5 \ --option binary-caches 'https://cache.nixos.org/ https://nix-community.cachix.org/' \ --option trusted-public-keys ' nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs= cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY= ' ``` (The Cachix cache is only trusted for this store-path realization.) For the Cachix download to work, your user must be in the `trusted-users` list or you can use `sudo` since root is effectively trusted. Or, **build yourself**: ``` nix-build -A python312Packages.snapcast https://github.com/r-ryantm/nixpkgs/archive/defc1c8939c28140a9d70a2b7b33b292dd5b391d.tar.gz ``` Or: ``` nix build github:r-ryantm/nixpkgs/defc1c8939c28140a9d70a2b7b33b292dd5b391d#python312Packages.snapcast ``` After you've downloaded or built it, look at the files and if there are any, run the binaries: ``` ls -la /nix/store/ajlnf3kfagy5riswv8lrznfwrijiri0q-python3.12-snapcast-2.3.5 ls -la /nix/store/ajlnf3kfagy5riswv8lrznfwrijiri0q-python3.12-snapcast-2.3.5/bin ``` ---

### Pre-merge build results We have automatically built all packages that will get rebuilt due to this change. This gives evidence on whether the upgrade will break dependent packages. Note sometimes packages show up as _failed to build_ independent of the change, simply because they are already broken on the target branch. Result of `nixpkgs-review --extra-nixpkgs-config '{ allowInsecurePredicate = x: true; }'` run on x86_64-linux [1](https://github.com/Mic92/nixpkgs-review)
5 packages built:
  • home-assistant-component-tests.snapcast
  • python311Packages.snapcast
  • python311Packages.snapcast.dist
  • python312Packages.snapcast
  • python312Packages.snapcast.dist
--- ###### Maintainer pings cc @peterhoeg 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/293176 [result] Success updating python312Packages.snapcast 2.3.4 -> 2.3.5 https://github.com/happyleavesaoc/python-snapcast/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: 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-re2, using log file: /var/log/nixpkgs-update/python311Packages.google-re2/2024-03-04.log python311Packages.google-re2 0 -> 1 attrpath: python311Packages.google-re2 Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/nfiyqm8b8vc5ci0jv4kba3msnk0mpjwz-packages.json.drv building '/nix/store/nfiyqm8b8vc5ci0jv4kba3msnk0mpjwz-packages.json.drv'... Going to be running update for following packages: - python3.11-google-re2-1.1 Press Enter key to continue... Running update for: - python3.11-google-re2-1.1: UPDATING ... - python3.11-google-re2-1.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.google-re2 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath nano, using log file: /var/log/nixpkgs-update/nano/2024-03-04.log nano 0 -> 1 attrpath: nano 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/hls0xdp11mwb03nkmx6rkzzzi1gd0swj-update.sh.drv /nix/store/9fjbpyb70407h1m3kgi33vi35s6fy5d4-packages.json.drv building '/nix/store/hls0xdp11mwb03nkmx6rkzzzi1gd0swj-update.sh.drv'... building '/nix/store/9fjbpyb70407h1m3kgi33vi35s6fy5d4-packages.json.drv'... Going to be running update for following packages: - nano-7.2 Press Enter key to continue... Running update for: - nano-7.2: UPDATING ... - nano-7.2: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update nano 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.edlib, using log file: /var/log/nixpkgs-update/python311Packages.edlib/2024-03-04.log python311Packages.edlib 0 -> 1 attrpath: python311Packages.edlib Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/38psiifh1pc56yy9q2hk5i6alkbzvj3v-packages.json.drv building '/nix/store/38psiifh1pc56yy9q2hk5i6alkbzvj3v-packages.json.drv'... Going to be running update for following packages: - python3.11-edlib-1.3.9 Press Enter key to continue... Running update for: - python3.11-edlib-1.3.9: UPDATING ... - python3.11-edlib-1.3.9: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.edlib 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: 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-keyvault-nspkg, using log file: /var/log/nixpkgs-update/python311Packages.azure-keyvault-nspkg/2024-03-04.log python311Packages.azure-keyvault-nspkg 0 -> 1 attrpath: python311Packages.azure-keyvault-nspkg Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/467kj4py97dpy68aac41gq0kmfsb7658-packages.json.drv building '/nix/store/467kj4py97dpy68aac41gq0kmfsb7658-packages.json.drv'... Going to be running update for following packages: - python3.11-azure-keyvault-nspkg-1.0.0 Press Enter key to continue... Running update for: - python3.11-azure-keyvault-nspkg-1.0.0: UPDATING ... - python3.11-azure-keyvault-nspkg-1.0.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.azure-keyvault-nspkg 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath license_finder, using log file: /var/log/nixpkgs-update/license_finder/2024-03-04.log license_finder 0 -> 1 attrpath: license_finder 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 license_finder 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.pywavelets, using log file: /var/log/nixpkgs-update/python311Packages.pywavelets/2024-03-04.log python311Packages.pywavelets 0 -> 1 attrpath: python311Packages.pywavelets Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/wgddps1j6y5sw8mqmaakfnkqrsrany6f-packages.json.drv building '/nix/store/wgddps1j6y5sw8mqmaakfnkqrsrany6f-packages.json.drv'... Going to be running update for following packages: - python3.11-PyWavelets-1.4.1 Press Enter key to continue... Running update for: - python3.11-PyWavelets-1.4.1: UPDATING ... - python3.11-PyWavelets-1.4.1: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/pywavelets/default.nix b/pkgs/development/python-modules/pywavelets/default.nix index 778148178cfb..f168b7fa72c5 100644 --- a/pkgs/development/python-modules/pywavelets/default.nix +++ b/pkgs/development/python-modules/pywavelets/default.nix @@ -10,12 +10,12 @@ buildPythonPackage rec { pname = "PyWavelets"; - version = "1.4.1"; + version = "1.5.0"; disabled = isPy27; src = fetchPypi { inherit pname version; - hash = "sha256-ZDevPd8IMRjCbY+Xq0OwckuVbJ+Vjp6niGWfaig0upM="; + hash = "sha256-2eJcfKvvfM1T9f6tJqsiFS/ky5N7rXQRtdUG4rXeOPY="; }; nativeCheckInputs = [ nose pytest ]; No auto update branch exists [outpaths] eval start [outpaths] eval end Python package with too many package rebuilds 49 > 25 [result] Failed to update python311Packages.pywavelets 0 -> 1 [options] github_user: r-ryantm, pull_request: 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 python311Packages.gst-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 sonic-pi, using log file: /var/log/nixpkgs-update/sonic-pi/2024-03-04.log sonic-pi 0 -> 1 attrpath: sonic-pi 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/psv82jvk7zsirv97m807sf70nk5vls70-packages.json.drv building '/nix/store/psv82jvk7zsirv97m807sf70nk5vls70-packages.json.drv'... Going to be running update for following packages: - sonic-pi-4.5.0 Press Enter key to continue... Running update for: - sonic-pi-4.5.0: UPDATING ... - sonic-pi-4.5.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update sonic-pi 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.aiogram, using log file: /var/log/nixpkgs-update/python311Packages.aiogram/2024-03-04.log python311Packages.aiogram 0 -> 1 attrpath: python311Packages.aiogram Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/dwxby2fr9v1vzghbcqjvd8i6284p10mb-packages.json.drv building '/nix/store/dwxby2fr9v1vzghbcqjvd8i6284p10mb-packages.json.drv'... Going to be running update for following packages: - python3.11-aiogram-3.4.1 Press Enter key to continue... Running update for: - python3.11-aiogram-3.4.1: UPDATING ... - python3.11-aiogram-3.4.1: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/aiogram/default.nix b/pkgs/development/python-modules/aiogram/default.nix index 727cf4992810..91b44117af1f 100644 --- a/pkgs/development/python-modules/aiogram/default.nix +++ b/pkgs/development/python-modules/aiogram/default.nix @@ -22,7 +22,7 @@ buildPythonPackage rec { pname = "aiogram"; - version = "3.4.1"; + version = "4.1"; pyproject = true; disabled = pythonOlder "3.8"; @@ -31,7 +31,7 @@ buildPythonPackage rec { owner = "aiogram"; repo = "aiogram"; rev = "refs/tags/v${version}"; - hash = "sha256-2of4KHdpAATOt0dCqI3AmTJtdeN5SdiWydeGjtagABI="; + hash = "sha256-cRKkf/gzs9baaVVs2Fey1mZ3+A68cEYpEqOz65BsAoA="; }; nativeBuildInputs = [ No auto update branch exists [outpaths] eval start [outpaths] eval end Received ExitFailure 1 when running Raw command: /nix/store/62fm7r6175k2bgvhc19hn9bdhw90wa3n-nix-2.18.1/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A python311Packages.aiogram nix build failed. 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... Traceback (most recent call last): File "/nix/store/pnaj399xsswrxg938lgx8f4xi1b8ryfl-python3.11-pyproject-hooks-1.0.0/lib/python3.11/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/pnaj399xsswrxg938lgx8f4xi1b8ryfl-python3.11-pyproject-hooks-1.0.0/lib/python3.11/site-packages/pyproject_hooks/_in_process/_in_process.py", line 77, in _build_backend obj = import_module(mod_path) ^^^^^^^^^^^^^^^^^^^^^^^ 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 1126, in _find_and_load_unlocked File "", line 241, in _call_with_frames_removed File "", line 1204, in _gcd_import File "", line 1176, in _find_and_load File "", line 1140, in _find_and_load_unlocked ModuleNotFoundError: No module named 'setuptools' ERROR Backend 'setuptools.build_meta:__legacy__' is not available. [result] Failed to update python311Packages.aiogram 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.aioemonitor, using log file: /var/log/nixpkgs-update/python311Packages.aioemonitor/2024-03-04.log python311Packages.aioemonitor 0 -> 1 attrpath: python311Packages.aioemonitor Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/j9wnfc9g3i9cigdb8gh16hpn2kryd0jq-packages.json.drv building '/nix/store/j9wnfc9g3i9cigdb8gh16hpn2kryd0jq-packages.json.drv'... Going to be running update for following packages: - python3.11-aioemonitor-1.0.5 Press Enter key to continue... Running update for: - python3.11-aioemonitor-1.0.5: UPDATING ... - python3.11-aioemonitor-1.0.5: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.aioemonitor 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.file-read-backwards, using log file: /var/log/nixpkgs-update/python311Packages.file-read-backwards/2024-03-04.log python311Packages.file-read-backwards 0 -> 1 attrpath: python311Packages.file-read-backwards Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/sjd78fnlkdqv8y3vi01syjb7qcf5bv64-packages.json.drv building '/nix/store/sjd78fnlkdqv8y3vi01syjb7qcf5bv64-packages.json.drv'... Going to be running update for following packages: - python3.11-file-read-backwards-3.0.0 Press Enter key to continue... Running update for: - python3.11-file-read-backwards-3.0.0: UPDATING ... - python3.11-file-read-backwards-3.0.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.file-read-backwards 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: 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-hosts, using log file: /var/log/nixpkgs-update/python311Packages.python-hosts/2024-03-04.log python311Packages.python-hosts 0 -> 1 attrpath: python311Packages.python-hosts Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/xa66v1r472k7xv5v1bg1m3ddvl2b8xl5-packages.json.drv building '/nix/store/xa66v1r472k7xv5v1bg1m3ddvl2b8xl5-packages.json.drv'... Going to be running update for following packages: - python3.11-python-hosts-1.0.5 Press Enter key to continue... Running update for: - python3.11-python-hosts-1.0.5: UPDATING ... - python3.11-python-hosts-1.0.5: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.python-hosts 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rocksdb_7_10, using log file: /var/log/nixpkgs-update/rocksdb_7_10/2024-03-04.log rocksdb_7_10 7.10.2 -> 8.11.3 https://github.com/facebook/rocksdb/releases attrpath: rocksdb_7_10 Checking auto update branch... No auto update branch exists Version in attr path rocksdb_7_10 not compatible with 8.11.3 [result] Failed to update rocksdb_7_10 7.10.2 -> 8.11.3 https://github.com/facebook/rocksdb/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.reportlab, using log file: /var/log/nixpkgs-update/python311Packages.reportlab/2024-03-04.log python311Packages.reportlab 0 -> 1 attrpath: python311Packages.reportlab Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/a6k2dq7zvhvymkj4l0d36hsx3jc6z51w-packages.json.drv building '/nix/store/a6k2dq7zvhvymkj4l0d36hsx3jc6z51w-packages.json.drv'... Going to be running update for following packages: - python3.11-reportlab-4.0.7 Press Enter key to continue... Running update for: - python3.11-reportlab-4.0.7: UPDATING ... - python3.11-reportlab-4.0.7: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/reportlab/default.nix b/pkgs/development/python-modules/reportlab/default.nix index af73624d1ae6..a34b7f361669 100644 --- a/pkgs/development/python-modules/reportlab/default.nix +++ b/pkgs/development/python-modules/reportlab/default.nix @@ -13,7 +13,7 @@ let ft = freetype.overrideAttrs (oldArgs: { dontDisableStatic = true; }); in buildPythonPackage rec { pname = "reportlab"; - version = "4.0.7"; + version = "4.1.0"; format = "pyproject"; # See https://bitbucket.org/pypy/compatibility/wiki/reportlab%20toolkit @@ -21,7 +21,7 @@ in buildPythonPackage rec { src = fetchPypi { inherit pname version; - hash = "sha256-lnx38A79kYzCMc+LbY9OR33Jc7XBZVfjvRjfrrWnAjQ="; + hash = "sha256-Opn69BJpEVnAaLP/AcFTB84v0s9rhgGZQ0h04AIECoQ="; }; postPatch = '' No auto update branch exists [outpaths] eval start [outpaths] eval end Python package with too many package rebuilds 47 > 25 [result] Failed to update python311Packages.reportlab 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: 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-billing, using log file: /var/log/nixpkgs-update/python311Packages.azure-mgmt-billing/2024-03-04.log python311Packages.azure-mgmt-billing 0 -> 1 attrpath: python311Packages.azure-mgmt-billing Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/zdm8fkq1c2nazp9xf8yzfj6dsyccdpks-packages.json.drv building '/nix/store/zdm8fkq1c2nazp9xf8yzfj6dsyccdpks-packages.json.drv'... Going to be running update for following packages: - python3.11-azure-mgmt-billing-6.0.0 Press Enter key to continue... Running update for: - python3.11-azure-mgmt-billing-6.0.0: UPDATING ... - python3.11-azure-mgmt-billing-6.0.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.azure-mgmt-billing 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_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-user-guide, using log file: /var/log/nixpkgs-update/mate.mate-user-guide/2024-03-04.log mate.mate-user-guide 0 -> 1 attrpath: mate.mate-user-guide mate packages are upgraded in lockstep https://github.com/NixOS/nixpkgs/pull/50695#issuecomment-441338593 [result] Failed to update mate.mate-user-guide 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.tabula-py, using log file: /var/log/nixpkgs-update/python311Packages.tabula-py/2024-03-04.log python311Packages.tabula-py 0 -> 1 attrpath: python311Packages.tabula-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/46spwa781cbhh4pj5019fqwkqzsxhpwh-packages.json.drv building '/nix/store/46spwa781cbhh4pj5019fqwkqzsxhpwh-packages.json.drv'... Going to be running update for following packages: - python3.11-tabula-py-2.9.0 Press Enter key to continue... Running update for: - python3.11-tabula-py-2.9.0: UPDATING ... - python3.11-tabula-py-2.9.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.tabula-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.speedtest-cli, using log file: /var/log/nixpkgs-update/python311Packages.speedtest-cli/2024-03-04.log python311Packages.speedtest-cli 0 -> 1 attrpath: python311Packages.speedtest-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/af0fjparz793clr2wk6hamdlq9svl3zq-packages.json.drv building '/nix/store/af0fjparz793clr2wk6hamdlq9svl3zq-packages.json.drv'... Going to be running update for following packages: - python3.11-speedtest-cli-2.1.3 Press Enter key to continue... Running update for: - python3.11-speedtest-cli-2.1.3: UPDATING ... - python3.11-speedtest-cli-2.1.3: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.speedtest-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.islpy, using log file: /var/log/nixpkgs-update/python311Packages.islpy/2024-03-04.log python311Packages.islpy 0 -> 1 attrpath: python311Packages.islpy Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/clddrmiak5fs5gakq0c30fsc8gajpj8b-packages.json.drv building '/nix/store/clddrmiak5fs5gakq0c30fsc8gajpj8b-packages.json.drv'... Going to be running update for following packages: - python3.11-islpy-2023.2.5 Press Enter key to continue... Running update for: - python3.11-islpy-2023.2.5: UPDATING ... - python3.11-islpy-2023.2.5: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.islpy 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: 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-html, using log file: /var/log/nixpkgs-update/python311Packages.pytest-html/2024-03-04.log python311Packages.pytest-html 0 -> 1 attrpath: python311Packages.pytest-html 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/c912b6mcpm2fkcldmxiiia1lky0xgpcn-packages.json.drv building '/nix/store/c912b6mcpm2fkcldmxiiia1lky0xgpcn-packages.json.drv'... Going to be running update for following packages: - python3.11-pytest-html-4.1.1 Press Enter key to continue... Running update for: - python3.11-pytest-html-4.1.1: UPDATING ... - python3.11-pytest-html-4.1.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.pytest-html 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: 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-03-04.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/ylxxi5px5lz03kd0wvl9k21limwyxvzk-packages.json.drv building '/nix/store/ylxxi5px5lz03kd0wvl9k21limwyxvzk-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.atc-ble, using log file: /var/log/nixpkgs-update/python311Packages.atc-ble/2024-03-04.log python311Packages.atc-ble 0 -> 1 attrpath: python311Packages.atc-ble Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/2ndnchvc260v20zgp75xdip04la7gxla-packages.json.drv building '/nix/store/2ndnchvc260v20zgp75xdip04la7gxla-packages.json.drv'... Going to be running update for following packages: - python3.11-atc-ble-0.1.0 Press Enter key to continue... Running update for: - python3.11-atc-ble-0.1.0: UPDATING ... - python3.11-atc-ble-0.1.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.atc-ble 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_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.jetstream, using log file: /var/log/nixpkgs-update/terraform-providers.jetstream/2024-03-04.log terraform-providers.jetstream 0 -> 1 attrpath: terraform-providers.jetstream Checking auto update branch... Derivation file opts-out of auto-updates [result] Failed to update terraform-providers.jetstream 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: 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-script, using log file: /var/log/nixpkgs-update/python311Packages.flask-script/2024-03-04.log python311Packages.flask-script 0 -> 1 attrpath: python311Packages.flask-script Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/9jzr3d2lb7cxzr8x6wmlg1kyyi2m82mr-packages.json.drv building '/nix/store/9jzr3d2lb7cxzr8x6wmlg1kyyi2m82mr-packages.json.drv'... Going to be running update for following packages: - python3.11-flask-script-2.0.6 Press Enter key to continue... Running update for: - python3.11-flask-script-2.0.6: UPDATING ... - python3.11-flask-script-2.0.6: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.flask-script 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.aioslimproto, using log file: /var/log/nixpkgs-update/python311Packages.aioslimproto/2024-03-04.log python311Packages.aioslimproto 0 -> 1 attrpath: python311Packages.aioslimproto 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/970d599f5ma7fw7m0ilp19whmbb37smv-packages.json.drv building '/nix/store/970d599f5ma7fw7m0ilp19whmbb37smv-packages.json.drv'... Going to be running update for following packages: - python3.11-aioslimproto-2.3.3 Press Enter key to continue... Running update for: - python3.11-aioslimproto-2.3.3: UPDATING ... - python3.11-aioslimproto-2.3.3: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.aioslimproto 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath brutalmaze, using log file: /var/log/nixpkgs-update/brutalmaze/2024-03-04.log brutalmaze 0 -> 1 attrpath: brutalmaze Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/wpgycpcm2wdc94ay35ij04n7zz1ssqj3-packages.json.drv building '/nix/store/wpgycpcm2wdc94ay35ij04n7zz1ssqj3-packages.json.drv'... Going to be running update for following packages: - brutalmaze-1.1.1 Press Enter key to continue... Running update for: - brutalmaze-1.1.1: UPDATING ... - brutalmaze-1.1.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update brutalmaze 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath bluez-alsa, using log file: /var/log/nixpkgs-update/bluez-alsa/2024-03-04.log bluez-alsa 0 -> 1 attrpath: bluez-alsa Checking auto update branch... [version] [version] skipping because derivation has 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/4v9qri5v4vwi0rwar0jd8anzqjm3k82s-packages.json.drv building '/nix/store/4v9qri5v4vwi0rwar0jd8anzqjm3k82s-packages.json.drv'... Going to be running update for following packages: - bluez-alsa-4.1.1 Press Enter key to continue... Running update for: - bluez-alsa-4.1.1: UPDATING ... - bluez-alsa-4.1.1: ERROR --- SHOWING ERROR LOG FOR bluez-alsa-4.1.1 ---------------------- + 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=bluez-alsa-4.1.1 + [[ -n '' ]] + pname=bluez-alsa + [[ -n '' ]] + version=4.1.1 + [[ -n '' ]] + attr_path=bluez-alsa + echo '# bluez-alsa-4.1.1' ++ sh -c '/nix/store/yvv66ksascjwzg8ncc34rm295isn51gv-common-updater-scripts/bin/list-git-tags --pname=bluez-alsa --attr-path=bluez-alsa --file="update-git-commits.txt"' + tags='v1.0.0 v1.1.0 v1.2.0 v1.3.0 v1.3.1 v1.4.0 v2.0.0 v2.1.0 v3.0.0 v3.1.0 v4.0.0 v4.1.0 v4.1.1' + for tag in $tags + echo '# found bluez-alsa version: v1.0.0' + for tag in $tags + echo '# found bluez-alsa version: v1.1.0' + for tag in $tags + echo '# found bluez-alsa version: v1.2.0' + for tag in $tags + echo '# found bluez-alsa version: v1.3.0' + for tag in $tags + echo '# found bluez-alsa version: v1.3.1' + for tag in $tags + echo '# found bluez-alsa version: v1.4.0' + for tag in $tags + echo '# found bluez-alsa version: v2.0.0' + for tag in $tags + echo '# found bluez-alsa version: v2.1.0' + for tag in $tags + echo '# found bluez-alsa version: v3.0.0' + for tag in $tags + echo '# found bluez-alsa version: v3.1.0' + for tag in $tags + echo '# found bluez-alsa version: v4.0.0' + for tag in $tags + echo '# found bluez-alsa version: v4.1.0' + for tag in $tags + echo '# found bluez-alsa version: v4.1.1' + '[' -n '' ']' ++ echo 'v1.0.0 v1.1.0 v1.2.0 v1.3.0 v1.3.1 v1.4.0 v2.0.0 v2.1.0 v3.0.0 v3.1.0 v4.0.0 v4.1.0 v4.1.1' ++ /nix/store/11b3chszacfr9liy829xqknzp3q88iji-gnugrep-3.11/bin/grep '^[0-9]' + tags= --- SHOWING ERROR LOG FOR bluez-alsa-4.1.1 ---------------------- The update script for bluez-alsa-4.1.1 failed with exit code 1 [result] Failed to update bluez-alsa 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.atsim-potentials, using log file: /var/log/nixpkgs-update/python311Packages.atsim-potentials/2024-03-04.log python311Packages.atsim-potentials 0 -> 1 attrpath: python311Packages.atsim-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/kwr7ddb4rpkp23darf9992dcim54ajvl-packages.json.drv building '/nix/store/kwr7ddb4rpkp23darf9992dcim54ajvl-packages.json.drv'... Going to be running update for following packages: - python3.11-atsim-potentials-0.4.1 Press Enter key to continue... Running update for: - python3.11-atsim-potentials-0.4.1: UPDATING ... - python3.11-atsim-potentials-0.4.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.atsim-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.nimfa, using log file: /var/log/nixpkgs-update/python311Packages.nimfa/2024-03-04.log python311Packages.nimfa 0 -> 1 attrpath: python311Packages.nimfa Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/vz5c1cqczhaxcywjmm353i4hylgspydr-packages.json.drv building '/nix/store/vz5c1cqczhaxcywjmm353i4hylgspydr-packages.json.drv'... Going to be running update for following packages: - python3.11-nimfa-1.4.0 Press Enter key to continue... Running update for: - python3.11-nimfa-1.4.0: UPDATING ... - python3.11-nimfa-1.4.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.nimfa 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.pysbd, using log file: /var/log/nixpkgs-update/python311Packages.pysbd/2024-03-04.log python311Packages.pysbd 0 -> 1 attrpath: python311Packages.pysbd Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/vjy38p250vrwky6bb0k65fb4by1fb1am-packages.json.drv building '/nix/store/vjy38p250vrwky6bb0k65fb4by1fb1am-packages.json.drv'... Going to be running update for following packages: - python3.11-pysbd-0.3.4 Press Enter key to continue... Running update for: - python3.11-pysbd-0.3.4: UPDATING ... - python3.11-pysbd-0.3.4: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.pysbd 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.urllib3, using log file: /var/log/nixpkgs-update/python311Packages.urllib3/2024-03-04.log python311Packages.urllib3 0 -> 1 attrpath: python311Packages.urllib3 Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/q38mirg1knp48kjz0gn7n3g0iqs0wdmy-packages.json.drv building '/nix/store/q38mirg1knp48kjz0gn7n3g0iqs0wdmy-packages.json.drv'... Going to be running update for following packages: - python3.11-urllib3-2.1.0 Press Enter key to continue... Running update for: - python3.11-urllib3-2.1.0: UPDATING ... - python3.11-urllib3-2.1.0: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/urllib3/default.nix b/pkgs/development/python-modules/urllib3/default.nix index 3c7da587cdde..70d8750a84d0 100644 --- a/pkgs/development/python-modules/urllib3/default.nix +++ b/pkgs/development/python-modules/urllib3/default.nix @@ -22,12 +22,12 @@ let self = buildPythonPackage rec { pname = "urllib3"; - version = "2.1.0"; + version = "2.2.1"; pyproject = true; src = fetchPypi { inherit pname version; - hash = "sha256-33qor7AUj6eEiOeJmyxZtfT/z6gubFTMud03wde1LVQ="; + hash = "sha256-0FcIdsYaueUg13bDisu7WwWndtP5/5ilyP1RYqREzxk="; }; nativeBuildInputs = [ No auto update branch exists [outpaths] eval start [outpaths] eval end Python package with too many package rebuilds 40965 > 25 [result] Failed to update python311Packages.urllib3 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath perfect-hash, using log file: /var/log/nixpkgs-update/perfect-hash/2024-03-04.log perfect-hash 0 -> 1 attrpath: perfect-hash Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/b9s54if6bhh1qga1g7pba8wj83p354b0-packages.json.drv building '/nix/store/b9s54if6bhh1qga1g7pba8wj83p354b0-packages.json.drv'... Going to be running update for following packages: - perfect-hash-0.4.1 Press Enter key to continue... Running update for: - perfect-hash-0.4.1: UPDATING ... - perfect-hash-0.4.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update perfect-hash 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_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-03-04.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/cllp6k1fhxy81n5pwk2rdbzr0510z5v8-packages.json.drv building '/nix/store/cllp6k1fhxy81n5pwk2rdbzr0510z5v8-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-03-04.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/m2jpw95z0dgszx33d4cz945g14qlpv5y-packages.json.drv building '/nix/store/m2jpw95z0dgszx33d4cz945g14qlpv5y-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-03-04.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-03-04.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/zkjwfj5mq9iy2758kvihjd9lz9s660vz-packages.json.drv building '/nix/store/zkjwfj5mq9iy2758kvihjd9lz9s660vz-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-03-04.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/vrgk467x2cygy6iqich4xfnq5q7lsl3m-packages.json.drv building '/nix/store/vrgk467x2cygy6iqich4xfnq5q7lsl3m-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.kombu, using log file: /var/log/nixpkgs-update/python311Packages.kombu/2024-03-04.log python311Packages.kombu 0 -> 1 attrpath: python311Packages.kombu Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/fvf6s46v5cx941w6b3m24smbw8kb0q4q-packages.json.drv building '/nix/store/fvf6s46v5cx941w6b3m24smbw8kb0q4q-packages.json.drv'... Going to be running update for following packages: - python3.11-kombu-5.3.5 Press Enter key to continue... Running update for: - python3.11-kombu-5.3.5: UPDATING ... - python3.11-kombu-5.3.5: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.kombu 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: 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-03-04.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/qhnndlbglcjgidij6hdy5k765m84ds24-packages.json.drv building '/nix/store/qhnndlbglcjgidij6hdy5k765m84ds24-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 python311Packages.PyStemmer, using log file: /var/log/nixpkgs-update/python311Packages.PyStemmer/2024-03-04.log python311Packages.PyStemmer 0 -> 1 attrpath: python311Packages.PyStemmer 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/d2dm72l07v7ssf02yx5wx28y5cipmczz-packages.json.drv building '/nix/store/d2dm72l07v7ssf02yx5wx28y5cipmczz-packages.json.drv'... Going to be running update for following packages: - python3.11-pystemmer-2.2.0 Press Enter key to continue... Running update for: - python3.11-pystemmer-2.2.0: UPDATING ... - python3.11-pystemmer-2.2.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.PyStemmer 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.pathtools, using log file: /var/log/nixpkgs-update/python311Packages.pathtools/2024-03-04.log python311Packages.pathtools 0 -> 1 attrpath: python311Packages.pathtools Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/3nmbdkb7fiswwsxqc0mi473dx62ihi8v-packages.json.drv building '/nix/store/3nmbdkb7fiswwsxqc0mi473dx62ihi8v-packages.json.drv'... Going to be running update for following packages: - python3.11-pathtools-0.1.2 Press Enter key to continue... Running update for: - python3.11-pathtools-0.1.2: UPDATING ... - python3.11-pathtools-0.1.2: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.pathtools 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: 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-03-04.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/i0dxizx12mx7msq11zd48ll95lzavx7z-packages.json.drv building '/nix/store/i0dxizx12mx7msq11zd48ll95lzavx7z-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/62fm7r6175k2bgvhc19hn9bdhw90wa3n-nix-2.18.1/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 zram-generator, using log file: /var/log/nixpkgs-update/zram-generator/2024-03-04.log zram-generator 0 -> 1 attrpath: zram-generator Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/rzj5xayg19xq48vwmi75s9qbvfmkqjw8-packages.json.drv building '/nix/store/rzj5xayg19xq48vwmi75s9qbvfmkqjw8-packages.json.drv'... Going to be running update for following packages: - zram-generator-1.1.2 Press Enter key to continue... Running update for: - zram-generator-1.1.2: UPDATING ... - zram-generator-1.1.2: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/tools/system/zram-generator/Cargo.lock b/pkgs/tools/system/zram-generator/Cargo.lock index 736984361c60..4eeb8ce5c959 100644 --- a/pkgs/tools/system/zram-generator/Cargo.lock +++ b/pkgs/tools/system/zram-generator/Cargo.lock @@ -34,9 +34,9 @@ checksum = "ed570934406eb16438a4e976b1b4500774099c13b8cb96eec99f620f05090ddf" [[package]] name = "cc" -version = "1.0.86" +version = "1.0.88" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7f9fa1897e4325be0d68d48df6aa1a71ac2ed4d27723887e7754192705350730" +checksum = "02f341c093d19155a6e41631ce5971aac4e9a868262212153124c15fa22d1cdc" [[package]] name = "cfg-if" @@ -145,9 +145,9 @@ checksum = "01cda141df6706de531b6c46c3a33ecca755538219bd484262fa09410c13539c" [[package]] name = "log" -version = "0.4.20" +version = "0.4.21" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b5e6163cb8c49088c2c36f57875e58ccd8c87c7427f7fbd50ea6710b2f3f2e8f" +checksum = "90ed8c1e510134f979dbc4f070f87d4313098b704861a105fe34231c70a3901c" [[package]] name = "memoffset" @@ -271,9 +271,9 @@ dependencies = [ [[package]] name = "tempfile" -version = "3.10.0" +version = "3.10.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a365e8cd18e44762ef95d87f284f4b5cd04107fec2ff3052bd6a3e6069669e67" +checksum = "85b77fafb263dd9d05cbeac119526425676db3784113aa9295c88498cbf8bff1" dependencies = [ "cfg-if", "fastrand", @@ -319,9 +319,9 @@ dependencies = [ [[package]] name = "windows-targets" -version = "0.52.0" +version = "0.52.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8a18201040b24831fbb9e4eb208f8892e1f50a37feb53cc7ff887feb8f50e7cd" +checksum = "7dd37b7e5ab9018759f893a1952c9420d060016fc19a472b4bb20d1bdd694d1b" dependencies = [ "windows_aarch64_gnullvm", "windows_aarch64_msvc", @@ -334,45 +334,45 @@ dependencies = [ [[package]] name = "windows_aarch64_gnullvm" -version = "0.52.0" +version = "0.52.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cb7764e35d4db8a7921e09562a0304bf2f93e0a51bfccee0bd0bb0b666b015ea" +checksum = "bcf46cf4c365c6f2d1cc93ce535f2c8b244591df96ceee75d8e83deb70a9cac9" [[package]] name = "windows_aarch64_msvc" -version = "0.52.0" +version = "0.52.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bbaa0368d4f1d2aaefc55b6fcfee13f41544ddf36801e793edbbfd7d7df075ef" +checksum = "da9f259dd3bcf6990b55bffd094c4f7235817ba4ceebde8e6d11cd0c5633b675" [[package]] name = "windows_i686_gnu" -version = "0.52.0" +version = "0.52.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a28637cb1fa3560a16915793afb20081aba2c92ee8af57b4d5f28e4b3e7df313" +checksum = "b474d8268f99e0995f25b9f095bc7434632601028cf86590aea5c8a5cb7801d3" [[package]] name = "windows_i686_msvc" -version = "0.52.0" +version = "0.52.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ffe5e8e31046ce6230cc7215707b816e339ff4d4d67c65dffa206fd0f7aa7b9a" +checksum = "1515e9a29e5bed743cb4415a9ecf5dfca648ce85ee42e15873c3cd8610ff8e02" [[package]] name = "windows_x86_64_gnu" -version = "0.52.0" +version = "0.52.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3d6fa32db2bc4a2f5abeacf2b69f7992cd09dca97498da74a151a3132c26befd" +checksum = "5eee091590e89cc02ad514ffe3ead9eb6b660aedca2183455434b93546371a03" [[package]] name = "windows_x86_64_gnullvm" -version = "0.52.0" +version = "0.52.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1a657e1e9d3f514745a572a6846d3c7aa7dbe1658c056ed9c3344c4109a6949e" +checksum = "77ca79f2451b49fa9e2af39f0747fe999fcda4f5e241b2898624dca97a1f2177" [[package]] name = "windows_x86_64_msvc" -version = "0.52.0" +version = "0.52.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "dff9641d1cd4be8d1a070daf9e3773c5f67e78b4d9d42263020c057706765c04" +checksum = "32b752e52a2da0ddfbdbcc6fceadfeede4c939ed16d13e648833a61dfb611ed8" [[package]] name = "zram-generator" Package version did not change. [result] Failed to update zram-generator 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath clickhouse, using log file: /var/log/nixpkgs-update/clickhouse/2024-03-04.log clickhouse 23.11.1.2711 -> 24.2.1.2248-stable https://github.com/ClickHouse/ClickHouse/releases attrpath: clickhouse 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 clickhouse 23.11.1.2711 -> 24.2.1.2248-stable https://github.com/ClickHouse/ClickHouse/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: 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-03-04.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/9kkrhri7d3n60c90kllx4mg2b1x5wixw-packages.json.drv building '/nix/store/9kkrhri7d3n60c90kllx4mg2b1x5wixw-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 pdm, using log file: /var/log/nixpkgs-update/pdm/2024-03-04.log pdm 0 -> 1 attrpath: pdm 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/vsdb5a6rhdq0zk4ql4x97nifxzya2vcf-packages.json.drv building '/nix/store/vsdb5a6rhdq0zk4ql4x97nifxzya2vcf-packages.json.drv'... Going to be running update for following packages: - pdm-2.12.3 Press Enter key to continue... Running update for: - pdm-2.12.3: UPDATING ... - pdm-2.12.3: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/tools/package-management/pdm/default.nix b/pkgs/tools/package-management/pdm/default.nix index 957b11b084fa..88ed0768b1d8 100644 --- a/pkgs/tools/package-management/pdm/default.nix +++ b/pkgs/tools/package-management/pdm/default.nix @@ -35,14 +35,14 @@ in with python.pkgs; buildPythonApplication rec { pname = "pdm"; - version = "2.12.3"; + version = "2.12.4"; pyproject = true; disabled = pythonOlder "3.8"; src = fetchPypi { inherit pname version; - hash = "sha256-U82rcnwUaf3Blu/Y1/+EBKPKke5DwKVxRzbyAg0KXd8="; + hash = "sha256-0Eh3Ni+Vz5/8HSw4uFH2k3BuSSiEDkiYauV22tV0FJY="; }; nativeBuildInputs = [ An auto update branch exists with message `pdm: 2.12.3 -> 2.12.4`. New version is 2.12.4. An auto update branch exists with an equal or greater version [result] Failed to update pdm 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_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-03-04.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/6imyqlvc3z91l72p7b05ykx2b7xx2pvw-packages.json.drv building '/nix/store/6imyqlvc3z91l72p7b05ykx2b7xx2pvw-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.material-color-utilities, using log file: /var/log/nixpkgs-update/python311Packages.material-color-utilities/2024-03-04.log python311Packages.material-color-utilities 0 -> 1 attrpath: python311Packages.material-color-utilities Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/77ya3gmjpv6ali0lmp6xs0jy7b1birmj-packages.json.drv building '/nix/store/77ya3gmjpv6ali0lmp6xs0jy7b1birmj-packages.json.drv'... Going to be running update for following packages: - python3.11-material-color-utilities-python-0.1.5 Press Enter key to continue... Running update for: - python3.11-material-color-utilities-python-0.1.5: UPDATING ... - python3.11-material-color-utilities-python-0.1.5: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.material-color-utilities 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.pescea, using log file: /var/log/nixpkgs-update/python311Packages.pescea/2024-03-04.log python311Packages.pescea 0 -> 1 attrpath: python311Packages.pescea Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/h6y7x1mj8ivxr76k3j2mps2g4i2p3qj2-packages.json.drv building '/nix/store/h6y7x1mj8ivxr76k3j2mps2g4i2p3qj2-packages.json.drv'... Going to be running update for following packages: - python3.11-pescea-1.0.12 Press Enter key to continue... Running update for: - python3.11-pescea-1.0.12: UPDATING ... - python3.11-pescea-1.0.12: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.pescea 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.f5-icontrol-rest, using log file: /var/log/nixpkgs-update/python311Packages.f5-icontrol-rest/2024-03-04.log python311Packages.f5-icontrol-rest 0 -> 1 attrpath: python311Packages.f5-icontrol-rest Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/0sww35y885ar4wz7v2vq4q4dxh5smxb4-packages.json.drv building '/nix/store/0sww35y885ar4wz7v2vq4q4dxh5smxb4-packages.json.drv'... Going to be running update for following packages: - python3.11-f5-icontrol-rest-1.3.16 Press Enter key to continue... Running update for: - python3.11-f5-icontrol-rest-1.3.16: UPDATING ... - python3.11-f5-icontrol-rest-1.3.16: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.f5-icontrol-rest 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.bluetooth-adapters, using log file: /var/log/nixpkgs-update/python311Packages.bluetooth-adapters/2024-03-04.log python311Packages.bluetooth-adapters 0 -> 1 attrpath: python311Packages.bluetooth-adapters Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/qhrk8avx5a5sxq7lsi0nq6fjk4qgbzn2-packages.json.drv building '/nix/store/qhrk8avx5a5sxq7lsi0nq6fjk4qgbzn2-packages.json.drv'... Going to be running update for following packages: - python3.11-bluetooth-adapters-0.18.0 Press Enter key to continue... Running update for: - python3.11-bluetooth-adapters-0.18.0: UPDATING ... - python3.11-bluetooth-adapters-0.18.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.bluetooth-adapters 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: 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-03-04.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/7f468ixkh4wxf207lz3akcy9b4a1dyqk-packages.json.drv building '/nix/store/7f468ixkh4wxf207lz3akcy9b4a1dyqk-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-03-04.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/5286wpq8qfcfb23g6q3z0r7hl1vx0z2k-packages.json.drv building '/nix/store/5286wpq8qfcfb23g6q3z0r7hl1vx0z2k-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-03-04.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/p0q0sl4d1rrr37zkar7ihg4rsdg3j30d-packages.json.drv building '/nix/store/p0q0sl4d1rrr37zkar7ihg4rsdg3j30d-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/62fm7r6175k2bgvhc19hn9bdhw90wa3n-nix-2.18.1/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 codeium, using log file: /var/log/nixpkgs-update/codeium/2024-03-04.log codeium 0 -> 1 attrpath: codeium Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/rsizly60sgx69sna4i5q6c0dwv39d8sn-packages.json.drv building '/nix/store/rsizly60sgx69sna4i5q6c0dwv39d8sn-packages.json.drv'... Going to be running update for following packages: - codeium-1.8.0 Press Enter key to continue... Running update for: - codeium-1.8.0: UPDATING ... - codeium-1.8.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update codeium 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.fastpair, using log file: /var/log/nixpkgs-update/python311Packages.fastpair/2024-03-04.log python311Packages.fastpair 0 -> 1 attrpath: python311Packages.fastpair Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/4n42gxxy63rrh73s49s6h28lxmrj3l1j-packages.json.drv building '/nix/store/4n42gxxy63rrh73s49s6h28lxmrj3l1j-packages.json.drv'... Going to be running update for following packages: - python3.11-fastpair-unstable-2021-05-19 Press Enter key to continue... Running update for: - python3.11-fastpair-unstable-2021-05-19: UPDATING ... - python3.11-fastpair-unstable-2021-05-19: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.fastpair 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath gramps, using log file: /var/log/nixpkgs-update/gramps/2024-03-04.log gramps 0 -> 1 attrpath: gramps 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/zkcjryv6qxkpqh2h56fqp3mvipslz9bj-packages.json.drv building '/nix/store/zkcjryv6qxkpqh2h56fqp3mvipslz9bj-packages.json.drv'... Going to be running update for following packages: - gramps-5.1.6 Press Enter key to continue... Running update for: - gramps-5.1.6: UPDATING ... - gramps-5.1.6: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/applications/misc/gramps/default.nix b/pkgs/applications/misc/gramps/default.nix index 7539b22087c3..8538fbe863c6 100644 --- a/pkgs/applications/misc/gramps/default.nix +++ b/pkgs/applications/misc/gramps/default.nix @@ -24,7 +24,7 @@ let inherit (pythonPackages) python buildPythonApplication; in buildPythonApplication rec { - version = "5.1.6"; + version = "5.2.0"; pname = "gramps"; pyproject = true; @@ -55,8 +55,8 @@ buildPythonApplication rec { src = fetchFromGitHub { owner = "gramps-project"; repo = "gramps"; - rev = "v${version}"; - hash = "sha256-BerkDXdFYfZ3rV5AeMo/uk53IN2U5z4GFs757Ar26v0="; + rev = "refs/tags/v${version}"; + hash = "sha256-8iQcaWLiBegVjcV16TfZbp8/4N/9f5pEl7mdV78CeEY="; }; pythonPath = with pythonPackages; [ No auto update branch exists There might already be an open PR for this update: - gramps: 5.1.6 -> 5.2.0, drop legacy builder URL "https://api.github.com/repos/NixOS/nixpkgs/issues/291646" [result] Failed to update gramps 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.archinfo, using log file: /var/log/nixpkgs-update/python311Packages.archinfo/2024-03-04.log python311Packages.archinfo 0 -> 1 attrpath: python311Packages.archinfo Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/0qrs5ss0940pq0c31l66hrq85bwbmpkv-packages.json.drv building '/nix/store/0qrs5ss0940pq0c31l66hrq85bwbmpkv-packages.json.drv'... Going to be running update for following packages: - python3.11-archinfo-9.2.84 Press Enter key to continue... Running update for: - python3.11-archinfo-9.2.84: UPDATING ... - python3.11-archinfo-9.2.84: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.archinfo 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.debts, using log file: /var/log/nixpkgs-update/python311Packages.debts/2024-03-04.log python311Packages.debts 0 -> 1 attrpath: python311Packages.debts Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/4gacf781h276mgiffp2z6aij30gfm1vs-packages.json.drv building '/nix/store/4gacf781h276mgiffp2z6aij30gfm1vs-packages.json.drv'... Going to be running update for following packages: - python3.11-debts-0.5 Press Enter key to continue... Running update for: - python3.11-debts-0.5: UPDATING ... - python3.11-debts-0.5: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.debts 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.webauthn, using log file: /var/log/nixpkgs-update/python311Packages.webauthn/2024-03-04.log python311Packages.webauthn 0 -> 1 attrpath: python311Packages.webauthn Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/vry40sj349lrjfz34k1ws30bxqd9jvqm-packages.json.drv building '/nix/store/vry40sj349lrjfz34k1ws30bxqd9jvqm-packages.json.drv'... Going to be running update for following packages: - python3.11-webauthn-2.0.0 Press Enter key to continue... Running update for: - python3.11-webauthn-2.0.0: UPDATING ... - python3.11-webauthn-2.0.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.webauthn 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath github-changelog-generator, using log file: /var/log/nixpkgs-update/github-changelog-generator/2024-03-04.log github-changelog-generator 0 -> 1 attrpath: github-changelog-generator 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 github-changelog-generator 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.dopy, using log file: /var/log/nixpkgs-update/python311Packages.dopy/2024-03-04.log python311Packages.dopy 0 -> 1 attrpath: python311Packages.dopy Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/fjdmh6frf8y4gd6m4gix29xr5dskblw8-packages.json.drv building '/nix/store/fjdmh6frf8y4gd6m4gix29xr5dskblw8-packages.json.drv'... Going to be running update for following packages: - python3.11-dopy-2016-01-04 Press Enter key to continue... Running update for: - python3.11-dopy-2016-01-04: UPDATING ... - python3.11-dopy-2016-01-04: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.dopy 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.py3to2, using log file: /var/log/nixpkgs-update/python311Packages.py3to2/2024-03-04.log python311Packages.py3to2 0 -> 1 attrpath: python311Packages.py3to2 Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/jg1f7msfiqkglws03qlps0cn5jpxrld0-packages.json.drv building '/nix/store/jg1f7msfiqkglws03qlps0cn5jpxrld0-packages.json.drv'... Going to be running update for following packages: - python3.11-py3to2-1.1.1 Press Enter key to continue... Running update for: - python3.11-py3to2-1.1.1: UPDATING ... - python3.11-py3to2-1.1.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.py3to2 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_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.llvm.libunwind, using log file: /var/log/nixpkgs-update/rocmPackages.llvm.libunwind/2024-03-04.log rocmPackages.llvm.libunwind 0 -> 1 attrpath: rocmPackages.llvm.libunwind 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] Failed with exit code 1 these 2 derivations will be built: /nix/store/m6ywj4an3871bq3f62lmi0xskvf2ayky-update.sh.drv /nix/store/fqdbvvvvms7g6fd5rmxf9690hdr6x506-packages.json.drv building '/nix/store/m6ywj4an3871bq3f62lmi0xskvf2ayky-update.sh.drv'... building '/nix/store/fqdbvvvvms7g6fd5rmxf9690hdr6x506-packages.json.drv'... Going to be running update for following packages: - rocm-llvm-libunwind-5.7.1 Press Enter key to continue... Running update for: - rocm-llvm-libunwind-5.7.1: UPDATING ... - rocm-llvm-libunwind-5.7.1: ERROR --- SHOWING ERROR LOG FOR rocm-llvm-libunwind-5.7.1 ---------------------- 'rocmPackages_5.llvm.libunwind' is already at it's maximum allowed version. Any further upgrades should go into 'rocmPackages_X.llvm.libunwind'. --- SHOWING ERROR LOG FOR rocm-llvm-libunwind-5.7.1 ---------------------- The update script for rocm-llvm-libunwind-5.7.1 failed with exit code 1 [result] Failed to update rocmPackages.llvm.libunwind 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: 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-03-04.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/bvjwwrpssbzvazbccqkrwsbsqfjqbagn-packages.json.drv building '/nix/store/bvjwwrpssbzvazbccqkrwsbsqfjqbagn-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 cocoapods, using log file: /var/log/nixpkgs-update/cocoapods/2024-03-04.log cocoapods 0 -> 1 attrpath: cocoapods 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 cocoapods 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath moz-phab, using log file: /var/log/nixpkgs-update/moz-phab/2024-03-04.log moz-phab 0 -> 1 attrpath: moz-phab Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/6llij9gnyny9g2in8l0zfw17jmx30gkr-packages.json.drv building '/nix/store/6llij9gnyny9g2in8l0zfw17jmx30gkr-packages.json.drv'... Going to be running update for following packages: - mozphab-1.5.1 Press Enter key to continue... Running update for: - mozphab-1.5.1: UPDATING ... - mozphab-1.5.1: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/applications/misc/mozphab/default.nix b/pkgs/applications/misc/mozphab/default.nix index 6d8455e6915d..f6c4a543fd5e 100644 --- a/pkgs/applications/misc/mozphab/default.nix +++ b/pkgs/applications/misc/mozphab/default.nix @@ -10,14 +10,14 @@ python3.pkgs.buildPythonApplication rec { pname = "mozphab"; - version = "1.5.1"; + version = "24"; format = "pyproject"; src = fetchFromGitHub { owner = "mozilla-conduit"; repo = "review"; rev = "refs/tags/${version}"; - hash = "sha256-HxwQ+mGtjnruppPAD01QUg3aca+k5vpj814BWM+3VfQ="; + hash = "sha256-TR2Lik0C3tLtMklCMHRP8bNC+F36JFu9dfcg7sqr0lA="; }; postPatch = '' No auto update branch exists [outpaths] eval start [outpaths] eval end Received ExitFailure 1 when running Raw command: /nix/store/62fm7r6175k2bgvhc19hn9bdhw90wa3n-nix-2.18.1/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A moz-phab nix build failed. got build log for 'moz-phab' from 'daemon' Sourcing python-remove-tests-dir-hook Sourcing python-catch-conflicts-hook.sh Sourcing python-remove-bin-bytecode-hook.sh Sourcing pypa-build-hook Using pypaBuildPhase Sourcing python-runtime-deps-check-hook Using pythonRuntimeDepsCheckHook Sourcing pypa-install-hook Using pypaInstallPhase Sourcing python-imports-check-hook.sh Using pythonImportsCheckPhase Sourcing python-namespaces-hook Sourcing python-catch-conflicts-hook.sh Sourcing pytest-check-hook Using pytestCheckPhase @nix { "action": "setPhase", "phase": "unpackPhase" } Running phase: unpackPhase unpacking source archive /nix/store/lvd54kbj4p1bkxjm9q4sb4vvnm1nfs0l-source source root is source setting SOURCE_DATE_EPOCH to timestamp 315619200 of file source/tests/test_submit.py @nix { "action": "setPhase", "phase": "patchPhase" } Running phase: patchPhase substitute(): ERROR: file 'pyproject.toml' 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 moz-phab 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.plumbum, using log file: /var/log/nixpkgs-update/python311Packages.plumbum/2024-03-04.log python311Packages.plumbum 0 -> 1 attrpath: python311Packages.plumbum Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/nsysrlpxn5317hg84qwdjjmj9dyiyk7c-packages.json.drv building '/nix/store/nsysrlpxn5317hg84qwdjjmj9dyiyk7c-packages.json.drv'... Going to be running update for following packages: - python3.11-plumbum-1.8.2 Press Enter key to continue... Running update for: - python3.11-plumbum-1.8.2: UPDATING ... - python3.11-plumbum-1.8.2: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.plumbum 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_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-app-launch, using log file: /var/log/nixpkgs-update/lomiri.lomiri-app-launch/2024-03-04.log lomiri.lomiri-app-launch 0 -> 1 attrpath: lomiri.lomiri-app-launch 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/k06j1wa83xmyvhl392s3y8wr1lgl84ab-packages.json.drv building '/nix/store/k06j1wa83xmyvhl392s3y8wr1lgl84ab-packages.json.drv'... Going to be running update for following packages: - lomiri-app-launch-0.1.9 Press Enter key to continue... Running update for: - lomiri-app-launch-0.1.9: UPDATING ... - lomiri-app-launch-0.1.9: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update lomiri.lomiri-app-launch 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: 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-cstruct, using log file: /var/log/nixpkgs-update/python311Packages.dissect-cstruct/2024-03-04.log python311Packages.dissect-cstruct 0 -> 1 attrpath: python311Packages.dissect-cstruct Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/hkgdmlnp3amdgrrawmzffy7y8d49413d-packages.json.drv building '/nix/store/hkgdmlnp3amdgrrawmzffy7y8d49413d-packages.json.drv'... Going to be running update for following packages: - python3.11-dissect-cstruct-3.12 Press Enter key to continue... Running update for: - python3.11-dissect-cstruct-3.12: UPDATING ... - python3.11-dissect-cstruct-3.12: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.dissect-cstruct 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath legitify, using log file: /var/log/nixpkgs-update/legitify/2024-03-04.log legitify 0.1.5 -> 1.0.7 https://github.com/Legit-Labs/legitify/releases attrpath: legitify 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-EJMXzWrOXFl7JFYBp/XAcHLcNyWCKbOBAyo/Yf2mh5s=" [golangModuleVersion] Replaced vendorHash with sha256-HFeJFELQ57BAz5QsKo4i74QfcKSHSurWT8LETwX3gcg= Received ExitFailure 1 when running Raw command: /nix/store/62fm7r6175k2bgvhc19hn9bdhw90wa3n-nix-2.18.1/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A legitify nix build failed. e2e_test.go:36: Failed on test data.repository.missing_default_branch_protection Entity passed_repo did not pass expected PASSED count 0 e2e_test.go:36: Failed on test data.repository.missing_default_branch_protection Entity failed_repo did not pass expected FAILED count 0 e2e_test.go:48: Testing: data.repository.code_review_by_two_members_not_required e2e_test.go:36: Failed on test data.repository.code_review_by_two_members_not_required Entity passed_repo did not pass expected PASSED count 0 e2e_test.go:36: Failed on test data.repository.code_review_by_two_members_not_required Entity failed_repo did not pass expected FAILED count 0 e2e_test.go:48: Testing: data.repository.code_review_not_required e2e_test.go:36: Failed on test data.repository.code_review_not_required Entity passed_repo did not pass expected PASSED count 0 e2e_test.go:36: Failed on test data.repository.code_review_not_required Entity failed_repo did not pass expected FAILED count 0 e2e_test.go:48: Testing: data.repository.repository_allows_review_requester_to_approve_their_own_request e2e_test.go:36: Failed on test data.repository.repository_allows_review_requester_to_approve_their_own_request Entity passed_repo did not pass expected PASSED count 0 e2e_test.go:36: Failed on test data.repository.repository_allows_review_requester_to_approve_their_own_request Entity failed_repo did not pass expected FAILED count 0 e2e_test.go:48: Testing: data.repository.repository_allows_overriding_approvers e2e_test.go:36: Failed on test data.repository.repository_allows_overriding_approvers Entity passed_repo did not pass expected PASSED count 0 e2e_test.go:36: Failed on test data.repository.repository_allows_overriding_approvers Entity failed_repo did not pass expected FAILED count 0 e2e_test.go:48: Testing: data.repository.repository_require_code_owner_reviews_policy e2e_test.go:36: Failed on test data.repository.repository_require_code_owner_reviews_policy Entity passed_repo did not pass expected PASSED count 0 e2e_test.go:36: Failed on test data.repository.repository_require_code_owner_reviews_policy Entity failed_repo did not pass expected FAILED count 0 e2e_test.go:48: Testing: data.repository.repository_allows_committer_approvals_policy e2e_test.go:36: Failed on test data.repository.repository_allows_committer_approvals_policy Entity passed_repo did not pass expected PASSED count 0 e2e_test.go:36: Failed on test data.repository.repository_allows_committer_approvals_policy Entity failed_repo did not pass expected FAILED count 0 e2e_test.go:48: Testing: data.repository.repository_dismiss_stale_reviews e2e_test.go:36: Failed on test data.repository.repository_dismiss_stale_reviews Entity passed_repo did not pass expected PASSED count 0 e2e_test.go:36: Failed on test data.repository.repository_dismiss_stale_reviews Entity failed_repo did not pass expected FAILED count 0 e2e_test.go:48: Testing: data.member.two_factor_authentication_is_disabled_for_a_collaborator e2e_test.go:36: Failed on test data.member.two_factor_authentication_is_disabled_for_a_collaborator Entity legitify-test did not pass expected SKIPPED count 0 e2e_test.go:48: Testing: data.member.two_factor_authentication_is_disabled_for_an_external_collaborator e2e_test.go:36: Failed on test data.member.two_factor_authentication_is_disabled_for_an_external_collaborator Entity legitify-test did not pass expected SKIPPED count 0 FAIL FAIL github.com/Legit-Labs/legitify/e2e 0.011s FAIL [result] Failed to update legitify 0.1.5 -> 1.0.7 https://github.com/Legit-Labs/legitify/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.pyjnius, using log file: /var/log/nixpkgs-update/python311Packages.pyjnius/2024-03-04.log python311Packages.pyjnius 0 -> 1 attrpath: python311Packages.pyjnius Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/kailrawsraiihrxxxzrwahs5phnjrwpy-packages.json.drv building '/nix/store/kailrawsraiihrxxxzrwahs5phnjrwpy-packages.json.drv'... Going to be running update for following packages: - python3.11-pyjnius-1.6.1 Press Enter key to continue... Running update for: - python3.11-pyjnius-1.6.1: UPDATING ... - python3.11-pyjnius-1.6.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.pyjnius 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.pyezviz, using log file: /var/log/nixpkgs-update/python311Packages.pyezviz/2024-03-04.log python311Packages.pyezviz 0 -> 1 attrpath: python311Packages.pyezviz Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/7s1n2zhphnhd013v1ry5n9lqcxpqzsgd-packages.json.drv building '/nix/store/7s1n2zhphnhd013v1ry5n9lqcxpqzsgd-packages.json.drv'... Going to be running update for following packages: - python3.11-pyezviz-0.2.2.3 Press Enter key to continue... Running update for: - python3.11-pyezviz-0.2.2.3: UPDATING ... - python3.11-pyezviz-0.2.2.3: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.pyezviz 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_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-serif-vf-ttf, using log file: /var/log/nixpkgs-update/source-han-serif-vf-ttf/2024-03-04.log source-han-serif-vf-ttf 2.002 -> 2.002R https://github.com/adobe-fonts/source-han-serif/releases attrpath: source-han-serif-vf-ttf 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-serif-vf-ttf 2.002 -> 2.002R https://github.com/adobe-fonts/source-han-serif/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: 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-rest-polymorphic, using log file: /var/log/nixpkgs-update/python311Packages.django-rest-polymorphic/2024-03-04.log python311Packages.django-rest-polymorphic 0 -> 1 attrpath: python311Packages.django-rest-polymorphic Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/kcwgd77qz783xlns9iv8dd2k25fqn5lf-packages.json.drv building '/nix/store/kcwgd77qz783xlns9iv8dd2k25fqn5lf-packages.json.drv'... Going to be running update for following packages: - python3.11-django-rest-polymorphic-0.1.10 Press Enter key to continue... Running update for: - python3.11-django-rest-polymorphic-0.1.10: UPDATING ... - python3.11-django-rest-polymorphic-0.1.10: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.django-rest-polymorphic 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.pymata-express, using log file: /var/log/nixpkgs-update/python311Packages.pymata-express/2024-03-04.log python311Packages.pymata-express 0 -> 1 attrpath: python311Packages.pymata-express Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/4q5x50w57lkq3656yzx783n35qspj7mw-packages.json.drv building '/nix/store/4q5x50w57lkq3656yzx783n35qspj7mw-packages.json.drv'... Going to be running update for following packages: - python3.11-pymata-express-1.21 Press Enter key to continue... Running update for: - python3.11-pymata-express-1.21: UPDATING ... - python3.11-pymata-express-1.21: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.pymata-express 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: 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-compress, using log file: /var/log/nixpkgs-update/python311Packages.flask-compress/2024-03-04.log python311Packages.flask-compress 0 -> 1 attrpath: python311Packages.flask-compress Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/vcyydznif9kqab82fy0nzby9m6dh63p9-packages.json.drv building '/nix/store/vcyydznif9kqab82fy0nzby9m6dh63p9-packages.json.drv'... Going to be running update for following packages: - python3.11-Flask-Compress-1.14 Press Enter key to continue... Running update for: - python3.11-Flask-Compress-1.14: UPDATING ... - python3.11-Flask-Compress-1.14: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.flask-compress 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.natasha, using log file: /var/log/nixpkgs-update/python311Packages.natasha/2024-03-04.log python311Packages.natasha 0 -> 1 attrpath: python311Packages.natasha Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/hgjrbp7ycqqlcargnj1f9dpahhn9bfbh-packages.json.drv building '/nix/store/hgjrbp7ycqqlcargnj1f9dpahhn9bfbh-packages.json.drv'... Going to be running update for following packages: - python3.11-natasha-1.6.0 Press Enter key to continue... Running update for: - python3.11-natasha-1.6.0: UPDATING ... - python3.11-natasha-1.6.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.natasha 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.hass-nabucasa, using log file: /var/log/nixpkgs-update/python311Packages.hass-nabucasa/2024-03-04.log python311Packages.hass-nabucasa 0 -> 1 attrpath: python311Packages.hass-nabucasa Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/xqirfpg77cnxm6mkfcf209sj2aprn051-packages.json.drv building '/nix/store/xqirfpg77cnxm6mkfcf209sj2aprn051-packages.json.drv'... Going to be running update for following packages: - python3.11-hass-nabucasa-0.78.0 Press Enter key to continue... Running update for: - python3.11-hass-nabucasa-0.78.0: UPDATING ... - python3.11-hass-nabucasa-0.78.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.hass-nabucasa 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath kodiPackages.requests, using log file: /var/log/nixpkgs-update/kodiPackages.requests/2024-03-04.log kodiPackages.requests 0 -> 1 attrpath: kodiPackages.requests Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/chiap2pg080vf047csmz3l54zbr9dlqq-packages.json.drv building '/nix/store/chiap2pg080vf047csmz3l54zbr9dlqq-packages.json.drv'... Going to be running update for following packages: - kodi-requests-2.31.0 Press Enter key to continue... Running update for: - kodi-requests-2.31.0: UPDATING ... - kodi-requests-2.31.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update kodiPackages.requests 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath protocol, using log file: /var/log/nixpkgs-update/protocol/2024-03-04.log protocol 0 -> 1 attrpath: protocol Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/6mcxga4vjma46mkmpbm0hsaiah4dhs9g-packages.json.drv building '/nix/store/6mcxga4vjma46mkmpbm0hsaiah4dhs9g-packages.json.drv'... Going to be running update for following packages: - protocol-unstable-2019-03-28 Press Enter key to continue... Running update for: - protocol-unstable-2019-03-28: UPDATING ... - protocol-unstable-2019-03-28: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update protocol 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath raysession, using log file: /var/log/nixpkgs-update/raysession/2024-03-04.log raysession 0 -> 1 attrpath: raysession Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/gd1cswr63m4ng778f58naxgx13ilvx58-packages.json.drv building '/nix/store/gd1cswr63m4ng778f58naxgx13ilvx58-packages.json.drv'... Going to be running update for following packages: - raysession-0.14.3 Press Enter key to continue... Running update for: - raysession-0.14.3: UPDATING ... - raysession-0.14.3: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update raysession 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath birdfont, using log file: /var/log/nixpkgs-update/birdfont/2024-03-04.log birdfont 2.33.3 -> 2.33.4 https://repology.org/project/birdfont/versions attrpath: birdfont Checking auto update branch... No auto update branch exists [version] [version] updated version and sha256 [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] skipping because derivation has no updateScript Diff after rewrites: diff --git a/pkgs/tools/misc/birdfont/default.nix b/pkgs/tools/misc/birdfont/default.nix index aa8e9ac6a9e8..56f0376599d5 100644 --- a/pkgs/tools/misc/birdfont/default.nix +++ b/pkgs/tools/misc/birdfont/default.nix @@ -4,11 +4,11 @@ gobject-introspection, gsettings-desktop-schemas, wrapGAppsHook, autoPatchelfHoo stdenv.mkDerivation rec { pname = "birdfont"; - version = "2.33.3"; + version = "2.33.4"; src = fetchurl { url = "https://birdfont.org/releases/${pname}-${version}.tar.xz"; - sha256 = "sha256-NNw7203BtHhNyyQezb3/EP98cTsu7ABDFBnM5Ms2ePY="; + sha256 = "sha256-D2iNwktlu3GlW6fjY4n4RzWfq9dTu4aPd6bsS5xQQA4="; }; nativeBuildInputs = [ python3 pkg-config vala gobject-introspection wrapGAppsHook autoPatchelfHook ]; [outpaths] eval start [outpaths] eval end Received ExitFailure 1 when running Raw command: /nix/store/62fm7r6175k2bgvhc19hn9bdhw90wa3n-nix-2.18.1/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A birdfont nix build failed. cc1: note: unrecognized command-line option ‘-Wno-incompatible-function-pointer-types’ may have been intended to silence earlier diagnostics cc1: note: unrecognized command-line option ‘-Wno-incompatible-function-pointer-types’ may have been intended to silence earlier diagnostics cc1: note: unrecognized command-line option ‘-Wno-incompatible-function-pointer-types’ may have been intended to silence earlier diagnostics cc1: note: unrecognized command-line option ‘-Wno-incompatible-function-pointer-types’ may have been intended to silence earlier diagnostics cc1: note: unrecognized command-line option ‘-Wno-incompatible-function-pointer-types’ may have been intended to silence earlier diagnostics cc1: note: unrecognized command-line option ‘-Wno-incompatible-function-pointer-types’ may have been intended to silence earlier diagnostics cc1: note: unrecognized command-line option ‘-Wno-incompatible-function-pointer-types’ may have been intended to silence earlier diagnostics gcc -c build/libbirdfont/overview_glyph.c -fPIC -D 'GETTEXT_PACKAGE="birdfont"' -I ./build/libbirdfont -I ./build/libbirdgems $(pkg-config --cflags sqlite3) $(pkg-config --cflags fontconfig) $(pkg-config --cflags gee-0.8) $(pkg-config --cflags gio-2.0) $(pkg-config --cflags cairo) $(pkg-config --cflags glib-2.0) $(pkg-config --cflags xmlbird) -o build/libbirdfont/overview_glyph.o gcc -c build/libbirdfont/load_font.c -fPIC -D 'GETTEXT_PACKAGE="birdfont"' -I ./build/libbirdfont -I ./build/libbirdgems $(pkg-config --cflags sqlite3) $(pkg-config --cflags fontconfig) $(pkg-config --cflags gee-0.8) $(pkg-config --cflags gio-2.0) $(pkg-config --cflags cairo) $(pkg-config --cflags glib-2.0) $(pkg-config --cflags xmlbird) -o build/libbirdfont/load_font.o gcc -c build/libbirdfont/fontconfig.c -fPIC -D 'GETTEXT_PACKAGE="birdfont"' -I ./build/libbirdfont -I ./build/libbirdgems $(pkg-config --cflags sqlite3) $(pkg-config --cflags fontconfig) $(pkg-config --cflags gee-0.8) $(pkg-config --cflags gio-2.0) $(pkg-config --cflags cairo) $(pkg-config --cflags glib-2.0) $(pkg-config --cflags xmlbird) -o build/libbirdfont/fontconfig.o gcc -shared -Wl,-soname,libbirdfont.so.36.0 build/libbirdfont/*.o $(pkg-config --libs sqlite3) $(freetype-config --libs) $(pkg-config --libs gee-0.8) $(pkg-config --libs gio-2.0) $(pkg-config --libs fontconfig) $(pkg-config --libs cairo) $(pkg-config --libs cairo-gobject) $(pkg-config --libs glib-2.0) $(pkg-config --libs xmlbird) -L./build -L./build/bin -l birdgems -o ./build/bin/libbirdfont.so.36.0 cd build/bin/ && ln -s -f libbirdfont.so.36.0 libbirdfont.so mkdir -p build/bin mkdir -p build/birdfont [ -e "build/birdfont/placeholder" ] || touch "build/birdfont/placeholder" valac -C --vapidir=./ --basedir build/birdfont/ --enable-experimental birdfont/*.vala --vapidir=./ --pkg gee-0.8 --pkg gio-2.0 --pkg cairo --pkg gdk-pixbuf-2.0 --pkg webkit2gtk-4.1 --pkg libnotify --pkg xmlbird --pkg libbirdfont birdfont/GtkWindow.vala:649.17-649.28: warning: `Gdk.cairo_create' has been deprecated since 3.22 649 | Context cw = cairo_create((!) get_window()); |  ^~~~~~~~~~~~  Compilation succeeded - 1 warning(s) gcc -c build/birdfont/Main.c -D 'GETTEXT_PACKAGE="birdfont"' -I./build/libbirdfont $(pkg-config --cflags sqlite3) $(pkg-config --cflags gee-0.8) $(pkg-config --cflags gio-2.0) $(pkg-config --cflags cairo) $(pkg-config --cflags glib-2.0) $(pkg-config --cflags gdk-pixbuf-2.0) $(pkg-config --cflags xmlbird) $(pkg-config --cflags webkit2gtk-4.1) $(pkg-config --cflags libnotify) -o build/birdfont/Main.o Package webkit2gtk-4.1 was not found in the pkg-config search path. Perhaps you should add the directory containing `webkit2gtk-4.1.pc' to the PKG_CONFIG_PATH environment variable No package 'webkit2gtk-4.1' found build/birdfont/Main.c:24:10: fatal error: gtk/gtk.h: No such file or directory 24 | #include  | ^~~~~~~~~~~ compilation terminated. Error: sh -c "gcc -c build/birdfont/Main.c -D 'GETTEXT_PACKAGE=\"birdfont\"' -I./build/libbirdfont $(pkg-config --cflags sqlite3) $(pkg-config --cflags gee-0.8) $(pkg-config --cflags gio-2.0) $(pkg-config --cflags cairo) $(pkg-config --cflags glib-2.0) $(pkg-config --cflags gdk-pixbuf-2.0) $(pkg-config --cflags xmlbird) $(pkg-config --cflags webkit2gtk-4.1) $(pkg-config --cflags libnotify) -o build/birdfont/Main.o" [result] Failed to update birdfont 2.33.3 -> 2.33.4 https://repology.org/project/birdfont/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: 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-03-04.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/9sw9d602qzakszprwlykr2li63f9v3mi-packages.json.drv building '/nix/store/9sw9d602qzakszprwlykr2li63f9v3mi-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 rocmPackages.rocsparse, using log file: /var/log/nixpkgs-update/rocmPackages.rocsparse/2024-03-04.log rocmPackages.rocsparse 0 -> 1 attrpath: rocmPackages.rocsparse Checking auto update branch... [version] [version] skipping because derivation has 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/pv0d2nn3277d6vddfidpvw9p7dfgq92j-update.sh.drv /nix/store/3br2i1zm57qzficxy1x3p74q48ynwssx-packages.json.drv building '/nix/store/pv0d2nn3277d6vddfidpvw9p7dfgq92j-update.sh.drv'... building '/nix/store/3br2i1zm57qzficxy1x3p74q48ynwssx-packages.json.drv'... Going to be running update for following packages: - rocsparse-5.7.1 Press Enter key to continue... Running update for: - rocsparse-5.7.1: UPDATING ... - rocsparse-5.7.1: ERROR --- SHOWING ERROR LOG FOR rocsparse-5.7.1 ---------------------- 'rocmPackages_5.rocsparse' is already at it's maximum allowed version. Any further upgrades should go into 'rocmPackages_X.rocsparse'. --- SHOWING ERROR LOG FOR rocsparse-5.7.1 ---------------------- The update script for rocsparse-5.7.1 failed with exit code 1 [result] Failed to update rocmPackages.rocsparse 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath yutto, using log file: /var/log/nixpkgs-update/yutto/2024-03-04.log yutto 0 -> 1 attrpath: yutto Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/xgqwpsamldv1nc3dwg53zjvan6kv3zmq-packages.json.drv building '/nix/store/xgqwpsamldv1nc3dwg53zjvan6kv3zmq-packages.json.drv'... Going to be running update for following packages: - yutto-2.0.0b35 Press Enter key to continue... Running update for: - yutto-2.0.0b35: UPDATING ... - yutto-2.0.0b35: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/tools/misc/yutto/default.nix b/pkgs/tools/misc/yutto/default.nix index e6bf61f8beec..b3211bd57ffb 100644 --- a/pkgs/tools/misc/yutto/default.nix +++ b/pkgs/tools/misc/yutto/default.nix @@ -9,14 +9,14 @@ with python3.pkgs; buildPythonApplication rec { pname = "yutto"; - version = "2.0.0b35"; + version = "2.0.0b36"; format = "pyproject"; disabled = pythonOlder "3.9"; src = fetchPypi { inherit pname version; - hash = "sha256-r4Lc5PMkhwLMC6nKArvpf9M4N+eoV6OmZK2uhY6xZxA="; + hash = "sha256-YhAtMwjoTo4sxslSED38G9gnl0vgXH4L13hzX1eueYc="; }; nativeBuildInputs = [ No auto update branch exists [outpaths] eval start [outpaths] eval end Received ExitFailure 1 when running Raw command: /nix/store/62fm7r6175k2bgvhc19hn9bdhw90wa3n-nix-2.18.1/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A yutto nix build failed. Sourcing python-imports-check-hook.sh Using pythonImportsCheckPhase Sourcing python-namespaces-hook Sourcing python-catch-conflicts-hook.sh @nix { "action": "setPhase", "phase": "unpackPhase" } Running phase: unpackPhase unpacking source archive /nix/store/5mb32zlw3vzvvbbgjwh4wjghs1yymrwx-yutto-2.0.0b36.tar.gz source root is yutto-2.0.0b36 setting SOURCE_DATE_EPOCH to timestamp 1708799243 of file yutto-2.0.0b36/yutto/validator.py @nix { "action": "setPhase", "phase": "patchPhase" } Running phase: patchPhase @nix { "action": "setPhase", "phase": "updateAutotoolsGnuConfigScriptsPhase" } Running phase: updateAutotoolsGnuConfigScriptsPhase @nix { "action": "setPhase", "phase": "configurePhase" } Running phase: configurePhase no configure script, doing nothing @nix { "action": "setPhase", "phase": "buildPhase" } Running phase: buildPhase Executing pypaBuildPhase Creating a wheel... * Getting build dependencies for wheel... * Building wheel... Successfully built yutto-2.0.0b36-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 yutto-2.0.0b36-py3-none-any.whl - dict2xml==1.7.5 not satisfied by version 1.7.4 [result] Failed to update yutto 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: 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-03-04.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/p9gadrv7ag7gq3npjb22vw7nixkqm2df-packages.json.drv building '/nix/store/p9gadrv7ag7gq3npjb22vw7nixkqm2df-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 python311Packages.pygame-gui, using log file: /var/log/nixpkgs-update/python311Packages.pygame-gui/2024-03-04.log python311Packages.pygame-gui 0 -> 1 attrpath: python311Packages.pygame-gui Checking auto update branch... Derivation file opts-out of auto-updates [result] Failed to update python311Packages.pygame-gui 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_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-03-04.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 libproxy, using log file: /var/log/nixpkgs-update/libproxy/2024-03-04.log libproxy 0.4.18 -> 0.5.4 https://github.com/libproxy/libproxy/releases attrpath: libproxy 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 libproxy 0.4.18 -> 0.5.4 https://github.com/libproxy/libproxy/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: 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-bcrypt, using log file: /var/log/nixpkgs-update/python311Packages.flask-bcrypt/2024-03-04.log python311Packages.flask-bcrypt 0 -> 1 attrpath: python311Packages.flask-bcrypt Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/z79fkxnxk21pgpd0fx5aadcp2vkl49qn-packages.json.drv building '/nix/store/z79fkxnxk21pgpd0fx5aadcp2vkl49qn-packages.json.drv'... Going to be running update for following packages: - python3.11-flask-bcrypt-1.0.1 Press Enter key to continue... Running update for: - python3.11-flask-bcrypt-1.0.1: UPDATING ... - python3.11-flask-bcrypt-1.0.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.flask-bcrypt 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_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-03-04.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.pysvn, using log file: /var/log/nixpkgs-update/python311Packages.pysvn/2024-03-04.log python311Packages.pysvn 0 -> 1 attrpath: python311Packages.pysvn Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/jxl93df17gsmddihmyqyqybzv15qy9xq-packages.json.drv building '/nix/store/jxl93df17gsmddihmyqyqybzv15qy9xq-packages.json.drv'... Going to be running update for following packages: - python3.11-pysvn-1.9.20 Press Enter key to continue... Running update for: - python3.11-pysvn-1.9.20: UPDATING ... - python3.11-pysvn-1.9.20: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.pysvn 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.sdkmanager, using log file: /var/log/nixpkgs-update/python311Packages.sdkmanager/2024-03-04.log python311Packages.sdkmanager 0 -> 1 attrpath: python311Packages.sdkmanager Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/n4hcbfs956wc4fcnk6h62syasjiwkd7s-packages.json.drv building '/nix/store/n4hcbfs956wc4fcnk6h62syasjiwkd7s-packages.json.drv'... Going to be running update for following packages: - python3.11-sdkmanager-0.6.5 Press Enter key to continue... Running update for: - python3.11-sdkmanager-0.6.5: UPDATING ... - python3.11-sdkmanager-0.6.5: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.sdkmanager 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.warble, using log file: /var/log/nixpkgs-update/python311Packages.warble/2024-03-04.log python311Packages.warble 0 -> 1 attrpath: python311Packages.warble Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/50fvqmjiclw59sjgpi0x8zbv1y8jik99-packages.json.drv building '/nix/store/50fvqmjiclw59sjgpi0x8zbv1y8jik99-packages.json.drv'... Going to be running update for following packages: - python3.11-warble-1.2.9 Press Enter key to continue... Running update for: - python3.11-warble-1.2.9: UPDATING ... - python3.11-warble-1.2.9: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.warble 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: 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-03-04.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/wa4k0vh5ablk1h88vwzhd92cs4c30zpx-packages.json.drv building '/nix/store/wa4k0vh5ablk1h88vwzhd92cs4c30zpx-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 python311Packages.asteval, using log file: /var/log/nixpkgs-update/python311Packages.asteval/2024-03-04.log python311Packages.asteval 0 -> 1 attrpath: python311Packages.asteval Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/917blq35q85pigalgs8nrcyfn2wxv7w9-packages.json.drv building '/nix/store/917blq35q85pigalgs8nrcyfn2wxv7w9-packages.json.drv'... Going to be running update for following packages: - python3.11-asteval-0.9.31 Press Enter key to continue... Running update for: - python3.11-asteval-0.9.31: UPDATING ... - python3.11-asteval-0.9.31: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.asteval 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: 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-appconf, using log file: /var/log/nixpkgs-update/python311Packages.django-appconf/2024-03-04.log python311Packages.django-appconf 0 -> 1 attrpath: python311Packages.django-appconf Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/8n1n7rffnan9m3pnlw4rjczdsp9415hy-packages.json.drv building '/nix/store/8n1n7rffnan9m3pnlw4rjczdsp9415hy-packages.json.drv'... Going to be running update for following packages: - python3.11-django-appconf-1.0.5 Press Enter key to continue... Running update for: - python3.11-django-appconf-1.0.5: UPDATING ... - python3.11-django-appconf-1.0.5: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.django-appconf 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath ngt, using log file: /var/log/nixpkgs-update/ngt/2024-03-04.log ngt 1.12.3-alpha -> 2.1.6 https://github.com/yahoojapan/NGT/releases attrpath: ngt Checking auto update branch... No auto update branch exists [version] Hashes equal; no update necessary [result] Failed to update ngt 1.12.3-alpha -> 2.1.6 https://github.com/yahoojapan/NGT/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.ansi, using log file: /var/log/nixpkgs-update/python311Packages.ansi/2024-03-04.log python311Packages.ansi 0 -> 1 attrpath: python311Packages.ansi Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/icqzvdbgkrp6cqqmlq16x855qz3zbfaa-packages.json.drv building '/nix/store/icqzvdbgkrp6cqqmlq16x855qz3zbfaa-packages.json.drv'... Going to be running update for following packages: - python3.11-ansi-0.3.7 Press Enter key to continue... Running update for: - python3.11-ansi-0.3.7: UPDATING ... - python3.11-ansi-0.3.7: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.ansi 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_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.xdg-desktop-portal-pantheon, using log file: /var/log/nixpkgs-update/pantheon.xdg-desktop-portal-pantheon/2024-03-04.log pantheon.xdg-desktop-portal-pantheon 0 -> 1 attrpath: pantheon.xdg-desktop-portal-pantheon Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/lalgx74wjx7jfil55a1jlvajh82453yb-packages.json.drv building '/nix/store/lalgx74wjx7jfil55a1jlvajh82453yb-packages.json.drv'... Going to be running update for following packages: - xdg-desktop-portal-pantheon-7.1.1 Press Enter key to continue... Running update for: - xdg-desktop-portal-pantheon-7.1.1: UPDATING ... - xdg-desktop-portal-pantheon-7.1.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update pantheon.xdg-desktop-portal-pantheon 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: 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-ipaddress, using log file: /var/log/nixpkgs-update/python311Packages.types-ipaddress/2024-03-04.log python311Packages.types-ipaddress 0 -> 1 attrpath: python311Packages.types-ipaddress Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/yadgvwc2kjiqvlq5z1iw1ky6vi35r5xz-packages.json.drv building '/nix/store/yadgvwc2kjiqvlq5z1iw1ky6vi35r5xz-packages.json.drv'... Going to be running update for following packages: - python3.11-types-ipaddress-1.0.8 Press Enter key to continue... Running update for: - python3.11-types-ipaddress-1.0.8: UPDATING ... - python3.11-types-ipaddress-1.0.8: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.types-ipaddress 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.weasel, using log file: /var/log/nixpkgs-update/python311Packages.weasel/2024-03-04.log python311Packages.weasel 0 -> 1 attrpath: python311Packages.weasel Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/ww8zawxssypbz5qzhbmk4j8n6y931dmc-packages.json.drv building '/nix/store/ww8zawxssypbz5qzhbmk4j8n6y931dmc-packages.json.drv'... Going to be running update for following packages: - python3.11-weasel-0.3.4 Press Enter key to continue... Running update for: - python3.11-weasel-0.3.4: UPDATING ... - python3.11-weasel-0.3.4: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.weasel 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.tabulate, using log file: /var/log/nixpkgs-update/python311Packages.tabulate/2024-03-04.log python311Packages.tabulate 0 -> 1 attrpath: python311Packages.tabulate Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/5srgwic5qfh73npv791ybfdi516nik4l-packages.json.drv building '/nix/store/5srgwic5qfh73npv791ybfdi516nik4l-packages.json.drv'... Going to be running update for following packages: - python3.11-tabulate-0.9.0 Press Enter key to continue... Running update for: - python3.11-tabulate-0.9.0: UPDATING ... - python3.11-tabulate-0.9.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.tabulate 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: 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-hoverxref, using log file: /var/log/nixpkgs-update/python311Packages.sphinx-hoverxref/2024-03-04.log python311Packages.sphinx-hoverxref 0 -> 1 attrpath: python311Packages.sphinx-hoverxref Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/1w1d0gkvkn1is1b9kx3dkmx5dmlik6md-packages.json.drv building '/nix/store/1w1d0gkvkn1is1b9kx3dkmx5dmlik6md-packages.json.drv'... Going to be running update for following packages: - python3.11-sphinx-hoverxref-1.3.0 Press Enter key to continue... Running update for: - python3.11-sphinx-hoverxref-1.3.0: UPDATING ... - python3.11-sphinx-hoverxref-1.3.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.sphinx-hoverxref 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.pythran, using log file: /var/log/nixpkgs-update/python311Packages.pythran/2024-03-04.log python311Packages.pythran 0 -> 1 attrpath: python311Packages.pythran Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/lhpjpizqdfkykxxkb0b0by7k29i3vfxw-packages.json.drv building '/nix/store/lhpjpizqdfkykxxkb0b0by7k29i3vfxw-packages.json.drv'... Going to be running update for following packages: - python3.11-pythran-0.15.0 Press Enter key to continue... Running update for: - python3.11-pythran-0.15.0: UPDATING ... - python3.11-pythran-0.15.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.pythran 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.safeio, using log file: /var/log/nixpkgs-update/python311Packages.safeio/2024-03-04.log python311Packages.safeio 0 -> 1 attrpath: python311Packages.safeio Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/kpgc4jp8xvdk42mzphr5fw8zl523wkrh-packages.json.drv building '/nix/store/kpgc4jp8xvdk42mzphr5fw8zl523wkrh-packages.json.drv'... Going to be running update for following packages: - python3.11-safeio-1.2 Press Enter key to continue... Running update for: - python3.11-safeio-1.2: UPDATING ... - python3.11-safeio-1.2: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.safeio 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: 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-03-04.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/afn0zrwnk97ydlmamlchrxnshfqhndi5-packages.json.drv building '/nix/store/afn0zrwnk97ydlmamlchrxnshfqhndi5-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 mate.libmateweather, using log file: /var/log/nixpkgs-update/mate.libmateweather/2024-03-04.log mate.libmateweather 0 -> 1 attrpath: mate.libmateweather mate packages are upgraded in lockstep https://github.com/NixOS/nixpkgs/pull/50695#issuecomment-441338593 [result] Failed to update mate.libmateweather 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.cppheaderparser, using log file: /var/log/nixpkgs-update/python311Packages.cppheaderparser/2024-03-04.log python311Packages.cppheaderparser 0 -> 1 attrpath: python311Packages.cppheaderparser Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/1x1zp8z40grh7wqi263p1pjzkxhz7j7v-packages.json.drv building '/nix/store/1x1zp8z40grh7wqi263p1pjzkxhz7j7v-packages.json.drv'... Going to be running update for following packages: - python3.11-CppHeaderParser-2.7.4 Press Enter key to continue... Running update for: - python3.11-CppHeaderParser-2.7.4: UPDATING ... - python3.11-CppHeaderParser-2.7.4: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.cppheaderparser 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: 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-jinja2, using log file: /var/log/nixpkgs-update/python311Packages.aiohttp-jinja2/2024-03-04.log python311Packages.aiohttp-jinja2 0 -> 1 attrpath: python311Packages.aiohttp-jinja2 Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/x7hksibqkw6h586a402rk8k11s1gfqii-packages.json.drv building '/nix/store/x7hksibqkw6h586a402rk8k11s1gfqii-packages.json.drv'... Going to be running update for following packages: - python3.11-aiohttp-jinja2-1.6 Press Enter key to continue... Running update for: - python3.11-aiohttp-jinja2-1.6: UPDATING ... - python3.11-aiohttp-jinja2-1.6: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.aiohttp-jinja2 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.fastapi, using log file: /var/log/nixpkgs-update/python311Packages.fastapi/2024-03-04.log python311Packages.fastapi 0 -> 1 attrpath: python311Packages.fastapi Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/1ham12ims26dacvfsvj1p9aabmss5yjq-packages.json.drv building '/nix/store/1ham12ims26dacvfsvj1p9aabmss5yjq-packages.json.drv'... Going to be running update for following packages: - python3.11-fastapi-0.109.0 Press Enter key to continue... Running update for: - python3.11-fastapi-0.109.0: UPDATING ... - python3.11-fastapi-0.109.0: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/fastapi/default.nix b/pkgs/development/python-modules/fastapi/default.nix index 74f816d9b8a6..ca058bc19166 100644 --- a/pkgs/development/python-modules/fastapi/default.nix +++ b/pkgs/development/python-modules/fastapi/default.nix @@ -38,7 +38,7 @@ buildPythonPackage rec { pname = "fastapi"; - version = "0.109.0"; + version = "0.110.0"; pyproject = true; disabled = pythonOlder "3.7"; @@ -47,7 +47,7 @@ buildPythonPackage rec { owner = "tiangolo"; repo = pname; rev = "refs/tags/${version}"; - hash = "sha256-iZBc0tYGmhQuOL/pdthhBYYnZhe+wEttoinePNAIgEs="; + hash = "sha256-OXWJ1PKJSJGzYNT8HHXvxMxjUtI4K6edpI+Z5B3TvhI="; }; nativeBuildInputs = [ No auto update branch exists [outpaths] eval start [outpaths] eval end Python package with too many package rebuilds 2930 > 25 [result] Failed to update python311Packages.fastapi 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.trustme, using log file: /var/log/nixpkgs-update/python311Packages.trustme/2024-03-04.log python311Packages.trustme 0 -> 1 attrpath: python311Packages.trustme Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/yyb4jcz5ikydn5y0gv05hbfs2b37778p-packages.json.drv building '/nix/store/yyb4jcz5ikydn5y0gv05hbfs2b37778p-packages.json.drv'... Going to be running update for following packages: - python3.11-trustme-1.1.0 Press Enter key to continue... Running update for: - python3.11-trustme-1.1.0: UPDATING ... - python3.11-trustme-1.1.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.trustme 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_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.optics, using log file: /var/log/nixpkgs-update/octavePackages.optics/2024-03-04.log octavePackages.optics 0 -> 1 attrpath: octavePackages.optics Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/wh7s6iyplzy3868vm7immjib1h0szsh8-packages.json.drv building '/nix/store/wh7s6iyplzy3868vm7immjib1h0szsh8-packages.json.drv'... Going to be running update for following packages: - octave-8.4.0-optics-0.1.4 Press Enter key to continue... Running update for: - octave-8.4.0-optics-0.1.4: UPDATING ... - octave-8.4.0-optics-0.1.4: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update octavePackages.optics 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.deform, using log file: /var/log/nixpkgs-update/python311Packages.deform/2024-03-04.log python311Packages.deform 0 -> 1 attrpath: python311Packages.deform Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/xpzycpwsivpkalkkfw155z28gfl5bl69-packages.json.drv building '/nix/store/xpzycpwsivpkalkkfw155z28gfl5bl69-packages.json.drv'... Going to be running update for following packages: - python3.11-deform-2.0.15 Press Enter key to continue... Running update for: - python3.11-deform-2.0.15: UPDATING ... - python3.11-deform-2.0.15: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.deform 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath cambalache, using log file: /var/log/nixpkgs-update/cambalache/2024-03-04.log cambalache 0 -> 1 attrpath: cambalache Checking auto update branch... Do not update GNOME during a release cycle [result] Failed to update cambalache 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.classify-imports, using log file: /var/log/nixpkgs-update/python311Packages.classify-imports/2024-03-04.log python311Packages.classify-imports 0 -> 1 attrpath: python311Packages.classify-imports Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/y0g6f4zk00lgfypgqib2fkfg88iwy6sp-packages.json.drv building '/nix/store/y0g6f4zk00lgfypgqib2fkfg88iwy6sp-packages.json.drv'... Going to be running update for following packages: - python3.11-classify-imports-4.2.0 Press Enter key to continue... Running update for: - python3.11-classify-imports-4.2.0: UPDATING ... - python3.11-classify-imports-4.2.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.classify-imports 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.upass, using log file: /var/log/nixpkgs-update/python311Packages.upass/2024-03-04.log python311Packages.upass 0 -> 1 attrpath: python311Packages.upass Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/n7ij3z8ik1xal741p5qpadb6x2q493si-packages.json.drv building '/nix/store/n7ij3z8ik1xal741p5qpadb6x2q493si-packages.json.drv'... Going to be running update for following packages: - python3.11-upass-0.2.1 Press Enter key to continue... Running update for: - python3.11-upass-0.2.1: UPDATING ... - python3.11-upass-0.2.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.upass 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.mdformat-frontmatter, using log file: /var/log/nixpkgs-update/python311Packages.mdformat-frontmatter/2024-03-04.log python311Packages.mdformat-frontmatter 0 -> 1 attrpath: python311Packages.mdformat-frontmatter Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/svdcm2mdc7jc7lpzqw7cc2jgf0d961bs-packages.json.drv building '/nix/store/svdcm2mdc7jc7lpzqw7cc2jgf0d961bs-packages.json.drv'... Going to be running update for following packages: - python3.11-mdformat-frontmatter-2.0.8 Press Enter key to continue... Running update for: - python3.11-mdformat-frontmatter-2.0.8: UPDATING ... - python3.11-mdformat-frontmatter-2.0.8: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.mdformat-frontmatter 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rocmPackages.rocmlir-rock, using log file: /var/log/nixpkgs-update/rocmPackages.rocmlir-rock/2024-03-04.log rocmPackages.rocmlir-rock 0 -> 1 attrpath: rocmPackages.rocmlir-rock Checking auto update branch... [version] [version] skipping because derivation has 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/xw50b6a01ql61w2q6hwlch2c4yi9hxv1-update.sh.drv /nix/store/f65ynj82z52w1bjqbcg8y2k4nngaa0xm-packages.json.drv building '/nix/store/xw50b6a01ql61w2q6hwlch2c4yi9hxv1-update.sh.drv'... building '/nix/store/f65ynj82z52w1bjqbcg8y2k4nngaa0xm-packages.json.drv'... Going to be running update for following packages: - rocmlir-rock-5.7.1 Press Enter key to continue... Running update for: - rocmlir-rock-5.7.1: UPDATING ... - rocmlir-rock-5.7.1: ERROR --- SHOWING ERROR LOG FOR rocmlir-rock-5.7.1 ---------------------- 'rocmPackages_5.rocmlir-rock' is already at it's maximum allowed version. Any further upgrades should go into 'rocmPackages_X.rocmlir-rock'. --- SHOWING ERROR LOG FOR rocmlir-rock-5.7.1 ---------------------- The update script for rocmlir-rock-5.7.1 failed with exit code 1 [result] Failed to update rocmPackages.rocmlir-rock 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_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-desktop, using log file: /var/log/nixpkgs-update/mate.mate-desktop/2024-03-04.log mate.mate-desktop 0 -> 1 attrpath: mate.mate-desktop mate packages are upgraded in lockstep https://github.com/NixOS/nixpkgs/pull/50695#issuecomment-441338593 [result] Failed to update mate.mate-desktop 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath lcov, using log file: /var/log/nixpkgs-update/lcov/2024-03-04.log lcov 1.16 -> 2.0 https://github.com/linux-test-project/lcov/releases attrpath: lcov Checking auto update branch... An auto update branch exists with message `lcov: 1.16 -> 2.0`. New version is 2.0. An auto update branch exists with an equal or greater version [result] Failed to update lcov 1.16 -> 2.0 https://github.com/linux-test-project/lcov/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.kegtron-ble, using log file: /var/log/nixpkgs-update/python311Packages.kegtron-ble/2024-03-04.log python311Packages.kegtron-ble 0 -> 1 attrpath: python311Packages.kegtron-ble Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/cpx1ccsspx2svhpy1g4fg3zykwzk1hqw-packages.json.drv building '/nix/store/cpx1ccsspx2svhpy1g4fg3zykwzk1hqw-packages.json.drv'... Going to be running update for following packages: - python3.11-kegtron-ble-0.4.0 Press Enter key to continue... Running update for: - python3.11-kegtron-ble-0.4.0: UPDATING ... - python3.11-kegtron-ble-0.4.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.kegtron-ble 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.bencode-py, using log file: /var/log/nixpkgs-update/python311Packages.bencode-py/2024-03-04.log python311Packages.bencode-py 0 -> 1 attrpath: python311Packages.bencode-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/mkgbm9921hn9n154jqhaxc558ffkpr4d-packages.json.drv building '/nix/store/mkgbm9921hn9n154jqhaxc558ffkpr4d-packages.json.drv'... Going to be running update for following packages: - python3.11-beconde-py-4.0.0 Press Enter key to continue... Running update for: - python3.11-beconde-py-4.0.0: UPDATING ... - python3.11-beconde-py-4.0.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.bencode-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.sharkiq, using log file: /var/log/nixpkgs-update/python311Packages.sharkiq/2024-03-04.log python311Packages.sharkiq 0 -> 1 attrpath: python311Packages.sharkiq Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/a4kl531zkzzwfr5h3s5ycg1lmmb3s336-packages.json.drv building '/nix/store/a4kl531zkzzwfr5h3s5ycg1lmmb3s336-packages.json.drv'... Going to be running update for following packages: - python3.11-sharkiq-1.0.2 Press Enter key to continue... Running update for: - python3.11-sharkiq-1.0.2: UPDATING ... - python3.11-sharkiq-1.0.2: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.sharkiq 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.dvc, using log file: /var/log/nixpkgs-update/python311Packages.dvc/2024-03-04.log python311Packages.dvc 3.43.1 -> 3.48.1 https://github.com/iterative/dvc/releases attrpath: python311Packages.dvc Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/x8jxdq760xd956bjgs6amj405bqx05rr-packages.json.drv building '/nix/store/x8jxdq760xd956bjgs6amj405bqx05rr-packages.json.drv'... Going to be running update for following packages: - python3.11-dvc-3.43.1 Press Enter key to continue... Running update for: - python3.11-dvc-3.43.1: UPDATING ... - python3.11-dvc-3.43.1: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/dvc/default.nix b/pkgs/development/python-modules/dvc/default.nix index d05a37f7ad79..c6bcc635d720 100644 --- a/pkgs/development/python-modules/dvc/default.nix +++ b/pkgs/development/python-modules/dvc/default.nix @@ -57,7 +57,7 @@ buildPythonPackage rec { pname = "dvc"; - version = "3.43.1"; + version = "3.48.1"; pyproject = true; disabled = pythonOlder "3.8"; @@ -66,7 +66,7 @@ buildPythonPackage rec { owner = "iterative"; repo = "dvc"; rev = "refs/tags/${version}"; - hash = "sha256-9JS8N4BWikmXoo5TtpUD5El2vHST80NEOBdxkHfK4ME="; + hash = "sha256-rogmBrKoBJz6xN0bMJpdn7vNXQO0RXXcRdJ81wfIMvg="; }; pythonRelaxDeps = [ No auto update branch exists [outpaths] eval start [outpaths] eval end Received ExitFailure 1 when running Raw command: /nix/store/62fm7r6175k2bgvhc19hn9bdhw90wa3n-nix-2.18.1/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A python311Packages.dvc nix build failed. adding 'dvc/utils/strictyaml.py' adding 'dvc/utils/studio.py' adding 'dvc/utils/table.py' adding 'dvc/utils/threadpool.py' adding 'dvc/utils/serialize/__init__.py' adding 'dvc/utils/serialize/_common.py' adding 'dvc/utils/serialize/_json.py' adding 'dvc/utils/serialize/_py.py' adding 'dvc/utils/serialize/_toml.py' adding 'dvc/utils/serialize/_yaml.py' adding 'dvc-3.48.1.dist-info/LICENSE' adding 'dvc-3.48.1.dist-info/METADATA' adding 'dvc-3.48.1.dist-info/WHEEL' adding 'dvc-3.48.1.dist-info/entry_points.txt' adding 'dvc-3.48.1.dist-info/top_level.txt' adding 'dvc-3.48.1.dist-info/RECORD' removing build/bdist.linux-x86_64/wheel Successfully built dvc-3.48.1-py3-none-any.whl Finished creating a wheel... /build/source/dist /build/source Unpacking to: unpacked/dvc-3.48.1...OK Repacking wheel as ./dvc-3.48.1-py3-none-any.whl...OK /build/source Finished executing pypaBuildPhase @nix { "action": "setPhase", "phase": "pythonRuntimeDepsCheckHook" } Running phase: pythonRuntimeDepsCheckHook Executing pythonRuntimeDepsCheck Checking runtime dependencies for dvc-3.48.1-py3-none-any.whl - dvc-studio-client<1,>=0.20 not satisfied by version 0.18.0 - scmrepo<4,>=3 not satisfied by version 2.1.1 [result] Failed to update python311Packages.dvc 3.43.1 -> 3.48.1 https://github.com/iterative/dvc/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.paypalhttp, using log file: /var/log/nixpkgs-update/python311Packages.paypalhttp/2024-03-04.log python311Packages.paypalhttp 0 -> 1 attrpath: python311Packages.paypalhttp Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/mfd4jipnvj6vbzjjrirkk0zaapqmhnsb-packages.json.drv building '/nix/store/mfd4jipnvj6vbzjjrirkk0zaapqmhnsb-packages.json.drv'... Going to be running update for following packages: - python3.11-paypalhttp-1.0.0 Press Enter key to continue... Running update for: - python3.11-paypalhttp-1.0.0: UPDATING ... - python3.11-paypalhttp-1.0.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.paypalhttp 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.dj-static, using log file: /var/log/nixpkgs-update/python311Packages.dj-static/2024-03-04.log python311Packages.dj-static 0 -> 1 attrpath: python311Packages.dj-static Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/6zmch36gpypc75zk2hahh6823hh75zn6-packages.json.drv building '/nix/store/6zmch36gpypc75zk2hahh6823hh75zn6-packages.json.drv'... Going to be running update for following packages: - python3.11-dj-static-0.0.6 Press Enter key to continue... Running update for: - python3.11-dj-static-0.0.6: UPDATING ... - python3.11-dj-static-0.0.6: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.dj-static 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath passphrase2pgp, using log file: /var/log/nixpkgs-update/passphrase2pgp/2024-03-04.log passphrase2pgp 0 -> 1 attrpath: passphrase2pgp 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/r32bidpxy2xw0avf656klmc5cnjn0lpi-packages.json.drv building '/nix/store/r32bidpxy2xw0avf656klmc5cnjn0lpi-packages.json.drv'... Going to be running update for following packages: - passphrase2pgp-1.3.0 Press Enter key to continue... Running update for: - passphrase2pgp-1.3.0: UPDATING ... - passphrase2pgp-1.3.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update passphrase2pgp 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.tkinter, using log file: /var/log/nixpkgs-update/python311Packages.tkinter/2024-03-04.log python311Packages.tkinter 0 -> 1 attrpath: python311Packages.tkinter Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/m2v6s8c7a5p7w6yg2x2wmdgn6sylvbck-packages.json.drv building '/nix/store/m2v6s8c7a5p7w6yg2x2wmdgn6sylvbck-packages.json.drv'... Going to be running update for following packages: - python3.11-tkinter-3.11.8 Press Enter key to continue... Running update for: - python3.11-tkinter-3.11.8: UPDATING ... - python3.11-tkinter-3.11.8: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.tkinter 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: 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-js-asset, using log file: /var/log/nixpkgs-update/python311Packages.django-js-asset/2024-03-04.log python311Packages.django-js-asset 0 -> 1 attrpath: python311Packages.django-js-asset Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/3d8dbz8idw2wa21vn3hvqdv46cj8iblf-packages.json.drv building '/nix/store/3d8dbz8idw2wa21vn3hvqdv46cj8iblf-packages.json.drv'... Going to be running update for following packages: - python3.11-django-js-asset-2.2 Press Enter key to continue... Running update for: - python3.11-django-js-asset-2.2: UPDATING ... - python3.11-django-js-asset-2.2: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.django-js-asset 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: 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-03-04.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/l5dsssnydsmaajwacw8izidjdzwlhw3w-packages.json.drv building '/nix/store/l5dsssnydsmaajwacw8izidjdzwlhw3w-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 python311Packages.python-on-whales, using log file: /var/log/nixpkgs-update/python311Packages.python-on-whales/2024-03-04.log python311Packages.python-on-whales 0 -> 1 attrpath: python311Packages.python-on-whales Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/lyxqi93dbf1gmy5ydhmldid1g6idqwri-packages.json.drv building '/nix/store/lyxqi93dbf1gmy5ydhmldid1g6idqwri-packages.json.drv'... Going to be running update for following packages: - python3.11-python-on-whales-0.68.0 Press Enter key to continue... Running update for: - python3.11-python-on-whales-0.68.0: UPDATING ... - python3.11-python-on-whales-0.68.0: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/python-on-whales/default.nix b/pkgs/development/python-modules/python-on-whales/default.nix index 791bf2545051..ae85531f7833 100644 --- a/pkgs/development/python-modules/python-on-whales/default.nix +++ b/pkgs/development/python-modules/python-on-whales/default.nix @@ -11,7 +11,7 @@ buildPythonPackage rec { pname = "python-on-whales"; - version = "0.68.0"; + version = "0.69.0"; pyproject = true; disabled = pythonOlder "3.8"; @@ -20,7 +20,7 @@ buildPythonPackage rec { owner = "gabrieldemarmiesse"; repo = "python-on-whales"; rev = "refs/tags/v${version}"; - hash = "sha256-S9IfCCGMVXo7IPyOtu7TIeWRovE1fLQ9pjRO6tVJ4bU="; + hash = "sha256-2ZrbiHvcYwerhGQmtC/903W/WpuqgYqapRzLpu30sRs="; }; nativeBuildInputs = [ setuptools ]; No auto update branch exists [outpaths] eval start [outpaths] eval end Python package with too many package rebuilds 4918 > 25 [result] Failed to update python311Packages.python-on-whales 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: 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-03-04.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/fp49xi9n3x3wp84qxhxw96aqb6d4f6z5-packages.json.drv building '/nix/store/fp49xi9n3x3wp84qxhxw96aqb6d4f6z5-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.anchor-kr, using log file: /var/log/nixpkgs-update/python311Packages.anchor-kr/2024-03-04.log python311Packages.anchor-kr 0 -> 1 attrpath: python311Packages.anchor-kr Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/hh4jbgcdwdafdja6l4qmznr1cmqa2dq1-packages.json.drv building '/nix/store/hh4jbgcdwdafdja6l4qmznr1cmqa2dq1-packages.json.drv'... Going to be running update for following packages: - python3.11-anchor-3 Press Enter key to continue... Running update for: - python3.11-anchor-3: UPDATING ... - python3.11-anchor-3: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.anchor-kr 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_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-03-04.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= [rustCrateVersion] Finished updating Crate version and replacing hashes [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] skipping because derivation has no updateScript Diff after rewrites: diff --git a/pkgs/applications/version-management/git-mit/default.nix b/pkgs/applications/version-management/git-mit/default.nix index 5e5732a01145..bc59aa6ffda1 100644 --- a/pkgs/applications/version-management/git-mit/default.nix +++ b/pkgs/applications/version-management/git-mit/default.nix @@ -10,7 +10,7 @@ }: let - version = "5.12.186"; + version = "5.12.191"; in rustPlatform.buildRustPackage { pname = "git-mit"; @@ -20,10 +20,10 @@ rustPlatform.buildRustPackage { owner = "PurpleBooth"; repo = "git-mit"; rev = "v${version}"; - hash = "sha256-895QAtKUzqiWffw5IgovXBiARncelrmz1FUEbeHYoW0="; + hash = "sha256-aSEoAs0s7zyALf3s77eVlrjkCrn7ihW/4OW5hN8YL8k="; }; - cargoHash = "sha256-E3xwZ9oB7oe5gVLAasvo1MWPjDPLKZgSX98VZAq2O3k="; + cargoHash = "sha256-pm+XreLGxZJKRcrmU1ooMjN7MTRJqgKOy2J1OqdodxE="; nativeBuildInputs = [ pkg-config ]; [outpaths] eval start [outpaths] eval end Successfully finished processing cachix "/nix/store/60kh9n7bsxrhzhb1979kszn7zhld4q0v-git-mit-5.12.191" [check][nixpkgs-review] Result of `nixpkgs-review --extra-nixpkgs-config '{ allowInsecurePredicate = x: true; }'` run on x86_64-linux [1](https://github.com/Mic92/nixpkgs-review)
1 package built:
  • git-mit
Automatic update generated by [nixpkgs-update](https://github.com/ryantm/nixpkgs-update) tools. This update was made based on information from https://github.com/PurpleBooth/git-mit/releases. meta.description for git-mit is: Minimalist set of hooks to aid pairing and link commits to issues meta.homepage for git-mit is: https://github.com/PurpleBooth/git-mit meta.changelog for git-mit is: https://github.com/PurpleBooth/git-mit/releases/tag/v5.12.191 ###### Updates performed - Rust version update ###### To inspect upstream changes - [Release on GitHub](https://github.com/PurpleBooth/git-mit/releases/tag/v5.12.191) - [Compare changes on GitHub](https://github.com/PurpleBooth/git-mit/compare/v5.12.186...v5.12.191) ###### Impact Checks done --- - built on NixOS - The tests defined in `passthru.tests`, if any, passed - found 5.12.191 with grep in /nix/store/60kh9n7bsxrhzhb1979kszn7zhld4q0v-git-mit-5.12.191 - found 5.12.191 in filename of file in /nix/store/60kh9n7bsxrhzhb1979kszn7zhld4q0v-git-mit-5.12.191 ---
Rebuild report (if merged into master) (click to expand) ``` 1 total rebuild path(s) 1 package rebuild(s) First fifty rebuilds by attrpath git-mit ```
Instructions to test this update (click to expand) --- Either **download from Cachix**: ``` nix-store -r /nix/store/60kh9n7bsxrhzhb1979kszn7zhld4q0v-git-mit-5.12.191 \ --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 git-mit https://github.com/r-ryantm/nixpkgs/archive/0aa16153dcd2f9d86c34f0c10c5a076f5ae2a06a.tar.gz ``` Or: ``` nix build github:r-ryantm/nixpkgs/0aa16153dcd2f9d86c34f0c10c5a076f5ae2a06a#git-mit ``` After you've downloaded or built it, look at the files and if there are any, run the binaries: ``` ls -la /nix/store/60kh9n7bsxrhzhb1979kszn7zhld4q0v-git-mit-5.12.191 ls -la /nix/store/60kh9n7bsxrhzhb1979kszn7zhld4q0v-git-mit-5.12.191/bin ``` ---

### Pre-merge build results We have automatically built all packages that will get rebuilt due to this change. This gives evidence on whether the upgrade will break dependent packages. Note sometimes packages show up as _failed to build_ independent of the change, simply because they are already broken on the target branch. Result of `nixpkgs-review --extra-nixpkgs-config '{ allowInsecurePredicate = x: true; }'` run on x86_64-linux [1](https://github.com/Mic92/nixpkgs-review)
1 package built:
  • git-mit
--- ###### Maintainer pings cc @figsoda 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/293190 [result] Success updating 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.papermill, using log file: /var/log/nixpkgs-update/python311Packages.papermill/2024-03-04.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/ijzk958m8d0cw2pw76q8hi9w45djyjvc-packages.json.drv building '/nix/store/ijzk958m8d0cw2pw76q8hi9w45djyjvc-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 zoom-us, using log file: /var/log/nixpkgs-update/zoom-us/2024-03-04.log zoom-us 0 -> 1 attrpath: zoom-us 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/pbkbb8cmcq35xrawjnrhl4c0f6rsargd-packages.json.drv building '/nix/store/pbkbb8cmcq35xrawjnrhl4c0f6rsargd-packages.json.drv'... Going to be running update for following packages: - zoom-5.17.5.2543 Press Enter key to continue... Running update for: - zoom-5.17.5.2543: UPDATING ... - zoom-5.17.5.2543: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/applications/networking/instant-messengers/zoom-us/default.nix b/pkgs/applications/networking/instant-messengers/zoom-us/default.nix index dcd573e69d30..d12bea03460e 100644 --- a/pkgs/applications/networking/instant-messengers/zoom-us/default.nix +++ b/pkgs/applications/networking/instant-messengers/zoom-us/default.nix @@ -48,23 +48,23 @@ let # and often with different versions. We write them on three lines # like this (rather than using {}) so that the updater script can # find where to edit them. - versions.aarch64-darwin = "5.17.5.29101"; - versions.x86_64-darwin = "5.17.5.29101"; - versions.x86_64-linux = "5.17.5.2543"; + versions.aarch64-darwin = "5.17.10.30974"; + versions.x86_64-darwin = "5.17.10.30974"; + versions.x86_64-linux = "5.17.10.3512"; srcs = { aarch64-darwin = fetchurl { url = "https://zoom.us/client/${versions.aarch64-darwin}/zoomusInstallerFull.pkg?archType=arm64"; name = "zoomusInstallerFull.pkg"; - hash = "sha256-Zq/8r4Ny9m+Ym6YMm49iMoITvkGO9q1DxQ0IqHC/7Us="; + hash = "sha256-JWGy8je6hFDTSKPx4GAUDMJdi5/zKoj4KK5w6E0pcsI="; }; x86_64-darwin = fetchurl { url = "https://zoom.us/client/${versions.x86_64-darwin}/zoomusInstallerFull.pkg"; - hash = "sha256-/GTBPIswV+YSvnbrSYefrLfcv5eXsRCe3vaTDGmptl8="; + hash = "sha256-lO0fyW5catdgKZ7cAQhdAbfQW+EewdCjTne+ZC3UW3w="; }; x86_64-linux = fetchurl { url = "https://zoom.us/client/${versions.x86_64-linux}/zoom_x86_64.pkg.tar.xz"; - hash = "sha256-R8LHyL5ojnaLBk00W997PtnKzDwMaADIpYClKDYkJcQ="; + hash = "sha256-dXpfgouZjd+0YyHz1c/7VL3a1SATAX8BpkR4KBeEDbc="; }; }; An auto update branch exists with message `zoom-us: 5.17.5.2543 -> 5.17.10.3512`. New version is 5.17.10.3512. An auto update branch exists with an equal or greater version [result] Failed to update zoom-us 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath crackmapexec, using log file: /var/log/nixpkgs-update/crackmapexec/2024-03-04.log crackmapexec 0 -> 1 attrpath: crackmapexec Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/k2b5005qpqdni2lvy51i4yifb065fj4n-packages.json.drv building '/nix/store/k2b5005qpqdni2lvy51i4yifb065fj4n-packages.json.drv'... Going to be running update for following packages: - crackmapexec-5.4.0 Press Enter key to continue... Running update for: - crackmapexec-5.4.0: UPDATING ... - crackmapexec-5.4.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update crackmapexec 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath watchman, using log file: /var/log/nixpkgs-update/watchman/2024-03-04.log watchman 2024.01.22.00 -> 2024.02.26.00 https://github.com/facebook/watchman/releases attrpath: watchman Checking auto update branch... An auto update branch exists with message `watchman: 2024.01.22.00 -> 2024.02.26.00`. New version is 2024.02.26.00. An auto update branch exists with an equal or greater version [result] Failed to update watchman 2024.01.22.00 -> 2024.02.26.00 https://github.com/facebook/watchman/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: 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-import-order, using log file: /var/log/nixpkgs-update/python311Packages.flake8-import-order/2024-03-04.log python311Packages.flake8-import-order 0 -> 1 attrpath: python311Packages.flake8-import-order Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/2zixc14k8gzrg3wsz9ppiwr9xl2d7bdy-packages.json.drv building '/nix/store/2zixc14k8gzrg3wsz9ppiwr9xl2d7bdy-packages.json.drv'... Going to be running update for following packages: - python3.11-flake8-import-order-0.18.2 Press Enter key to continue... Running update for: - python3.11-flake8-import-order-0.18.2: UPDATING ... - python3.11-flake8-import-order-0.18.2: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.flake8-import-order 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.jsonstreams, using log file: /var/log/nixpkgs-update/python311Packages.jsonstreams/2024-03-04.log python311Packages.jsonstreams 0 -> 1 attrpath: python311Packages.jsonstreams Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/vzpnrb8b6blnqmnp2534296g8v1pcaqd-packages.json.drv building '/nix/store/vzpnrb8b6blnqmnp2534296g8v1pcaqd-packages.json.drv'... Going to be running update for following packages: - python3.11-jsonstreams-0.6.0 Press Enter key to continue... Running update for: - python3.11-jsonstreams-0.6.0: UPDATING ... - python3.11-jsonstreams-0.6.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.jsonstreams 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath libretranslate, using log file: /var/log/nixpkgs-update/libretranslate/2024-03-04.log libretranslate 0 -> 1 attrpath: libretranslate Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/mfqyxvbwmc7m3zgn7wl97nv08gi8lbg3-packages.json.drv building '/nix/store/mfqyxvbwmc7m3zgn7wl97nv08gi8lbg3-packages.json.drv'... Going to be running update for following packages: - libretranslate-1.5.2 Press Enter key to continue... Running update for: - libretranslate-1.5.2: UPDATING ... - libretranslate-1.5.2: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/libretranslate/default.nix b/pkgs/development/python-modules/libretranslate/default.nix index 9dab13428a95..776f539803d1 100644 --- a/pkgs/development/python-modules/libretranslate/default.nix +++ b/pkgs/development/python-modules/libretranslate/default.nix @@ -26,7 +26,7 @@ buildPythonPackage rec { pname = "libretranslate"; - version = "1.5.2"; + version = "1.5.5"; format = "setuptools"; @@ -34,7 +34,7 @@ buildPythonPackage rec { owner = "LibreTranslate"; repo = "LibreTranslate"; rev = "refs/tags/v${version}"; - hash = "sha256-8bbVpC53wH9GvwwHHlPEYQd/zqMXIqrwixwn4HY6FMg="; + hash = "sha256-ARSe4r99ShPB4LJBrE7G53Ws0/fVKjZxUpGAdhWTsRs="; }; propagatedBuildInputs = [ No auto update branch exists There might already be an open PR for this update: - python311Packages.lexilang: init at 1.0.1, python311Packages.libretranslate: 1.5.2 -> 1.5.5 URL "https://api.github.com/repos/NixOS/nixpkgs/issues/282824" [result] Failed to update libretranslate 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_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-review, using log file: /var/log/nixpkgs-update/git-review/2024-03-04.log git-review 0 -> 1 attrpath: git-review Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/23f42rld0ny1nxs56mrf6bmhygabxi7v-packages.json.drv building '/nix/store/23f42rld0ny1nxs56mrf6bmhygabxi7v-packages.json.drv'... Going to be running update for following packages: - git-review-2.3.1 Press Enter key to continue... Running update for: - git-review-2.3.1: UPDATING ... - git-review-2.3.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update git-review 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath pleroma-bot, using log file: /var/log/nixpkgs-update/pleroma-bot/2024-03-04.log pleroma-bot 0 -> 1 attrpath: pleroma-bot Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/gcb7i807x424rzckfm2y9zwdapn3wpms-packages.json.drv building '/nix/store/gcb7i807x424rzckfm2y9zwdapn3wpms-packages.json.drv'... Going to be running update for following packages: - python3.11-pleroma-bot-0.8.6 Press Enter key to continue... Running update for: - python3.11-pleroma-bot-0.8.6: UPDATING ... - python3.11-pleroma-bot-0.8.6: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/pleroma-bot/default.nix b/pkgs/development/python-modules/pleroma-bot/default.nix index 65dd403c21da..1a290ffc73fd 100644 --- a/pkgs/development/python-modules/pleroma-bot/default.nix +++ b/pkgs/development/python-modules/pleroma-bot/default.nix @@ -12,7 +12,7 @@ buildPythonPackage rec { pname = "pleroma-bot"; - version = "0.8.6"; + version = "1.2.0"; format = "setuptools"; disabled = pythonOlder "3.7"; @@ -20,8 +20,8 @@ buildPythonPackage rec { src = fetchFromGitHub { owner = "robertoszek"; repo = pname; - rev = version; - hash = "sha256-vJxblpf3NMSyYMHeWG7vHP5AeluTtMtVxOsHgvGDHeA="; + rev = "refs/tags/${version}"; + hash = "sha256-my42szvkiUg6vGG6yGjDqN5LlDaertj+yA/pIcjdaLk="; }; propagatedBuildInputs = [ No auto update branch exists [outpaths] eval start [outpaths] eval end Received ExitFailure 1 when running Raw command: /nix/store/62fm7r6175k2bgvhc19hn9bdhw90wa3n-nix-2.18.1/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A pleroma-bot nix build failed. Executing pythonRemoveTestsDir Finished executing pythonRemoveTestsDir @nix { "action": "setPhase", "phase": "installCheckPhase" } Running phase: installCheckPhase no Makefile or custom installCheckPhase, doing nothing @nix { "action": "setPhase", "phase": "pythonCatchConflictsPhase" } Running phase: pythonCatchConflictsPhase @nix { "action": "setPhase", "phase": "pythonRemoveBinBytecodePhase" } Running phase: pythonRemoveBinBytecodePhase @nix { "action": "setPhase", "phase": "pythonImportsCheckPhase" } Running phase: pythonImportsCheckPhase Executing pythonImportsCheckPhase Check whether the following modules can be imported: pleroma_bot 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/z250mwdmciq78fslhvschxa37hidfw09-python3.11-pleroma-bot-1.2.0/lib/python3.11/site-packages/pleroma_bot/__init__.py", line 105, in from .cli import * File "/nix/store/z250mwdmciq78fslhvschxa37hidfw09-python3.11-pleroma-bot-1.2.0/lib/python3.11/site-packages/pleroma_bot/cli.py", line 41, in from tqdm import tqdm ModuleNotFoundError: No module named 'tqdm' [result] Failed to update pleroma-bot 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: 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-03-04.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/2x4v2zy1sriv2f8dijiz5sc2afg4vbc9-packages.json.drv building '/nix/store/2x4v2zy1sriv2f8dijiz5sc2afg4vbc9-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.luxor, using log file: /var/log/nixpkgs-update/python311Packages.luxor/2024-03-04.log python311Packages.luxor 0 -> 1 attrpath: python311Packages.luxor Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/qmnh3bnqw0i49qcx4pihi2ghm9qsy22h-packages.json.drv building '/nix/store/qmnh3bnqw0i49qcx4pihi2ghm9qsy22h-packages.json.drv'... Going to be running update for following packages: - python3.11-luxor-0.0.1 Press Enter key to continue... Running update for: - python3.11-luxor-0.0.1: UPDATING ... - python3.11-luxor-0.0.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.luxor 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_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-azure-dcap-client, using log file: /var/log/nixpkgs-update/sgx-azure-dcap-client/2024-03-04.log sgx-azure-dcap-client 1.12.1 -> 1.12.3 https://github.com/microsoft/azure-dcap-client/releases attrpath: sgx-azure-dcap-client Checking auto update branch... No auto update branch exists There might already be an open PR for this update: - sgx-sdk: 2.21 -> 2.23 URL "https://api.github.com/repos/NixOS/nixpkgs/issues/283405" [result] Failed to update sgx-azure-dcap-client 1.12.1 -> 1.12.3 https://github.com/microsoft/azure-dcap-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 python311Packages.wakeonlan, using log file: /var/log/nixpkgs-update/python311Packages.wakeonlan/2024-03-04.log python311Packages.wakeonlan 0 -> 1 attrpath: python311Packages.wakeonlan Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/x87kpz39012msvangx19igradbs3xmbg-packages.json.drv building '/nix/store/x87kpz39012msvangx19igradbs3xmbg-packages.json.drv'... Going to be running update for following packages: - python3.11-wakeonlan-3.1.0 Press Enter key to continue... Running update for: - python3.11-wakeonlan-3.1.0: UPDATING ... - python3.11-wakeonlan-3.1.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.wakeonlan 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath wafw00f, using log file: /var/log/nixpkgs-update/wafw00f/2024-03-04.log wafw00f 0 -> 1 attrpath: wafw00f Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/akfv1prdl2bbjdn64km4609w2xdnfrq1-packages.json.drv building '/nix/store/akfv1prdl2bbjdn64km4609w2xdnfrq1-packages.json.drv'... Going to be running update for following packages: - wafw00f-2.2.0 Press Enter key to continue... Running update for: - wafw00f-2.2.0: UPDATING ... - wafw00f-2.2.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update wafw00f 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: 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-emoji, using log file: /var/log/nixpkgs-update/python311Packages.pytest-emoji/2024-03-04.log python311Packages.pytest-emoji 0 -> 1 attrpath: python311Packages.pytest-emoji Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/pcw6b7hmb2ifsqj7mj1il8diq33jfgfj-packages.json.drv building '/nix/store/pcw6b7hmb2ifsqj7mj1il8diq33jfgfj-packages.json.drv'... Going to be running update for following packages: - python3.11-pytest-emoji-0.2.0 Press Enter key to continue... Running update for: - python3.11-pytest-emoji-0.2.0: UPDATING ... - python3.11-pytest-emoji-0.2.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.pytest-emoji 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath glib-networking, using log file: /var/log/nixpkgs-update/glib-networking/2024-03-04.log glib-networking 0 -> 1 attrpath: glib-networking Checking auto update branch... Do not update GNOME during a release cycle [result] Failed to update glib-networking 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.macropy, using log file: /var/log/nixpkgs-update/python311Packages.macropy/2024-03-04.log python311Packages.macropy 0 -> 1 attrpath: python311Packages.macropy Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/xn04nkn5264fhm4f4fvlpd8726hg1q0f-packages.json.drv building '/nix/store/xn04nkn5264fhm4f4fvlpd8726hg1q0f-packages.json.drv'... Going to be running update for following packages: - python3.11-macropy-1.1.0b2 Press Enter key to continue... Running update for: - python3.11-macropy-1.1.0b2: UPDATING ... - python3.11-macropy-1.1.0b2: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.macropy 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: 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-httpx, using log file: /var/log/nixpkgs-update/python311Packages.pytest-httpx/2024-03-04.log python311Packages.pytest-httpx 0 -> 1 attrpath: python311Packages.pytest-httpx Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/nfhnn5d2vkhbx7gj9kw4pfk8cmqvwz88-packages.json.drv building '/nix/store/nfhnn5d2vkhbx7gj9kw4pfk8cmqvwz88-packages.json.drv'... Going to be running update for following packages: - python3.11-pytest-httpx-0.30.0 Press Enter key to continue... Running update for: - python3.11-pytest-httpx-0.30.0: UPDATING ... - python3.11-pytest-httpx-0.30.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.pytest-httpx 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath pantheon.switchboard-plug-pantheon-shell, using log file: /var/log/nixpkgs-update/pantheon.switchboard-plug-pantheon-shell/2024-03-04.log pantheon.switchboard-plug-pantheon-shell 0 -> 1 attrpath: pantheon.switchboard-plug-pantheon-shell Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/g66cvwxl8d9qdja3r29bc3p022jrrzdv-packages.json.drv building '/nix/store/g66cvwxl8d9qdja3r29bc3p022jrrzdv-packages.json.drv'... Going to be running update for following packages: - switchboard-plug-pantheon-shell-6.5.0 Press Enter key to continue... Running update for: - switchboard-plug-pantheon-shell-6.5.0: UPDATING ... - switchboard-plug-pantheon-shell-6.5.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update pantheon.switchboard-plug-pantheon-shell 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.ledgerwallet, using log file: /var/log/nixpkgs-update/python311Packages.ledgerwallet/2024-03-04.log python311Packages.ledgerwallet 0 -> 1 attrpath: python311Packages.ledgerwallet Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/87b9abb54p3w2gp4hhy80smr00s7hsqs-packages.json.drv building '/nix/store/87b9abb54p3w2gp4hhy80smr00s7hsqs-packages.json.drv'... Going to be running update for following packages: - python3.11-ledgerwallet-0.2.4 Press Enter key to continue... Running update for: - python3.11-ledgerwallet-0.2.4: UPDATING ... - python3.11-ledgerwallet-0.2.4: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.ledgerwallet 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.pyfma, using log file: /var/log/nixpkgs-update/python311Packages.pyfma/2024-03-04.log python311Packages.pyfma 0 -> 1 attrpath: python311Packages.pyfma Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/jx251lwx6dvnwq4z7niv40xcixqla19y-packages.json.drv building '/nix/store/jx251lwx6dvnwq4z7niv40xcixqla19y-packages.json.drv'... Going to be running update for following packages: - python3.11-pyfma-0.1.6 Press Enter key to continue... Running update for: - python3.11-pyfma-0.1.6: UPDATING ... - python3.11-pyfma-0.1.6: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.pyfma 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.xdot, using log file: /var/log/nixpkgs-update/python311Packages.xdot/2024-03-04.log python311Packages.xdot 0 -> 1 attrpath: python311Packages.xdot Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/3cj5hyzwbkmzl1hf76z766j84l7gcl5y-packages.json.drv building '/nix/store/3cj5hyzwbkmzl1hf76z766j84l7gcl5y-packages.json.drv'... Going to be running update for following packages: - python3.11-xdot-1.3 Press Enter key to continue... Running update for: - python3.11-xdot-1.3: UPDATING ... - python3.11-xdot-1.3: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.xdot 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.remi, using log file: /var/log/nixpkgs-update/python311Packages.remi/2024-03-04.log python311Packages.remi 0 -> 1 attrpath: python311Packages.remi Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/8m8y0riqcaqlnlyn8jc4pjgxnkbb6y11-packages.json.drv building '/nix/store/8m8y0riqcaqlnlyn8jc4pjgxnkbb6y11-packages.json.drv'... Going to be running update for following packages: - python3.11-remi-2022.7.27 Press Enter key to continue... Running update for: - python3.11-remi-2022.7.27: UPDATING ... - python3.11-remi-2022.7.27: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.remi 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath fmtoy, using log file: /var/log/nixpkgs-update/fmtoy/2024-03-04.log fmtoy 0 -> 1 attrpath: fmtoy Checking auto update branch... [version] [version] skipping because derivation has 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/15cnvv391rahhxzzzc5g28vw9f5yq9i2-packages.json.drv building '/nix/store/15cnvv391rahhxzzzc5g28vw9f5yq9i2-packages.json.drv'... Going to be running update for following packages: - fmtoy-0.0.0-unstable-2023-05-21 Press Enter key to continue... Running update for: - fmtoy-0.0.0-unstable-2023-05-21: UPDATING ... - fmtoy-0.0.0-unstable-2023-05-21: ERROR --- SHOWING ERROR LOG FOR fmtoy-0.0.0-unstable-2023-05-21 ---------------------- + 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 ./. {}; fmtoy.src.gitRepoUrl' ++ tr -d '"' + url=https://github.com/vampirefrog/fmtoy.git ++ /nix/store/x1xcjw5628crkk1pwr12y7nwbzkc3969-coreutils-9.4/bin/mktemp -d + tmpdir=/run/nixpkgs-update-worker/tmp.mZc1qoi29x + cloneArgs=(--bare) + [[ 1 == \1 ]] + cloneArgs+=(--depth=1) + [[ -n '' ]] + /nix/store/g6343av5x49smrfb16j61cif88xahjvz-git-2.43.1/bin/git clone --bare --depth=1 https://github.com/vampirefrog/fmtoy.git /run/nixpkgs-update-worker/tmp.mZc1qoi29x Cloning into bare repository '/run/nixpkgs-update-worker/tmp.mZc1qoi29x'... + pushd /run/nixpkgs-update-worker/tmp.mZc1qoi29x ++ /nix/store/g6343av5x49smrfb16j61cif88xahjvz-git-2.43.1/bin/git show -s --pretty=format:%cs + commit_date=2023-05-21 ++ /nix/store/g6343av5x49smrfb16j61cif88xahjvz-git-2.43.1/bin/git show -s --pretty=format:%H + commit_sha=2b54180d8edd0de90e2af01bf9ff303bc916e893 + [[ -z '' ]] + new_version=unstable-2023-05-21 + popd + /nix/store/yvv66ksascjwzg8ncc34rm295isn51gv-common-updater-scripts/bin/update-source-version fmtoy unstable-2023-05-21 --rev=2b54180d8edd0de90e2af01bf9ff303bc916e893 update-source-version: error: Failed to replace source revision '2b54180d8edd0de90e2af01bf9ff303bc916e893' to '2b54180d8edd0de90e2af01bf9ff303bc916e893' in 'fmtoy'! --- SHOWING ERROR LOG FOR fmtoy-0.0.0-unstable-2023-05-21 ---------------------- The update script for fmtoy-0.0.0-unstable-2023-05-21 failed with exit code 1 [result] Failed to update fmtoy 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath factorio, using log file: /var/log/nixpkgs-update/factorio/2024-03-04.log factorio 0 -> 1 attrpath: factorio 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/815fg4549azws7jqv1fxqadxzqr7i3ps-packages.json.drv building '/nix/store/815fg4549azws7jqv1fxqadxzqr7i3ps-packages.json.drv'... Going to be running update for following packages: - factorio-alpha-1.1.104 Press Enter key to continue... Running update for: - factorio-alpha-1.1.104: UPDATING ... - factorio-alpha-1.1.104: ERROR --- SHOWING ERROR LOG FOR factorio-alpha-1.1.104 ---------------------- env: ‘’: No such file or directory --- SHOWING ERROR LOG FOR factorio-alpha-1.1.104 ---------------------- The update script for factorio-alpha-1.1.104 failed with exit code 127 [result] Failed to update factorio 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath dfasma, using log file: /var/log/nixpkgs-update/dfasma/2024-03-04.log dfasma 1.4.5 -> 1.5.22 https://github.com/gillesdegottex/dfasma/releases attrpath: dfasma 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 dfasma 1.4.5 -> 1.5.22 https://github.com/gillesdegottex/dfasma/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.jaraco-classes, using log file: /var/log/nixpkgs-update/python311Packages.jaraco-classes/2024-03-04.log python311Packages.jaraco-classes 0 -> 1 attrpath: python311Packages.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/aig93m97hqxviqjxlp7s4iv6p4miggcl-packages.json.drv building '/nix/store/aig93m97hqxviqjxlp7s4iv6p4miggcl-packages.json.drv'... Going to be running update for following packages: - python3.11-jaraco-classes-3.3.0 Press Enter key to continue... Running update for: - python3.11-jaraco-classes-3.3.0: UPDATING ... - python3.11-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 python311Packages.jaraco-classes 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: 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-otp, using log file: /var/log/nixpkgs-update/python311Packages.django-otp/2024-03-04.log python311Packages.django-otp 0 -> 1 attrpath: python311Packages.django-otp Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/gz2mqw4m4f1q9b7mrdc4zrzjr7mhbi9v-packages.json.drv building '/nix/store/gz2mqw4m4f1q9b7mrdc4zrzjr7mhbi9v-packages.json.drv'... Going to be running update for following packages: - python3.11-django-otp-1.1.3 Press Enter key to continue... Running update for: - python3.11-django-otp-1.1.3: UPDATING ... - python3.11-django-otp-1.1.3: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.django-otp 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath connman-notify, using log file: /var/log/nixpkgs-update/connman-notify/2024-03-04.log connman-notify 0 -> 1 attrpath: connman-notify Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/zsjs8zpr128vnl4v51hlswh2lw946rcg-packages.json.drv building '/nix/store/zsjs8zpr128vnl4v51hlswh2lw946rcg-packages.json.drv'... Going to be running update for following packages: - connman-notify-2019-10-05 Press Enter key to continue... Running update for: - connman-notify-2019-10-05: UPDATING ... - connman-notify-2019-10-05: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update connman-notify 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.mkdocs-git-authors-plugin, using log file: /var/log/nixpkgs-update/python311Packages.mkdocs-git-authors-plugin/2024-03-04.log python311Packages.mkdocs-git-authors-plugin 0 -> 1 attrpath: python311Packages.mkdocs-git-authors-plugin Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/8aldqmqf3s5gjd1aank7hz2p6kx66sa8-packages.json.drv building '/nix/store/8aldqmqf3s5gjd1aank7hz2p6kx66sa8-packages.json.drv'... Going to be running update for following packages: - python3.11-mkdocs-git-authors-plugin-0.7.2 Press Enter key to continue... Running update for: - python3.11-mkdocs-git-authors-plugin-0.7.2: UPDATING ... - python3.11-mkdocs-git-authors-plugin-0.7.2: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.mkdocs-git-authors-plugin 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_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-03-04.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-03-04.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/gj2gj576y1f7jgvnz8zcfr1rpmg0ars3-packages.json.drv building '/nix/store/gj2gj576y1f7jgvnz8zcfr1rpmg0ars3-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-03-04.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/hcm4rcjj86iy2gfp8dqzhaw3kyq22b8v-packages.json.drv building '/nix/store/hcm4rcjj86iy2gfp8dqzhaw3kyq22b8v-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 uddup, using log file: /var/log/nixpkgs-update/uddup/2024-03-04.log uddup 0 -> 1 attrpath: uddup Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/k9lhb357wv4416hn6vsns5ka7lqhsydy-packages.json.drv building '/nix/store/k9lhb357wv4416hn6vsns5ka7lqhsydy-packages.json.drv'... Going to be running update for following packages: - uddup-0.9.3 Press Enter key to continue... Running update for: - uddup-0.9.3: UPDATING ... - uddup-0.9.3: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update uddup 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.httpcore, using log file: /var/log/nixpkgs-update/python311Packages.httpcore/2024-03-04.log python311Packages.httpcore 0 -> 1 attrpath: python311Packages.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/571s9yxk3zw614qndcrqqxx4dsslxs85-packages.json.drv building '/nix/store/571s9yxk3zw614qndcrqqxx4dsslxs85-packages.json.drv'... Going to be running update for following packages: - python3.11-httpcore-1.0.2 Press Enter key to continue... Running update for: - python3.11-httpcore-1.0.2: UPDATING ... - python3.11-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 Old version 1.0.2" not present in staging derivation file with contents: { lib , anyio , buildPythonPackage , certifi , fetchFromGitHub , hatchling , hatch-fancy-pypi-readme , h11 , h2 , pproxy , pytest-asyncio , pytest-httpbin , pytest-trio , pytestCheckHook , pythonOlder , socksio , trio # for passthru.tests , httpx , httpx-socks }: buildPythonPackage rec { pname = "httpcore"; version = "1.0.4"; pyproject = true; disabled = pythonOlder "3.8"; src = fetchFromGitHub { owner = "encode"; repo = "httpcore"; rev = "refs/tags/${version}"; hash = "sha256-DK5avYEtQcTFogpdEjw0NB4qkzDm5cZKPjAE8MC6Sng="; }; nativeBuildInputs = [ hatchling hatch-fancy-pypi-readme ]; propagatedBuildInputs = [ certifi h11 ]; passthru.optional-dependencies = { asyncio = [ anyio ]; http2 = [ h2 ]; socks = [ socksio ]; trio = [ trio ]; }; nativeCheckInputs = [ pproxy pytest-asyncio pytest-httpbin pytest-trio pytestCheckHook ] ++ lib.flatten (builtins.attrValues passthru.optional-dependencies); pythonImportsCheck = [ "httpcore" ]; __darwinAllowLocalNetworking = true; passthru.tests = { inherit httpx httpx-socks; }; meta = with lib; { changelog = "https://github.com/encode/httpcore/blob/${version}/CHANGELOG.md"; description = "A minimal low-level HTTP client"; homepage = "https://github.com/encode/httpcore"; license = licenses.bsd3; maintainers = with maintainers; [ ris ]; }; } [result] Failed to update python311Packages.httpcore 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath mitm6, using log file: /var/log/nixpkgs-update/mitm6/2024-03-04.log mitm6 0 -> 1 attrpath: mitm6 Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/719dw0bp3wbpv9898amhcbm6lj3mga2b-packages.json.drv building '/nix/store/719dw0bp3wbpv9898amhcbm6lj3mga2b-packages.json.drv'... Going to be running update for following packages: - mitm6-0.3.0 Press Enter key to continue... Running update for: - mitm6-0.3.0: UPDATING ... - mitm6-0.3.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update mitm6 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.pystache, using log file: /var/log/nixpkgs-update/python311Packages.pystache/2024-03-04.log python311Packages.pystache 0 -> 1 attrpath: python311Packages.pystache Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/7p3c4gy1af9v6y881w61nwamafk6r38q-packages.json.drv building '/nix/store/7p3c4gy1af9v6y881w61nwamafk6r38q-packages.json.drv'... Going to be running update for following packages: - python3.11-pystache-0.6.5 Press Enter key to continue... Running update for: - python3.11-pystache-0.6.5: UPDATING ... - python3.11-pystache-0.6.5: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.pystache 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_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-03-04.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/7avlj2mwdk21gmw771as3d12nz35zf8d-packages.json.drv building '/nix/store/7avlj2mwdk21gmw771as3d12nz35zf8d-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 python311Packages.androidtv, using log file: /var/log/nixpkgs-update/python311Packages.androidtv/2024-03-04.log python311Packages.androidtv 0 -> 1 attrpath: python311Packages.androidtv Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/6y4yv3dmnq4qzdkli5qs995ydh27mzp0-packages.json.drv building '/nix/store/6y4yv3dmnq4qzdkli5qs995ydh27mzp0-packages.json.drv'... Going to be running update for following packages: - python3.11-androidtv-0.0.73 Press Enter key to continue... Running update for: - python3.11-androidtv-0.0.73: UPDATING ... - python3.11-androidtv-0.0.73: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.androidtv 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.duct-py, using log file: /var/log/nixpkgs-update/python311Packages.duct-py/2024-03-04.log python311Packages.duct-py 0 -> 1 attrpath: python311Packages.duct-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/142wd2vkxpyipkiphi5wndhrjv03nyqv-packages.json.drv building '/nix/store/142wd2vkxpyipkiphi5wndhrjv03nyqv-packages.json.drv'... Going to be running update for following packages: - python3.11-duct-py-0.6.4 Press Enter key to continue... Running update for: - python3.11-duct-py-0.6.4: UPDATING ... - python3.11-duct-py-0.6.4: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.duct-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.launchpadlib, using log file: /var/log/nixpkgs-update/python311Packages.launchpadlib/2024-03-04.log python311Packages.launchpadlib 0 -> 1 attrpath: python311Packages.launchpadlib Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/scp5gm8p3ljgm780hrkld2ybaz6n7iry-packages.json.drv building '/nix/store/scp5gm8p3ljgm780hrkld2ybaz6n7iry-packages.json.drv'... Going to be running update for following packages: - python3.11-launchpadlib-1.11.0 Press Enter key to continue... Running update for: - python3.11-launchpadlib-1.11.0: UPDATING ... - python3.11-launchpadlib-1.11.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.launchpadlib 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath asitop, using log file: /var/log/nixpkgs-update/asitop/2024-03-04.log asitop 0 -> 1 attrpath: asitop Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/0vq6x0qr05r1zkqr41sm40fj0y9rqyg0-packages.json.drv building '/nix/store/0vq6x0qr05r1zkqr41sm40fj0y9rqyg0-packages.json.drv'... Going to be running update for following packages: - asitop-0.0.24 Press Enter key to continue... Running update for: - asitop-0.0.24: UPDATING ... - asitop-0.0.24: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update asitop 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: 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-03-04.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/s4gpi8n776v22fzrnkx6fsn0zmfp62g3-packages.json.drv building '/nix/store/s4gpi8n776v22fzrnkx6fsn0zmfp62g3-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.testrepository, using log file: /var/log/nixpkgs-update/python311Packages.testrepository/2024-03-04.log python311Packages.testrepository 0 -> 1 attrpath: python311Packages.testrepository Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/gjrdy0i7rf0q9jfplcmcf3samnbminpk-packages.json.drv building '/nix/store/gjrdy0i7rf0q9jfplcmcf3samnbminpk-packages.json.drv'... Going to be running update for following packages: - python3.11-testrepository-0.0.20 Press Enter key to continue... Running update for: - python3.11-testrepository-0.0.20: UPDATING ... - python3.11-testrepository-0.0.20: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.testrepository 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: 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-03-04.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/bi3bhrp46ghbgzmdcyl00qcr2zazxxch-packages.json.drv building '/nix/store/bi3bhrp46ghbgzmdcyl00qcr2zazxxch-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.avea, using log file: /var/log/nixpkgs-update/python311Packages.avea/2024-03-04.log python311Packages.avea 0 -> 1 attrpath: python311Packages.avea Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/7v0sc5v5yydgsf7rw883cprr0lz3qwyb-packages.json.drv building '/nix/store/7v0sc5v5yydgsf7rw883cprr0lz3qwyb-packages.json.drv'... Going to be running update for following packages: - python3.11-avea-1.5.2 Press Enter key to continue... Running update for: - python3.11-avea-1.5.2: UPDATING ... - python3.11-avea-1.5.2: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.avea 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.aioecowitt, using log file: /var/log/nixpkgs-update/python311Packages.aioecowitt/2024-03-04.log python311Packages.aioecowitt 0 -> 1 attrpath: python311Packages.aioecowitt Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/3h7zck6czx0p9drzhmlvk60ngrpwgr85-packages.json.drv building '/nix/store/3h7zck6czx0p9drzhmlvk60ngrpwgr85-packages.json.drv'... Going to be running update for following packages: - python3.11-aioecowitt-2024.2.2 Press Enter key to continue... Running update for: - python3.11-aioecowitt-2024.2.2: UPDATING ... - python3.11-aioecowitt-2024.2.2: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.aioecowitt 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath goocanvas3, using log file: /var/log/nixpkgs-update/goocanvas3/2024-03-04.log goocanvas3 0 -> 1 attrpath: goocanvas3 Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/7164r948m9rcgaddxq5x6h7mrx1i9154-packages.json.drv building '/nix/store/7164r948m9rcgaddxq5x6h7mrx1i9154-packages.json.drv'... Going to be running update for following packages: - goocanvas-3.0.0 Press Enter key to continue... Running update for: - goocanvas-3.0.0: UPDATING ... - goocanvas-3.0.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update goocanvas3 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: 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-03-04.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/bzr9fgs5d4q2klg4ijzsia143cf5d333-packages.json.drv building '/nix/store/bzr9fgs5d4q2klg4ijzsia143cf5d333-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 python311Packages.distro, using log file: /var/log/nixpkgs-update/python311Packages.distro/2024-03-04.log python311Packages.distro 0 -> 1 attrpath: python311Packages.distro Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/jhyssjb23ygls2x43gi99ayws3ry8yiv-packages.json.drv building '/nix/store/jhyssjb23ygls2x43gi99ayws3ry8yiv-packages.json.drv'... Going to be running update for following packages: - python3.11-distro-1.8.0 Press Enter key to continue... Running update for: - python3.11-distro-1.8.0: UPDATING ... - python3.11-distro-1.8.0: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/distro/default.nix b/pkgs/development/python-modules/distro/default.nix index 73ded7625dca..7cd3702e0a7a 100644 --- a/pkgs/development/python-modules/distro/default.nix +++ b/pkgs/development/python-modules/distro/default.nix @@ -6,12 +6,12 @@ buildPythonPackage rec { pname = "distro"; - version = "1.8.0"; + version = "1.9.0"; format = "pyproject"; src = fetchPypi { inherit pname version; - hash = "sha256-AuER0dxqUKu47ta/McPkjtiwgw0eoqG3jGF2XCUT/dg="; + hash = "sha256-L6d8b9iUDxFu4da5Si+QsTteqNAZuYvIuv3KvN2b2+0="; }; nativeBuildInputs = [ No auto update branch exists [outpaths] eval start [outpaths] eval end Python package with too many package rebuilds 335 > 25 [result] Failed to update python311Packages.distro 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.retrying, using log file: /var/log/nixpkgs-update/python311Packages.retrying/2024-03-04.log python311Packages.retrying 0 -> 1 attrpath: python311Packages.retrying Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/kxqmk6yzimkffrb1x9mzj2xr54x2isnh-packages.json.drv building '/nix/store/kxqmk6yzimkffrb1x9mzj2xr54x2isnh-packages.json.drv'... Going to be running update for following packages: - python3.11-retrying-1.3.4 Press Enter key to continue... Running update for: - python3.11-retrying-1.3.4: UPDATING ... - python3.11-retrying-1.3.4: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.retrying 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.ratelim, using log file: /var/log/nixpkgs-update/python311Packages.ratelim/2024-03-04.log python311Packages.ratelim 0 -> 1 attrpath: python311Packages.ratelim Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/bb6ijlsg5ab2ywiwnp8wv376akm2fw6q-packages.json.drv building '/nix/store/bb6ijlsg5ab2ywiwnp8wv376akm2fw6q-packages.json.drv'... Going to be running update for following packages: - python3.11-ratelim-0.1.6 Press Enter key to continue... Running update for: - python3.11-ratelim-0.1.6: UPDATING ... - python3.11-ratelim-0.1.6: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.ratelim 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath influxdb2-server, using log file: /var/log/nixpkgs-update/influxdb2-server/2024-03-04.log influxdb2-server 2.7.1 -> 2.7.5 https://github.com/influxdata/influxdb/releases attrpath: influxdb2-server Checking auto update branch... No auto update branch exists [version] [version] generic version rewriter does not support multiple hashes [rustCrateVersion] Received ExitFailure 1 when running Raw command: /nix/store/62fm7r6175k2bgvhc19hn9bdhw90wa3n-nix-2.18.1/bin/nix --extra-experimental-features nix-command --extra-experimental-features flakes eval .#influxdb2-server.src --raw --apply "p: p.cargoHash" Standard error: warning: Git tree '/var/cache/nixpkgs-update/worker/worktree/influxdb2-server' is dirty '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links error: attribute 'cargoHash' missing at «string»:1:4: 1| p: p.cargoHash | ^ Received ExitFailure 1 when running Raw command: /nix/store/62fm7r6175k2bgvhc19hn9bdhw90wa3n-nix-2.18.1/bin/nix --extra-experimental-features nix-command --extra-experimental-features flakes eval .#influxdb2-server.originalSrc --raw --apply "p: p.cargoHash" Standard error: warning: Git tree '/var/cache/nixpkgs-update/worker/worktree/influxdb2-server' is dirty error: flake 'git+file:///var/cache/nixpkgs-update/worker/worktree/influxdb2-server' does not provide attribute 'packages.x86_64-linux.influxdb2-server.originalSrc', 'legacyPackages.x86_64-linux.influxdb2-server.originalSrc' or 'influxdb2-server.originalSrc' Received ExitFailure 1 when running Raw command: /nix/store/62fm7r6175k2bgvhc19hn9bdhw90wa3n-nix-2.18.1/bin/nix --extra-experimental-features nix-command --extra-experimental-features flakes eval .#influxdb2-server --raw --apply "p: p.cargoHash" Standard error: warning: Git tree '/var/cache/nixpkgs-update/worker/worktree/influxdb2-server' is dirty error: attribute 'cargoHash' missing at «string»:1:4: 1| p: p.cargoHash | ^ [result] Failed to update influxdb2-server 2.7.1 -> 2.7.5 https://github.com/influxdata/influxdb/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: 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-03-04.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/hd51yvpif3ylcg35p5wagkshqvmy9s9a-packages.json.drv building '/nix/store/hd51yvpif3ylcg35p5wagkshqvmy9s9a-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 firestarter, using log file: /var/log/nixpkgs-update/firestarter/2024-03-04.log firestarter 2.0 -> 2.1 https://github.com/tud-zih-energy/FIRESTARTER/releases attrpath: firestarter 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 firestarter 2.0 -> 2.1 https://github.com/tud-zih-energy/FIRESTARTER/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: 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-03-04.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/2vsrs5iqy4jwsyx79brhpvbwcdxxafik-packages.json.drv building '/nix/store/2vsrs5iqy4jwsyx79brhpvbwcdxxafik-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 python311Packages.schemainspect, using log file: /var/log/nixpkgs-update/python311Packages.schemainspect/2024-03-04.log python311Packages.schemainspect 0 -> 1 attrpath: python311Packages.schemainspect 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/6cxxmwilhbgw34rfx54xvzggfydffr19-packages.json.drv building '/nix/store/6cxxmwilhbgw34rfx54xvzggfydffr19-packages.json.drv'... Going to be running update for following packages: - python3.11-schemainspect-3.1.1663587362 Press Enter key to continue... Running update for: - python3.11-schemainspect-3.1.1663587362: UPDATING ... - python3.11-schemainspect-3.1.1663587362: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.schemainspect 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath ktailctl, using log file: /var/log/nixpkgs-update/ktailctl/2024-03-04.log ktailctl 0.9.0 -> 0.15.0 https://github.com/f-koehler/KTailctl/releases attrpath: ktailctl 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] Received ExitFailure 1 when running Raw command: /nix/store/62fm7r6175k2bgvhc19hn9bdhw90wa3n-nix-2.18.1/bin/nix --extra-experimental-features nix-command --extra-experimental-features flakes eval .#ktailctl.src --apply "p: p.vendorHash" Standard error: warning: Git tree '/var/cache/nixpkgs-update/worker/worktree/ktailctl' is dirty '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links error: attribute 'vendorHash' missing at «string»:1:4: 1| p: p.vendorHash | ^ Received ExitFailure 1 when running Raw command: /nix/store/62fm7r6175k2bgvhc19hn9bdhw90wa3n-nix-2.18.1/bin/nix --extra-experimental-features nix-command --extra-experimental-features flakes eval .#ktailctl.originalSrc --apply "p: p.vendorHash" Standard error: warning: Git tree '/var/cache/nixpkgs-update/worker/worktree/ktailctl' is dirty error: flake 'git+file:///var/cache/nixpkgs-update/worker/worktree/ktailctl' does not provide attribute 'packages.x86_64-linux.ktailctl.originalSrc', 'legacyPackages.x86_64-linux.ktailctl.originalSrc' or 'ktailctl.originalSrc' Received ExitFailure 1 when running Raw command: /nix/store/62fm7r6175k2bgvhc19hn9bdhw90wa3n-nix-2.18.1/bin/nix --extra-experimental-features nix-command --extra-experimental-features flakes eval .#ktailctl --apply "p: p.vendorHash" Standard error: warning: Git tree '/var/cache/nixpkgs-update/worker/worktree/ktailctl' is dirty error: attribute 'vendorHash' missing at «string»:1:4: 1| p: p.vendorHash | ^ [result] Failed to update ktailctl 0.9.0 -> 0.15.0 https://github.com/f-koehler/KTailctl/releases [options] github_user: r-ryantm, pull_request: YES, batch_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.cy, using log file: /var/log/nixpkgs-update/aspellDicts.cy/2024-03-04.log aspellDicts.cy 0 -> 1 attrpath: aspellDicts.cy 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/7iqqgzs3ax0byna91vhfgybg1b86z2mr-update-aspellDict-cy.drv /nix/store/c5fk1xkvmh4cj4dwwj591km293jqrd8h-packages.json.drv building '/nix/store/7iqqgzs3ax0byna91vhfgybg1b86z2mr-update-aspellDict-cy.drv'... building '/nix/store/c5fk1xkvmh4cj4dwwj591km293jqrd8h-packages.json.drv'... Going to be running update for following packages: - aspell-dict-cy-0.50-3 Press Enter key to continue... Running update for: - aspell-dict-cy-0.50-3: UPDATING ... - aspell-dict-cy-0.50-3: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update aspellDicts.cy 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.pypoolstation, using log file: /var/log/nixpkgs-update/python311Packages.pypoolstation/2024-03-04.log python311Packages.pypoolstation 0 -> 1 attrpath: python311Packages.pypoolstation Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/3gv0d73p6zlwdj3lpchnl6gl9mlr6kvm-packages.json.drv building '/nix/store/3gv0d73p6zlwdj3lpchnl6gl9mlr6kvm-packages.json.drv'... Going to be running update for following packages: - python3.11-pypoolstation-0.5.3 Press Enter key to continue... Running update for: - python3.11-pypoolstation-0.5.3: UPDATING ... - python3.11-pypoolstation-0.5.3: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.pypoolstation 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.augmax, using log file: /var/log/nixpkgs-update/python311Packages.augmax/2024-03-04.log python311Packages.augmax 0 -> 1 attrpath: python311Packages.augmax Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/dd3y0qwzi5i5v5l22ibs1hs8v86vyxf4-packages.json.drv building '/nix/store/dd3y0qwzi5i5v5l22ibs1hs8v86vyxf4-packages.json.drv'... Going to be running update for following packages: - python3.11-augmax-0.3.1 Press Enter key to continue... Running update for: - python3.11-augmax-0.3.1: UPDATING ... - python3.11-augmax-0.3.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.augmax 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.pyqt6, using log file: /var/log/nixpkgs-update/python311Packages.pyqt6/2024-03-04.log python311Packages.pyqt6 0 -> 1 attrpath: python311Packages.pyqt6 Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/3bm5x1yxhlsvg1ymjkzy7vcrz91q5cd4-packages.json.drv building '/nix/store/3bm5x1yxhlsvg1ymjkzy7vcrz91q5cd4-packages.json.drv'... Going to be running update for following packages: - python3.11-PyQt6-6.6.1 Press Enter key to continue... Running update for: - python3.11-PyQt6-6.6.1: UPDATING ... - python3.11-PyQt6-6.6.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.pyqt6 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath createrepo_c, using log file: /var/log/nixpkgs-update/createrepo_c/2024-03-04.log createrepo_c 0.17.2 -> 1.0.4 https://github.com/rpm-software-management/createrepo_c/releases attrpath: createrepo_c 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/package-management/createrepo_c/default.nix b/pkgs/tools/package-management/createrepo_c/default.nix index fc0628e09088..2e4c4cf4e03a 100644 --- a/pkgs/tools/package-management/createrepo_c/default.nix +++ b/pkgs/tools/package-management/createrepo_c/default.nix @@ -4,13 +4,13 @@ stdenv.mkDerivation rec { pname = "createrepo_c"; - version = "0.17.2"; + version = "1.0.4"; src = fetchFromGitHub { owner = "rpm-software-management"; repo = "createrepo_c"; rev = version; - sha256 = "sha256-rcrJjcWj+cTAE3k11Ynr7CQCOWD+rb60lcar0G2w06A="; + sha256 = "sha256-9VhX+bXbVKk1z4sjuDaXnUe3W+xOZP6eW3ljPb8y430="; }; patches = [ [outpaths] eval start [outpaths] eval end Received ExitFailure 1 when running Raw command: /nix/store/62fm7r6175k2bgvhc19hn9bdhw90wa3n-nix-2.18.1/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A createrepo_c nix build failed. got build log for 'createrepo_c' from 'daemon' @nix { "action": "setPhase", "phase": "unpackPhase" } Running phase: unpackPhase unpacking source archive /nix/store/97bgwx0lhflrf2v885cy6i8mbfl23ja6-source source root is source @nix { "action": "setPhase", "phase": "patchPhase" } Running phase: patchPhase applying patch /nix/store/kmp4m58ksr69hxrxgqgx79x5qnzb8xiv-fix-bash-completion-path.patch patching file CMakeLists.txt Hunk #1 succeeded at 127 (offset 10 lines). applying patch /nix/store/6d7vq2vdxw7h0bxbprf8b0890nkjfy6j-fix-python-install-path.patch patching file src/python/CMakeLists.txt Hunk #1 FAILED at 14. 1 out of 1 hunk FAILED -- saving rejects to file src/python/CMakeLists.txt.rej [result] Failed to update createrepo_c 0.17.2 -> 1.0.4 https://github.com/rpm-software-management/createrepo_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 espresso, using log file: /var/log/nixpkgs-update/espresso/2024-03-04.log espresso 0 -> 1 attrpath: espresso Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/if1qlycsyxz5060gb0dprn5ga7zh7aph-packages.json.drv building '/nix/store/if1qlycsyxz5060gb0dprn5ga7zh7aph-packages.json.drv'... Going to be running update for following packages: - espresso-2.4 Press Enter key to continue... Running update for: - espresso-2.4: UPDATING ... - espresso-2.4: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update espresso 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.language-data, using log file: /var/log/nixpkgs-update/python311Packages.language-data/2024-03-04.log python311Packages.language-data 0 -> 1 attrpath: python311Packages.language-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/vsl6czy978mdgf4an6asd28s6qr02g1w-packages.json.drv building '/nix/store/vsl6czy978mdgf4an6asd28s6qr02g1w-packages.json.drv'... Going to be running update for following packages: - python3.11-language-data-1.0.1 Press Enter key to continue... Running update for: - python3.11-language-data-1.0.1: UPDATING ... - python3.11-language-data-1.0.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.language-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 aacgain, using log file: /var/log/nixpkgs-update/aacgain/2024-03-04.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 terramate, using log file: /var/log/nixpkgs-update/terramate/2024-03-04.log terramate 0.4.2 -> 0.4.6 https://github.com/terramate-io/terramate/releases attrpath: terramate 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-gl5xsaSkGXlh+MfieVBPHGAbYZVF3GBbIkmvVhlJvqw=" [golangModuleVersion] Replaced vendorHash with sha256-W6INF7jsRM2QBkGx72bcMFictF1K8EDi55BYJ/c0RXM= Received ExitFailure 1 when running Raw command: /nix/store/62fm7r6175k2bgvhc19hn9bdhw90wa3n-nix-2.18.1/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A terramate nix build failed. Building subPackage ./safeguard Building subPackage ./stack Building subPackage ./stack/trigger Building subPackage ./stdlib Building subPackage ./strconv Building subPackage ./test Building subPackage ./test/cloud Building subPackage ./test/errors Building subPackage ./test/hclutils Building subPackage ./test/hclutils/info Building subPackage ./test/hclwrite Building subPackage ./test/hclwrite/hclutils Building subPackage ./test/ls Building subPackage ./test/sandbox Building subPackage ./tf Building subPackage ./versions buildPhase completed in 1 minutes 4 seconds @nix { "action": "setPhase", "phase": "checkPhase" } Running phase: checkPhase ok github.com/terramate-io/terramate 0.012s [no tests to run] ok github.com/terramate-io/terramate/cloud 1.518s ok github.com/terramate-io/terramate/cloud/deployment 0.014s ok github.com/terramate-io/terramate/cloud/drift 0.017s ok github.com/terramate-io/terramate/cloud/stack 0.020s ok github.com/terramate-io/terramate/cloud/testserver/cloudstore 0.028s ok github.com/terramate-io/terramate/cmd/terramate/cli/cliconfig 0.037s ok github.com/terramate-io/terramate/cmd/terramate/cli/out 0.022s 2024/03/04 09:39:13 failed to setup Terraform binary: installing Terraform: Get "https://releases.hashicorp.com/terraform/1.5.0/index.json": dial tcp: lookup releases.hashicorp.com on [::1]:53: read udp [::1]:50429->[::1]:53: read: connection refused FAIL github.com/terramate-io/terramate/cmd/terramate/e2etests/cloud 27.027s FAIL [result] Failed to update terramate 0.4.2 -> 0.4.6 https://github.com/terramate-io/terramate/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.gast, using log file: /var/log/nixpkgs-update/python311Packages.gast/2024-03-04.log python311Packages.gast 0 -> 1 attrpath: python311Packages.gast Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/rrf6ziiwf0prslkbis69fxysx5zy6jg2-packages.json.drv building '/nix/store/rrf6ziiwf0prslkbis69fxysx5zy6jg2-packages.json.drv'... Going to be running update for following packages: - python3.11-gast-0.5.3 Press Enter key to continue... Running update for: - python3.11-gast-0.5.3: UPDATING ... - python3.11-gast-0.5.3: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.gast 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.fastcore, using log file: /var/log/nixpkgs-update/python311Packages.fastcore/2024-03-04.log python311Packages.fastcore 0 -> 1 attrpath: python311Packages.fastcore Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/fl4f7li1zk99kqfd0j4li4cifn03b6x6-packages.json.drv building '/nix/store/fl4f7li1zk99kqfd0j4li4cifn03b6x6-packages.json.drv'... Going to be running update for following packages: - python3.11-fastcore-1.5.29 Press Enter key to continue... Running update for: - python3.11-fastcore-1.5.29: UPDATING ... - python3.11-fastcore-1.5.29: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.fastcore 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath devilutionx, using log file: /var/log/nixpkgs-update/devilutionx/2024-03-04.log devilutionx 1.4.1 -> 1.5.2 https://github.com/diasurgical/devilutionX/releases attrpath: devilutionx 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 devilutionx 1.4.1 -> 1.5.2 https://github.com/diasurgical/devilutionX/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.prance, using log file: /var/log/nixpkgs-update/python311Packages.prance/2024-03-04.log python311Packages.prance 0 -> 1 attrpath: python311Packages.prance Checking auto update branch... [version] [version] skipping because derivation has 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/w062k22hsvvdxp7n8y4r811nvrc6khb8-packages.json.drv building '/nix/store/w062k22hsvvdxp7n8y4r811nvrc6khb8-packages.json.drv'... Going to be running update for following packages: - python3.11-prance-23.06.21.0 Press Enter key to continue... Running update for: - python3.11-prance-23.06.21.0: UPDATING ... - python3.11-prance-23.06.21.0: ERROR --- SHOWING ERROR LOG FOR python3.11-prance-23.06.21.0 ---------------------- INFO:root:Updating packages... Traceback (most recent call last): File "/nix/store/76ikmd9xpsny2cs10qsfj96ri8626006-update-python-libraries", line 596, in main() File "/nix/store/76ikmd9xpsny2cs10qsfj96ri8626006-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/76ikmd9xpsny2cs10qsfj96ri8626006-update-python-libraries", line 575, in results = list(filter(bool, p.map(lambda pkg: _update(pkg, target), packages))) ^^^^^^^^^^^^^^^^^^^^ File "/nix/store/76ikmd9xpsny2cs10qsfj96ri8626006-update-python-libraries", line 519, in _update return _update_package(path, target) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/76ikmd9xpsny2cs10qsfj96ri8626006-update-python-libraries", line 430, in _update_package new_version, new_sha256, prefix = FETCHERS[fetcher]( ^^^^^^^^^^^^^^^^^^ File "/nix/store/76ikmd9xpsny2cs10qsfj96ri8626006-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-prance-23.06.21.0 ---------------------- The update script for python3.11-prance-23.06.21.0 failed with exit code 1 [result] Failed to update python311Packages.prance 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath gotestsum, using log file: /var/log/nixpkgs-update/gotestsum/2024-03-04.log gotestsum 1.10.1 -> 1.11.0 https://github.com/gotestyourself/gotestsum/releases attrpath: gotestsum 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-zUqa6xlDV12ZV4N6+EZ7fLPsL8U+GB7boQ0qG9egvm0=" [golangModuleVersion] Replaced vendorHash with sha256-u7bMXqGtHW7akT8T27VTvHZ5V2+vUtjwuHbiG8e/j2Q= Received ExitFailure 1 when running Raw command: /nix/store/62fm7r6175k2bgvhc19hn9bdhw90wa3n-nix-2.18.1/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A gotestsum nix build failed. got build log for 'gotestsum' from 'daemon' @nix { "action": "setPhase", "phase": "unpackPhase" } Running phase: unpackPhase unpacking source archive /nix/store/p5cj3dk4pbdarnr7gq6zzaizka5m7qab-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 ./. # golang.org/x/sys/unix vendor/golang.org/x/sys/unix/mremap.go:33:10: unsafe.Slice requires go1.17 or later (-lang was set to go1.16; check go.mod) vendor/golang.org/x/sys/unix/syscall.go:83:16: unsafe.Slice requires go1.17 or later (-lang was set to go1.16; check go.mod) vendor/golang.org/x/sys/unix/syscall_linux.go:1018:20: unsafe.Slice requires go1.17 or later (-lang was set to go1.16; check go.mod) vendor/golang.org/x/sys/unix/syscall_linux.go:2316:9: 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 gotestsum 1.10.1 -> 1.11.0 https://github.com/gotestyourself/gotestsum/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath buildbot-plugins.www-react, using log file: /var/log/nixpkgs-update/buildbot-plugins.www-react/2024-03-04.log buildbot-plugins.www-react 0 -> 1 attrpath: buildbot-plugins.www-react 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/2kj6cyki8zdj5mdz0hwhg8a2yxfpz2qx-packages.json.drv building '/nix/store/2kj6cyki8zdj5mdz0hwhg8a2yxfpz2qx-packages.json.drv'... Going to be running update for following packages: - python3.11-buildbot-www-react-3.11.0 Press Enter key to continue... Running update for: - python3.11-buildbot-www-react-3.11.0: UPDATING ... - python3.11-buildbot-www-react-3.11.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update buildbot-plugins.www-react 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath bulk_extractor, using log file: /var/log/nixpkgs-update/bulk_extractor/2024-03-04.log bulk_extractor 2.0.6 -> 2.1.0 https://github.com/simsong/bulk_extractor/releases attrpath: bulk_extractor 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/bu/bulk_extractor/package.nix b/pkgs/by-name/bu/bulk_extractor/package.nix index d15f4eaeedb1..9bc81e511f25 100644 --- a/pkgs/by-name/bu/bulk_extractor/package.nix +++ b/pkgs/by-name/bu/bulk_extractor/package.nix @@ -13,13 +13,13 @@ stdenv.mkDerivation (finalAttrs: { pname = "bulk_extractor"; - version = "2.0.6"; + version = "2.1.0"; src = fetchFromGitHub { owner = "simsong"; repo = "bulk_extractor"; rev = "v${finalAttrs.version}"; - hash = "sha256-LNdRN4pEA0rVEyKiBKGJgTKA4veVvsuP3ufiolHTk/s="; + hash = "sha256-2tyyI9Zc3R5o293nS5blX6LCa31LhjLlhifsem+4ze4="; fetchSubmodules = true; }; [outpaths] eval start [outpaths] eval end Received ExitFailure 1 when running Raw command: /nix/store/62fm7r6175k2bgvhc19hn9bdhw90wa3n-nix-2.18.1/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A bulk_extractor nix build failed. got build log for 'bulk_extractor' from 'daemon' @nix { "action": "setPhase", "phase": "unpackPhase" } Running phase: unpackPhase unpacking source archive /nix/store/sjzrb2hnkzhig41lykm00s1w73k3450r-source source root is source @nix { "action": "setPhase", "phase": "patchPhase" } Running phase: patchPhase @nix { "action": "setPhase", "phase": "autoreconfPhase" } Running phase: autoreconfPhase autoreconf: export WARNINGS= autoreconf: Entering directory '.' autoreconf: configure.ac: not using Gettext autoreconf: running: aclocal --force autoreconf: configure.ac: tracing autoreconf: configure.ac: creating directory build-aux 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 configure.ac:14: error: possibly undefined macro: AC_MSG_NOTICE If this token and others are legitimate, please use m4_pattern_allow. See the Autoconf documentation. configure.ac:63: error: possibly undefined macro: AC_DEFINE configure.ac:66: error: possibly undefined macro: AC_MSG_ERROR autoreconf: error: /nix/store/wxsibxw4kdzmnfxh4zgrzsr8dp4q2v7k-autoconf-2.72/bin/autoconf failed with exit status: 1 [result] Failed to update bulk_extractor 2.0.6 -> 2.1.0 https://github.com/simsong/bulk_extractor/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath glibmm_2_68, using log file: /var/log/nixpkgs-update/glibmm_2_68/2024-03-04.log glibmm_2_68 0 -> 1 attrpath: glibmm_2_68 Checking auto update branch... Do not update GNOME during a release cycle [result] Failed to update glibmm_2_68 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.icontract, using log file: /var/log/nixpkgs-update/python311Packages.icontract/2024-03-04.log python311Packages.icontract 0 -> 1 attrpath: python311Packages.icontract Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/6sbih2525ksci6zn9jzrkn9ah7d8p53f-packages.json.drv building '/nix/store/6sbih2525ksci6zn9jzrkn9ah7d8p53f-packages.json.drv'... Going to be running update for following packages: - python3.11-icontract-2.6.6 Press Enter key to continue... Running update for: - python3.11-icontract-2.6.6: UPDATING ... - python3.11-icontract-2.6.6: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.icontract 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.pyqt5-stubs, using log file: /var/log/nixpkgs-update/python311Packages.pyqt5-stubs/2024-03-04.log python311Packages.pyqt5-stubs 0 -> 1 attrpath: python311Packages.pyqt5-stubs Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/3ydd5ljanyqq9lvcpyh4m7fav94ih8lj-packages.json.drv building '/nix/store/3ydd5ljanyqq9lvcpyh4m7fav94ih8lj-packages.json.drv'... Going to be running update for following packages: - python3.11-PyQt5-stubs-5.15.6.0 Press Enter key to continue... Running update for: - python3.11-PyQt5-stubs-5.15.6.0: UPDATING ... - python3.11-PyQt5-stubs-5.15.6.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.pyqt5-stubs 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath tracker-miners, using log file: /var/log/nixpkgs-update/tracker-miners/2024-03-04.log tracker-miners 0 -> 1 attrpath: tracker-miners Checking auto update branch... Do not update GNOME during a release cycle [result] Failed to update tracker-miners 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath owmods-cli, using log file: /var/log/nixpkgs-update/owmods-cli/2024-03-04.log owmods-cli 0 -> 1 attrpath: owmods-cli 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/8lz6car92nffl30xbnza1igjm6vvnisp-packages.json.drv building '/nix/store/8lz6car92nffl30xbnza1igjm6vvnisp-packages.json.drv'... Going to be running update for following packages: - owmods-cli-0.12.2 Press Enter key to continue... Running update for: - owmods-cli-0.12.2: UPDATING ... - owmods-cli-0.12.2: ERROR --- SHOWING ERROR LOG FOR owmods-cli-0.12.2 ---------------------- warning: found empty hash, assuming 'sha256-AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA=' this derivation will be built: /nix/store/f7n3ksnxcxd0psr8k60hdgvsvb222i6g-source.drv building '/nix/store/f7n3ksnxcxd0psr8k60hdgvsvb222i6g-source.drv'... trying https://github.com/ow-mods/ow-mod-man/archive/cli_vgui_v0.12.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: boost::bad_format_string: format-string is ill-formed Traceback (most recent call last): File "/nix/store/8iq9mwxyzyamsnyrsbgscvflq60n55hm-nix-update-1.2.0/bin/.nix-update-wrapped", line 9, in sys.exit(main()) ^^^^^^ File "/nix/store/8iq9mwxyzyamsnyrsbgscvflq60n55hm-nix-update-1.2.0/lib/python3.11/site-packages/nix_update/__init__.py", line 291, in main package = update(options) ^^^^^^^^^^^^^^^ File "/nix/store/8iq9mwxyzyamsnyrsbgscvflq60n55hm-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/8iq9mwxyzyamsnyrsbgscvflq60n55hm-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/8iq9mwxyzyamsnyrsbgscvflq60n55hm-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 owmods-cli.src --- SHOWING ERROR LOG FOR owmods-cli-0.12.2 ---------------------- The update script for owmods-cli-0.12.2 failed with exit code 1 [result] Failed to update owmods-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.socialscan, using log file: /var/log/nixpkgs-update/python311Packages.socialscan/2024-03-04.log python311Packages.socialscan 0 -> 1 attrpath: python311Packages.socialscan Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/qvd1b4p7px24mn60jwpx70zpf1818ppd-packages.json.drv building '/nix/store/qvd1b4p7px24mn60jwpx70zpf1818ppd-packages.json.drv'... Going to be running update for following packages: - python3.11-socialscan-2.0.1 Press Enter key to continue... Running update for: - python3.11-socialscan-2.0.1: UPDATING ... - python3.11-socialscan-2.0.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.socialscan 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.mezzanine, using log file: /var/log/nixpkgs-update/python311Packages.mezzanine/2024-03-04.log python311Packages.mezzanine 0 -> 1 attrpath: python311Packages.mezzanine Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/ymxmanzc6alrv3d8mc25nahsaa4dv52r-packages.json.drv building '/nix/store/ymxmanzc6alrv3d8mc25nahsaa4dv52r-packages.json.drv'... Going to be running update for following packages: - python3.11-mezzanine-6.0.0 Press Enter key to continue... Running update for: - python3.11-mezzanine-6.0.0: UPDATING ... - python3.11-mezzanine-6.0.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.mezzanine 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath heimdal, using log file: /var/log/nixpkgs-update/heimdal/2024-03-04.log heimdal 7.8.0-unstable-2023-11-29 -> 7.8.0 https://github.com/heimdal/heimdal/releases attrpath: heimdal Checking auto update branch... No auto update branch exists 7.8.0 is not newer than 7.8.0-unstable-2023-11-29 according to Nix; versionComparison: -1 [result] Failed to update heimdal 7.8.0-unstable-2023-11-29 -> 7.8.0 https://github.com/heimdal/heimdal/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath friture, using log file: /var/log/nixpkgs-update/friture/2024-03-04.log friture 0 -> 1 attrpath: friture Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/6hd6287hwfgdihl0gwfprcl1f3r9ng56-packages.json.drv building '/nix/store/6hd6287hwfgdihl0gwfprcl1f3r9ng56-packages.json.drv'... Going to be running update for following packages: - friture-0.49 Press Enter key to continue... Running update for: - friture-0.49: UPDATING ... - friture-0.49: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update friture 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.mwxml, using log file: /var/log/nixpkgs-update/python311Packages.mwxml/2024-03-04.log python311Packages.mwxml 0 -> 1 attrpath: python311Packages.mwxml Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/p56wykkamfzjvwc12r2bzhwfq0mavp5b-packages.json.drv building '/nix/store/p56wykkamfzjvwc12r2bzhwfq0mavp5b-packages.json.drv'... Going to be running update for following packages: - python3.11-mwxml-0.3.3 Press Enter key to continue... Running update for: - python3.11-mwxml-0.3.3: UPDATING ... - python3.11-mwxml-0.3.3: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.mwxml 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.iceportal, using log file: /var/log/nixpkgs-update/python311Packages.iceportal/2024-03-04.log python311Packages.iceportal 0 -> 1 attrpath: python311Packages.iceportal Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/c3wlwxb4qfwqsj22m7flkcq8dbbia1if-packages.json.drv building '/nix/store/c3wlwxb4qfwqsj22m7flkcq8dbbia1if-packages.json.drv'... Going to be running update for following packages: - python3.11-iceportal-1.1.2 Press Enter key to continue... Running update for: - python3.11-iceportal-1.1.2: UPDATING ... - python3.11-iceportal-1.1.2: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.iceportal 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.apple-weatherkit, using log file: /var/log/nixpkgs-update/python311Packages.apple-weatherkit/2024-03-04.log python311Packages.apple-weatherkit 0 -> 1 attrpath: python311Packages.apple-weatherkit Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/2rdg1xq63ly5gjbs4clv1zir8wq9s8xr-packages.json.drv building '/nix/store/2rdg1xq63ly5gjbs4clv1zir8wq9s8xr-packages.json.drv'... Going to be running update for following packages: - python3.11-apple-weatherkit-1.1.2 Press Enter key to continue... Running update for: - python3.11-apple-weatherkit-1.1.2: UPDATING ... - python3.11-apple-weatherkit-1.1.2: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.apple-weatherkit 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.approval-utilities, using log file: /var/log/nixpkgs-update/python311Packages.approval-utilities/2024-03-04.log python311Packages.approval-utilities 0 -> 1 attrpath: python311Packages.approval-utilities Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/2q7p46qk0m3lxzxiq3vm5sx3w2s5bgam-packages.json.drv building '/nix/store/2q7p46qk0m3lxzxiq3vm5sx3w2s5bgam-packages.json.drv'... Going to be running update for following packages: - python3.11-approval-utilities-11.1.0 Press Enter key to continue... Running update for: - python3.11-approval-utilities-11.1.0: UPDATING ... - python3.11-approval-utilities-11.1.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.approval-utilities 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.fasteners, using log file: /var/log/nixpkgs-update/python311Packages.fasteners/2024-03-04.log python311Packages.fasteners 0 -> 1 attrpath: python311Packages.fasteners Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/2j213mwzdbh957yr455b20hnbyjl8rlv-packages.json.drv building '/nix/store/2j213mwzdbh957yr455b20hnbyjl8rlv-packages.json.drv'... Going to be running update for following packages: - python3.11-fasteners-0.19 Press Enter key to continue... Running update for: - python3.11-fasteners-0.19: UPDATING ... - python3.11-fasteners-0.19: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.fasteners 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.setupmeta, using log file: /var/log/nixpkgs-update/python311Packages.setupmeta/2024-03-04.log python311Packages.setupmeta 0 -> 1 attrpath: python311Packages.setupmeta Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/gcn3bb0pa8a0fsb0w4sasi058qwzq6h8-packages.json.drv building '/nix/store/gcn3bb0pa8a0fsb0w4sasi058qwzq6h8-packages.json.drv'... Going to be running update for following packages: - python3.11-setupmeta-3.6.0 Press Enter key to continue... Running update for: - python3.11-setupmeta-3.6.0: UPDATING ... - python3.11-setupmeta-3.6.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.setupmeta 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath srtrelay, using log file: /var/log/nixpkgs-update/srtrelay/2024-03-04.log srtrelay 1.1.0 -> 1.2.0 https://github.com/voc/srtrelay/releases attrpath: srtrelay 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-xTYlfdijSo99ei+ZMX6N9gl+yw0DrPQ2wOhn6SS9S/E=" [golangModuleVersion] Replaced vendorHash with sha256-RNeB3z8J4TlQtKXiru0jPstonwvmfMTeylrpRh9aEjo= Received ExitFailure 1 when running Raw command: /nix/store/62fm7r6175k2bgvhc19hn9bdhw90wa3n-nix-2.18.1/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A srtrelay nix build failed. got build log for 'srtrelay' from 'daemon' @nix { "action": "setPhase", "phase": "unpackPhase" } Running phase: unpackPhase unpacking source archive /nix/store/230yiwzkn8814qhr1nz9zz2ai02k5dnh-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 . # golang.org/x/sys/unix vendor/golang.org/x/sys/unix/mremap.go:41:10: unsafe.Slice requires go1.17 or later (-lang was set to go1.16; check go.mod) vendor/golang.org/x/sys/unix/syscall.go:82:16: unsafe.Slice requires go1.17 or later (-lang was set to go1.16; check go.mod) vendor/golang.org/x/sys/unix/syscall_linux.go:1010:20: unsafe.Slice requires go1.17 or later (-lang was set to go1.16; check go.mod) vendor/golang.org/x/sys/unix/syscall_linux.go:2290:9: 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:117: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:32:7: unsafe.Slice requires go1.17 or later (-lang was set to go1.16; check go.mod) [result] Failed to update srtrelay 1.1.0 -> 1.2.0 https://github.com/voc/srtrelay/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath smile, using log file: /var/log/nixpkgs-update/smile/2024-03-04.log smile 0 -> 1 attrpath: smile Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/6drfs95xil9iqvghxm1fwskgbczlgd9c-packages.json.drv building '/nix/store/6drfs95xil9iqvghxm1fwskgbczlgd9c-packages.json.drv'... Going to be running update for following packages: - smile-2.9.0 Press Enter key to continue... Running update for: - smile-2.9.0: UPDATING ... - smile-2.9.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update smile 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python312Packages.sourmash, using log file: /var/log/nixpkgs-update/python312Packages.sourmash/2024-03-04.log python312Packages.sourmash 4.8.4 -> 4.8.6 https://repology.org/project/python:sourmash/versions attrpath: python312Packages.sourmash 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/s9j4511rnmdsziksfpvq7dmqs5fl1q6a-packages.json.drv building '/nix/store/s9j4511rnmdsziksfpvq7dmqs5fl1q6a-packages.json.drv'... Going to be running update for following packages: - python3.12-sourmash-4.8.4 Press Enter key to continue... Running update for: - python3.12-sourmash-4.8.4: UPDATING ... - python3.12-sourmash-4.8.4: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python312Packages.sourmash 4.8.4 -> 4.8.6 https://repology.org/project/python:sourmash/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: 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-bring-api, using log file: /var/log/nixpkgs-update/python311Packages.python-bring-api/2024-03-04.log python311Packages.python-bring-api 0 -> 1 attrpath: python311Packages.python-bring-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/zkggys385p6w6kcw7z6ahz3jiairrlci-packages.json.drv building '/nix/store/zkggys385p6w6kcw7z6ahz3jiairrlci-packages.json.drv'... Going to be running update for following packages: - python3.11-python-bring-api-3.0.0-unstable-2024-02-03 Press Enter key to continue... Running update for: - python3.11-python-bring-api-3.0.0-unstable-2024-02-03: UPDATING ... - python3.11-python-bring-api-3.0.0-unstable-2024-02-03: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.python-bring-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 subnetcalc, using log file: /var/log/nixpkgs-update/subnetcalc/2024-03-04.log subnetcalc 2.4.23 -> 2.5.1 https://repology.org/project/subnetcalc/versions attrpath: subnetcalc Checking auto update branch... An auto update branch exists with message `subnetcalc: 2.4.23 -> 2.5.1`. New version is 2.5.1. An auto update branch exists with an equal or greater version [result] Failed to update subnetcalc 2.4.23 -> 2.5.1 https://repology.org/project/subnetcalc/versions [options] github_user: r-ryantm, pull_request: YES, batch_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.RobLoxBioC, using log file: /var/log/nixpkgs-update/rPackages.RobLoxBioC/2024-03-04.log rPackages.RobLoxBioC 1.2.1 -> 1.2.2 https://repology.org/project/r:robloxbioc/versions attrpath: rPackages.RobLoxBioC Checking auto update branch... No auto update branch exists Old version 1.2.1" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; 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.RobLoxBioC 1.2.1 -> 1.2.2 https://repology.org/project/r:robloxbioc/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python312Packages.pytraccar, using log file: /var/log/nixpkgs-update/python312Packages.pytraccar/2024-03-04.log python312Packages.pytraccar 2.1.0 -> 2.1.1 https://github.com/ludeeus/pytraccar/releases attrpath: python312Packages.pytraccar Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/k5mmgc331xnbg5w2kchsaqw65nlwzq6x-packages.json.drv building '/nix/store/k5mmgc331xnbg5w2kchsaqw65nlwzq6x-packages.json.drv'... Going to be running update for following packages: - python3.12-pytraccar-2.1.0 Press Enter key to continue... Running update for: - python3.12-pytraccar-2.1.0: UPDATING ... - python3.12-pytraccar-2.1.0: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/pytraccar/default.nix b/pkgs/development/python-modules/pytraccar/default.nix index 11ceaecf895c..3af3cb33e96d 100644 --- a/pkgs/development/python-modules/pytraccar/default.nix +++ b/pkgs/development/python-modules/pytraccar/default.nix @@ -10,7 +10,7 @@ buildPythonPackage rec { pname = "pytraccar"; - version = "2.1.0"; + version = "2.1.1"; pyproject = true; disabled = pythonOlder "3.11"; @@ -19,7 +19,7 @@ buildPythonPackage rec { owner = "ludeeus"; repo = "pytraccar"; rev = "refs/tags/${version}"; - hash = "sha256-VsZ18zVIO5ps0GIoVwXBuVe20n6Cz6buItgKlzYyjt4="; + hash = "sha256-WTRqYw66iD4bbb1aWJfBI67+DtE1FE4oiuUKpfVqypE="; }; nativeBuildInputs = [ An auto update branch exists with message `python312Packages.pytraccar: 2.1.0 -> 2.1.1`. New version is 2.1.1. An auto update branch exists with an equal or greater version [result] Failed to update python312Packages.pytraccar 2.1.0 -> 2.1.1 https://github.com/ludeeus/pytraccar/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath sane-airscan, using log file: /var/log/nixpkgs-update/sane-airscan/2024-03-04.log sane-airscan 0.99.27 -> 0.99.29 https://repology.org/project/sane-airscan/versions attrpath: sane-airscan 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/sane/backends/airscan/default.nix b/pkgs/applications/graphics/sane/backends/airscan/default.nix index d88c7352d574..ceef452ff300 100644 --- a/pkgs/applications/graphics/sane/backends/airscan/default.nix +++ b/pkgs/applications/graphics/sane/backends/airscan/default.nix @@ -2,7 +2,7 @@ , libxml2, gnutls, sane-backends }: stdenv.mkDerivation rec { pname = "sane-airscan"; - version = "0.99.27"; + version = "0.99.29"; nativeBuildInputs = [ meson ninja pkg-config ]; buildInputs = [ avahi gnutls libjpeg libpng libxml2 sane-backends ]; @@ -11,7 +11,7 @@ stdenv.mkDerivation rec { owner = "alexpevzner"; repo = pname; rev = version; - sha256 = "sha256-29IPoLF4rmq8sGTi5RmpT1Fq8RJJlaepTt+2GWDU3es="; + sha256 = "sha256-9ErTC9NztyO9o6y2FjQPl2lu1gICasZYm2tnaCVCLt8="; }; meta = with lib; { [outpaths] eval start [outpaths] eval end Received ExitFailure 1 when running Raw command: /nix/store/62fm7r6175k2bgvhc19hn9bdhw90wa3n-nix-2.18.1/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A sane-airscan nix build failed. Running phase: updateAutotoolsGnuConfigScriptsPhase @nix { "action": "setPhase", "phase": "configurePhase" } Running phase: configurePhase mesonConfigurePhase flags: --prefix=/nix/store/dnjvxa41lraygmwib2rwp7g73dpwfh7r-sane-airscan-0.99.29 --libdir=/nix/store/dnjvxa41lraygmwib2rwp7g73dpwfh7r-sane-airscan-0.99.29/lib --libexecdir=/nix/store/dnjvxa41lraygmwib2rwp7g73dpwfh7r-sane-airscan-0.99.29/libexec --bindir=/nix/store/dnjvxa41lraygmwib2rwp7g73dpwfh7r-sane-airscan-0.99.29/bin --sbindir=/nix/store/dnjvxa41lraygmwib2rwp7g73dpwfh7r-sane-airscan-0.99.29/sbin --includedir=/nix/store/dnjvxa41lraygmwib2rwp7g73dpwfh7r-sane-airscan-0.99.29/include --mandir=/nix/store/dnjvxa41lraygmwib2rwp7g73dpwfh7r-sane-airscan-0.99.29/share/man --infodir=/nix/store/dnjvxa41lraygmwib2rwp7g73dpwfh7r-sane-airscan-0.99.29/share/info --localedir=/nix/store/dnjvxa41lraygmwib2rwp7g73dpwfh7r-sane-airscan-0.99.29/share/locale -Dauto_features=enabled -Dwrap_mode=nodownload --buildtype=plain The Meson build system Version: 1.3.2 Source dir: /build/source Build dir: /build/source/build Build type: native build Project name: sane-airscan Project version: undefined C compiler for the host machine: gcc (gcc 13.2.0 "gcc (GCC) 13.2.0") C linker for the host machine: gcc ld.bfd 2.40 C++ compiler for the host machine: g++ (gcc 13.2.0 "g++ (GCC) 13.2.0") C++ linker for the host machine: g++ ld.bfd 2.40 Host machine cpu family: x86_64 Host machine cpu: x86_64 Library m found: YES Found pkg-config: YES (/nix/store/492n7ylp2f9zn0k3vghv1snypgkzznc5-pkg-config-wrapper-0.29.2/bin/pkg-config) 0.29.2 Run-time dependency avahi-client found: YES 0.8 Run-time dependency gnutls found: YES 3.8.3 Run-time dependency libjpeg found: YES 3.0.2 Run-time dependency libpng found: YES 1.6.40 Did not find CMake 'cmake' Found CMake: NO Run-time dependency libtiff-4 found: NO (tried pkgconfig) meson.build:51:2: ERROR: Dependency "libtiff-4" not found, tried pkgconfig A full log can be found at /build/source/build/meson-logs/meson-log.txt [result] Failed to update sane-airscan 0.99.27 -> 0.99.29 https://repology.org/project/sane-airscan/versions [options] github_user: r-ryantm, pull_request: YES, batch_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-03-04.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-03-04.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/y7idrpaqw2cw4np06hhs6apahmkpjsnv-packages.json.drv building '/nix/store/y7idrpaqw2cw4np06hhs6apahmkpjsnv-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 aspellDicts.zu, using log file: /var/log/nixpkgs-update/aspellDicts.zu/2024-03-04.log aspellDicts.zu 0 -> 1 attrpath: aspellDicts.zu 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/200vzq194kw4lwdgfkgcc89ls8r0qf5v-update-aspellDict-zu.drv /nix/store/5r00srcsmdbxq71pwg644mwsgd9ap5qc-packages.json.drv building '/nix/store/200vzq194kw4lwdgfkgcc89ls8r0qf5v-update-aspellDict-zu.drv'... building '/nix/store/5r00srcsmdbxq71pwg644mwsgd9ap5qc-packages.json.drv'... Going to be running update for following packages: - aspell-dict-zu-0.50-0 Press Enter key to continue... Running update for: - aspell-dict-zu-0.50-0: UPDATING ... - aspell-dict-zu-0.50-0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update aspellDicts.zu 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath zerotierone, using log file: /var/log/nixpkgs-update/zerotierone/2024-03-04.log zerotierone 0 -> 1 attrpath: zerotierone Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/sbbga1rniwn0jvcz12f816y20090kh1q-packages.json.drv building '/nix/store/sbbga1rniwn0jvcz12f816y20090kh1q-packages.json.drv'... Going to be running update for following packages: - zerotierone-1.12.2 Press Enter key to continue... Running update for: - zerotierone-1.12.2: UPDATING ... - zerotierone-1.12.2: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update zerotierone 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath ecc, using log file: /var/log/nixpkgs-update/ecc/2024-03-04.log ecc 1.0.12 -> 1.0.21 https://github.com/eunomia-bpf/eunomia-bpf/releases attrpath: ecc Checking auto update branch... An auto update branch exists with message `ecc: 1.0.12 -> 1.0.21`. New version is 1.0.21. An auto update branch exists with an equal or greater version [result] Failed to update ecc 1.0.12 -> 1.0.21 https://github.com/eunomia-bpf/eunomia-bpf/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: 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-iot, using log file: /var/log/nixpkgs-update/python311Packages.google-cloud-iot/2024-03-04.log python311Packages.google-cloud-iot 0 -> 1 attrpath: python311Packages.google-cloud-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/p6hqzgrjd14cydkgnjgkynjsnlhsbvpn-packages.json.drv building '/nix/store/p6hqzgrjd14cydkgnjgkynjsnlhsbvpn-packages.json.drv'... Going to be running update for following packages: - python3.11-google-cloud-iot-2.9.2 Press Enter key to continue... Running update for: - python3.11-google-cloud-iot-2.9.2: UPDATING ... - python3.11-google-cloud-iot-2.9.2: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.google-cloud-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.pydispatcher, using log file: /var/log/nixpkgs-update/python311Packages.pydispatcher/2024-03-04.log python311Packages.pydispatcher 0 -> 1 attrpath: python311Packages.pydispatcher Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/nk5wqkmpkgjvz266hi2hwcmmkcb9nbn4-packages.json.drv building '/nix/store/nk5wqkmpkgjvz266hi2hwcmmkcb9nbn4-packages.json.drv'... Going to be running update for following packages: - python3.11-pydispatcher-2.0.7 Press Enter key to continue... Running update for: - python3.11-pydispatcher-2.0.7: UPDATING ... - python3.11-pydispatcher-2.0.7: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.pydispatcher 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: 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-03-04.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/c9xmb8n8432ab52vg04y7pkkj0h3w8vz-packages.json.drv building '/nix/store/c9xmb8n8432ab52vg04y7pkkj0h3w8vz-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 currently don't know how to update perl [result] Failed to update hyperlink 0.1.31 -> 0.1.32 https://github.com/untitaker/hyperlink/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: 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, using log file: /var/log/nixpkgs-update/python311Packages.vega/2024-03-04.log python311Packages.vega 0 -> 1 attrpath: python311Packages.vega 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/1wp25wich3z32z1ipvsqjnh8z912sh6b-packages.json.drv building '/nix/store/1wp25wich3z32z1ipvsqjnh8z912sh6b-packages.json.drv'... Going to be running update for following packages: - python3.11-vega-4.0.0 Press Enter key to continue... Running update for: - python3.11-vega-4.0.0: UPDATING ... - python3.11-vega-4.0.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.vega 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: 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-compute, using log file: /var/log/nixpkgs-update/python311Packages.azure-mgmt-compute/2024-03-04.log python311Packages.azure-mgmt-compute 0 -> 1 attrpath: python311Packages.azure-mgmt-compute Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/b9kqbanh4wa3w6k9b9h2zp6r604i424c-packages.json.drv building '/nix/store/b9kqbanh4wa3w6k9b9h2zp6r604i424c-packages.json.drv'... Going to be running update for following packages: - python3.11-azure-mgmt-compute-30.5.0 Press Enter key to continue... Running update for: - python3.11-azure-mgmt-compute-30.5.0: UPDATING ... - python3.11-azure-mgmt-compute-30.5.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.azure-mgmt-compute 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.GeoIP, using log file: /var/log/nixpkgs-update/python311Packages.GeoIP/2024-03-04.log python311Packages.GeoIP 0 -> 1 attrpath: python311Packages.GeoIP Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/fvnbc95df6p5mccylykqiicblvk207vs-packages.json.drv building '/nix/store/fvnbc95df6p5mccylykqiicblvk207vs-packages.json.drv'... Going to be running update for following packages: - python3.11-geoip-1.3.2 Press Enter key to continue... Running update for: - python3.11-geoip-1.3.2: UPDATING ... - python3.11-geoip-1.3.2: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.GeoIP 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.ical, using log file: /var/log/nixpkgs-update/python311Packages.ical/2024-03-04.log python311Packages.ical 0 -> 1 attrpath: python311Packages.ical Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/g62r1vqpgqsp9d913rvx5s7hmr97aff7-packages.json.drv building '/nix/store/g62r1vqpgqsp9d913rvx5s7hmr97aff7-packages.json.drv'... Going to be running update for following packages: - python3.11-ical-6.1.1 Press Enter key to continue... Running update for: - python3.11-ical-6.1.1: UPDATING ... - python3.11-ical-6.1.1: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/ical/default.nix b/pkgs/development/python-modules/ical/default.nix index d95a34fbbc84..767a8dce4ecf 100644 --- a/pkgs/development/python-modules/ical/default.nix +++ b/pkgs/development/python-modules/ical/default.nix @@ -19,7 +19,7 @@ buildPythonPackage rec { pname = "ical"; - version = "6.1.1"; + version = "7.0.0"; pyproject = true; disabled = pythonOlder "3.10"; @@ -28,7 +28,7 @@ buildPythonPackage rec { owner = "allenporter"; repo = pname; rev = "refs/tags/${version}"; - hash = "sha256-pFmJYXIhc9jhpc9ZjSNaol5h5Jb8ZvxuQsQL/2Rjryc="; + hash = "sha256-S/6zyUFXSWcnnLNSwz1smovSyodhKeRVbT9lj7+KLWo="; }; nativeBuildInputs = [ No auto update branch exists There might already be an open PR for this update: - python311Packages.ical: 6.1.1 -> 7.0.0 URL "https://api.github.com/repos/NixOS/nixpkgs/issues/290017" [result] Failed to update python311Packages.ical 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath opendht, using log file: /var/log/nixpkgs-update/opendht/2024-03-04.log opendht 3.1.4 -> 3.1.7 https://github.com/savoirfairelinux/opendht/releases attrpath: opendht Checking auto update branch... An auto update branch exists with message `opendht: 3.1.4 -> 3.1.7`. New version is 3.1.7. An auto update branch exists with an equal or greater version [result] Failed to update opendht 3.1.4 -> 3.1.7 https://github.com/savoirfairelinux/opendht/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.ofxtools, using log file: /var/log/nixpkgs-update/python311Packages.ofxtools/2024-03-04.log python311Packages.ofxtools 0 -> 1 attrpath: python311Packages.ofxtools Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/h9cn77b6kzf72b694xxhxa499hjsrvhh-packages.json.drv building '/nix/store/h9cn77b6kzf72b694xxhxa499hjsrvhh-packages.json.drv'... Going to be running update for following packages: - python3.11-ofxtools-0.9.5 Press Enter key to continue... Running update for: - python3.11-ofxtools-0.9.5: UPDATING ... - python3.11-ofxtools-0.9.5: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.ofxtools 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath gkraken, using log file: /var/log/nixpkgs-update/gkraken/2024-03-04.log gkraken 0 -> 1 attrpath: gkraken Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/v5mcdaic2m0azbgfzga5hrhl0z667lws-packages.json.drv building '/nix/store/v5mcdaic2m0azbgfzga5hrhl0z667lws-packages.json.drv'... Going to be running update for following packages: - gkraken-1.2.0 Press Enter key to continue... Running update for: - gkraken-1.2.0: UPDATING ... - gkraken-1.2.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update gkraken 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: 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-core, using log file: /var/log/nixpkgs-update/python311Packages.google-cloud-core/2024-03-04.log python311Packages.google-cloud-core 0 -> 1 attrpath: python311Packages.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/ks8rakan65lbj195nivfjjfl340qb7sx-packages.json.drv building '/nix/store/ks8rakan65lbj195nivfjjfl340qb7sx-packages.json.drv'... Going to be running update for following packages: - python3.11-google-cloud-core-2.3.3 Press Enter key to continue... Running update for: - python3.11-google-cloud-core-2.3.3: UPDATING ... - python3.11-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 87 > 25 [result] Failed to update python311Packages.google-cloud-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 rPackages.sportyR, using log file: /var/log/nixpkgs-update/rPackages.sportyR/2024-03-04.log rPackages.sportyR 2.2.1 -> 2.2.2 https://repology.org/project/r:sportyr/versions attrpath: rPackages.sportyR Checking auto update branch... No auto update branch exists Old version 2.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.sportyR 2.2.1 -> 2.2.2 https://repology.org/project/r:sportyr/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: 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-httpserver, using log file: /var/log/nixpkgs-update/python312Packages.pytest-httpserver/2024-03-04.log python312Packages.pytest-httpserver 1.0.8 -> 1.0.10 https://github.com/csernazs/pytest-httpserver/releases attrpath: python312Packages.pytest-httpserver Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/49j0340qqm4jyycn38imbdlnl9k01z7p-packages.json.drv building '/nix/store/49j0340qqm4jyycn38imbdlnl9k01z7p-packages.json.drv'... Going to be running update for following packages: - python3.12-pytest-httpserver-1.0.8 Press Enter key to continue... Running update for: - python3.12-pytest-httpserver-1.0.8: UPDATING ... - python3.12-pytest-httpserver-1.0.8: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/pytest-httpserver/default.nix b/pkgs/development/python-modules/pytest-httpserver/default.nix index 2c825897edb1..fdb80362cebf 100644 --- a/pkgs/development/python-modules/pytest-httpserver/default.nix +++ b/pkgs/development/python-modules/pytest-httpserver/default.nix @@ -11,7 +11,7 @@ buildPythonPackage rec { pname = "pytest-httpserver"; - version = "1.0.8"; + version = "1.0.10"; format = "pyproject"; disabled = pythonOlder "3.7"; @@ -20,7 +20,7 @@ buildPythonPackage rec { owner = "csernazs"; repo = pname; rev = "refs/tags/${version}"; - hash = "sha256-hbhS1kL5VNiGjvnYkDI1LwgkqqfBMqgcao3zy716q+A="; + hash = "sha256-KCsZs4MGENByF/wB+aj3yvMp7lssHNVKx8jLhDQ1u4k="; }; nativeBuildInputs = [ No auto update branch exists [outpaths] eval start [outpaths] eval end Python package with too many package rebuilds 2867 > 25 [result] Failed to update python312Packages.pytest-httpserver 1.0.8 -> 1.0.10 https://github.com/csernazs/pytest-httpserver/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python312Packages.platformdirs, using log file: /var/log/nixpkgs-update/python312Packages.platformdirs/2024-03-04.log python312Packages.platformdirs 4.0.0 -> 4.2.0 https://github.com/platformdirs/platformdirs/releases attrpath: python312Packages.platformdirs Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/s3hsgr9y70fkb5qkff9xns1wq2m40w2y-packages.json.drv building '/nix/store/s3hsgr9y70fkb5qkff9xns1wq2m40w2y-packages.json.drv'... Going to be running update for following packages: - python3.12-platformdirs-4.0.0 Press Enter key to continue... Running update for: - python3.12-platformdirs-4.0.0: UPDATING ... - python3.12-platformdirs-4.0.0: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/platformdirs/default.nix b/pkgs/development/python-modules/platformdirs/default.nix index 6cf9822c5e41..7c45f33cb598 100644 --- a/pkgs/development/python-modules/platformdirs/default.nix +++ b/pkgs/development/python-modules/platformdirs/default.nix @@ -11,7 +11,7 @@ buildPythonPackage rec { pname = "platformdirs"; - version = "4.0.0"; + version = "4.2.0"; format = "pyproject"; disabled = pythonOlder "3.7"; @@ -20,7 +20,7 @@ buildPythonPackage rec { owner = pname; repo = pname; rev = "refs/tags/${version}"; - hash = "sha256-27Cy8VEmbrO96G2mVStxkoWSRXlwZLWirI3tH6kBsus="; + hash = "sha256-DjRqOIkyhkA3Z1gl2o78R4kp23qJBj+pRmDBld8AbDI="; }; nativeBuildInputs = [ No auto update branch exists [outpaths] eval start [outpaths] eval end Python package with too many package rebuilds 11657 > 25 [result] Failed to update python312Packages.platformdirs 4.0.0 -> 4.2.0 https://github.com/platformdirs/platformdirs/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: 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-03-04.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/36iycqr9xcw0imljddfxd66p05crqy8v-packages.json.drv building '/nix/store/36iycqr9xcw0imljddfxd66p05crqy8v-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 9121 > 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 kodiPackages.infotagger, using log file: /var/log/nixpkgs-update/kodiPackages.infotagger/2024-03-04.log kodiPackages.infotagger 0 -> 1 attrpath: kodiPackages.infotagger Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/7j4js74c0glvvd4kkxf7v39dc4xp52mv-packages.json.drv building '/nix/store/7j4js74c0glvvd4kkxf7v39dc4xp52mv-packages.json.drv'... Going to be running update for following packages: - kodi-infotagger-0.0.7 Press Enter key to continue... Running update for: - kodi-infotagger-0.0.7: UPDATING ... - kodi-infotagger-0.0.7: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update kodiPackages.infotagger 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.vt-py, using log file: /var/log/nixpkgs-update/python311Packages.vt-py/2024-03-04.log python311Packages.vt-py 0 -> 1 attrpath: python311Packages.vt-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/a8ab694sm6jacjnpjlxgjv28qgiap19h-packages.json.drv building '/nix/store/a8ab694sm6jacjnpjlxgjv28qgiap19h-packages.json.drv'... Going to be running update for following packages: - python3.11-vt-py-0.18.0 Press Enter key to continue... Running update for: - python3.11-vt-py-0.18.0: UPDATING ... - python3.11-vt-py-0.18.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.vt-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.mkl-service, using log file: /var/log/nixpkgs-update/python311Packages.mkl-service/2024-03-04.log python311Packages.mkl-service 0 -> 1 attrpath: python311Packages.mkl-service Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/nnc2q39rnnn1a331i8afqasjijvlbxyy-packages.json.drv building '/nix/store/nnc2q39rnnn1a331i8afqasjijvlbxyy-packages.json.drv'... Going to be running update for following packages: - python3.11-mkl-service-2.4.1 Press Enter key to continue... Running update for: - python3.11-mkl-service-2.4.1: UPDATING ... - python3.11-mkl-service-2.4.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.mkl-service 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: 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-03-04.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/nvha9hwvpkjdlz78bnn9w0hny8wj1g9v-packages.json.drv building '/nix/store/nvha9hwvpkjdlz78bnn9w0hny8wj1g9v-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.pyssim, using log file: /var/log/nixpkgs-update/python311Packages.pyssim/2024-03-04.log python311Packages.pyssim 0 -> 1 attrpath: python311Packages.pyssim 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/kki0ca2ig6af8g6lawmxx9k9zh7j2mhr-packages.json.drv building '/nix/store/kki0ca2ig6af8g6lawmxx9k9zh7j2mhr-packages.json.drv'... Going to be running update for following packages: - python3.11-pyssim-0.6 Press Enter key to continue... Running update for: - python3.11-pyssim-0.6: UPDATING ... - python3.11-pyssim-0.6: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.pyssim 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.ruamel-base, using log file: /var/log/nixpkgs-update/python311Packages.ruamel-base/2024-03-04.log python311Packages.ruamel-base 0 -> 1 attrpath: python311Packages.ruamel-base Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/p6yhx3g6h8axnmh0nfhxb1kx9ppchjz2-packages.json.drv building '/nix/store/p6yhx3g6h8axnmh0nfhxb1kx9ppchjz2-packages.json.drv'... Going to be running update for following packages: - python3.11-ruamel-base-1.0.0 Press Enter key to continue... Running update for: - python3.11-ruamel-base-1.0.0: UPDATING ... - python3.11-ruamel-base-1.0.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.ruamel-base 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_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.de, using log file: /var/log/nixpkgs-update/aspellDicts.de/2024-03-04.log aspellDicts.de 0 -> 1 attrpath: aspellDicts.de 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/hjpzwkdskjqxl2jq5x5czfxzn8bw3dn1-update-aspellDict-de.drv /nix/store/p8zirbibrk347h6ff45gg5cjq3lpki4z-packages.json.drv building '/nix/store/hjpzwkdskjqxl2jq5x5czfxzn8bw3dn1-update-aspellDict-de.drv'... building '/nix/store/p8zirbibrk347h6ff45gg5cjq3lpki4z-packages.json.drv'... Going to be running update for following packages: - aspell-dict-de-20161207-7-0 Press Enter key to continue... Running update for: - aspell-dict-de-20161207-7-0: UPDATING ... - aspell-dict-de-20161207-7-0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update aspellDicts.de 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_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-03-04.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/grw45fynpz956v5rfzaavza3valrplkf-packages.json.drv building '/nix/store/grw45fynpz956v5rfzaavza3valrplkf-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-03-04.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/hhxphxmz2nngvbbjffz3vzh9r9frj9dj-packages.json.drv building '/nix/store/hhxphxmz2nngvbbjffz3vzh9r9frj9dj-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 python311Packages.python-datemath, using log file: /var/log/nixpkgs-update/python311Packages.python-datemath/2024-03-04.log python311Packages.python-datemath 0 -> 1 attrpath: python311Packages.python-datemath 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/d9g2vyvsr31qvrsixw8s4h0fl95nnbf1-packages.json.drv building '/nix/store/d9g2vyvsr31qvrsixw8s4h0fl95nnbf1-packages.json.drv'... Going to be running update for following packages: - python3.11-python-datemath-1.5.5 Press Enter key to continue... Running update for: - python3.11-python-datemath-1.5.5: UPDATING ... - python3.11-python-datemath-1.5.5: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.python-datemath 0 -> 1 [options] github_user: r-ryantm, pull_request: 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 paperless 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: 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-telemetry, using log file: /var/log/nixpkgs-update/python311Packages.jupyter-telemetry/2024-03-04.log python311Packages.jupyter-telemetry 0 -> 1 attrpath: python311Packages.jupyter-telemetry Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/vad5xqc56kp24alp890l2mwn6fxjq84x-packages.json.drv building '/nix/store/vad5xqc56kp24alp890l2mwn6fxjq84x-packages.json.drv'... Going to be running update for following packages: - python3.11-jupyter_telemetry-0.1.0 Press Enter key to continue... Running update for: - python3.11-jupyter_telemetry-0.1.0: UPDATING ... - python3.11-jupyter_telemetry-0.1.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.jupyter-telemetry 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath piston-cli, using log file: /var/log/nixpkgs-update/piston-cli/2024-03-04.log piston-cli 0 -> 1 attrpath: piston-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/nwlk9dhkmg4a9qrhq14vpg3qldxqibyf-packages.json.drv building '/nix/store/nwlk9dhkmg4a9qrhq14vpg3qldxqibyf-packages.json.drv'... Going to be running update for following packages: - piston-cli-1.4.3 Press Enter key to continue... Running update for: - piston-cli-1.4.3: UPDATING ... - piston-cli-1.4.3: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/tools/misc/piston-cli/default.nix b/pkgs/tools/misc/piston-cli/default.nix index 44ec8eabc149..2493afdc42d1 100644 --- a/pkgs/tools/misc/piston-cli/default.nix +++ b/pkgs/tools/misc/piston-cli/default.nix @@ -2,12 +2,12 @@ python3Packages.buildPythonApplication rec { pname = "piston-cli"; - version = "1.4.3"; + version = "1.5.0"; format = "pyproject"; src = fetchPypi { inherit pname version; - sha256 = "qvDGVJcaMXUajdUQWl4W1dost8k0PsS9XX/o8uQrtfY="; + sha256 = "sha256-YzQo22/63IJ78Y7pqk7W1galI+HNk7gIodiDlHwNllY="; }; propagatedBuildInputs = with python3Packages; [ rich prompt-toolkit requests pygments pyyaml more-itertools ]; No auto update branch exists [outpaths] eval start [outpaths] eval end Received ExitFailure 1 when running Raw command: /nix/store/62fm7r6175k2bgvhc19hn9bdhw90wa3n-nix-2.18.1/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A piston-cli nix build failed. adding 'piston/configuration/config_loader.py' adding 'piston/configuration/validators/__init__.py' adding 'piston/configuration/validators/box_validator.py' adding 'piston/configuration/validators/prompt_validator.py' adding 'piston/configuration/validators/theme_validator.py' adding 'piston/configuration/validators/validator_base.py' adding 'piston/utils/__init__.py' adding 'piston/utils/compilers.py' adding 'piston/utils/constants.py' adding 'piston/utils/helpers.py' adding 'piston/utils/lang_extensions.py' adding 'piston/utils/lexers.py' adding 'piston/utils/maketable.py' adding 'piston/utils/services.py' adding 'piston_cli-1.5.0.dist-info/LICENSE' adding 'piston_cli-1.5.0.dist-info/METADATA' adding 'piston_cli-1.5.0.dist-info/WHEEL' adding 'piston_cli-1.5.0.dist-info/entry_points.txt' adding 'piston_cli-1.5.0.dist-info/RECORD' OK /build/piston-cli-1.5.0 Finished executing pypaBuildPhase @nix { "action": "setPhase", "phase": "pythonRuntimeDepsCheckHook" } Running phase: pythonRuntimeDepsCheckHook Executing pythonRuntimeDepsCheck Checking runtime dependencies for piston_cli-1.5.0-py3-none-any.whl - appdirs not installed - click not installed - coloredlogs not installed - requests-cache not installed [result] Failed to update piston-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.sqlmap, using log file: /var/log/nixpkgs-update/python311Packages.sqlmap/2024-03-04.log python311Packages.sqlmap 0 -> 1 attrpath: python311Packages.sqlmap Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/1mhkd5rim6r7n2v46zs5i2gih1b8ppqs-packages.json.drv building '/nix/store/1mhkd5rim6r7n2v46zs5i2gih1b8ppqs-packages.json.drv'... Going to be running update for following packages: - python3.11-sqlmap-1.8.3 Press Enter key to continue... Running update for: - python3.11-sqlmap-1.8.3: UPDATING ... - python3.11-sqlmap-1.8.3: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.sqlmap 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: 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-03-04.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/l2iy82y5r4hld9y5lkhy9m5a6lbrfpgi-packages.json.drv building '/nix/store/l2iy82y5r4hld9y5lkhy9m5a6lbrfpgi-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-03-04.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/sps04hkmb9h3c8g9zdd1dygadwq51wa6-packages.json.drv building '/nix/store/sps04hkmb9h3c8g9zdd1dygadwq51wa6-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 @mic92 takes care of this package [result] Failed to update iana-etc 20231227 -> 20240222 https://github.com/Mic92/iana-etc/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: 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-03-04.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/jr21xvr634dfw1gcds9kwrxqv8jz9zn4-packages.json.drv building '/nix/store/jr21xvr634dfw1gcds9kwrxqv8jz9zn4-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.audioread, using log file: /var/log/nixpkgs-update/python311Packages.audioread/2024-03-04.log python311Packages.audioread 0 -> 1 attrpath: python311Packages.audioread Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/c2drb4g2ar8yn2gvl85pczkfv5mfgpxa-packages.json.drv building '/nix/store/c2drb4g2ar8yn2gvl85pczkfv5mfgpxa-packages.json.drv'... Going to be running update for following packages: - python3.11-audioread-3.0.1 Press Enter key to continue... Running update for: - python3.11-audioread-3.0.1: UPDATING ... - python3.11-audioread-3.0.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.audioread 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_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.xdg-desktop-portal-lxqt, using log file: /var/log/nixpkgs-update/lxqt.xdg-desktop-portal-lxqt/2024-03-04.log lxqt.xdg-desktop-portal-lxqt 0 -> 1 attrpath: lxqt.xdg-desktop-portal-lxqt Packages for lxqt are currently skipped. [result] Failed to update lxqt.xdg-desktop-portal-lxqt 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.ed25519, using log file: /var/log/nixpkgs-update/python311Packages.ed25519/2024-03-04.log python311Packages.ed25519 0 -> 1 attrpath: python311Packages.ed25519 Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/7nq5czbsb5q15nj4dx0ccmnl1bas137v-packages.json.drv building '/nix/store/7nq5czbsb5q15nj4dx0ccmnl1bas137v-packages.json.drv'... Going to be running update for following packages: - python3.11-ed25519-1.5 Press Enter key to continue... Running update for: - python3.11-ed25519-1.5: UPDATING ... - python3.11-ed25519-1.5: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.ed25519 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: 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-monitor-ingestion, using log file: /var/log/nixpkgs-update/python311Packages.azure-monitor-ingestion/2024-03-04.log python311Packages.azure-monitor-ingestion 0 -> 1 attrpath: python311Packages.azure-monitor-ingestion Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/zf7pzzb7wyv4pvh3vmmw0562dll9ppmq-packages.json.drv building '/nix/store/zf7pzzb7wyv4pvh3vmmw0562dll9ppmq-packages.json.drv'... Going to be running update for following packages: - python3.11-azure-monitor-ingestion-1.0.3 Press Enter key to continue... Running update for: - python3.11-azure-monitor-ingestion-1.0.3: UPDATING ... - python3.11-azure-monitor-ingestion-1.0.3: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.azure-monitor-ingestion 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.helper, using log file: /var/log/nixpkgs-update/python311Packages.helper/2024-03-04.log python311Packages.helper 0 -> 1 attrpath: python311Packages.helper Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/73a49yh9pfmfhd5npajk8zrzfnyv3163-packages.json.drv building '/nix/store/73a49yh9pfmfhd5npajk8zrzfnyv3163-packages.json.drv'... Going to be running update for following packages: - python3.11-helper-2.5.0 Press Enter key to continue... Running update for: - python3.11-helper-2.5.0: UPDATING ... - python3.11-helper-2.5.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.helper 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.path-and-address, using log file: /var/log/nixpkgs-update/python311Packages.path-and-address/2024-03-04.log python311Packages.path-and-address 0 -> 1 attrpath: python311Packages.path-and-address Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/1sxrk36k98v6qnyq7vvl4fx32dfc4rnk-packages.json.drv building '/nix/store/1sxrk36k98v6qnyq7vvl4fx32dfc4rnk-packages.json.drv'... Going to be running update for following packages: - python3.11-path-and-address-2.0.1 Press Enter key to continue... Running update for: - python3.11-path-and-address-2.0.1: UPDATING ... - python3.11-path-and-address-2.0.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.path-and-address 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.langid, using log file: /var/log/nixpkgs-update/python311Packages.langid/2024-03-04.log python311Packages.langid 0 -> 1 attrpath: python311Packages.langid Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/ry2i07s7p1c1pjj7249azd277sqsrjqy-packages.json.drv building '/nix/store/ry2i07s7p1c1pjj7249azd277sqsrjqy-packages.json.drv'... Going to be running update for following packages: - python3.11-langid-1.1.6 Press Enter key to continue... Running update for: - python3.11-langid-1.1.6: UPDATING ... - python3.11-langid-1.1.6: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.langid 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.syslog-rfc5424-formatter, using log file: /var/log/nixpkgs-update/python311Packages.syslog-rfc5424-formatter/2024-03-04.log python311Packages.syslog-rfc5424-formatter 0 -> 1 attrpath: python311Packages.syslog-rfc5424-formatter Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/im0k87lv9hn8w9i6rrmp4zjkp1jn1a8a-packages.json.drv building '/nix/store/im0k87lv9hn8w9i6rrmp4zjkp1jn1a8a-packages.json.drv'... Going to be running update for following packages: - python3.11-syslog-rfc5424-formatter-1.2.3 Press Enter key to continue... Running update for: - python3.11-syslog-rfc5424-formatter-1.2.3: UPDATING ... - python3.11-syslog-rfc5424-formatter-1.2.3: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.syslog-rfc5424-formatter 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.jupyterlab-pygments, using log file: /var/log/nixpkgs-update/python311Packages.jupyterlab-pygments/2024-03-04.log python311Packages.jupyterlab-pygments 0 -> 1 attrpath: python311Packages.jupyterlab-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/fj6pdcabi3i4118hif74in684nxj54xk-packages.json.drv building '/nix/store/fj6pdcabi3i4118hif74in684nxj54xk-packages.json.drv'... Going to be running update for following packages: - python3.11-jupyterlab-pygments-0.3.0 Press Enter key to continue... Running update for: - python3.11-jupyterlab-pygments-0.3.0: UPDATING ... - python3.11-jupyterlab-pygments-0.3.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.jupyterlab-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 gostatic, using log file: /var/log/nixpkgs-update/gostatic/2024-03-04.log gostatic 2.35 -> 2.36 https://github.com/piranha/gostatic/releases attrpath: gostatic 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-9YCt9crLuYjd+TUXJyx/EAYIMWM5TD+ZyzLeu0RMxVc=" [golangModuleVersion] Replaced vendorHash with sha256-cBwlIF+0+btaRLo29sSqa2AExoQjhQwyMStywOGJ4S0= Received ExitFailure 1 when running Raw command: /nix/store/62fm7r6175k2bgvhc19hn9bdhw90wa3n-nix-2.18.1/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A gostatic nix build failed. got build log for 'gostatic' from 'daemon' @nix { "action": "setPhase", "phase": "unpackPhase" } Running phase: unpackPhase unpacking source archive /nix/store/226jz9d221n0wsa1yy4g2ina6hlpg9r1-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 . # golang.org/x/sys/unix vendor/golang.org/x/sys/unix/syscall.go:83:16: unsafe.Slice requires go1.17 or later (-lang was set to go1.16; check go.mod) vendor/golang.org/x/sys/unix/syscall_linux.go:2271:9: 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 gostatic 2.35 -> 2.36 https://github.com/piranha/gostatic/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.wheel, using log file: /var/log/nixpkgs-update/python311Packages.wheel/2024-03-04.log python311Packages.wheel 0 -> 1 attrpath: python311Packages.wheel Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/czzq1rxnfpalzd9b0kqby5x37ibxd089-packages.json.drv building '/nix/store/czzq1rxnfpalzd9b0kqby5x37ibxd089-packages.json.drv'... Going to be running update for following packages: - python3.11-wheel-0.42.0 Press Enter key to continue... Running update for: - python3.11-wheel-0.42.0: UPDATING ... - python3.11-wheel-0.42.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.wheel 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_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-03-04.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.pyfribidi, using log file: /var/log/nixpkgs-update/python311Packages.pyfribidi/2024-03-04.log python311Packages.pyfribidi 0 -> 1 attrpath: python311Packages.pyfribidi Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/b71c74kqg7xk39667s1hfj0laznydq69-packages.json.drv building '/nix/store/b71c74kqg7xk39667s1hfj0laznydq69-packages.json.drv'... Going to be running update for following packages: - python3.11-pyfribidi-0.12.0 Press Enter key to continue... Running update for: - python3.11-pyfribidi-0.12.0: UPDATING ... - python3.11-pyfribidi-0.12.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.pyfribidi 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath s4cmd, using log file: /var/log/nixpkgs-update/s4cmd/2024-03-04.log s4cmd 0 -> 1 attrpath: s4cmd Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/f5q5harn9qgwb4z840fah1k6khmmhvjv-packages.json.drv building '/nix/store/f5q5harn9qgwb4z840fah1k6khmmhvjv-packages.json.drv'... Going to be running update for following packages: - s4cmd-2.1.0 Press Enter key to continue... Running update for: - s4cmd-2.1.0: UPDATING ... - s4cmd-2.1.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update s4cmd 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath apacheHttpdPackages.php, using log file: /var/log/nixpkgs-update/apacheHttpdPackages.php/2024-03-04.log apacheHttpdPackages.php 0 -> 1 attrpath: apacheHttpdPackages.php Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [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/74w3rk8rj1b2xbd295hgpyyjhsdfwz3z-php82-update-script.drv /nix/store/6y2pyp6b7ihinn5rk0jq534gkpqcf77x-packages.json.drv building '/nix/store/74w3rk8rj1b2xbd295hgpyyjhsdfwz3z-php82-update-script.drv'... building '/nix/store/6y2pyp6b7ihinn5rk0jq534gkpqcf77x-packages.json.drv'... Going to be running update for following packages: - php-with-extensions-8.2.16 Press Enter key to continue... Running update for: - php-with-extensions-8.2.16: UPDATING ... - php-with-extensions-8.2.16: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update apacheHttpdPackages.php 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.panasonic-viera, using log file: /var/log/nixpkgs-update/python311Packages.panasonic-viera/2024-03-04.log python311Packages.panasonic-viera 0 -> 1 attrpath: python311Packages.panasonic-viera Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/b8hm38xby96yhzykaqdhzqn4wjxm0r0w-packages.json.drv building '/nix/store/b8hm38xby96yhzykaqdhzqn4wjxm0r0w-packages.json.drv'... Going to be running update for following packages: - python3.11-panasonic-viera-0.4.0 Press Enter key to continue... Running update for: - python3.11-panasonic-viera-0.4.0: UPDATING ... - python3.11-panasonic-viera-0.4.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.panasonic-viera 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.pyspnego, using log file: /var/log/nixpkgs-update/python311Packages.pyspnego/2024-03-04.log python311Packages.pyspnego 0 -> 1 attrpath: python311Packages.pyspnego Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/yw6vp12ispkjsss85v8cjwf74dcy3nai-packages.json.drv building '/nix/store/yw6vp12ispkjsss85v8cjwf74dcy3nai-packages.json.drv'... Going to be running update for following packages: - python3.11-pyspnego-0.10.2 Press Enter key to continue... Running update for: - python3.11-pyspnego-0.10.2: UPDATING ... - python3.11-pyspnego-0.10.2: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.pyspnego 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.keyring, using log file: /var/log/nixpkgs-update/python311Packages.keyring/2024-03-04.log python311Packages.keyring 0 -> 1 attrpath: python311Packages.keyring Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/mvhwdm6mjp39wjcqvdap5g3ki7l5d47y-packages.json.drv building '/nix/store/mvhwdm6mjp39wjcqvdap5g3ki7l5d47y-packages.json.drv'... Going to be running update for following packages: - python3.11-keyring-24.3.0 Press Enter key to continue... Running update for: - python3.11-keyring-24.3.0: UPDATING ... - python3.11-keyring-24.3.0: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/keyring/default.nix b/pkgs/development/python-modules/keyring/default.nix index 28df79fb9998..ba2c56d99682 100644 --- a/pkgs/development/python-modules/keyring/default.nix +++ b/pkgs/development/python-modules/keyring/default.nix @@ -16,13 +16,13 @@ buildPythonPackage rec { pname = "keyring"; - version = "24.3.0"; + version = "24.3.1"; pyproject = true; disabled = pythonOlder "3.8"; src = fetchPypi { inherit pname version; - hash = "sha256-5zDs/9MJZYoI7oJTWjtexLTIZpqb4R77ZiSdjgrrmiU="; + hash = "sha256-wzJ7b/r8DovvvbWXys20ko/+XBIS92RfGG5tmVeomNs="; }; nativeBuildInputs = [ No auto update branch exists There might already be an open PR for this update: - python311Packages.keyring: 24.3.0 -> 24.3.1 URL "https://api.github.com/repos/NixOS/nixpkgs/issues/291976" [result] Failed to update python311Packages.keyring 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.ruuvitag-ble, using log file: /var/log/nixpkgs-update/python311Packages.ruuvitag-ble/2024-03-04.log python311Packages.ruuvitag-ble 0 -> 1 attrpath: python311Packages.ruuvitag-ble Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/nkrxzxvqv7l35iqhc5hfvl2g49pbaal2-packages.json.drv building '/nix/store/nkrxzxvqv7l35iqhc5hfvl2g49pbaal2-packages.json.drv'... Going to be running update for following packages: - python3.11-ruuvitag-ble-0.1.2 Press Enter key to continue... Running update for: - python3.11-ruuvitag-ble-0.1.2: UPDATING ... - python3.11-ruuvitag-ble-0.1.2: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.ruuvitag-ble 0 -> 1 [options] github_user: r-ryantm, pull_request: 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 -> 28.2.5 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-03-04.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/l477w20f4x80zmdnwfrwfibrmvf6fx6b-packages.json.drv building '/nix/store/l477w20f4x80zmdnwfrwfibrmvf6fx6b-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 template-glib, using log file: /var/log/nixpkgs-update/template-glib/2024-03-04.log template-glib 0 -> 1 attrpath: template-glib Checking auto update branch... Do not update GNOME during a release cycle [result] Failed to update template-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.readthedocs-sphinx-ext, using log file: /var/log/nixpkgs-update/python311Packages.readthedocs-sphinx-ext/2024-03-04.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/2j8wcfpk1g90lm58w849dc1y8q9a8s1d-packages.json.drv building '/nix/store/2j8wcfpk1g90lm58w849dc1y8q9a8s1d-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 11242 > 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.pint, using log file: /var/log/nixpkgs-update/python311Packages.pint/2024-03-04.log python311Packages.pint 0 -> 1 attrpath: python311Packages.pint Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/20blh2vs3ldmphgdsyznsmimf0frphi7-packages.json.drv building '/nix/store/20blh2vs3ldmphgdsyznsmimf0frphi7-packages.json.drv'... Going to be running update for following packages: - python3.11-pint-0.23 Press Enter key to continue... Running update for: - python3.11-pint-0.23: UPDATING ... - python3.11-pint-0.23: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.pint 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath changedetection-io, using log file: /var/log/nixpkgs-update/changedetection-io/2024-03-04.log changedetection-io 0 -> 1 attrpath: changedetection-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/i2dkyknahz7p5qyjw7ddmyrp415ix2xg-packages.json.drv building '/nix/store/i2dkyknahz7p5qyjw7ddmyrp415ix2xg-packages.json.drv'... Going to be running update for following packages: - changedetection-io-0.45.14 Press Enter key to continue... Running update for: - changedetection-io-0.45.14: UPDATING ... - changedetection-io-0.45.14: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update changedetection-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.pysiaalarm, using log file: /var/log/nixpkgs-update/python311Packages.pysiaalarm/2024-03-04.log python311Packages.pysiaalarm 0 -> 1 attrpath: python311Packages.pysiaalarm Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/fa4q1gjjq5bymyzh2721pk2a60kwygcc-packages.json.drv building '/nix/store/fa4q1gjjq5bymyzh2721pk2a60kwygcc-packages.json.drv'... Going to be running update for following packages: - python3.11-pysiaalarm-3.1.1 Press Enter key to continue... Running update for: - python3.11-pysiaalarm-3.1.1: UPDATING ... - python3.11-pysiaalarm-3.1.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.pysiaalarm 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.aioqsw, using log file: /var/log/nixpkgs-update/python311Packages.aioqsw/2024-03-04.log python311Packages.aioqsw 0 -> 1 attrpath: python311Packages.aioqsw Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/8i02awdhppii174ml17mycha49s07md1-packages.json.drv building '/nix/store/8i02awdhppii174ml17mycha49s07md1-packages.json.drv'... Going to be running update for following packages: - python3.11-aioqsw-0.3.5 Press Enter key to continue... Running update for: - python3.11-aioqsw-0.3.5: UPDATING ... - python3.11-aioqsw-0.3.5: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.aioqsw 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath libdrm, using log file: /var/log/nixpkgs-update/libdrm/2024-03-04.log libdrm 0 -> 1 attrpath: libdrm Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/kx6qi62lcs758pq70046c00csprgv06p-packages.json.drv building '/nix/store/kx6qi62lcs758pq70046c00csprgv06p-packages.json.drv'... Going to be running update for following packages: - libdrm-2.4.120 Press Enter key to continue... Running update for: - libdrm-2.4.120: UPDATING ... - libdrm-2.4.120: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update libdrm 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_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-03-04.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/62fm7r6175k2bgvhc19hn9bdhw90wa3n-nix-2.18.1/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-03-04.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/0paaxrjlz0yc58hr0l1g3y09saszqsvr-packages.json.drv building '/nix/store/0paaxrjlz0yc58hr0l1g3y09saszqsvr-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 python311Packages.tls-parser, using log file: /var/log/nixpkgs-update/python311Packages.tls-parser/2024-03-04.log python311Packages.tls-parser 0 -> 1 attrpath: python311Packages.tls-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/6c30ma6mk862ry24dkw9cmpb51qyrv53-packages.json.drv building '/nix/store/6c30ma6mk862ry24dkw9cmpb51qyrv53-packages.json.drv'... Going to be running update for following packages: - python3.11-tls-parser-2.0.1 Press Enter key to continue... Running update for: - python3.11-tls-parser-2.0.1: UPDATING ... - python3.11-tls-parser-2.0.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.tls-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 wargus, using log file: /var/log/nixpkgs-update/wargus/2024-03-04.log wargus 3.3.1 -> 3.3.2 https://github.com/wargus/wargus/releases attrpath: wargus Checking auto update branch... No auto update branch exists Old version 3.3.1" not present in master derivation file with contents: { stdenv, lib, callPackage, fetchFromGitHub , fetchurl, runCommand, unzip, bchunk, p7zip , cmake, pkg-config, makeWrapper , zlib, bzip2, libpng , dialog, python3, cdparanoia, ffmpeg }: let stratagus = callPackage ./stratagus.nix {}; dataDownload = fetchurl { url = "https://archive.org/download/warcraft-ii-tides-of-darkness_202105/Warcess.zip"; sha256 = "0yxgvf8xpv1w2bjmny4a38pa3xcdgqckk9abj21ilkc5zqzqmm9b"; }; data = runCommand "warcraft2" { buildInputs = [ unzip bchunk p7zip ]; meta.license = lib.licenses.unfree; } '' unzip ${dataDownload} "Warcraft.II.Tides.of.Darkness/Warcraft II - Tides of Darkness (1995)/games/WarcrafD/cd/"{WC2BTDP.img,WC2BTDP.cue} bchunk "Warcraft.II.Tides.of.Darkness/Warcraft II - Tides of Darkness (1995)/games/WarcrafD/cd/"{WC2BTDP.img,WC2BTDP.cue} WC2BTDP rm -r Warcraft.II.Tides.of.Darkness 7z x WC2BTDP01.iso rm WC2BTDP*.{iso,cdr} cp -r DATA $out ''; in stdenv.mkDerivation rec { pname = "wargus"; inherit (stratagus) version; src = fetchFromGitHub { owner = "wargus"; repo = "wargus"; rev = "v${version}"; sha256 = "sha256-yJeMFxCD0ikwVPQApf+IBuMQ6eOjn1fVKNmqh6r760c="; }; nativeBuildInputs = [ cmake pkg-config makeWrapper ffmpeg ]; buildInputs = [ zlib bzip2 libpng ]; cmakeFlags = [ "-DSTRATAGUS=${stratagus}/games/stratagus" "-DSTRATAGUS_INCLUDE_DIR=${stratagus.src}/gameheaders" ]; postInstall = '' makeWrapper $out/games/wargus $out/bin/wargus \ --prefix PATH : ${lib.makeBinPath [ "$out" ]} substituteInPlace $out/share/applications/wargus.desktop \ --replace $out/games/wargus $out/bin/wargus $out/bin/wartool -v -r ${data} $out/share/games/stratagus/wargus ln -s $out/share/games/stratagus/wargus/{contrib/black_title.png,graphics/ui/black_title.png} ''; meta = with lib; { description = "Importer and scripts for Warcraft II: Tides of Darkness, the expansion Beyond the Dark Portal, and Aleonas Tales"; homepage = "https://wargus.github.io/"; license = licenses.gpl2Only; maintainers = [ maintainers.astro ]; platforms = platforms.linux; }; } [result] Failed to update wargus 3.3.1 -> 3.3.2 https://github.com/wargus/wargus/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.scrapy-deltafetch, using log file: /var/log/nixpkgs-update/python311Packages.scrapy-deltafetch/2024-03-04.log python311Packages.scrapy-deltafetch 0 -> 1 attrpath: python311Packages.scrapy-deltafetch Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/qc5kd6hzis2sy562ffj00bvzzglbsmfl-packages.json.drv building '/nix/store/qc5kd6hzis2sy562ffj00bvzzglbsmfl-packages.json.drv'... Going to be running update for following packages: - python3.11-scrapy-deltafetch-2.0.1 Press Enter key to continue... Running update for: - python3.11-scrapy-deltafetch-2.0.1: UPDATING ... - python3.11-scrapy-deltafetch-2.0.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.scrapy-deltafetch 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath openlibm, using log file: /var/log/nixpkgs-update/openlibm/2024-03-04.log openlibm 0.8.1 -> 0.8.2 https://github.com/JuliaLang/openlibm/releases attrpath: openlibm Checking auto update branch... An auto update branch exists with message `openlibm: 0.8.1 -> 0.8.2`. New version is 0.8.2. An auto update branch exists with an equal or greater version [result] Failed to update openlibm 0.8.1 -> 0.8.2 https://github.com/JuliaLang/openlibm/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath re-flex, using log file: /var/log/nixpkgs-update/re-flex/2024-03-04.log re-flex 3.5.1 -> 4.0.1 https://github.com/Genivia/RE-flex/releases attrpath: re-flex Checking auto update branch... An auto update branch exists with message `re-flex: 3.5.1 -> 4.0.1`. New version is 4.0.1. An auto update branch exists with an equal or greater version [result] Failed to update re-flex 3.5.1 -> 4.0.1 https://github.com/Genivia/RE-flex/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath whipper, using log file: /var/log/nixpkgs-update/whipper/2024-03-04.log whipper 0 -> 1 attrpath: whipper 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/xmzrw73capwfnw524bz1mf1x0pi53dj8-packages.json.drv building '/nix/store/xmzrw73capwfnw524bz1mf1x0pi53dj8-packages.json.drv'... Going to be running update for following packages: - whipper-0.10.0 Press Enter key to continue... Running update for: - whipper-0.10.0: UPDATING ... - whipper-0.10.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update whipper 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.fire, using log file: /var/log/nixpkgs-update/python311Packages.fire/2024-03-04.log python311Packages.fire 0 -> 1 attrpath: python311Packages.fire 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/n89sdglr1pvnwjd4hrglpwjbajnc6ryj-packages.json.drv building '/nix/store/n89sdglr1pvnwjd4hrglpwjbajnc6ryj-packages.json.drv'... Going to be running update for following packages: - python3.11-fire-0.5.0 Press Enter key to continue... Running update for: - python3.11-fire-0.5.0: UPDATING ... - python3.11-fire-0.5.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.fire 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.alexapy, using log file: /var/log/nixpkgs-update/python311Packages.alexapy/2024-03-04.log python311Packages.alexapy 0 -> 1 attrpath: python311Packages.alexapy Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/91g5ljbwk16pbm77ap89q269gnjyfx9k-packages.json.drv building '/nix/store/91g5ljbwk16pbm77ap89q269gnjyfx9k-packages.json.drv'... Going to be running update for following packages: - python3.11-alexapy-1.27.10 Press Enter key to continue... Running update for: - python3.11-alexapy-1.27.10: UPDATING ... - python3.11-alexapy-1.27.10: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.alexapy 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.tblite, using log file: /var/log/nixpkgs-update/python311Packages.tblite/2024-03-04.log python311Packages.tblite 0 -> 1 attrpath: python311Packages.tblite 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/jqgv667rs9263gxyk8qcb5fs6phkxq50-packages.json.drv building '/nix/store/jqgv667rs9263gxyk8qcb5fs6phkxq50-packages.json.drv'... Going to be running update for following packages: - python3.11-tblite-0.3.0 Press Enter key to continue... Running update for: - python3.11-tblite-0.3.0: UPDATING ... - python3.11-tblite-0.3.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.tblite 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_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-multi-writer, using log file: /var/log/nixpkgs-update/gnome-multi-writer/2024-03-04.log gnome-multi-writer 0 -> 1 attrpath: gnome-multi-writer Checking auto update branch... Do not update GNOME during a release cycle [result] Failed to update gnome-multi-writer 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.mpv, using log file: /var/log/nixpkgs-update/python311Packages.mpv/2024-03-04.log python311Packages.mpv 0 -> 1 attrpath: python311Packages.mpv Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/65cwrglxhjp8nl2wz1j9hiwzic5jn6hh-packages.json.drv building '/nix/store/65cwrglxhjp8nl2wz1j9hiwzic5jn6hh-packages.json.drv'... Going to be running update for following packages: - python3.11-mpv-1.0.4 Press Enter key to continue... Running update for: - python3.11-mpv-1.0.4: UPDATING ... - python3.11-mpv-1.0.4: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.mpv 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath cvs2svn, using log file: /var/log/nixpkgs-update/cvs2svn/2024-03-04.log cvs2svn 0 -> 1 attrpath: cvs2svn Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/kdw50vbcxvymcayz9c1mxbyv5aacn43n-packages.json.drv building '/nix/store/kdw50vbcxvymcayz9c1mxbyv5aacn43n-packages.json.drv'... Going to be running update for following packages: - cvs2svn-2.5.0 Press Enter key to continue... Running update for: - cvs2svn-2.5.0: UPDATING ... - cvs2svn-2.5.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update cvs2svn 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath tebreak, using log file: /var/log/nixpkgs-update/tebreak/2024-03-04.log tebreak 0 -> 1 attrpath: tebreak Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/c2ssrw4zll71jihbmyw7yy6p0cis7k11-packages.json.drv building '/nix/store/c2ssrw4zll71jihbmyw7yy6p0cis7k11-packages.json.drv'... Going to be running update for following packages: - tebreak-1.1 Press Enter key to continue... Running update for: - tebreak-1.1: UPDATING ... - tebreak-1.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update tebreak 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.smmap, using log file: /var/log/nixpkgs-update/python311Packages.smmap/2024-03-04.log python311Packages.smmap 0 -> 1 attrpath: python311Packages.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/qnnccsmdkzdikap3ldpb0vr3jkkdlx6c-packages.json.drv building '/nix/store/qnnccsmdkzdikap3ldpb0vr3jkkdlx6c-packages.json.drv'... Going to be running update for following packages: - python3.11-smmap-6.0.0 Press Enter key to continue... Running update for: - python3.11-smmap-6.0.0: UPDATING ... - python3.11-smmap-6.0.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.smmap 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.faker, using log file: /var/log/nixpkgs-update/python311Packages.faker/2024-03-04.log python311Packages.faker 0 -> 1 attrpath: python311Packages.faker Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/kjadpksms90raqsnzr15dagrcx274gk0-packages.json.drv building '/nix/store/kjadpksms90raqsnzr15dagrcx274gk0-packages.json.drv'... Going to be running update for following packages: - python3.11-faker-20.1.0 Press Enter key to continue... Running update for: - python3.11-faker-20.1.0: UPDATING ... - python3.11-faker-20.1.0: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/faker/default.nix b/pkgs/development/python-modules/faker/default.nix index 68e0e4e3b5ea..aef5d51b0553 100644 --- a/pkgs/development/python-modules/faker/default.nix +++ b/pkgs/development/python-modules/faker/default.nix @@ -13,13 +13,13 @@ buildPythonPackage rec { pname = "faker"; - version = "20.1.0"; + version = "23.3.0"; pyproject = true; src = fetchPypi { pname = "Faker"; inherit version; - hash = "sha256-Vio6CcPtOhp7IOE9efkE39/F50D3KBPs+V5M9x5aL1I="; + hash = "sha256-RY2TWA3jRAOo3sHo1ea+L+6WxN7KY7ldcd96aoCmkN4="; }; nativeBuildInputs = [ No auto update branch exists [outpaths] eval start [outpaths] eval end Python package with too many package rebuilds 5179 > 25 [result] Failed to update python311Packages.faker 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_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-03-04.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 flameshot, using log file: /var/log/nixpkgs-update/flameshot/2024-03-04.log flameshot 0 -> 1 attrpath: flameshot 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/w7vnkr4r40984jpwmzhfsaw1aflkaxdf-packages.json.drv building '/nix/store/w7vnkr4r40984jpwmzhfsaw1aflkaxdf-packages.json.drv'... Going to be running update for following packages: - flameshot-12.1.0 Press Enter key to continue... Running update for: - flameshot-12.1.0: UPDATING ... - flameshot-12.1.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update flameshot 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath box2d, using log file: /var/log/nixpkgs-update/box2d/2024-03-04.log box2d 2.3.1 -> 2.4.1 https://github.com/erincatto/box2d/releases attrpath: box2d Checking auto update branch... No auto update branch exists There might already be an open PR for this update: - box2d: 2.3.1 -> 2.4.1 URL "https://api.github.com/repos/NixOS/nixpkgs/issues/278856" [result] Failed to update box2d 2.3.1 -> 2.4.1 https://github.com/erincatto/box2d/releases [options] github_user: r-ryantm, pull_request: YES, batch_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-indicator-nightlight, using log file: /var/log/nixpkgs-update/pantheon.wingpanel-indicator-nightlight/2024-03-04.log pantheon.wingpanel-indicator-nightlight 0 -> 1 attrpath: pantheon.wingpanel-indicator-nightlight Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/8h71mya6qnrwywb6n8jmg8mk8zy3x8mc-packages.json.drv building '/nix/store/8h71mya6qnrwywb6n8jmg8mk8zy3x8mc-packages.json.drv'... Going to be running update for following packages: - wingpanel-indicator-nightlight-2.1.2 Press Enter key to continue... Running update for: - wingpanel-indicator-nightlight-2.1.2: UPDATING ... - wingpanel-indicator-nightlight-2.1.2: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update pantheon.wingpanel-indicator-nightlight 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_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.gd, using log file: /var/log/nixpkgs-update/aspellDicts.gd/2024-03-04.log aspellDicts.gd 0 -> 1 attrpath: aspellDicts.gd 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/ypmbjb6z5w2d9np0q4p0s8kfjspfvm4n-update-aspellDict-gd.drv /nix/store/rz2hp3hzb8zwsf5yxslg6gmi69a6cpbd-packages.json.drv building '/nix/store/ypmbjb6z5w2d9np0q4p0s8kfjspfvm4n-update-aspellDict-gd.drv'... building '/nix/store/rz2hp3hzb8zwsf5yxslg6gmi69a6cpbd-packages.json.drv'... Going to be running update for following packages: - aspell-dict-gd-0.1.1-1 Press Enter key to continue... Running update for: - aspell-dict-gd-0.1.1-1: UPDATING ... - aspell-dict-gd-0.1.1-1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update aspellDicts.gd 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath cacert, using log file: /var/log/nixpkgs-update/cacert/2024-03-04.log cacert 0 -> 1 attrpath: cacert Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/90b4yzvylspmcss0i8ya984c1ismwbvf-packages.json.drv building '/nix/store/90b4yzvylspmcss0i8ya984c1ismwbvf-packages.json.drv'... Going to be running update for following packages: - nss-cacert-3.98 Press Enter key to continue... Running update for: - nss-cacert-3.98: UPDATING ... - nss-cacert-3.98: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update cacert 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.mailmanclient, using log file: /var/log/nixpkgs-update/python311Packages.mailmanclient/2024-03-04.log python311Packages.mailmanclient 0 -> 1 attrpath: python311Packages.mailmanclient Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/ysqgx0lbad04lwj89jp3r8c2m0hll9kx-packages.json.drv building '/nix/store/ysqgx0lbad04lwj89jp3r8c2m0hll9kx-packages.json.drv'... Going to be running update for following packages: - python3.11-mailmanclient-3.3.5 Press Enter key to continue... Running update for: - python3.11-mailmanclient-3.3.5: UPDATING ... - python3.11-mailmanclient-3.3.5: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.mailmanclient 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath numix-gtk-theme, using log file: /var/log/nixpkgs-update/numix-gtk-theme/2024-03-04.log numix-gtk-theme 0 -> 1 attrpath: numix-gtk-theme Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Failed with exit code 1 this derivation will be built: /nix/store/qk3sbr8avbvvygn85msav4mkcaw49v94-packages.json.drv building '/nix/store/qk3sbr8avbvvygn85msav4mkcaw49v94-packages.json.drv'... Going to be running update for following packages: - numix-gtk-theme-unstable-2021-06-08 Press Enter key to continue... Running update for: - numix-gtk-theme-unstable-2021-06-08: UPDATING ... - numix-gtk-theme-unstable-2021-06-08: ERROR --- SHOWING ERROR LOG FOR numix-gtk-theme-unstable-2021-06-08 ---------------------- + 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=numix-gtk-theme-unstable-2021-06-08 + [[ -n '' ]] + pname=numix-gtk-theme + [[ -n '' ]] + version=unstable-2021-06-08 + [[ -n '' ]] + attr_path=numix-gtk-theme + echo '# numix-gtk-theme-unstable-2021-06-08' ++ sh -c '/nix/store/yvv66ksascjwzg8ncc34rm295isn51gv-common-updater-scripts/bin/list-git-tags --pname=numix-gtk-theme --attr-path=numix-gtk-theme --file="update-git-commits.txt"' + tags='2.6.0 2.6.1 2.6.2 2.6.3 2.6.4 2.6.5 2.6.6 2.6.7 gtk-3.10 gtk-3.12 v1.0 v1.1 v1.2 v1.3 v1.4 v1.5 v1.6 v1.7 v1.8 v1.9 v2.0 v2.1 v2.2 v2.2.1 v2.2.2 v2.2.3 v2.3 v2.4 v2.5 v2.5.1 v2.5.2' + for tag in $tags + echo '# found numix-gtk-theme version: 2.6.0' + for tag in $tags + echo '# found numix-gtk-theme version: 2.6.1' + for tag in $tags + echo '# found numix-gtk-theme version: 2.6.2' + for tag in $tags + echo '# found numix-gtk-theme version: 2.6.3' + for tag in $tags + echo '# found numix-gtk-theme version: 2.6.4' + for tag in $tags + echo '# found numix-gtk-theme version: 2.6.5' + for tag in $tags + echo '# found numix-gtk-theme version: 2.6.6' + for tag in $tags + echo '# found numix-gtk-theme version: 2.6.7' + for tag in $tags + echo '# found numix-gtk-theme version: gtk-3.10' + for tag in $tags + echo '# found numix-gtk-theme version: gtk-3.12' + for tag in $tags + echo '# found numix-gtk-theme version: v1.0' + for tag in $tags + echo '# found numix-gtk-theme version: v1.1' + for tag in $tags + echo '# found numix-gtk-theme version: v1.2' + for tag in $tags + echo '# found numix-gtk-theme version: v1.3' + for tag in $tags + echo '# found numix-gtk-theme version: v1.4' + for tag in $tags + echo '# found numix-gtk-theme version: v1.5' + for tag in $tags + echo '# found numix-gtk-theme version: v1.6' + for tag in $tags + echo '# found numix-gtk-theme version: v1.7' + for tag in $tags + echo '# found numix-gtk-theme version: v1.8' + for tag in $tags + echo '# found numix-gtk-theme version: v1.9' + for tag in $tags + echo '# found numix-gtk-theme version: v2.0' + for tag in $tags + echo '# found numix-gtk-theme version: v2.1' + for tag in $tags + echo '# found numix-gtk-theme version: v2.2' + for tag in $tags + echo '# found numix-gtk-theme version: v2.2.1' + for tag in $tags + echo '# found numix-gtk-theme version: v2.2.2' + for tag in $tags + echo '# found numix-gtk-theme version: v2.2.3' + for tag in $tags + echo '# found numix-gtk-theme version: v2.3' + for tag in $tags + echo '# found numix-gtk-theme version: v2.4' + for tag in $tags + echo '# found numix-gtk-theme version: v2.5' + for tag in $tags + echo '# found numix-gtk-theme version: v2.5.1' + for tag in $tags + echo '# found numix-gtk-theme version: v2.5.2' + '[' -n '' ']' ++ echo '2.6.0 2.6.1 2.6.2 2.6.3 2.6.4 2.6.5 2.6.6 2.6.7 gtk-3.10 gtk-3.12 v1.0 v1.1 v1.2 v1.3 v1.4 v1.5 v1.6 v1.7 v1.8 v1.9 v2.0 v2.1 v2.2 v2.2.1 v2.2.2 v2.2.3 v2.3 v2.4 v2.5 v2.5.1 v2.5.2' ++ /nix/store/11b3chszacfr9liy829xqknzp3q88iji-gnugrep-3.11/bin/grep '^[0-9]' + tags='2.6.0 2.6.1 2.6.2 2.6.3 2.6.4 2.6.5 2.6.6 2.6.7' ++ echo '2.6.0 2.6.1 2.6.2 2.6.3 2.6.4 2.6.5 2.6.6 2.6.7' ++ /nix/store/x1xcjw5628crkk1pwr12y7nwbzkc3969-coreutils-9.4/bin/sort --reverse --version-sort + tags='2.6.7 2.6.6 2.6.5 2.6.4 2.6.3 2.6.2 2.6.1 2.6.0' + for latest_tag in $tags + version_is_ignored 2.6.7 + local tag=2.6.7 + '[' -n '' ']' + version_is_unstable 2.6.7 + local tag=2.6.7 + local enforce= + '[' -n '' -o -n '' ']' + '[' -n '' -o -n '' ']' + return 1 + version_is_unstable 2.6.7 enforce + local tag=2.6.7 + local enforce=enforce + '[' -n '' -o -n enforce ']' ++ echo 2.6.7 ++ /nix/store/y1y3rml47qnh0giqd32mj07qxxqy13qg-gnused-4.9/bin/sed -rne 's,^[0-9]+\.([0-9]+).*,\1,p' + local minor=6 + '[' 0 -eq 1 ']' + '[' -n '' -o -n enforce ']' ++ echo 2.6.7 ++ /nix/store/y1y3rml47qnh0giqd32mj07qxxqy13qg-gnused-4.9/bin/sed -rne 's,^[0-9]+\.[0-9]+\.([0-9]+).*$,\1,p' + local patchlevel=7 + (( patchlevel >= 90 )) + return 1 + break + '[' -n 2.6.7 ']' + '[' unstable-2021-06-08 '!=' 2.6.7 ']' ++ EDITOR=echo ++ /nix/store/62fm7r6175k2bgvhc19hn9bdhw90wa3n-nix-2.18.1/bin/nix edit --extra-experimental-features nix-command -f. numix-gtk-theme + pfile=/var/cache/nixpkgs-update/worker/worktree/numix-gtk-theme/pkgs/data/themes/numix/default.nix + echo ' git add /var/cache/nixpkgs-update/worker/worktree/numix-gtk-theme/pkgs/data/themes/numix/default.nix ' + echo ' git commit -m '\''numix-gtk-theme: unstable-2021-06-08 -> 2.6.7'\''' + /nix/store/yvv66ksascjwzg8ncc34rm295isn51gv-common-updater-scripts/bin/update-source-version --print-changes numix-gtk-theme 2.6.7 update-source-version: error: Both the old and new source hashes of 'numix-gtk-theme.src' were equivalent. Please fix the package's source URL to be dependent on '${version}'! --- SHOWING ERROR LOG FOR numix-gtk-theme-unstable-2021-06-08 ---------------------- The update script for numix-gtk-theme-unstable-2021-06-08 failed with exit code 1 [result] Failed to update numix-gtk-theme 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.bnnumerizer, using log file: /var/log/nixpkgs-update/python311Packages.bnnumerizer/2024-03-04.log python311Packages.bnnumerizer 0 -> 1 attrpath: python311Packages.bnnumerizer Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/1nq1abkg6pyji5k009lva6nrgjiq88aa-packages.json.drv building '/nix/store/1nq1abkg6pyji5k009lva6nrgjiq88aa-packages.json.drv'... Going to be running update for following packages: - python3.11-bnnumerizer-0.0.2 Press Enter key to continue... Running update for: - python3.11-bnnumerizer-0.0.2: UPDATING ... - python3.11-bnnumerizer-0.0.2: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.bnnumerizer 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: 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-odoo-contrib, using log file: /var/log/nixpkgs-update/python311Packages.click-odoo-contrib/2024-03-04.log python311Packages.click-odoo-contrib 0 -> 1 attrpath: python311Packages.click-odoo-contrib Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/6mqbhhlmwvl6q42wrkmpywxprfwwcwf8-packages.json.drv building '/nix/store/6mqbhhlmwvl6q42wrkmpywxprfwwcwf8-packages.json.drv'... Going to be running update for following packages: - python3.11-click-odoo-contrib-1.18.1 Press Enter key to continue... Running update for: - python3.11-click-odoo-contrib-1.18.1: UPDATING ... - python3.11-click-odoo-contrib-1.18.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.click-odoo-contrib 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.pysmartthings, using log file: /var/log/nixpkgs-update/python311Packages.pysmartthings/2024-03-04.log python311Packages.pysmartthings 0 -> 1 attrpath: python311Packages.pysmartthings Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/9cn13qyy4qbgmkzjw52kz68ph88sjp6i-packages.json.drv building '/nix/store/9cn13qyy4qbgmkzjw52kz68ph88sjp6i-packages.json.drv'... Going to be running update for following packages: - python3.11-pysmartthings-0.7.8 Press Enter key to continue... Running update for: - python3.11-pysmartthings-0.7.8: UPDATING ... - python3.11-pysmartthings-0.7.8: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.pysmartthings 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_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.igbinary, using log file: /var/log/nixpkgs-update/php81Extensions.igbinary/2024-03-04.log php81Extensions.igbinary 0 -> 1 attrpath: php81Extensions.igbinary Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Failed with exit code 1 this derivation will be built: /nix/store/pd55j3csbaaxsx0m6hs83im6dnnlpm1k-packages.json.drv building '/nix/store/pd55j3csbaaxsx0m6hs83im6dnnlpm1k-packages.json.drv'... Going to be running update for following packages: - php-igbinary-3.2.14 Press Enter key to continue... Running update for: - php-igbinary-3.2.14: UPDATING ... - php-igbinary-3.2.14: ERROR --- SHOWING ERROR LOG FOR php-igbinary-3.2.14 ---------------------- Traceback (most recent call last): File "/nix/store/8iq9mwxyzyamsnyrsbgscvflq60n55hm-nix-update-1.2.0/bin/.nix-update-wrapped", line 9, in sys.exit(main()) ^^^^^^ File "/nix/store/8iq9mwxyzyamsnyrsbgscvflq60n55hm-nix-update-1.2.0/lib/python3.11/site-packages/nix_update/__init__.py", line 291, in main package = update(options) ^^^^^^^^^^^^^^^ File "/nix/store/8iq9mwxyzyamsnyrsbgscvflq60n55hm-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/8iq9mwxyzyamsnyrsbgscvflq60n55hm-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/8iq9mwxyzyamsnyrsbgscvflq60n55hm-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-igbinary-3.2.14 ---------------------- The update script for php-igbinary-3.2.14 failed with exit code 1 [result] Failed to update php81Extensions.igbinary 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.pyuseragents, using log file: /var/log/nixpkgs-update/python311Packages.pyuseragents/2024-03-04.log python311Packages.pyuseragents 0 -> 1 attrpath: python311Packages.pyuseragents Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/739860mn3fl9fhqlshj6c4z26lazmsjk-packages.json.drv building '/nix/store/739860mn3fl9fhqlshj6c4z26lazmsjk-packages.json.drv'... Going to be running update for following packages: - python3.11-pyuseragents-1.0.5 Press Enter key to continue... Running update for: - python3.11-pyuseragents-1.0.5: UPDATING ... - python3.11-pyuseragents-1.0.5: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.pyuseragents 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath font-awesome_5, using log file: /var/log/nixpkgs-update/font-awesome_5/2024-03-04.log font-awesome_5 5.15.4 -> 6.5.1 https://github.com/FortAwesome/Font-Awesome/releases attrpath: font-awesome_5 Checking auto update branch... No auto update branch exists Version in attr path font-awesome_5 not compatible with 6.5.1 [result] Failed to update font-awesome_5 5.15.4 -> 6.5.1 https://github.com/FortAwesome/Font-Awesome/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.betamax-serializers, using log file: /var/log/nixpkgs-update/python311Packages.betamax-serializers/2024-03-04.log python311Packages.betamax-serializers 0 -> 1 attrpath: python311Packages.betamax-serializers Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/hyav6r5bpcpnx583acdpk3xq16g22wgw-packages.json.drv building '/nix/store/hyav6r5bpcpnx583acdpk3xq16g22wgw-packages.json.drv'... Going to be running update for following packages: - python3.11-betamax-serializers-0.2.1 Press Enter key to continue... Running update for: - python3.11-betamax-serializers-0.2.1: UPDATING ... - python3.11-betamax-serializers-0.2.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.betamax-serializers 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath lvmsync, using log file: /var/log/nixpkgs-update/lvmsync/2024-03-04.log lvmsync 0 -> 1 attrpath: lvmsync Checking auto update branch... Derivation contains bundlerEnv [result] Failed to update lvmsync 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.py3rijndael, using log file: /var/log/nixpkgs-update/python311Packages.py3rijndael/2024-03-04.log python311Packages.py3rijndael 0 -> 1 attrpath: python311Packages.py3rijndael Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/w1hkqjz715y3b39krnycj5bkvdjp80bm-packages.json.drv building '/nix/store/w1hkqjz715y3b39krnycj5bkvdjp80bm-packages.json.drv'... Going to be running update for following packages: - python3.11-py3rijndael-0.3.3 Press Enter key to continue... Running update for: - python3.11-py3rijndael-0.3.3: UPDATING ... - python3.11-py3rijndael-0.3.3: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.py3rijndael 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath klayout, using log file: /var/log/nixpkgs-update/klayout/2024-03-04.log klayout 0.28.12 -> 0.28.17 https://github.com/KLayout/klayout/releases attrpath: klayout 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/klayout/default.nix b/pkgs/applications/misc/klayout/default.nix index a119dc6633f2..bb5deec342b4 100644 --- a/pkgs/applications/misc/klayout/default.nix +++ b/pkgs/applications/misc/klayout/default.nix @@ -5,13 +5,13 @@ mkDerivation rec { pname = "klayout"; - version = "0.28.12"; + version = "0.28.17"; src = fetchFromGitHub { owner = "KLayout"; repo = "klayout"; rev = "v${version}"; - hash = "sha256-QvEoXKJ9sH5WIarYPsYEWwoFwA/pZa2etegA+AD8rPo="; + hash = "sha256-0n4lEhDbZpsdLTQ/DjnR47HdAM/afXtKm8sNgZZ7myo="; }; postPatch = '' [outpaths] eval start [outpaths] eval end Received ExitFailure 1 when running Raw command: /nix/store/62fm7r6175k2bgvhc19hn9bdhw90wa3n-nix-2.18.1/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A klayout nix build failed. make[1]: Leaving directory '/build/source/build-release/icons' make: *** [Makefile:623: sub-icons-make_first] Error 2 make: *** Waiting for unfinished jobs.... g++ -c -pipe -std=c++11 -fvisibility=hidden -O2 -Wall -Wextra -pedantic -Woverloaded-virtual -Wsynth -Wno-deprecated -Wno-long-long -Wno-strict-aliasing -Wno-deprecated-declarations -D_REENTRANT -fPIC -DHAVE_QTBINDINGS -DHAVE_PYTHON -DHAVE_GIT2 -DHAVE_RUBY -DHAVE_RUBY_VERSION_CODE=30104 -DHAVE_QT -DHAVE_QT_UITOOLS -DHAVE_QT_NETWORK -DHAVE_QT_SQL -DHAVE_QT_SVG -DHAVE_QT_PRINTSUPPORT -DHAVE_QT_MULTIMEDIA -DHAVE_QT_DESIGNER -DHAVE_QT_XML -DKLAYOUT_VERSION=0.28.17 -DKLAYOUT_VERSION_REV=LatestSourcePackage -DKLAYOUT_VERSION_DATE=2024-03-04 -DKLAYOUT_MAJOR_VERSION=0 -DKLAYOUT_MINOR_VERSION=28 -DKLAYOUT_TINY_VERSION=17 -DMAKE_DOC_LIBRARY -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_DESIGNER_LIB -DQT_UIPLUGIN_LIB -DQT_MULTIMEDIAWIDGETS_LIB -DQT_SVG_LIB -DQT_UITOOLS_LIB -DQT_WIDGETS_LIB -DQT_MULTIMEDIA_LIB -DQT_GUI_LIB -DQT_XML_LIB -DQT_XMLPATTERNS_LIB -DQT_NETWORK_LIB -DQT_SQL_LIB -DQT_CORE_LIB -I../../src/doc -I/build/source/build-release/doc -I/nix/store/872qvykamikx33ljkckvn0a8n7r7xpcz-qtbase-5.15.12-dev/include/QtPrintSupport -I/nix/store/yafwnsvp9v64hqmhir0ayp2rhqhlxp5n-qttools-5.15.12-dev/include/QtDesigner -I/nix/store/yafwnsvp9v64hqmhir0ayp2rhqhlxp5n-qttools-5.15.12-dev/include/QtUiPlugin -I/nix/store/bd1k839x96d13sbr2x4whcz210qfl8vs-qtmultimedia-5.15.12-dev/include/QtMultimediaWidgets -I/nix/store/cvlnyqcgj1hma160zx9c00v6izni8kc7-qtsvg-5.15.12-dev/include/QtSvg -I/nix/store/yafwnsvp9v64hqmhir0ayp2rhqhlxp5n-qttools-5.15.12-dev/include/QtUiTools -I/nix/store/872qvykamikx33ljkckvn0a8n7r7xpcz-qtbase-5.15.12-dev/include/QtWidgets -I/nix/store/bd1k839x96d13sbr2x4whcz210qfl8vs-qtmultimedia-5.15.12-dev/include/QtMultimedia -I/nix/store/872qvykamikx33ljkckvn0a8n7r7xpcz-qtbase-5.15.12-dev/include/QtGui -I/nix/store/872qvykamikx33ljkckvn0a8n7r7xpcz-qtbase-5.15.12-dev/include/QtXml -I/nix/store/cw18svsgllwja3dfarxb73l1q305qxbx-qtxmlpatterns-5.15.12-dev/include/QtXmlPatterns -I/nix/store/872qvykamikx33ljkckvn0a8n7r7xpcz-qtbase-5.15.12-dev/include/QtNetwork -I/nix/store/872qvykamikx33ljkckvn0a8n7r7xpcz-qtbase-5.15.12-dev/include/QtSql -I/nix/store/872qvykamikx33ljkckvn0a8n7r7xpcz-qtbase-5.15.12-dev/include/QtCore -I/build/source/build-release/doc -I/nix/store/ls29iy0k1lhvwnigkshm6yirsxr1jgn6-libglvnd-1.7.0-dev/include -I/nix/store/872qvykamikx33ljkckvn0a8n7r7xpcz-qtbase-5.15.12-dev/mkspecs/linux-g++ -o qrc_docDRCLVSResources.o qrc_docDRCLVSResources.cpp g++ -c -pipe -std=c++11 -fvisibility=hidden -O2 -Wall -Wextra -pedantic -Woverloaded-virtual -Wsynth -Wno-deprecated -Wno-long-long -Wno-strict-aliasing -Wno-deprecated-declarations -D_REENTRANT -fPIC -DHAVE_QTBINDINGS -DHAVE_PYTHON -DHAVE_GIT2 -DHAVE_RUBY -DHAVE_RUBY_VERSION_CODE=30104 -DHAVE_QT -DHAVE_QT_UITOOLS -DHAVE_QT_NETWORK -DHAVE_QT_SQL -DHAVE_QT_SVG -DHAVE_QT_PRINTSUPPORT -DHAVE_QT_MULTIMEDIA -DHAVE_QT_DESIGNER -DHAVE_QT_XML -DKLAYOUT_VERSION=0.28.17 -DKLAYOUT_VERSION_REV=LatestSourcePackage -DKLAYOUT_VERSION_DATE=2024-03-04 -DKLAYOUT_MAJOR_VERSION=0 -DKLAYOUT_MINOR_VERSION=28 -DKLAYOUT_TINY_VERSION=17 -DMAKE_TL_LIBRARY -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_DESIGNER_LIB -DQT_UIPLUGIN_LIB -DQT_MULTIMEDIAWIDGETS_LIB -DQT_SVG_LIB -DQT_UITOOLS_LIB -DQT_WIDGETS_LIB -DQT_MULTIMEDIA_LIB -DQT_GUI_LIB -DQT_XML_LIB -DQT_XMLPATTERNS_LIB -DQT_NETWORK_LIB -DQT_SQL_LIB -DQT_CORE_LIB -I../../../src/tl/tl -I/build/source/build-release/tl/tl -I/nix/store/872qvykamikx33ljkckvn0a8n7r7xpcz-qtbase-5.15.12-dev/include/QtPrintSupport -I/nix/store/yafwnsvp9v64hqmhir0ayp2rhqhlxp5n-qttools-5.15.12-dev/include/QtDesigner -I/nix/store/yafwnsvp9v64hqmhir0ayp2rhqhlxp5n-qttools-5.15.12-dev/include/QtUiPlugin -I/nix/store/bd1k839x96d13sbr2x4whcz210qfl8vs-qtmultimedia-5.15.12-dev/include/QtMultimediaWidgets -I/nix/store/cvlnyqcgj1hma160zx9c00v6izni8kc7-qtsvg-5.15.12-dev/include/QtSvg -I/nix/store/yafwnsvp9v64hqmhir0ayp2rhqhlxp5n-qttools-5.15.12-dev/include/QtUiTools -I/nix/store/872qvykamikx33ljkckvn0a8n7r7xpcz-qtbase-5.15.12-dev/include/QtWidgets -I/nix/store/bd1k839x96d13sbr2x4whcz210qfl8vs-qtmultimedia-5.15.12-dev/include/QtMultimedia -I/nix/store/872qvykamikx33ljkckvn0a8n7r7xpcz-qtbase-5.15.12-dev/include/QtGui -I/nix/store/872qvykamikx33ljkckvn0a8n7r7xpcz-qtbase-5.15.12-dev/include/QtXml -I/nix/store/cw18svsgllwja3dfarxb73l1q305qxbx-qtxmlpatterns-5.15.12-dev/include/QtXmlPatterns -I/nix/store/872qvykamikx33ljkckvn0a8n7r7xpcz-qtbase-5.15.12-dev/include/QtNetwork -I/nix/store/872qvykamikx33ljkckvn0a8n7r7xpcz-qtbase-5.15.12-dev/include/QtSql -I/nix/store/872qvykamikx33ljkckvn0a8n7r7xpcz-qtbase-5.15.12-dev/include/QtCore -I/build/source/build-release/tl/tl -I/nix/store/ls29iy0k1lhvwnigkshm6yirsxr1jgn6-libglvnd-1.7.0-dev/include -I/nix/store/872qvykamikx33ljkckvn0a8n7r7xpcz-qtbase-5.15.12-dev/mkspecs/linux-g++ -o tlEnv.o ../../../src/tl/tl/tlEnv.cc g++ -c -pipe -std=c++11 -fvisibility=hidden -O2 -Wall -Wextra -pedantic -Woverloaded-virtual -Wsynth -Wno-deprecated -Wno-long-long -Wno-strict-aliasing -Wno-deprecated-declarations -D_REENTRANT -fPIC -DHAVE_QTBINDINGS -DHAVE_PYTHON -DHAVE_GIT2 -DHAVE_RUBY -DHAVE_RUBY_VERSION_CODE=30104 -DHAVE_QT -DHAVE_QT_UITOOLS -DHAVE_QT_NETWORK -DHAVE_QT_SQL -DHAVE_QT_SVG -DHAVE_QT_PRINTSUPPORT -DHAVE_QT_MULTIMEDIA -DHAVE_QT_DESIGNER -DHAVE_QT_XML -DKLAYOUT_VERSION=0.28.17 -DKLAYOUT_VERSION_REV=LatestSourcePackage -DKLAYOUT_VERSION_DATE=2024-03-04 -DKLAYOUT_MAJOR_VERSION=0 -DKLAYOUT_MINOR_VERSION=28 -DKLAYOUT_TINY_VERSION=17 -DMAKE_TL_LIBRARY -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_DESIGNER_LIB -DQT_UIPLUGIN_LIB -DQT_MULTIMEDIAWIDGETS_LIB -DQT_SVG_LIB -DQT_UITOOLS_LIB -DQT_WIDGETS_LIB -DQT_MULTIMEDIA_LIB -DQT_GUI_LIB -DQT_XML_LIB -DQT_XMLPATTERNS_LIB -DQT_NETWORK_LIB -DQT_SQL_LIB -DQT_CORE_LIB -I../../../src/tl/tl -I/build/source/build-release/tl/tl -I/nix/store/872qvykamikx33ljkckvn0a8n7r7xpcz-qtbase-5.15.12-dev/include/QtPrintSupport -I/nix/store/yafwnsvp9v64hqmhir0ayp2rhqhlxp5n-qttools-5.15.12-dev/include/QtDesigner -I/nix/store/yafwnsvp9v64hqmhir0ayp2rhqhlxp5n-qttools-5.15.12-dev/include/QtUiPlugin -I/nix/store/bd1k839x96d13sbr2x4whcz210qfl8vs-qtmultimedia-5.15.12-dev/include/QtMultimediaWidgets -I/nix/store/cvlnyqcgj1hma160zx9c00v6izni8kc7-qtsvg-5.15.12-dev/include/QtSvg -I/nix/store/yafwnsvp9v64hqmhir0ayp2rhqhlxp5n-qttools-5.15.12-dev/include/QtUiTools -I/nix/store/872qvykamikx33ljkckvn0a8n7r7xpcz-qtbase-5.15.12-dev/include/QtWidgets -I/nix/store/bd1k839x96d13sbr2x4whcz210qfl8vs-qtmultimedia-5.15.12-dev/include/QtMultimedia -I/nix/store/872qvykamikx33ljkckvn0a8n7r7xpcz-qtbase-5.15.12-dev/include/QtGui -I/nix/store/872qvykamikx33ljkckvn0a8n7r7xpcz-qtbase-5.15.12-dev/include/QtXml -I/nix/store/cw18svsgllwja3dfarxb73l1q305qxbx-qtxmlpatterns-5.15.12-dev/include/QtXmlPatterns -I/nix/store/872qvykamikx33ljkckvn0a8n7r7xpcz-qtbase-5.15.12-dev/include/QtNetwork -I/nix/store/872qvykamikx33ljkckvn0a8n7r7xpcz-qtbase-5.15.12-dev/include/QtSql -I/nix/store/872qvykamikx33ljkckvn0a8n7r7xpcz-qtbase-5.15.12-dev/include/QtCore -I/build/source/build-release/tl/tl -I/nix/store/ls29iy0k1lhvwnigkshm6yirsxr1jgn6-libglvnd-1.7.0-dev/include -I/nix/store/872qvykamikx33ljkckvn0a8n7r7xpcz-qtbase-5.15.12-dev/mkspecs/linux-g++ -o tlGit.o ../../../src/tl/tl/tlGit.cc make[1]: Leaving directory '/build/source/build-release/fontgen' g++ -c -pipe -std=c++11 -fvisibility=hidden -O2 -Wall -Wextra -pedantic -Woverloaded-virtual -Wsynth -Wno-deprecated -Wno-long-long -Wno-strict-aliasing -Wno-deprecated-declarations -D_REENTRANT -fPIC -DHAVE_QTBINDINGS -DHAVE_PYTHON -DHAVE_GIT2 -DHAVE_RUBY -DHAVE_RUBY_VERSION_CODE=30104 -DHAVE_QT -DHAVE_QT_UITOOLS -DHAVE_QT_NETWORK -DHAVE_QT_SQL -DHAVE_QT_SVG -DHAVE_QT_PRINTSUPPORT -DHAVE_QT_MULTIMEDIA -DHAVE_QT_DESIGNER -DHAVE_QT_XML -DKLAYOUT_VERSION=0.28.17 -DKLAYOUT_VERSION_REV=LatestSourcePackage -DKLAYOUT_VERSION_DATE=2024-03-04 -DKLAYOUT_MAJOR_VERSION=0 -DKLAYOUT_MINOR_VERSION=28 -DKLAYOUT_TINY_VERSION=17 -DMAKE_TL_LIBRARY -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_DESIGNER_LIB -DQT_UIPLUGIN_LIB -DQT_MULTIMEDIAWIDGETS_LIB -DQT_SVG_LIB -DQT_UITOOLS_LIB -DQT_WIDGETS_LIB -DQT_MULTIMEDIA_LIB -DQT_GUI_LIB -DQT_XML_LIB -DQT_XMLPATTERNS_LIB -DQT_NETWORK_LIB -DQT_SQL_LIB -DQT_CORE_LIB -I../../../src/tl/tl -I/build/source/build-release/tl/tl -I/nix/store/872qvykamikx33ljkckvn0a8n7r7xpcz-qtbase-5.15.12-dev/include/QtPrintSupport -I/nix/store/yafwnsvp9v64hqmhir0ayp2rhqhlxp5n-qttools-5.15.12-dev/include/QtDesigner -I/nix/store/yafwnsvp9v64hqmhir0ayp2rhqhlxp5n-qttools-5.15.12-dev/include/QtUiPlugin -I/nix/store/bd1k839x96d13sbr2x4whcz210qfl8vs-qtmultimedia-5.15.12-dev/include/QtMultimediaWidgets -I/nix/store/cvlnyqcgj1hma160zx9c00v6izni8kc7-qtsvg-5.15.12-dev/include/QtSvg -I/nix/store/yafwnsvp9v64hqmhir0ayp2rhqhlxp5n-qttools-5.15.12-dev/include/QtUiTools -I/nix/store/872qvykamikx33ljkckvn0a8n7r7xpcz-qtbase-5.15.12-dev/include/QtWidgets -I/nix/store/bd1k839x96d13sbr2x4whcz210qfl8vs-qtmultimedia-5.15.12-dev/include/QtMultimedia -I/nix/store/872qvykamikx33ljkckvn0a8n7r7xpcz-qtbase-5.15.12-dev/include/QtGui -I/nix/store/872qvykamikx33ljkckvn0a8n7r7xpcz-qtbase-5.15.12-dev/include/QtXml -I/nix/store/cw18svsgllwja3dfarxb73l1q305qxbx-qtxmlpatterns-5.15.12-dev/include/QtXmlPatterns -I/nix/store/872qvykamikx33ljkckvn0a8n7r7xpcz-qtbase-5.15.12-dev/include/QtNetwork -I/nix/store/872qvykamikx33ljkckvn0a8n7r7xpcz-qtbase-5.15.12-dev/include/QtSql -I/nix/store/872qvykamikx33ljkckvn0a8n7r7xpcz-qtbase-5.15.12-dev/include/QtCore -I/build/source/build-release/tl/tl -I/nix/store/ls29iy0k1lhvwnigkshm6yirsxr1jgn6-libglvnd-1.7.0-dev/include -I/nix/store/872qvykamikx33ljkckvn0a8n7r7xpcz-qtbase-5.15.12-dev/mkspecs/linux-g++ -o tlHttpStreamQt.o ../../../src/tl/tl/tlHttpStreamQt.cc g++ -c -pipe -std=c++11 -fvisibility=hidden -O2 -Wall -Wextra -pedantic -Woverloaded-virtual -Wsynth -Wno-deprecated -Wno-long-long -Wno-strict-aliasing -Wno-deprecated-declarations -D_REENTRANT -fPIC -DHAVE_QTBINDINGS -DHAVE_PYTHON -DHAVE_GIT2 -DHAVE_RUBY -DHAVE_RUBY_VERSION_CODE=30104 -DHAVE_QT -DHAVE_QT_UITOOLS -DHAVE_QT_NETWORK -DHAVE_QT_SQL -DHAVE_QT_SVG -DHAVE_QT_PRINTSUPPORT -DHAVE_QT_MULTIMEDIA -DHAVE_QT_DESIGNER -DHAVE_QT_XML -DKLAYOUT_VERSION=0.28.17 -DKLAYOUT_VERSION_REV=LatestSourcePackage -DKLAYOUT_VERSION_DATE=2024-03-04 -DKLAYOUT_MAJOR_VERSION=0 -DKLAYOUT_MINOR_VERSION=28 -DKLAYOUT_TINY_VERSION=17 -DMAKE_TL_LIBRARY -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_DESIGNER_LIB -DQT_UIPLUGIN_LIB -DQT_MULTIMEDIAWIDGETS_LIB -DQT_SVG_LIB -DQT_UITOOLS_LIB -DQT_WIDGETS_LIB -DQT_MULTIMEDIA_LIB -DQT_GUI_LIB -DQT_XML_LIB -DQT_XMLPATTERNS_LIB -DQT_NETWORK_LIB -DQT_SQL_LIB -DQT_CORE_LIB -I../../../src/tl/tl -I/build/source/build-release/tl/tl -I/nix/store/872qvykamikx33ljkckvn0a8n7r7xpcz-qtbase-5.15.12-dev/include/QtPrintSupport -I/nix/store/yafwnsvp9v64hqmhir0ayp2rhqhlxp5n-qttools-5.15.12-dev/include/QtDesigner -I/nix/store/yafwnsvp9v64hqmhir0ayp2rhqhlxp5n-qttools-5.15.12-dev/include/QtUiPlugin -I/nix/store/bd1k839x96d13sbr2x4whcz210qfl8vs-qtmultimedia-5.15.12-dev/include/QtMultimediaWidgets -I/nix/store/cvlnyqcgj1hma160zx9c00v6izni8kc7-qtsvg-5.15.12-dev/include/QtSvg -I/nix/store/yafwnsvp9v64hqmhir0ayp2rhqhlxp5n-qttools-5.15.12-dev/include/QtUiTools -I/nix/store/872qvykamikx33ljkckvn0a8n7r7xpcz-qtbase-5.15.12-dev/include/QtWidgets -I/nix/store/bd1k839x96d13sbr2x4whcz210qfl8vs-qtmultimedia-5.15.12-dev/include/QtMultimedia -I/nix/store/872qvykamikx33ljkckvn0a8n7r7xpcz-qtbase-5.15.12-dev/include/QtGui -I/nix/store/872qvykamikx33ljkckvn0a8n7r7xpcz-qtbase-5.15.12-dev/include/QtXml -I/nix/store/cw18svsgllwja3dfarxb73l1q305qxbx-qtxmlpatterns-5.15.12-dev/include/QtXmlPatterns -I/nix/store/872qvykamikx33ljkckvn0a8n7r7xpcz-qtbase-5.15.12-dev/include/QtNetwork -I/nix/store/872qvykamikx33ljkckvn0a8n7r7xpcz-qtbase-5.15.12-dev/include/QtSql -I/nix/store/872qvykamikx33ljkckvn0a8n7r7xpcz-qtbase-5.15.12-dev/include/QtCore -I/build/source/build-release/tl/tl -I/nix/store/ls29iy0k1lhvwnigkshm6yirsxr1jgn6-libglvnd-1.7.0-dev/include -I/nix/store/872qvykamikx33ljkckvn0a8n7r7xpcz-qtbase-5.15.12-dev/mkspecs/linux-g++ -o tlWebDAV.o ../../../src/tl/tl/tlWebDAV.cc g++ -c -pipe -std=c++11 -fvisibility=hidden -O2 -Wall -Wextra -pedantic -Woverloaded-virtual -Wsynth -Wno-deprecated -Wno-long-long -Wno-strict-aliasing -Wno-deprecated-declarations -D_REENTRANT -fPIC -DHAVE_QTBINDINGS -DHAVE_PYTHON -DHAVE_GIT2 -DHAVE_RUBY -DHAVE_RUBY_VERSION_CODE=30104 -DHAVE_QT -DHAVE_QT_UITOOLS -DHAVE_QT_NETWORK -DHAVE_QT_SQL -DHAVE_QT_SVG -DHAVE_QT_PRINTSUPPORT -DHAVE_QT_MULTIMEDIA -DHAVE_QT_DESIGNER -DHAVE_QT_XML -DKLAYOUT_VERSION=0.28.17 -DKLAYOUT_VERSION_REV=LatestSourcePackage -DKLAYOUT_VERSION_DATE=2024-03-04 -DKLAYOUT_MAJOR_VERSION=0 -DKLAYOUT_MINOR_VERSION=28 -DKLAYOUT_TINY_VERSION=17 -DMAKE_TL_LIBRARY -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_DESIGNER_LIB -DQT_UIPLUGIN_LIB -DQT_MULTIMEDIAWIDGETS_LIB -DQT_SVG_LIB -DQT_UITOOLS_LIB -DQT_WIDGETS_LIB -DQT_MULTIMEDIA_LIB -DQT_GUI_LIB -DQT_XML_LIB -DQT_XMLPATTERNS_LIB -DQT_NETWORK_LIB -DQT_SQL_LIB -DQT_CORE_LIB -I../../../src/tl/tl -I/build/source/build-release/tl/tl -I/nix/store/872qvykamikx33ljkckvn0a8n7r7xpcz-qtbase-5.15.12-dev/include/QtPrintSupport -I/nix/store/yafwnsvp9v64hqmhir0ayp2rhqhlxp5n-qttools-5.15.12-dev/include/QtDesigner -I/nix/store/yafwnsvp9v64hqmhir0ayp2rhqhlxp5n-qttools-5.15.12-dev/include/QtUiPlugin -I/nix/store/bd1k839x96d13sbr2x4whcz210qfl8vs-qtmultimedia-5.15.12-dev/include/QtMultimediaWidgets -I/nix/store/cvlnyqcgj1hma160zx9c00v6izni8kc7-qtsvg-5.15.12-dev/include/QtSvg -I/nix/store/yafwnsvp9v64hqmhir0ayp2rhqhlxp5n-qttools-5.15.12-dev/include/QtUiTools -I/nix/store/872qvykamikx33ljkckvn0a8n7r7xpcz-qtbase-5.15.12-dev/include/QtWidgets -I/nix/store/bd1k839x96d13sbr2x4whcz210qfl8vs-qtmultimedia-5.15.12-dev/include/QtMultimedia -I/nix/store/872qvykamikx33ljkckvn0a8n7r7xpcz-qtbase-5.15.12-dev/include/QtGui -I/nix/store/872qvykamikx33ljkckvn0a8n7r7xpcz-qtbase-5.15.12-dev/include/QtXml -I/nix/store/cw18svsgllwja3dfarxb73l1q305qxbx-qtxmlpatterns-5.15.12-dev/include/QtXmlPatterns -I/nix/store/872qvykamikx33ljkckvn0a8n7r7xpcz-qtbase-5.15.12-dev/include/QtNetwork -I/nix/store/872qvykamikx33ljkckvn0a8n7r7xpcz-qtbase-5.15.12-dev/include/QtSql -I/nix/store/872qvykamikx33ljkckvn0a8n7r7xpcz-qtbase-5.15.12-dev/include/QtCore -I/build/source/build-release/tl/tl -I/nix/store/ls29iy0k1lhvwnigkshm6yirsxr1jgn6-libglvnd-1.7.0-dev/include -I/nix/store/872qvykamikx33ljkckvn0a8n7r7xpcz-qtbase-5.15.12-dev/mkspecs/linux-g++ -o tlDeferredExecutionQt.o ../../../src/tl/tl/tlDeferredExecutionQt.cc g++ -c -pipe -std=c++11 -fvisibility=hidden -O2 -Wall -Wextra -pedantic -Woverloaded-virtual -Wsynth -Wno-deprecated -Wno-long-long -Wno-strict-aliasing -Wno-deprecated-declarations -D_REENTRANT -fPIC -DHAVE_QTBINDINGS -DHAVE_PYTHON -DHAVE_GIT2 -DHAVE_RUBY -DHAVE_RUBY_VERSION_CODE=30104 -DHAVE_QT -DHAVE_QT_UITOOLS -DHAVE_QT_NETWORK -DHAVE_QT_SQL -DHAVE_QT_SVG -DHAVE_QT_PRINTSUPPORT -DHAVE_QT_MULTIMEDIA -DHAVE_QT_DESIGNER -DHAVE_QT_XML -DKLAYOUT_VERSION=0.28.17 -DKLAYOUT_VERSION_REV=LatestSourcePackage -DKLAYOUT_VERSION_DATE=2024-03-04 -DKLAYOUT_MAJOR_VERSION=0 -DKLAYOUT_MINOR_VERSION=28 -DKLAYOUT_TINY_VERSION=17 -DMAKE_TL_LIBRARY -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_DESIGNER_LIB -DQT_UIPLUGIN_LIB -DQT_MULTIMEDIAWIDGETS_LIB -DQT_SVG_LIB -DQT_UITOOLS_LIB -DQT_WIDGETS_LIB -DQT_MULTIMEDIA_LIB -DQT_GUI_LIB -DQT_XML_LIB -DQT_XMLPATTERNS_LIB -DQT_NETWORK_LIB -DQT_SQL_LIB -DQT_CORE_LIB -I../../../src/tl/tl -I/build/source/build-release/tl/tl -I/nix/store/872qvykamikx33ljkckvn0a8n7r7xpcz-qtbase-5.15.12-dev/include/QtPrintSupport -I/nix/store/yafwnsvp9v64hqmhir0ayp2rhqhlxp5n-qttools-5.15.12-dev/include/QtDesigner -I/nix/store/yafwnsvp9v64hqmhir0ayp2rhqhlxp5n-qttools-5.15.12-dev/include/QtUiPlugin -I/nix/store/bd1k839x96d13sbr2x4whcz210qfl8vs-qtmultimedia-5.15.12-dev/include/QtMultimediaWidgets -I/nix/store/cvlnyqcgj1hma160zx9c00v6izni8kc7-qtsvg-5.15.12-dev/include/QtSvg -I/nix/store/yafwnsvp9v64hqmhir0ayp2rhqhlxp5n-qttools-5.15.12-dev/include/QtUiTools -I/nix/store/872qvykamikx33ljkckvn0a8n7r7xpcz-qtbase-5.15.12-dev/include/QtWidgets -I/nix/store/bd1k839x96d13sbr2x4whcz210qfl8vs-qtmultimedia-5.15.12-dev/include/QtMultimedia -I/nix/store/872qvykamikx33ljkckvn0a8n7r7xpcz-qtbase-5.15.12-dev/include/QtGui -I/nix/store/872qvykamikx33ljkckvn0a8n7r7xpcz-qtbase-5.15.12-dev/include/QtXml -I/nix/store/cw18svsgllwja3dfarxb73l1q305qxbx-qtxmlpatterns-5.15.12-dev/include/QtXmlPatterns -I/nix/store/872qvykamikx33ljkckvn0a8n7r7xpcz-qtbase-5.15.12-dev/include/QtNetwork -I/nix/store/872qvykamikx33ljkckvn0a8n7r7xpcz-qtbase-5.15.12-dev/include/QtSql -I/nix/store/872qvykamikx33ljkckvn0a8n7r7xpcz-qtbase-5.15.12-dev/include/QtCore -I/build/source/build-release/tl/tl -I/nix/store/ls29iy0k1lhvwnigkshm6yirsxr1jgn6-libglvnd-1.7.0-dev/include -I/nix/store/872qvykamikx33ljkckvn0a8n7r7xpcz-qtbase-5.15.12-dev/mkspecs/linux-g++ -o tlFileSystemWatcher.o ../../../src/tl/tl/tlFileSystemWatcher.cc g++ -pipe -std=c++11 -fvisibility=hidden -O2 -Wall -Wextra -pedantic -Woverloaded-virtual -Wsynth -Wno-deprecated -Wno-long-long -Wno-strict-aliasing -Wno-deprecated-declarations -dM -E -o moc_predefs.h /nix/store/872qvykamikx33ljkckvn0a8n7r7xpcz-qtbase-5.15.12-dev/mkspecs/features/data/dummy.cpp /nix/store/872qvykamikx33ljkckvn0a8n7r7xpcz-qtbase-5.15.12-dev/bin/moc -DHAVE_QTBINDINGS -DHAVE_PYTHON -DHAVE_GIT2 -DHAVE_RUBY -DHAVE_RUBY_VERSION_CODE=30104 -DHAVE_QT -DHAVE_QT_UITOOLS -DHAVE_QT_NETWORK -DHAVE_QT_SQL -DHAVE_QT_SVG -DHAVE_QT_PRINTSUPPORT -DHAVE_QT_MULTIMEDIA -DHAVE_QT_DESIGNER -DHAVE_QT_XML -DKLAYOUT_VERSION=0.28.17 -DKLAYOUT_VERSION_REV=LatestSourcePackage -DKLAYOUT_VERSION_DATE=2024-03-04 -DKLAYOUT_MAJOR_VERSION=0 -DKLAYOUT_MINOR_VERSION=28 -DKLAYOUT_TINY_VERSION=17 -DMAKE_TL_LIBRARY -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_DESIGNER_LIB -DQT_UIPLUGIN_LIB -DQT_MULTIMEDIAWIDGETS_LIB -DQT_SVG_LIB -DQT_UITOOLS_LIB -DQT_WIDGETS_LIB -DQT_MULTIMEDIA_LIB -DQT_GUI_LIB -DQT_XML_LIB -DQT_XMLPATTERNS_LIB -DQT_NETWORK_LIB -DQT_SQL_LIB -DQT_CORE_LIB --include /build/source/build-release/tl/tl/moc_predefs.h -I/nix/store/872qvykamikx33ljkckvn0a8n7r7xpcz-qtbase-5.15.12-dev/mkspecs/linux-g++ -I/build/source/src/tl/tl -I/nix/store/872qvykamikx33ljkckvn0a8n7r7xpcz-qtbase-5.15.12-dev/include/QtPrintSupport -I/nix/store/yafwnsvp9v64hqmhir0ayp2rhqhlxp5n-qttools-5.15.12-dev/include/QtDesigner -I/nix/store/yafwnsvp9v64hqmhir0ayp2rhqhlxp5n-qttools-5.15.12-dev/include/QtUiPlugin -I/nix/store/bd1k839x96d13sbr2x4whcz210qfl8vs-qtmultimedia-5.15.12-dev/include/QtMultimediaWidgets -I/nix/store/cvlnyqcgj1hma160zx9c00v6izni8kc7-qtsvg-5.15.12-dev/include/QtSvg -I/nix/store/yafwnsvp9v64hqmhir0ayp2rhqhlxp5n-qttools-5.15.12-dev/include/QtUiTools -I/nix/store/872qvykamikx33ljkckvn0a8n7r7xpcz-qtbase-5.15.12-dev/include/QtWidgets -I/nix/store/bd1k839x96d13sbr2x4whcz210qfl8vs-qtmultimedia-5.15.12-dev/include/QtMultimedia -I/nix/store/872qvykamikx33ljkckvn0a8n7r7xpcz-qtbase-5.15.12-dev/include/QtGui -I/nix/store/872qvykamikx33ljkckvn0a8n7r7xpcz-qtbase-5.15.12-dev/include/QtXml -I/nix/store/cw18svsgllwja3dfarxb73l1q305qxbx-qtxmlpatterns-5.15.12-dev/include/QtXmlPatterns -I/nix/store/872qvykamikx33ljkckvn0a8n7r7xpcz-qtbase-5.15.12-dev/include/QtNetwork -I/nix/store/872qvykamikx33ljkckvn0a8n7r7xpcz-qtbase-5.15.12-dev/include/QtSql -I/nix/store/872qvykamikx33ljkckvn0a8n7r7xpcz-qtbase-5.15.12-dev/include/QtCore -I. -I/nix/store/9109gq5pbiizq4jf8qcyrdxcc15chcr5-libxcrypt-4.4.36/include -I/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/include -I/nix/store/wn7wd5bv28rki4ln0xk26fbdx5akfr5j-ruby-3.1.4/include -I/nix/store/872qvykamikx33ljkckvn0a8n7r7xpcz-qtbase-5.15.12-dev/include -I/nix/store/rkja20dpb0nxizalvr6k1phl51mjm6a6-libxml2-2.12.5-dev/include -I/nix/store/hwlm6akqm83lapl79y8r9r2vw741sppd-zlib-1.3.1-dev/include -I/nix/store/8j7cnmcqw4n06g9xghd2m69ra19gdywi-libxslt-1.1.39-dev/include -I/nix/store/z5ghkxklksfayrri517mnp67vfj03im5-openssl-3.0.13-dev/include -I/nix/store/gasjbdsd06j8pmb07mk3azpl4aj8sgjy-sqlite-3.45.1-dev/include -I/nix/store/wbnc9vygplxrysw19r0hw9i0d6g7ryac-harfbuzz-8.3.0-dev/include -I/nix/store/yza9lrc5v8g914wfz8abggqbqzn7lcal-graphite2-1.3.14-dev/include -I/nix/store/m24zpvwc6k1ndipwqc7pwb1cvlrpxdaf-icu4c-73.2-dev/include -I/nix/store/r2z54nm9xkrz7z6cv09a0g3j3am5chaj-libjpeg-turbo-3.0.2-dev/include -I/nix/store/831hplq82ppf633fv1qchlrsihhkryz4-libpng-apng-1.6.40-dev/include -I/nix/store/jpyfdjc9g4rl6psg6dhayhhqydb73xi0-pcre2-10.42-dev/include -I/nix/store/s3gyml9g2x7124zbghvnzrfifbkhyfnq-dbus-1.14.10-dev/include -I/nix/store/vfz65n2hxy0r3ss0k9vm2bhnap80w2d3-expat-2.6.0-dev/include -I/nix/store/lz55qmq1sdayqvs96lzds4zim6g2m6kz-glib-2.78.4-dev/include -I/nix/store/7sg7d748qf9lc8cq0ywhs1y2qbxain3n-libffi-3.4.4-dev/include -I/nix/store/zd1a9i36yqs6bfamfqa3hbxf7a2si2vq-gettext-0.21.1/include -I/nix/store/sw0wd1grsv2xrf5swlaaaim6wh5jcibx-glibc-iconv-2.38/include -I/nix/store/2ks9bqw12hd9hlgj99hmi67m6jprd5m7-systemd-minimal-libs-255.2-dev/include -I/nix/store/cs16dfmzrrdf88ghkh44vxwd6j17wjzn-fontconfig-2.15.0-dev/include -I/nix/store/0bkz0x8vsb92kcr3inkgs0ba2dqlla5a-freetype-2.13.2-dev/include -I/nix/store/kh542xlg6mgb14xwz22mvqpm8810aidp-bzip2-1.0.8-dev/include -I/nix/store/9kk0fm2s7c3269ph62av2l8hf95356ab-brotli-1.1.0-dev/include -I/nix/store/sg7sijswn5a2mb9ycjbir22mrbgib70n-libdrm-2.4.120-dev/include -I/nix/store/pirdcrf04q6qm2yq8w6w4gam0ax1vlnd-libX11-1.8.7-dev/include -I/nix/store/hkkwx6m0g0hz87ckjzmyvzxj2gr9fnzn-xorgproto-2023.2/include -I/nix/store/hdzim0zvasrzw9mzh1c4qsqa9d3r5afq-libxcb-1.16-dev/include -I/nix/store/qh9z9n8gaacphwbsmfs9fy3rjj5hksj5-libXcomposite-0.4.6-dev/include -I/nix/store/caki1i4w96kiqr5flnwh3v8dva70nd5p-libXfixes-6.0.1-dev/include -I/nix/store/drz4r0b20cl5r4lsw600h9l59jsanvr6-libXext-1.3.6-dev/include -I/nix/store/1jkdxgxri7licnqphwzgm3gr0gp8fhwb-libXau-1.0.11-dev/include -I/nix/store/bpq2ax3jks7cam3h3s75xz2jk90ni3f9-libXi-1.8.1-dev/include -I/nix/store/13m2njz5m4wwrmf4n74zmfpcczi6kk8s-libXrender-0.9.11-dev/include -I/nix/store/14j5m65bpz50sqczkni59vrma4vlwhd8-libxkbcommon-1.5.0-dev/include -I/nix/store/l5vjh3wy4ads7q7qcc28lrc2w5arlkdd-xcb-util-0.4.1-dev/include -I/nix/store/6zan7ik7d1jv7vcsi2xxlrzy63bxxlld-xcb-util-image-0.4.1-dev/include -I/nix/store/c7j1fcv248cl5mw3rr29i7gg33wddfim-xcb-util-keysyms-0.4.1-dev/include -I/nix/store/ngfgwgmclm89xmn3j9wllgx2zwfcrrl1-xcb-util-renderutil-0.3.10-dev/include -I/nix/store/4wvym5i6d08zsn5frfacc1klxzr3h03g-xcb-util-wm-0.4.2-dev/include -I/nix/store/477xpc7ffpkds6a20v4gdx9hkq2y08kx-libGL-1.7.0-dev/include -I/nix/store/46ac30i40j43ninm9yq4s0y2b4agc36m-qtwayland-5.15.12-dev/include -I/nix/store/kfr8ifyx2s9fby0lacr67zgrnkqcynqx-qtdeclarative-5.15.12-dev/include -I/nix/store/cvlnyqcgj1hma160zx9c00v6izni8kc7-qtsvg-5.15.12-dev/include -I/nix/store/bd1k839x96d13sbr2x4whcz210qfl8vs-qtmultimedia-5.15.12-dev/include -I/nix/store/yafwnsvp9v64hqmhir0ayp2rhqhlxp5n-qttools-5.15.12-dev/include -I/nix/store/cw18svsgllwja3dfarxb73l1q305qxbx-qtxmlpatterns-5.15.12-dev/include -I/nix/store/cmr8qd8w64w8q0cbfc30p98z2pydc1k7-gcc-13.2.0/include/c++/13.2.0 -I/nix/store/cmr8qd8w64w8q0cbfc30p98z2pydc1k7-gcc-13.2.0/include/c++/13.2.0/x86_64-unknown-linux-gnu -I/nix/store/cmr8qd8w64w8q0cbfc30p98z2pydc1k7-gcc-13.2.0/include/c++/13.2.0/backward -I/nix/store/cmr8qd8w64w8q0cbfc30p98z2pydc1k7-gcc-13.2.0/lib/gcc/x86_64-unknown-linux-gnu/13.2.0/include -I/nix/store/cmr8qd8w64w8q0cbfc30p98z2pydc1k7-gcc-13.2.0/include -I/nix/store/cmr8qd8w64w8q0cbfc30p98z2pydc1k7-gcc-13.2.0/lib/gcc/x86_64-unknown-linux-gnu/13.2.0/include-fixed -I/nix/store/b0s2lkf593r3585038ws4jd3lylf2wdx-glibc-2.38-44-dev/include ../../../src/tl/tl/tlHttpStreamQt.h -o moc_tlHttpStreamQt.cpp ../../../src/tl/tl/tlGit.cc:32:10: fatal error: git2.h: No such file or directory 32 | #include  | ^~~~~~~~ compilation terminated. make[2]: *** [Makefile:1645: tlGit.o] Error 1 make[2]: *** Waiting for unfinished jobs.... make[2]: Leaving directory '/build/source/build-release/tl/tl' make[1]: *** [Makefile:48: sub-tl-make_first] Error 2 make[1]: Leaving directory '/build/source/build-release/tl' make: *** [Makefile:72: sub-tl-make_first] Error 2 rm -f libklayout_doc.so.0.28.17 libklayout_doc.so libklayout_doc.so.0 libklayout_doc.so.0.28 g++ -Wl,-O1 -Wl,-rpath,/nix/store/3rk0l8j9nvgldwcvdqg2zdb0yqjh4kls-klayout-0.28.17/lib -Wl,-rpath,/nix/store/0fymmwkdvl8nzc120s352gv4dnwz8xyn-qtbase-5.15.12/lib -Wl,-rpath-link,/nix/store/kzd0bvc7y1m9ar29a9c2ama3qpp4kirh-qtmultimedia-5.15.12/lib -Wl,-rpath-link,/nix/store/0fymmwkdvl8nzc120s352gv4dnwz8xyn-qtbase-5.15.12/lib -shared -Wl,-soname,libklayout_doc.so.0 -o libklayout_doc.so.0.28.17 docForceLink.o qrc_docResources.o qrc_docDRCLVSResources.o -L/nix/store/xav6z6xz0n9bb9zvvvivsjyzyzx4lh9q-libGL-1.7.0/lib -lgit2 -lz /nix/store/0fymmwkdvl8nzc120s352gv4dnwz8xyn-qtbase-5.15.12/lib/libQt5PrintSupport.so /nix/store/jwrk6bi369q9qalrcrv47pj937wm2fx4-qttools-5.15.12/lib/libQt5Designer.so /nix/store/kzd0bvc7y1m9ar29a9c2ama3qpp4kirh-qtmultimedia-5.15.12/lib/libQt5MultimediaWidgets.so /nix/store/nvffwjyd2dqslgawqdds9zdglgmm7ipm-qtsvg-5.15.12/lib/libQt5Svg.so /nix/store/jwrk6bi369q9qalrcrv47pj937wm2fx4-qttools-5.15.12/lib/libQt5UiTools.a -L/nix/store/fwxhlwaqppzsdf1ql8jssjllq8ycgkmz-icu4c-73.2/lib -L/nix/store/bnqa606cwwff6ja8l6gz7milm7ajd1zi-zlib-1.3.1/lib -L/nix/store/4r53v4j1idnm1i4ssdqzh4cn0g7k5slf-libjpeg-turbo-3.0.2/lib -L/nix/store/c7m7x38l8xlxlgqfgca0753pzzhki90r-harfbuzz-8.3.0/lib -L/nix/store/qkfcr92mk15h8hmwzds3g5gkx0vm5l26-openssl-3.0.13/lib -L/nix/store/zdvnf6b6w5sdgxbzg7v6yrlijml8y4yq-libX11-1.8.7/lib -L/nix/store/7zkcm91ylnlip3xp1kn1xrn7d5zqzq1r-libXext-1.3.6/lib -L/nix/store/8c4f4sibkn5pwvqrjfbjzd483xd6qjd0-libXrender-0.9.11/lib -L/nix/store/vvppaypzgg8a0ry5sk5hn6lh2y50ss7c-cups-2.4.7-lib/lib -L/nix/store/1nbx03690snalnddqlgnx6dhaqf6kyzz-mariadb-connector-c-3.3.5/lib -L/nix/store/ncwrra4bx8rl39f4bcs4ykav3y98m2lp-libglvnd-1.7.0/lib /nix/store/0fymmwkdvl8nzc120s352gv4dnwz8xyn-qtbase-5.15.12/lib/libQt5Widgets.so /nix/store/kzd0bvc7y1m9ar29a9c2ama3qpp4kirh-qtmultimedia-5.15.12/lib/libQt5Multimedia.so /nix/store/0fymmwkdvl8nzc120s352gv4dnwz8xyn-qtbase-5.15.12/lib/libQt5Gui.so /nix/store/0fymmwkdvl8nzc120s352gv4dnwz8xyn-qtbase-5.15.12/lib/libQt5Xml.so /nix/store/28nyd4npqxrmd9kqpd3k8hc46wq1ipam-qtxmlpatterns-5.15.12/lib/libQt5XmlPatterns.so /nix/store/0fymmwkdvl8nzc120s352gv4dnwz8xyn-qtbase-5.15.12/lib/libQt5Network.so /nix/store/0fymmwkdvl8nzc120s352gv4dnwz8xyn-qtbase-5.15.12/lib/libQt5Sql.so /nix/store/0fymmwkdvl8nzc120s352gv4dnwz8xyn-qtbase-5.15.12/lib/libQt5Core.so -lGL -pthread /nix/store/p0p56gzz837fgmfd7lyisghcd7x2fdlc-binutils-2.40/bin/ld: cannot find -lgit2: No such file or directory collect2: error: ld returned 1 exit status make[1]: *** [Makefile:195: ../../build-release/libklayout_doc.so.0.28.17] Error 1 make[1]: Leaving directory '/build/source/build-release/doc' make: *** [Makefile:598: sub-doc-make_first] Error 2 [result] Failed to update klayout 0.28.12 -> 0.28.17 https://github.com/KLayout/klayout/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python312Packages.tensorflow-probability, using log file: /var/log/nixpkgs-update/python312Packages.tensorflow-probability/2024-03-04.log python312Packages.tensorflow-probability 0.21.0 -> 0.23.0 https://repology.org/project/python:tensorflow-probability/versions attrpath: python312Packages.tensorflow-probability 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/845dcch1ymn193si16wk8yy0bgx7vzii-packages.json.drv building '/nix/store/845dcch1ymn193si16wk8yy0bgx7vzii-packages.json.drv'... Going to be running update for following packages: - python3.12-tensorflow-probability-0.21.0 Press Enter key to continue... Running update for: - python3.12-tensorflow-probability-0.21.0: UPDATING ... - python3.12-tensorflow-probability-0.21.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python312Packages.tensorflow-probability 0.21.0 -> 0.23.0 https://repology.org/project/python:tensorflow-probability/versions [options] github_user: r-ryantm, pull_request: YES, batch_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.tidyclust, using log file: /var/log/nixpkgs-update/rPackages.tidyclust/2024-03-04.log rPackages.tidyclust 0.2.0 -> 0.2.1 https://repology.org/project/r:tidyclust/versions attrpath: rPackages.tidyclust Checking auto update branch... No auto update branch exists Old version 0.2.0" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; 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.tidyclust 0.2.0 -> 0.2.1 https://repology.org/project/r:tidyclust/versions [options] github_user: r-ryantm, pull_request: YES, batch_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.VGAM, using log file: /var/log/nixpkgs-update/rPackages.VGAM/2024-03-04.log rPackages.VGAM 1.1-9 -> 1.1.10 https://repology.org/project/r:vgam/versions attrpath: rPackages.VGAM Checking auto update branch... No auto update branch exists Old version 1.1-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.VGAM 1.1-9 -> 1.1.10 https://repology.org/project/r:vgam/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python312Packages.pykeepass, using log file: /var/log/nixpkgs-update/python312Packages.pykeepass/2024-03-04.log python312Packages.pykeepass 4.0.6 -> 4.0.7 https://github.com/libkeepass/pykeepass/releases attrpath: python312Packages.pykeepass Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/jbs112vsnyvl29iwvd7mvaxa9b4ifzhw-packages.json.drv building '/nix/store/jbs112vsnyvl29iwvd7mvaxa9b4ifzhw-packages.json.drv'... Going to be running update for following packages: - python3.12-pykeepass-4.0.6 Press Enter key to continue... Running update for: - python3.12-pykeepass-4.0.6: UPDATING ... - python3.12-pykeepass-4.0.6: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/pykeepass/default.nix b/pkgs/development/python-modules/pykeepass/default.nix index 2b482295e422..80e8f86ea9e7 100644 --- a/pkgs/development/python-modules/pykeepass/default.nix +++ b/pkgs/development/python-modules/pykeepass/default.nix @@ -6,15 +6,15 @@ buildPythonPackage rec { pname = "pykeepass"; - version = "4.0.6"; + version = "4.0.7"; format = "setuptools"; src = fetchFromGitHub { owner = "libkeepass"; repo = "pykeepass"; - rev = "v${version}"; - hash = "sha256-832cTVzI/MFdwiw6xWzRG35z3iwqb5Qpf6W6XYBIFWs="; + rev = "refs/tags/pykeepass-${version}"; + hash = "sha256-y0wu5TKSwu7YSyk6YuZbNo2lP7o9NbV7zTyl9vGq+QU="; }; propagatedBuildInputs = [ No auto update branch exists [outpaths] eval start [outpaths] eval end Received ExitFailure 1 when running Raw command: /nix/store/62fm7r6175k2bgvhc19hn9bdhw90wa3n-nix-2.18.1/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A python312Packages.pykeepass nix build failed. Using pypaInstallPhase Sourcing python-imports-check-hook.sh Using pythonImportsCheckPhase Sourcing python-namespaces-hook Sourcing python-catch-conflicts-hook.sh Sourcing setuptools-check-hook @nix { "action": "setPhase", "phase": "unpackPhase" } Running phase: unpackPhase unpacking source archive /nix/store/njxgqq9r9nv30ip5lhpazhcpzr0h0pyy-source source root is source setting SOURCE_DATE_EPOCH to timestamp 315619200 of file source/tests/tests.py @nix { "action": "setPhase", "phase": "patchPhase" } Running phase: patchPhase @nix { "action": "setPhase", "phase": "updateAutotoolsGnuConfigScriptsPhase" } Running phase: updateAutotoolsGnuConfigScriptsPhase @nix { "action": "setPhase", "phase": "configurePhase" } Running phase: configurePhase no configure script, doing nothing @nix { "action": "setPhase", "phase": "buildPhase" } Running phase: buildPhase Executing setuptoolsBuildPhase Traceback (most recent call last): File "/build/source/nix_run_setup", line 8, in exec(compile(getattr(tokenize, 'open', open)(__file__).read().replace('\\r\\n', '\\n'), __file__, 'exec')) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/n3jf1lkdfakxskzsm4nlhss8mdgmcqhc-python3-3.12.2/lib/python3.12/tokenize.py", line 410, 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 python312Packages.pykeepass 4.0.6 -> 4.0.7 https://github.com/libkeepass/pykeepass/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath cfitsio, using log file: /var/log/nixpkgs-update/cfitsio/2024-03-04.log cfitsio 4.3.1 -> 4.4.0 https://repology.org/project/cfitsio/versions attrpath: cfitsio Checking auto update branch... An auto update branch exists with message `cfitsio: 4.3.1 -> 4.4.0`. New version is 4.4.0. An auto update branch exists with an equal or greater version [result] Failed to update cfitsio 4.3.1 -> 4.4.0 https://repology.org/project/cfitsio/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath pgpool, using log file: /var/log/nixpkgs-update/pgpool/2024-03-04.log pgpool 4.5.0 -> 4.5.1 https://repology.org/project/pgpool/versions attrpath: pgpool Checking auto update branch... No auto update branch exists Old version 4.5.0" not present in master derivation file with contents: { lib , stdenv , fetchurl , postgresql , openssl , libxcrypt , withPam ? stdenv.isLinux , pam }: stdenv.mkDerivation rec { pname = "pgpool-II"; version = "4.5.1"; src = fetchurl { url = "https://www.pgpool.net/mediawiki/download.php?f=pgpool-II-${version}.tar.gz"; name = "pgpool-II-${version}.tar.gz"; hash = "sha256-jhSwVYoV2uh2fI4azuPy9sfAjr//2majWTZ+qqVsOTY="; }; buildInputs = [ postgresql openssl libxcrypt ] ++ lib.optional withPam pam; configureFlags = [ "--sysconfdir=/etc" "--localstatedir=/var" "--with-openssl" ] ++ lib.optional withPam "--with-pam"; installFlags = [ "sysconfdir=\${out}/etc" ]; patches = lib.optionals (stdenv.isDarwin) [ # Build checks for strlcpy being available in the system, but doesn't # actually exclude its own copy from being built ./darwin-strlcpy.patch ]; enableParallelBuilding = true; meta = with lib; { homepage = "https://www.pgpool.net/mediawiki/index.php/Main_Page"; description = "A middleware that works between PostgreSQL servers and PostgreSQL clients"; changelog = "https://www.pgpool.net/docs/latest/en/html/release-${builtins.replaceStrings ["."] ["-"] version}.html"; license = licenses.free; platforms = platforms.unix; maintainers = with maintainers; [ ]; }; } [result] Failed to update pgpool 4.5.0 -> 4.5.1 https://repology.org/project/pgpool/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python312Packages.virtualenv, using log file: /var/log/nixpkgs-update/python312Packages.virtualenv/2024-03-04.log python312Packages.virtualenv 20.25.0 -> 20.25.1 https://repology.org/project/python:virtualenv/versions attrpath: python312Packages.virtualenv Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/mn8rwkvgnajymfgkfvgd31990nnzn0z2-packages.json.drv building '/nix/store/mn8rwkvgnajymfgkfvgd31990nnzn0z2-packages.json.drv'... Going to be running update for following packages: - python3.12-virtualenv-20.25.0 Press Enter key to continue... Running update for: - python3.12-virtualenv-20.25.0: UPDATING ... - python3.12-virtualenv-20.25.0: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/virtualenv/default.nix b/pkgs/development/python-modules/virtualenv/default.nix index a79b5bcd6cc1..d291bbbbeccd 100644 --- a/pkgs/development/python-modules/virtualenv/default.nix +++ b/pkgs/development/python-modules/virtualenv/default.nix @@ -21,14 +21,14 @@ buildPythonPackage rec { pname = "virtualenv"; - version = "20.25.0"; + version = "20.25.1"; format = "pyproject"; disabled = pythonOlder "3.7"; src = fetchPypi { inherit pname version; - hash = "sha256-v1HA2cfdY+qORAhvoeT7EJOjHpY7hpWSVzeK7wIOHxs="; + hash = "sha256-4I4T7NynoL1TeY81bVgxQ0r6Wwe5Pwq98Hl7egb/4Zc="; }; nativeBuildInputs = [ No auto update branch exists [outpaths] eval start [outpaths] eval end Python package with too many package rebuilds 11316 > 25 [result] Failed to update python312Packages.virtualenv 20.25.0 -> 20.25.1 https://repology.org/project/python:virtualenv/versions [options] github_user: r-ryantm, pull_request: YES, batch_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-03-04.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/pwnbnxpmqwd0n8i5wfjxi3wa59608n1s-packages.json.drv building '/nix/store/pwnbnxpmqwd0n8i5wfjxi3wa59608n1s-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/62fm7r6175k2bgvhc19hn9bdhw90wa3n-nix-2.18.1/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.colorthief, using log file: /var/log/nixpkgs-update/python311Packages.colorthief/2024-03-04.log python311Packages.colorthief 0 -> 1 attrpath: python311Packages.colorthief Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/1lx9kg8r78153b8jns1mfc7846jzhqb3-packages.json.drv building '/nix/store/1lx9kg8r78153b8jns1mfc7846jzhqb3-packages.json.drv'... Going to be running update for following packages: - python3.11-colorthief-0.2.1 Press Enter key to continue... Running update for: - python3.11-colorthief-0.2.1: UPDATING ... - python3.11-colorthief-0.2.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.colorthief 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.pymediaroom, using log file: /var/log/nixpkgs-update/python311Packages.pymediaroom/2024-03-04.log python311Packages.pymediaroom 0 -> 1 attrpath: python311Packages.pymediaroom Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/dpb2dglyi82crmgzy1znqsjbajhvz9d6-packages.json.drv building '/nix/store/dpb2dglyi82crmgzy1znqsjbajhvz9d6-packages.json.drv'... Going to be running update for following packages: - python3.11-pymediaroom-0.6.5.4 Press Enter key to continue... Running update for: - python3.11-pymediaroom-0.6.5.4: UPDATING ... - python3.11-pymediaroom-0.6.5.4: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.pymediaroom 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: 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-03-04.log python311Packages.annoy 0 -> 1 attrpath: python311Packages.annoy Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/3ihrmc9fivlcfc6kwcd3b6vy5rajk0mz-packages.json.drv building '/nix/store/3ihrmc9fivlcfc6kwcd3b6vy5rajk0mz-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.extractcode-libarchive, using log file: /var/log/nixpkgs-update/python311Packages.extractcode-libarchive/2024-03-04.log python311Packages.extractcode-libarchive 0 -> 1 attrpath: python311Packages.extractcode-libarchive Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/1id5dq0268f9ir9kajknhvxfywyk9ig7-packages.json.drv building '/nix/store/1id5dq0268f9ir9kajknhvxfywyk9ig7-packages.json.drv'... Going to be running update for following packages: - python3.11-extractcode-libarchive-21.5.31 Press Enter key to continue... Running update for: - python3.11-extractcode-libarchive-21.5.31: UPDATING ... - python3.11-extractcode-libarchive-21.5.31: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.extractcode-libarchive 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.pygobject3, using log file: /var/log/nixpkgs-update/python311Packages.pygobject3/2024-03-04.log python311Packages.pygobject3 0 -> 1 attrpath: python311Packages.pygobject3 Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/vd4h7qwc48brb2liwv585azlrhnnzahk-packages.json.drv building '/nix/store/vd4h7qwc48brb2liwv585azlrhnnzahk-packages.json.drv'... Going to be running update for following packages: - python3.11-pygobject-3.46.0 Press Enter key to continue... Running update for: - python3.11-pygobject-3.46.0: UPDATING ... - python3.11-pygobject-3.46.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.pygobject3 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath catcli, using log file: /var/log/nixpkgs-update/catcli/2024-03-04.log catcli 0 -> 1 attrpath: catcli Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/x0qlb1v4sl14af9lfrqj57piqfwncyby-packages.json.drv building '/nix/store/x0qlb1v4sl14af9lfrqj57piqfwncyby-packages.json.drv'... Going to be running update for following packages: - catcli-0.9.6 Press Enter key to continue... Running update for: - catcli-0.9.6: UPDATING ... - catcli-0.9.6: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/tools/filesystems/catcli/default.nix b/pkgs/tools/filesystems/catcli/default.nix index a2f5402dca25..4714aa7b148a 100644 --- a/pkgs/tools/filesystems/catcli/default.nix +++ b/pkgs/tools/filesystems/catcli/default.nix @@ -5,14 +5,14 @@ python3.pkgs.buildPythonApplication rec { pname = "catcli"; - version = "0.9.6"; + version = "1.0"; format = "setuptools"; src = fetchFromGitHub { owner = "deadc0de6"; repo = pname; rev = "refs/tags/v${version}"; - hash = "sha256-+/kd7oPT6msojPj25bzG9HwVqPj47gIUg9LngbDc3y8="; + hash = "sha256-dAt9NysH3q5YC+vO9XTnapBxFZmC4vWwJ8SxT9CzCQE="; }; postPatch = "patchShebangs . "; No auto update branch exists [outpaths] eval start [outpaths] eval end Received ExitFailure 1 when running Raw command: /nix/store/62fm7r6175k2bgvhc19hn9bdhw90wa3n-nix-2.18.1/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A catcli nix build failed. 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_tree.py:10: in from catcli.catcli import cmd_ls catcli/catcli.py:17: in import cmd2 E ModuleNotFoundError: No module named 'cmd2' ____________________ ERROR collecting tests/test_update.py _____________________ ImportError while importing test module '/build/source/tests/test_update.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_update.py:12: in from catcli.catcli import cmd_index, cmd_update catcli/catcli.py:17: in import cmd2 E ModuleNotFoundError: No module named 'cmd2' =========================== short test summary info ============================ ERROR tests/test_find.py ERROR tests/test_graph.py ERROR tests/test_index.py ERROR tests/test_ls.py ERROR tests/test_rm.py ERROR tests/test_tree.py ERROR tests/test_update.py !!!!!!!!!!!!!!!!!!! Interrupted: 7 errors during collection !!!!!!!!!!!!!!!!!!!! ============================== 7 errors in 0.13s =============================== /nix/store/3qnm3nwjajgqa771dmi2dnwxrw0kzq5m-stdenv-linux/setup: line 1578: pop_var_context: head of shell_variables not a function context [result] Failed to update catcli 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.hdmedians, using log file: /var/log/nixpkgs-update/python311Packages.hdmedians/2024-03-04.log python311Packages.hdmedians 0 -> 1 attrpath: python311Packages.hdmedians Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/1pb1lrkcxqwidp18g6prarrnslmdvwn8-packages.json.drv building '/nix/store/1pb1lrkcxqwidp18g6prarrnslmdvwn8-packages.json.drv'... Going to be running update for following packages: - python3.11-hdmedians-0.14.2 Press Enter key to continue... Running update for: - python3.11-hdmedians-0.14.2: UPDATING ... - python3.11-hdmedians-0.14.2: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.hdmedians 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.owslib, using log file: /var/log/nixpkgs-update/python311Packages.owslib/2024-03-04.log python311Packages.owslib 0 -> 1 attrpath: python311Packages.owslib Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/cbrrlz7ypad9lax92q7v9n1d2j9m5ay8-packages.json.drv building '/nix/store/cbrrlz7ypad9lax92q7v9n1d2j9m5ay8-packages.json.drv'... Going to be running update for following packages: - python3.11-owslib-0.29.3 Press Enter key to continue... Running update for: - python3.11-owslib-0.29.3: UPDATING ... - python3.11-owslib-0.29.3: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.owslib 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath wal_e, using log file: /var/log/nixpkgs-update/wal_e/2024-03-04.log wal_e 0 -> 1 attrpath: wal_e Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/sxnlq1ryag3vnx5g0w0pk05gc17krxlx-packages.json.drv building '/nix/store/sxnlq1ryag3vnx5g0w0pk05gc17krxlx-packages.json.drv'... Going to be running update for following packages: - wal-e-1.1.1 Press Enter key to continue... Running update for: - wal-e-1.1.1: UPDATING ... - wal-e-1.1.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update wal_e 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.PyMVGLive, using log file: /var/log/nixpkgs-update/python311Packages.PyMVGLive/2024-03-04.log python311Packages.PyMVGLive 0 -> 1 attrpath: python311Packages.PyMVGLive Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/f312yc2sh5hsi9hk5b2gzxkf74khc2jz-packages.json.drv building '/nix/store/f312yc2sh5hsi9hk5b2gzxkf74khc2jz-packages.json.drv'... Going to be running update for following packages: - python3.11-pymvglive-1.1.4 Press Enter key to continue... Running update for: - python3.11-pymvglive-1.1.4: UPDATING ... - python3.11-pymvglive-1.1.4: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.PyMVGLive 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath baboossh, using log file: /var/log/nixpkgs-update/baboossh/2024-03-04.log baboossh 0 -> 1 attrpath: baboossh Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/25f930x2c09cmsyqzg1zgbgmx068hch9-packages.json.drv building '/nix/store/25f930x2c09cmsyqzg1zgbgmx068hch9-packages.json.drv'... Going to be running update for following packages: - baboossh-1.2.1 Press Enter key to continue... Running update for: - baboossh-1.2.1: UPDATING ... - baboossh-1.2.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update baboossh 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.pylatex, using log file: /var/log/nixpkgs-update/python311Packages.pylatex/2024-03-04.log python311Packages.pylatex 0 -> 1 attrpath: python311Packages.pylatex Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/saxzwwz2qfwr39ch1zh8arvk7gnnc7aq-packages.json.drv building '/nix/store/saxzwwz2qfwr39ch1zh8arvk7gnnc7aq-packages.json.drv'... Going to be running update for following packages: - python3.11-pylatex-1.4.2 Press Enter key to continue... Running update for: - python3.11-pylatex-1.4.2: UPDATING ... - python3.11-pylatex-1.4.2: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.pylatex 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath openboardview, using log file: /var/log/nixpkgs-update/openboardview/2024-03-04.log openboardview 0 -> 1 attrpath: openboardview 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/ws6kclssqlfvmswyydw5h8nh3hjk079a-packages.json.drv building '/nix/store/ws6kclssqlfvmswyydw5h8nh3hjk079a-packages.json.drv'... Going to be running update for following packages: - openboardview-9.95.0 Press Enter key to continue... Running update for: - openboardview-9.95.0: UPDATING ... - openboardview-9.95.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update openboardview 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath hockeypuck, using log file: /var/log/nixpkgs-update/hockeypuck/2024-03-04.log hockeypuck 2.1.0 -> 2.1.2 https://github.com/hockeypuck/hockeypuck/releases attrpath: hockeypuck Checking auto update branch... No auto update branch exists Old version 2.1.0" not present in master derivation file with contents: { lib, buildGoModule, fetchFromGitHub, nixosTests }: let sources = (import ./sources.nix) { inherit fetchFromGitHub; }; in buildGoModule { inherit (sources) pname version src; modRoot = "src/hockeypuck/"; vendorHash = null; doCheck = false; # Uses networking for tests passthru.tests = nixosTests.hockeypuck; meta = with lib; { description = "OpenPGP Key Server"; homepage = "https://github.com/hockeypuck/hockeypuck"; license = licenses.agpl3Plus; maintainers = [ maintainers.etu ]; }; } [result] Failed to update hockeypuck 2.1.0 -> 2.1.2 https://github.com/hockeypuck/hockeypuck/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath fcitx5-skk, using log file: /var/log/nixpkgs-update/fcitx5-skk/2024-03-04.log fcitx5-skk 5.1.1 -> 5.1.2 https://repology.org/project/fcitx5-skk/versions attrpath: fcitx5-skk Checking auto update branch... No auto update branch exists Old version 5.1.1" not present in master derivation file with contents: { lib , stdenv , fetchFromGitHub , pkg-config , cmake , extra-cmake-modules , gettext , fcitx5 , fcitx5-qt , libskk , qtbase , skk-dicts , enableQt ? false }: stdenv.mkDerivation rec { pname = "fcitx5-skk"; version = "5.1.2"; src = fetchFromGitHub { owner = "fcitx"; repo = pname; rev = version; sha256 = "sha256-vg79zJ/ZoUjCKU11krDUjO0rAyZxDMsBnHqJ/I6NTTA="; }; nativeBuildInputs = [ cmake extra-cmake-modules gettext pkg-config ]; buildInputs = [ fcitx5 libskk ] ++ lib.optionals enableQt [ fcitx5-qt qtbase ]; cmakeFlags = [ (lib.cmakeBool "ENABLE_QT" enableQt) (lib.cmakeBool "USE_QT6" (lib.versions.major qtbase.version == "6")) "-DSKK_DEFAULT_PATH=${skk-dicts}/share/SKK-JISYO.L" ]; dontWrapQtApps = true; meta = with lib; { description = "Input method engine for Fcitx5, which uses libskk as its backend"; homepage = "https://github.com/fcitx/fcitx5-skk"; license = licenses.gpl3Plus; maintainers = with maintainers; [ milran ]; platforms = platforms.linux; }; } [result] Failed to update fcitx5-skk 5.1.1 -> 5.1.2 https://repology.org/project/fcitx5-skk/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath editres, using log file: /var/log/nixpkgs-update/editres/2024-03-04.log editres 1.0.8 -> 1.0.9 https://repology.org/project/editres/versions attrpath: editres 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/graphics/editres/default.nix b/pkgs/tools/graphics/editres/default.nix index ce8b2e0a4ff6..f40ba0181972 100644 --- a/pkgs/tools/graphics/editres/default.nix +++ b/pkgs/tools/graphics/editres/default.nix @@ -2,11 +2,11 @@ stdenv.mkDerivation rec { pname = "editres"; - version = "1.0.8"; + version = "1.0.9"; src = fetchurl { url = "mirror://xorg/individual/app/editres-${version}.tar.gz"; - sha256 = "sha256-LVbWB3vHZ6+n4DD+ssNy/mvok/7EApoj9FodVZ/YRq4="; + sha256 = "sha256-/gaZBP9hP0qS7Dy+fDSgEfLQOWqSDoze9fu5eCnVo7Y="; }; nativeBuildInputs = [ pkg-config ]; [outpaths] eval start [outpaths] eval end Received ExitFailure 1 when running Raw command: /nix/store/62fm7r6175k2bgvhc19hn9bdhw90wa3n-nix-2.18.1/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A editres nix build failed. checking if gcc supports -Wredundant-decls... yes checking if gcc supports -Wlogical-op... yes checking if gcc supports -Werror=implicit... yes checking if gcc supports -Werror=nonnull... yes checking if gcc supports -Werror=init-self... yes checking if gcc supports -Werror=main... yes checking if gcc supports -Werror=missing-braces... yes checking if gcc supports -Werror=sequence-point... yes checking if gcc supports -Werror=return-type... yes checking if gcc supports -Werror=trigraphs... yes checking if gcc supports -Werror=array-bounds... yes checking if gcc supports -Werror=write-strings... yes checking if gcc supports -Werror=address... yes checking if gcc supports -Werror=int-to-pointer-cast... yes checking if gcc supports -Werror=pointer-to-int-cast... yes checking if gcc supports -pedantic... yes checking if gcc supports -Werror... yes checking if gcc supports -Werror=attributes... yes checking whether make supports nested variables... (cached) yes checking for EDITRES... no configure: error: Package requirements (xaw7 x11 xt >= 1.0.99.1 xmu xproto >= 7.0.17 xkbfile) were not met: No package 'xkbfile' found Consider adjusting the PKG_CONFIG_PATH environment variable if you installed software in a non-standard prefix. Alternatively, you may set the environment variables EDITRES_CFLAGS and EDITRES_LIBS to avoid the need to call pkg-config. See the pkg-config man page for more details. [result] Failed to update editres 1.0.8 -> 1.0.9 https://repology.org/project/editres/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath xorg.xpr, using log file: /var/log/nixpkgs-update/xorg.xpr/2024-03-04.log xorg.xpr 1.1.0 -> 1.2.0 https://repology.org/project/xpr/versions attrpath: xorg.xpr Checking auto update branch... No auto update branch exists Derivation file says not to edit it [result] Failed to update xorg.xpr 1.1.0 -> 1.2.0 https://repology.org/project/xpr/versions [options] github_user: r-ryantm, pull_request: YES, batch_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.SDPDmod, using log file: /var/log/nixpkgs-update/rPackages.SDPDmod/2024-03-04.log rPackages.SDPDmod 0.0.3 -> 0.0.4 https://repology.org/project/r:sdpdmod/versions attrpath: rPackages.SDPDmod 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.SDPDmod 0.0.3 -> 0.0.4 https://repology.org/project/r:sdpdmod/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath xorg.xev, using log file: /var/log/nixpkgs-update/xorg.xev/2024-03-04.log xorg.xev 1.2.5 -> 1.2.6 https://repology.org/project/xev/versions attrpath: xorg.xev Checking auto update branch... No auto update branch exists Derivation file says not to edit it [result] Failed to update xorg.xev 1.2.5 -> 1.2.6 https://repology.org/project/xev/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python312Packages.django_5, using log file: /var/log/nixpkgs-update/python312Packages.django_5/2024-03-04.log python312Packages.django_5 5.0.2 -> 5.0.3 https://repology.org/project/python:django/versions attrpath: python312Packages.django_5 Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/mcwx2nv3xg7fsl7dp6nf8zv177v49d27-packages.json.drv building '/nix/store/mcwx2nv3xg7fsl7dp6nf8zv177v49d27-packages.json.drv'... Going to be running update for following packages: - python3.12-Django-5.0.2 Press Enter key to continue... Running update for: - python3.12-Django-5.0.2: UPDATING ... - python3.12-Django-5.0.2: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/django/5.nix b/pkgs/development/python-modules/django/5.nix index 686280dcdd24..ddfb773af69d 100644 --- a/pkgs/development/python-modules/django/5.nix +++ b/pkgs/development/python-modules/django/5.nix @@ -42,14 +42,14 @@ buildPythonPackage rec { pname = "Django"; - version = "5.0.2"; + version = "5.0.3"; pyproject = true; disabled = pythonOlder "3.10"; src = fetchPypi { inherit pname version; - hash = "sha256-tbsdEbJRil+RNyooLyRmL1j2Z0lmawooarBXAp9ygIA="; + hash = "sha256-X7N1gNz0omL5JYwfQ3OBmqzKkGQx9QXkaI4386mRld8="; }; patches = [ No auto update branch exists [outpaths] eval start [outpaths] eval end Successfully finished processing cachix "/nix/store/8mnkahqaycjzs0my3q48wndy7v0vfy1g-python3.12-Django-5.0.3" [check][nixpkgs-review] Result of `nixpkgs-review --extra-nixpkgs-config '{ allowInsecurePredicate = x: true; }'` run on x86_64-linux [1](https://github.com/Mic92/nixpkgs-review)
2 packages marked as broken and skipped:
  • python312Packages.django_5
  • python312Packages.django_5.dist
2 packages built:
  • python311Packages.django_5
  • python311Packages.django_5.dist
Automatic update generated by [nixpkgs-update](https://github.com/ryantm/nixpkgs-update) tools. This update was made based on information from passthru.updateScript. meta.description for python312Packages.django_5 is: A high-level Python Web framework that encourages rapid development and clean, pragmatic design. meta.homepage for python312Packages.django_5 is: https://www.djangoproject.com meta.changelog for python312Packages.django_5 is: https://docs.djangoproject.com/en/5.0/releases/5.0.3/ ###### 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 5.0.3 with grep in /nix/store/8mnkahqaycjzs0my3q48wndy7v0vfy1g-python3.12-Django-5.0.3 - found 5.0.3 in filename of file in /nix/store/8mnkahqaycjzs0my3q48wndy7v0vfy1g-python3.12-Django-5.0.3 ---
Rebuild report (if merged into master) (click to expand) ``` 2 total rebuild path(s) 2 package rebuild(s) First fifty rebuilds by attrpath python311Packages.django_5 python312Packages.django_5 ```
Instructions to test this update (click to expand) --- Either **download from Cachix**: ``` nix-store -r /nix/store/8mnkahqaycjzs0my3q48wndy7v0vfy1g-python3.12-Django-5.0.3 \ --option binary-caches 'https://cache.nixos.org/ https://nix-community.cachix.org/' \ --option trusted-public-keys ' nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs= cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY= ' ``` (The Cachix cache is only trusted for this store-path realization.) For the Cachix download to work, your user must be in the `trusted-users` list or you can use `sudo` since root is effectively trusted. Or, **build yourself**: ``` nix-build -A python312Packages.django_5 https://github.com/r-ryantm/nixpkgs/archive/f55e3f2c4d15faa6c687409c70c38ca04dd2d46e.tar.gz ``` Or: ``` nix build github:r-ryantm/nixpkgs/f55e3f2c4d15faa6c687409c70c38ca04dd2d46e#python312Packages.django_5 ``` After you've downloaded or built it, look at the files and if there are any, run the binaries: ``` ls -la /nix/store/8mnkahqaycjzs0my3q48wndy7v0vfy1g-python3.12-Django-5.0.3 ls -la /nix/store/8mnkahqaycjzs0my3q48wndy7v0vfy1g-python3.12-Django-5.0.3/bin ``` ---

### Pre-merge build results We have automatically built all packages that will get rebuilt due to this change. This gives evidence on whether the upgrade will break dependent packages. Note sometimes packages show up as _failed to build_ independent of the change, simply because they are already broken on the target branch. Result of `nixpkgs-review --extra-nixpkgs-config '{ allowInsecurePredicate = x: true; }'` run on x86_64-linux [1](https://github.com/Mic92/nixpkgs-review)
2 packages marked as broken and skipped:
  • python312Packages.django_5
  • python312Packages.django_5.dist
2 packages built:
  • python311Packages.django_5
  • python311Packages.django_5.dist
--- ###### Maintainer pings cc @mweinelt 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/293227 [result] Success updating python312Packages.django_5 5.0.2 -> 5.0.3 https://repology.org/project/python:django/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.langchain-text-splitters, using log file: /var/log/nixpkgs-update/python311Packages.langchain-text-splitters/2024-03-04.log python311Packages.langchain-text-splitters 0 -> 1 attrpath: python311Packages.langchain-text-splitters Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/8xqvgad4cbfkkyjdj1022masbm6c5z86-packages.json.drv building '/nix/store/8xqvgad4cbfkkyjdj1022masbm6c5z86-packages.json.drv'... Going to be running update for following packages: - python3.11-langchain-text-splitters-0.0.1 Press Enter key to continue... Running update for: - python3.11-langchain-text-splitters-0.0.1: UPDATING ... - python3.11-langchain-text-splitters-0.0.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.langchain-text-splitters 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath gxml, using log file: /var/log/nixpkgs-update/gxml/2024-03-04.log gxml 0 -> 1 attrpath: gxml Checking auto update branch... Do not update GNOME during a release cycle [result] Failed to update gxml 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_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.kvitable, using log file: /var/log/nixpkgs-update/haskellPackages.kvitable/2024-03-04.log haskellPackages.kvitable 1.0.2.1 -> 1.0.3.0 https://repology.org/project/haskell:kvitable/versions attrpath: haskellPackages.kvitable Checking auto update branch... No auto update branch exists Derivation file says not to edit it [result] Failed to update haskellPackages.kvitable 1.0.2.1 -> 1.0.3.0 https://repology.org/project/haskell:kvitable/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath pgbouncer, using log file: /var/log/nixpkgs-update/pgbouncer/2024-03-04.log pgbouncer 1.22.0 -> 1.22.1 https://repology.org/project/pgbouncer/versions attrpath: pgbouncer Checking auto update branch... No auto update branch exists [version] [version] updated version and sha256 [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] skipping because derivation has no updateScript Diff after rewrites: diff --git a/pkgs/servers/sql/pgbouncer/default.nix b/pkgs/servers/sql/pgbouncer/default.nix index 83bfb3c839cc..3e330a2375c1 100644 --- a/pkgs/servers/sql/pgbouncer/default.nix +++ b/pkgs/servers/sql/pgbouncer/default.nix @@ -2,11 +2,11 @@ stdenv.mkDerivation rec { pname = "pgbouncer"; - version = "1.22.0"; + version = "1.22.1"; src = fetchurl { url = "https://www.pgbouncer.org/downloads/files/${version}/${pname}-${version}.tar.gz"; - hash = "sha256-xu43qNfdvrv4RC2PCOwHw9pGr7Kq45ZziMFIFpineFg="; + hash = "sha256-KwGKps5/WSyYkrueD9kCYkhOtzk3/Sr5KXcKRTc7ohU="; }; nativeBuildInputs = [ pkg-config ]; [outpaths] eval start [outpaths] eval end Successfully finished processing cachix "/nix/store/3amr9vxgsxs4f3wdlr0mlgwzmwh6lgzi-pgbouncer-1.22.1" [check][nixpkgs-review] Result of `nixpkgs-review --extra-nixpkgs-config '{ allowInsecurePredicate = x: true; }'` run on x86_64-linux [1](https://github.com/Mic92/nixpkgs-review)
1 package built:
  • pgbouncer
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/pgbouncer/versions. meta.description for pgbouncer is: Lightweight connection pooler for PostgreSQL meta.homepage for pgbouncer is: https://www.pgbouncer.org/ meta.changelog for pgbouncer is: https://github.com/pgbouncer/pgbouncer/releases/tag/pgbouncer_1_22_1 ###### 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.22.1 with grep in /nix/store/3amr9vxgsxs4f3wdlr0mlgwzmwh6lgzi-pgbouncer-1.22.1 - found 1.22.1 in filename of file in /nix/store/3amr9vxgsxs4f3wdlr0mlgwzmwh6lgzi-pgbouncer-1.22.1 ---
Rebuild report (if merged into master) (click to expand) ``` 1 total rebuild path(s) 1 package rebuild(s) First fifty rebuilds by attrpath pgbouncer ```
Instructions to test this update (click to expand) --- Either **download from Cachix**: ``` nix-store -r /nix/store/3amr9vxgsxs4f3wdlr0mlgwzmwh6lgzi-pgbouncer-1.22.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 pgbouncer https://github.com/r-ryantm/nixpkgs/archive/e9f0ffd6eefa15c93c0e3815d6829c5c3d5f0038.tar.gz ``` Or: ``` nix build github:r-ryantm/nixpkgs/e9f0ffd6eefa15c93c0e3815d6829c5c3d5f0038#pgbouncer ``` After you've downloaded or built it, look at the files and if there are any, run the binaries: ``` ls -la /nix/store/3amr9vxgsxs4f3wdlr0mlgwzmwh6lgzi-pgbouncer-1.22.1 ls -la /nix/store/3amr9vxgsxs4f3wdlr0mlgwzmwh6lgzi-pgbouncer-1.22.1/bin ``` ---

### Pre-merge build results We have automatically built all packages that will get rebuilt due to this change. This gives evidence on whether the upgrade will break dependent packages. Note sometimes packages show up as _failed to build_ independent of the change, simply because they are already broken on the target branch. Result of `nixpkgs-review --extra-nixpkgs-config '{ allowInsecurePredicate = x: true; }'` run on x86_64-linux [1](https://github.com/Mic92/nixpkgs-review)
1 package built:
  • pgbouncer
--- ###### Maintainer pings cc @1000101 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/293233 [result] Success updating pgbouncer 1.22.0 -> 1.22.1 https://repology.org/project/pgbouncer/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath glibc, using log file: /var/log/nixpkgs-update/glibc/2024-03-04.log glibc 2.38-44 -> 2.39 https://repology.org/project/glibc/versions attrpath: glibc Checking auto update branch... No auto update branch exists There might already be an open PR for this update: - glibc: 2.38-44 -> 2.39-5 URL "https://api.github.com/repos/NixOS/nixpkgs/issues/287594" [result] Failed to update glibc 2.38-44 -> 2.39 https://repology.org/project/glibc/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.isounidecode, using log file: /var/log/nixpkgs-update/python311Packages.isounidecode/2024-03-04.log python311Packages.isounidecode 0 -> 1 attrpath: python311Packages.isounidecode Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/yi8dagz1rzny1jx2h6hfddffkh2wk7lg-packages.json.drv building '/nix/store/yi8dagz1rzny1jx2h6hfddffkh2wk7lg-packages.json.drv'... Going to be running update for following packages: - python3.11-isounidecode-0.3 Press Enter key to continue... Running update for: - python3.11-isounidecode-0.3: UPDATING ... - python3.11-isounidecode-0.3: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.isounidecode 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath isrcsubmit, using log file: /var/log/nixpkgs-update/isrcsubmit/2024-03-04.log isrcsubmit 0 -> 1 attrpath: isrcsubmit Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/dw07p0483v3nsp8278q5wc2917dlmdsv-packages.json.drv building '/nix/store/dw07p0483v3nsp8278q5wc2917dlmdsv-packages.json.drv'... Going to be running update for following packages: - isrcsubmit-2.1.0 Press Enter key to continue... Running update for: - isrcsubmit-2.1.0: UPDATING ... - isrcsubmit-2.1.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update isrcsubmit 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath sqlcipher, using log file: /var/log/nixpkgs-update/sqlcipher/2024-03-04.log sqlcipher 4.5.5 -> 4.5.6 https://github.com/sqlcipher/sqlcipher/releases attrpath: sqlcipher Checking auto update branch... An auto update branch exists with message `sqlcipher: 4.5.5 -> 4.5.6`. New version is 4.5.6. An auto update branch exists with an equal or greater version [result] Failed to update sqlcipher 4.5.5 -> 4.5.6 https://github.com/sqlcipher/sqlcipher/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath qnotero, using log file: /var/log/nixpkgs-update/qnotero/2024-03-04.log qnotero 0 -> 1 attrpath: qnotero Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/if34prxi7n853xvmb0l0nh0k21gzhaqf-packages.json.drv building '/nix/store/if34prxi7n853xvmb0l0nh0k21gzhaqf-packages.json.drv'... Going to be running update for following packages: - python3.11-qnotero-2.3.1 Press Enter key to continue... Running update for: - python3.11-qnotero-2.3.1: UPDATING ... - python3.11-qnotero-2.3.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update qnotero 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath fulcrum, using log file: /var/log/nixpkgs-update/fulcrum/2024-03-04.log fulcrum 1.9.8 -> 1.10.0 https://github.com/cculianu/Fulcrum/releases attrpath: fulcrum 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/blockchains/fulcrum/default.nix b/pkgs/applications/blockchains/fulcrum/default.nix index fb81a59574e3..655a65936857 100644 --- a/pkgs/applications/blockchains/fulcrum/default.nix +++ b/pkgs/applications/blockchains/fulcrum/default.nix @@ -11,13 +11,13 @@ stdenv.mkDerivation rec { pname = "fulcrum"; - version = "1.9.8"; + version = "1.10.0"; src = fetchFromGitHub { owner = "cculianu"; repo = "Fulcrum"; rev = "v${version}"; - sha256 = "sha256-cWrhALYIjhOCKi/uPXD8Ty0wuN4WQq+8o97M6CtW+YE="; + sha256 = "sha256-HTyOlbrmZHN2MbG70auGkuPPo3fTN/oCHi6Lwnq+gKk="; }; nativeBuildInputs = [ pkg-config qmake ]; [outpaths] eval start [outpaths] eval end Successfully finished processing cachix "/nix/store/v11xkh0ag4gii96s8lp7wygxcns8hirz-fulcrum-1.10.0" 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 = 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 = 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 = 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 = 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 = 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 = 4 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 3 [check][nixpkgs-review] Result of `nixpkgs-review --extra-nixpkgs-config '{ allowInsecurePredicate = x: true; }'` run on x86_64-linux [1](https://github.com/Mic92/nixpkgs-review)
1 package built:
  • fulcrum
Automatic update generated by [nixpkgs-update](https://github.com/ryantm/nixpkgs-update) tools. This update was made based on information from https://github.com/cculianu/Fulcrum/releases. meta.description for fulcrum is: Fast & nimble SPV server for Bitcoin Cash & Bitcoin BTC meta.homepage for fulcrum is: https://github.com/cculianu/Fulcrum ###### Updates performed - Version update ###### To inspect upstream changes - [Release on GitHub](https://github.com/cculianu/Fulcrum/releases/tag/v1.10.0) - [Compare changes on GitHub](https://github.com/cculianu/Fulcrum/compare/v1.9.8...v1.10.0) ###### Impact Checks done --- - built on NixOS - The tests defined in `passthru.tests`, if any, passed - found 1.10.0 with grep in /nix/store/v11xkh0ag4gii96s8lp7wygxcns8hirz-fulcrum-1.10.0 - found 1.10.0 in filename of file in /nix/store/v11xkh0ag4gii96s8lp7wygxcns8hirz-fulcrum-1.10.0 ---
Rebuild report (if merged into master) (click to expand) ``` 1 total rebuild path(s) 1 package rebuild(s) First fifty rebuilds by attrpath fulcrum ```
Instructions to test this update (click to expand) --- Either **download from Cachix**: ``` nix-store -r /nix/store/v11xkh0ag4gii96s8lp7wygxcns8hirz-fulcrum-1.10.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 fulcrum https://github.com/r-ryantm/nixpkgs/archive/8aedb8e7a02173ec82eabe9a65e7d98dbf866f45.tar.gz ``` Or: ``` nix build github:r-ryantm/nixpkgs/8aedb8e7a02173ec82eabe9a65e7d98dbf866f45#fulcrum ``` After you've downloaded or built it, look at the files and if there are any, run the binaries: ``` ls -la /nix/store/v11xkh0ag4gii96s8lp7wygxcns8hirz-fulcrum-1.10.0 ls -la /nix/store/v11xkh0ag4gii96s8lp7wygxcns8hirz-fulcrum-1.10.0/bin ``` ---

### Pre-merge build results We have automatically built all packages that will get rebuilt due to this change. This gives evidence on whether the upgrade will break dependent packages. Note sometimes packages show up as _failed to build_ independent of the change, simply because they are already broken on the target branch. Result of `nixpkgs-review --extra-nixpkgs-config '{ allowInsecurePredicate = x: true; }'` run on x86_64-linux [1](https://github.com/Mic92/nixpkgs-review)
1 package built:
  • fulcrum
--- ###### Maintainer pings cc @prusnak 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/293244 [result] Success updating fulcrum 1.9.8 -> 1.10.0 https://github.com/cculianu/Fulcrum/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath linuxKernel.packages.linux_xanmod.nvidia_x11_production_open, using log file: /var/log/nixpkgs-update/linuxKernel.packages.linux_xanmod.nvidia_x11_production_open/2024-03-04.log linuxKernel.packages.linux_xanmod.nvidia_x11_production_open 6.6.19-535.154.05 -> 550.40.53 https://github.com/NVIDIA/open-gpu-kernel-modules/releases attrpath: linuxKernel.packages.linux_xanmod.nvidia_x11_production_open Checking auto update branch... No auto update branch exists Old version 6.6.19-535.154.05" not present in master derivation file with contents: { stdenv , lib , fetchFromGitHub , kernel , nvidia_x11 , hash , broken ? false }: stdenv.mkDerivation ({ pname = "nvidia-open"; version = "${kernel.version}-${nvidia_x11.version}"; src = fetchFromGitHub { owner = "NVIDIA"; repo = "open-gpu-kernel-modules"; rev = nvidia_x11.version; inherit hash; }; nativeBuildInputs = kernel.moduleBuildDependencies; makeFlags = kernel.makeFlags ++ [ "SYSSRC=${kernel.dev}/lib/modules/${kernel.modDirVersion}/source" "SYSOUT=${kernel.dev}/lib/modules/${kernel.modDirVersion}/build" "MODLIB=$(out)/lib/modules/${kernel.modDirVersion}" { aarch64-linux = "TARGET_ARCH=aarch64"; x86_64-linux = "TARGET_ARCH=x86_64"; }.${stdenv.hostPlatform.system} ]; installTargets = [ "modules_install" ]; enableParallelBuilding = true; meta = with lib; { description = "NVIDIA Linux Open GPU Kernel Module"; homepage = "https://github.com/NVIDIA/open-gpu-kernel-modules"; license = with licenses; [ gpl2Plus mit ]; platforms = [ "x86_64-linux" "aarch64-linux" ]; maintainers = with maintainers; [ nickcao ]; inherit broken; }; } // lib.optionalAttrs stdenv.hostPlatform.isAarch64 { env.NIX_CFLAGS_COMPILE = "-fno-stack-protector"; }) [result] Failed to update linuxKernel.packages.linux_xanmod.nvidia_x11_production_open 6.6.19-535.154.05 -> 550.40.53 https://github.com/NVIDIA/open-gpu-kernel-modules/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath linuxKernel.packages.linux_6_6.nvidia_x11_production_open, using log file: /var/log/nixpkgs-update/linuxKernel.packages.linux_6_6.nvidia_x11_production_open/2024-03-04.log linuxKernel.packages.linux_6_6.nvidia_x11_production_open 6.6.19-535.154.05 -> 550.40.53 https://github.com/NVIDIA/open-gpu-kernel-modules/releases attrpath: linuxKernel.packages.linux_6_6.nvidia_x11_production_open Checking auto update branch... No auto update branch exists Old version 6.6.19-535.154.05" not present in master derivation file with contents: { stdenv , lib , fetchFromGitHub , kernel , nvidia_x11 , hash , broken ? false }: stdenv.mkDerivation ({ pname = "nvidia-open"; version = "${kernel.version}-${nvidia_x11.version}"; src = fetchFromGitHub { owner = "NVIDIA"; repo = "open-gpu-kernel-modules"; rev = nvidia_x11.version; inherit hash; }; nativeBuildInputs = kernel.moduleBuildDependencies; makeFlags = kernel.makeFlags ++ [ "SYSSRC=${kernel.dev}/lib/modules/${kernel.modDirVersion}/source" "SYSOUT=${kernel.dev}/lib/modules/${kernel.modDirVersion}/build" "MODLIB=$(out)/lib/modules/${kernel.modDirVersion}" { aarch64-linux = "TARGET_ARCH=aarch64"; x86_64-linux = "TARGET_ARCH=x86_64"; }.${stdenv.hostPlatform.system} ]; installTargets = [ "modules_install" ]; enableParallelBuilding = true; meta = with lib; { description = "NVIDIA Linux Open GPU Kernel Module"; homepage = "https://github.com/NVIDIA/open-gpu-kernel-modules"; license = with licenses; [ gpl2Plus mit ]; platforms = [ "x86_64-linux" "aarch64-linux" ]; maintainers = with maintainers; [ nickcao ]; inherit broken; }; } // lib.optionalAttrs stdenv.hostPlatform.isAarch64 { env.NIX_CFLAGS_COMPILE = "-fno-stack-protector"; }) [result] Failed to update linuxKernel.packages.linux_6_6.nvidia_x11_production_open 6.6.19-535.154.05 -> 550.40.53 https://github.com/NVIDIA/open-gpu-kernel-modules/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath q-text-as-data, using log file: /var/log/nixpkgs-update/q-text-as-data/2024-03-04.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/l0dbs9zxl0vxhp3ryk15z8b7n1bsxf94-packages.json.drv building '/nix/store/l0dbs9zxl0vxhp3ryk15z8b7n1bsxf94-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/62fm7r6175k2bgvhc19hn9bdhw90wa3n-nix-2.18.1/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.torchsde, using log file: /var/log/nixpkgs-update/python311Packages.torchsde/2024-03-04.log python311Packages.torchsde 0 -> 1 attrpath: python311Packages.torchsde Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/gdadki0h06vrgmssswq2d5ay71f8rhg3-packages.json.drv building '/nix/store/gdadki0h06vrgmssswq2d5ay71f8rhg3-packages.json.drv'... Going to be running update for following packages: - python3.11-torchsde-0.2.6 Press Enter key to continue... Running update for: - python3.11-torchsde-0.2.6: UPDATING ... - python3.11-torchsde-0.2.6: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.torchsde 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: 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-bigquery, using log file: /var/log/nixpkgs-update/python311Packages.google-cloud-bigquery/2024-03-04.log python311Packages.google-cloud-bigquery 0 -> 1 attrpath: python311Packages.google-cloud-bigquery Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/ncmy8s9zn984czfjx8x32kjm94psxjrz-packages.json.drv building '/nix/store/ncmy8s9zn984czfjx8x32kjm94psxjrz-packages.json.drv'... Going to be running update for following packages: - python3.11-google-cloud-bigquery-3.17.1 Press Enter key to continue... Running update for: - python3.11-google-cloud-bigquery-3.17.1: UPDATING ... - python3.11-google-cloud-bigquery-3.17.1: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/google-cloud-bigquery/default.nix b/pkgs/development/python-modules/google-cloud-bigquery/default.nix index b59372f294a0..221cde65c66d 100644 --- a/pkgs/development/python-modules/google-cloud-bigquery/default.nix +++ b/pkgs/development/python-modules/google-cloud-bigquery/default.nix @@ -28,14 +28,14 @@ buildPythonPackage rec { pname = "google-cloud-bigquery"; - version = "3.17.1"; + version = "3.17.2"; format = "setuptools"; disabled = pythonOlder "3.7"; src = fetchPypi { inherit pname version; - hash = "sha256-CuB7kNUFK6OilqIhCiFEwoRpMA1x9vRViB+Uwt9UMFc="; + hash = "sha256-bhz2aaQOVnqzKJx7XyBWNj2p/Lhdmkc27pAkDUp9hOo="; }; propagatedBuildInputs = [ An auto update branch exists with message `python311Packages.google-cloud-bigquery: refactor`. New version is 3.17.2. The auto update branch does not match or exceed the new version. There might already be an open PR for this update: - python311Packages.google-cloud-bigquery: 3.17.1 -> 3.17.2 URL "https://api.github.com/repos/NixOS/nixpkgs/issues/287115" [result] Failed to update python311Packages.google-cloud-bigquery 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: 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-ece, using log file: /var/log/nixpkgs-update/python311Packages.http-ece/2024-03-04.log python311Packages.http-ece 0 -> 1 attrpath: python311Packages.http-ece Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/pb58y5x8m2lcbh742jgajsjw8kikkgyy-packages.json.drv building '/nix/store/pb58y5x8m2lcbh742jgajsjw8kikkgyy-packages.json.drv'... Going to be running update for following packages: - python3.11-http_ece-1.2.0 Press Enter key to continue... Running update for: - python3.11-http_ece-1.2.0: UPDATING ... - python3.11-http_ece-1.2.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.http-ece 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.foolscap, using log file: /var/log/nixpkgs-update/python311Packages.foolscap/2024-03-04.log python311Packages.foolscap 0 -> 1 attrpath: python311Packages.foolscap Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/9r60567ka2vycyf9cwgyf4g1fpyfdq4n-packages.json.drv building '/nix/store/9r60567ka2vycyf9cwgyf4g1fpyfdq4n-packages.json.drv'... Going to be running update for following packages: - python3.11-foolscap-23.3.0 Press Enter key to continue... Running update for: - python3.11-foolscap-23.3.0: UPDATING ... - python3.11-foolscap-23.3.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.foolscap 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath pipe-viewer, using log file: /var/log/nixpkgs-update/pipe-viewer/2024-03-04.log pipe-viewer 0.4.9 -> 0.5.0 https://github.com/trizen/pipe-viewer/releases attrpath: pipe-viewer Checking auto update branch... No auto update branch exists There might already be an open PR for this update: - gtk-pipe-viewer: 0.4.9 -> 0.5.0 URL "https://api.github.com/repos/NixOS/nixpkgs/issues/293243" [result] Failed to update pipe-viewer 0.4.9 -> 0.5.0 https://github.com/trizen/pipe-viewer/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.hdf5plugin, using log file: /var/log/nixpkgs-update/python311Packages.hdf5plugin/2024-03-04.log python311Packages.hdf5plugin 0 -> 1 attrpath: python311Packages.hdf5plugin Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/qpljyaxb8aw2xl2nbmixl4r8z7zpkp3p-packages.json.drv building '/nix/store/qpljyaxb8aw2xl2nbmixl4r8z7zpkp3p-packages.json.drv'... Going to be running update for following packages: - python3.11-hdf5plugin-4.4.0 Press Enter key to continue... Running update for: - python3.11-hdf5plugin-4.4.0: UPDATING ... - python3.11-hdf5plugin-4.4.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.hdf5plugin 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.notebook-shim, using log file: /var/log/nixpkgs-update/python311Packages.notebook-shim/2024-03-04.log python311Packages.notebook-shim 0 -> 1 attrpath: python311Packages.notebook-shim Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/kv2kc1bhf2yg78d0lk167jb9lj9yjg0f-packages.json.drv building '/nix/store/kv2kc1bhf2yg78d0lk167jb9lj9yjg0f-packages.json.drv'... Going to be running update for following packages: - python3.11-notebook-shim-0.2.3 Press Enter key to continue... Running update for: - python3.11-notebook-shim-0.2.3: UPDATING ... - python3.11-notebook-shim-0.2.3: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/notebook-shim/default.nix b/pkgs/development/python-modules/notebook-shim/default.nix index 3bdb11416863..c352bd00083c 100644 --- a/pkgs/development/python-modules/notebook-shim/default.nix +++ b/pkgs/development/python-modules/notebook-shim/default.nix @@ -9,14 +9,14 @@ buildPythonPackage rec { pname = "notebook-shim"; - version = "0.2.3"; + version = "0.2.4"; format = "pyproject"; src = fetchFromGitHub { owner = "jupyter"; repo = "notebook_shim"; rev = "refs/tags/v${version}"; - hash = "sha256-eAYZuNYqOMKC6joDbbKk4Q4nrfdbO7b+yZeSvMdWWrI="; + hash = "sha256-CWnXOKE1xvr+a/qWNY6XCTB5+G/fg2O/glgeLzYD+Zc="; }; nativeBuildInputs = [ hatchling ]; No auto update branch exists [outpaths] eval start [outpaths] eval end Python package with too many package rebuilds 91 > 25 [result] Failed to update python311Packages.notebook-shim 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_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.nan, using log file: /var/log/nixpkgs-update/octavePackages.nan/2024-03-04.log octavePackages.nan 0 -> 1 attrpath: octavePackages.nan Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/96sw3n2jdhv99j4jxzaj73lw831pw670-packages.json.drv building '/nix/store/96sw3n2jdhv99j4jxzaj73lw831pw670-packages.json.drv'... Going to be running update for following packages: - octave-8.4.0-nan-3.7.0 Press Enter key to continue... Running update for: - octave-8.4.0-nan-3.7.0: UPDATING ... - octave-8.4.0-nan-3.7.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update octavePackages.nan 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: 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-language, using log file: /var/log/nixpkgs-update/python311Packages.google-cloud-language/2024-03-04.log python311Packages.google-cloud-language 0 -> 1 attrpath: python311Packages.google-cloud-language Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/kdyjgspzhfpmss1pigskvslrrijgasf1-packages.json.drv building '/nix/store/kdyjgspzhfpmss1pigskvslrrijgasf1-packages.json.drv'... Going to be running update for following packages: - python3.11-google-cloud-language-2.13.2 Press Enter key to continue... Running update for: - python3.11-google-cloud-language-2.13.2: UPDATING ... - python3.11-google-cloud-language-2.13.2: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.google-cloud-language 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_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-03-04.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.wrapt, using log file: /var/log/nixpkgs-update/python311Packages.wrapt/2024-03-04.log python311Packages.wrapt 0 -> 1 attrpath: python311Packages.wrapt Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/smlq4jyl5i95i7arjyvigdncwbrk7z72-packages.json.drv building '/nix/store/smlq4jyl5i95i7arjyvigdncwbrk7z72-packages.json.drv'... Going to be running update for following packages: - python3.11-wrapt-1.16.0 Press Enter key to continue... Running update for: - python3.11-wrapt-1.16.0: UPDATING ... - python3.11-wrapt-1.16.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.wrapt 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath circt, using log file: /var/log/nixpkgs-update/circt/2024-03-04.log circt 0 -> 1 attrpath: circt Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/c2rmbp6y5355kw5a4nb79h7293ylcdqw-packages.json.drv building '/nix/store/c2rmbp6y5355kw5a4nb79h7293ylcdqw-packages.json.drv'... Going to be running update for following packages: - circt-1.66.0 Press Enter key to continue... Running update for: - circt-1.66.0: UPDATING ... - circt-1.66.0: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/compilers/circt/default.nix b/pkgs/development/compilers/circt/default.nix index 6d4a0356482a..08275fc54c39 100644 --- a/pkgs/development/compilers/circt/default.nix +++ b/pkgs/development/compilers/circt/default.nix @@ -17,12 +17,12 @@ let in stdenv.mkDerivation rec { pname = "circt"; - version = "1.66.0"; + version = "1.67.0"; src = fetchFromGitHub { owner = "llvm"; repo = "circt"; rev = "firtool-${version}"; - sha256 = "sha256-7O2YUZq0GBS2xvsXg0v55XZXAzqsbHjeKNgqMbNRT8E="; + sha256 = "sha256-ftKtqKIgGVqiETTsirhydjmFiozqHoMRdu+IBZc8iMI="; fetchSubmodules = true; }; No auto update branch exists There might already be an open PR for this update: - circt: 1.66.0 -> 1.67.0 URL "https://api.github.com/repos/NixOS/nixpkgs/issues/293059" [result] Failed to update circt 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath mate.caja-extensions, using log file: /var/log/nixpkgs-update/mate.caja-extensions/2024-03-04.log mate.caja-extensions 0 -> 1 attrpath: mate.caja-extensions mate packages are upgraded in lockstep https://github.com/NixOS/nixpkgs/pull/50695#issuecomment-441338593 [result] Failed to update mate.caja-extensions 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath coz, using log file: /var/log/nixpkgs-update/coz/2024-03-04.log coz 0.2.1 -> 0.2.2 https://github.com/plasma-umass/coz/releases attrpath: coz 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/analysis/coz/default.nix b/pkgs/development/tools/analysis/coz/default.nix index 17968a466bf4..b3cdbbe1fe11 100644 --- a/pkgs/development/tools/analysis/coz/default.nix +++ b/pkgs/development/tools/analysis/coz/default.nix @@ -8,13 +8,13 @@ }: stdenv.mkDerivation rec { pname = "coz"; - version = "0.2.1"; + version = "0.2.2"; src = fetchFromGitHub { owner = "plasma-umass"; repo = "coz"; rev = version; - sha256 = "0val36yw987b1558iiyk3nqg0yy5k9y5wh49v91zj3cs58mmfyhc"; + sha256 = "sha256-tvFXInxjodB0jEgEKgnOGapiVPomBG1hvrhYtG2X5jI="; }; postPatch = '' [outpaths] eval start [outpaths] eval end Received ExitFailure 1 when running Raw command: /nix/store/62fm7r6175k2bgvhc19hn9bdhw90wa3n-nix-2.18.1/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A coz nix build failed. got build log for 'coz' from 'daemon' @nix { "action": "setPhase", "phase": "unpackPhase" } Running phase: unpackPhase unpacking source archive /nix/store/5vrwdl0hy2313fapk7xdnyk1s71cz1p3-source source root is source @nix { "action": "setPhase", "phase": "patchPhase" } Running phase: patchPhase sed: can't read libcoz/ccutil/thread.h: 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 coz 0.2.1 -> 0.2.2 https://github.com/plasma-umass/coz/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.libgpuarray, using log file: /var/log/nixpkgs-update/python311Packages.libgpuarray/2024-03-04.log python311Packages.libgpuarray 0 -> 1 attrpath: python311Packages.libgpuarray Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/mfbccilrvnc3rz27qflgwiq5f63fla6s-packages.json.drv building '/nix/store/mfbccilrvnc3rz27qflgwiq5f63fla6s-packages.json.drv'... Going to be running update for following packages: - python3.11-libgpuarray-0.7.6 Press Enter key to continue... Running update for: - python3.11-libgpuarray-0.7.6: UPDATING ... - python3.11-libgpuarray-0.7.6: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.libgpuarray 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath barman, using log file: /var/log/nixpkgs-update/barman/2024-03-04.log barman 0 -> 1 attrpath: barman Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/ahsh3f1gvnvcvp9gi2vnnlci7w9pr2j7-packages.json.drv building '/nix/store/ahsh3f1gvnvcvp9gi2vnnlci7w9pr2j7-packages.json.drv'... Going to be running update for following packages: - barman-3.10.0 Press Enter key to continue... Running update for: - barman-3.10.0: UPDATING ... - barman-3.10.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update barman 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: 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-03-04.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/vnf28vi8blj3kga99xf4bs3ydkbpm53d-packages.json.drv building '/nix/store/vnf28vi8blj3kga99xf4bs3ydkbpm53d-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 libspnav, using log file: /var/log/nixpkgs-update/libspnav/2024-03-04.log libspnav 0.2.3 -> 1.1 https://github.com/FreeSpacenav/libspnav/releases attrpath: libspnav 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/w3kl5n61z6a9i3zfk1vzr8iqfzixy2wz-source.drv building '/nix/store/w3kl5n61z6a9i3zfk1vzr8iqfzixy2wz-source.drv'... trying https://github.com/FreeSpacenav/libspnav/archive/libspnav-1.1.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 14 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 error: cannot download source from any mirror error: boost::bad_format_string: format-string is ill-formed stderr did not split as expected full stderr was: error: attribute 'originalSrc' in selection path 'libspnav.originalSrc' not found stderr did not split as expected full stderr was: these 2 derivations will be built: /nix/store/w3kl5n61z6a9i3zfk1vzr8iqfzixy2wz-source.drv /nix/store/xxciyssdb3hkfdx6jr2wr2a1np8m92yh-libspnav-1.1.drv building '/nix/store/w3kl5n61z6a9i3zfk1vzr8iqfzixy2wz-source.drv'... trying https://github.com/FreeSpacenav/libspnav/archive/libspnav-1.1.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 14 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 error: cannot download source from any mirror error: builder for '/nix/store/w3kl5n61z6a9i3zfk1vzr8iqfzixy2wz-source.drv' failed with exit code 1; last 8 log lines: > > trying https://github.com/FreeSpacenav/libspnav/archive/libspnav-1.1.tar.gz > % Total % Received % Xferd Average Speed Time Time Time Current > Dload Upload Total Spent Left Speed > 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 > 0 14 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 > curl: (22) The requested URL returned error: 404 > error: cannot download source from any mirror For full logs, run 'nix log /nix/store/w3kl5n61z6a9i3zfk1vzr8iqfzixy2wz-source.drv'. error: 1 dependencies of derivation '/nix/store/xxciyssdb3hkfdx6jr2wr2a1np8m92yh-libspnav-1.1.drv' failed to build [result] Failed to update libspnav 0.2.3 -> 1.1 https://github.com/FreeSpacenav/libspnav/releases [options] github_user: r-ryantm, pull_request: YES, batch_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-03-04.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/zqwrsw9pnigb6kq8dr3833y6a621rnnc-packages.json.drv building '/nix/store/zqwrsw9pnigb6kq8dr3833y6a621rnnc-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 terraform-providers.migadu, using log file: /var/log/nixpkgs-update/terraform-providers.migadu/2024-03-04.log terraform-providers.migadu 0 -> 1 attrpath: terraform-providers.migadu Checking auto update branch... Derivation file opts-out of auto-updates [result] Failed to update terraform-providers.migadu 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: 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-03-04.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/2kl358xh32z83xgf28hrhs4x4wwiwa0v-packages.json.drv building '/nix/store/2kl358xh32z83xgf28hrhs4x4wwiwa0v-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 python311Packages.pylnk3, using log file: /var/log/nixpkgs-update/python311Packages.pylnk3/2024-03-04.log python311Packages.pylnk3 0 -> 1 attrpath: python311Packages.pylnk3 Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/qzkgpdcw506hpgxwkyglg2c38ds6lxsi-packages.json.drv building '/nix/store/qzkgpdcw506hpgxwkyglg2c38ds6lxsi-packages.json.drv'... Going to be running update for following packages: - python3.11-pylnk3-0.4.2 Press Enter key to continue... Running update for: - python3.11-pylnk3-0.4.2: UPDATING ... - python3.11-pylnk3-0.4.2: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.pylnk3 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.mobly, using log file: /var/log/nixpkgs-update/python311Packages.mobly/2024-03-04.log python311Packages.mobly 0 -> 1 attrpath: python311Packages.mobly Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/diq2afjjpr0hsbbmg6irb76ai4d6j2zq-packages.json.drv building '/nix/store/diq2afjjpr0hsbbmg6irb76ai4d6j2zq-packages.json.drv'... Going to be running update for following packages: - python3.11-mobly-1.12.2 Press Enter key to continue... Running update for: - python3.11-mobly-1.12.2: UPDATING ... - python3.11-mobly-1.12.2: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.mobly 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.plantuml, using log file: /var/log/nixpkgs-update/python311Packages.plantuml/2024-03-04.log python311Packages.plantuml 0 -> 1 attrpath: python311Packages.plantuml Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/jr9gd13h7y5sw79v7ywf6xnwfywi4r84-packages.json.drv building '/nix/store/jr9gd13h7y5sw79v7ywf6xnwfywi4r84-packages.json.drv'... Going to be running update for following packages: - python3.11-plantuml-0.3.0 Press Enter key to continue... Running update for: - python3.11-plantuml-0.3.0: UPDATING ... - python3.11-plantuml-0.3.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.plantuml 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath shepherd, using log file: /var/log/nixpkgs-update/shepherd/2024-03-04.log shepherd 1.16.0 -> 2.5.0 https://github.com/NerdWalletOSS/shepherd/releases attrpath: shepherd 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 shepherd 1.16.0 -> 2.5.0 https://github.com/NerdWalletOSS/shepherd/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath kas, using log file: /var/log/nixpkgs-update/kas/2024-03-04.log kas 0 -> 1 attrpath: kas Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/psvfr2wnw032gynxrnapl5i11yhb0r2k-packages.json.drv building '/nix/store/psvfr2wnw032gynxrnapl5i11yhb0r2k-packages.json.drv'... Going to be running update for following packages: - kas-4.2 Press Enter key to continue... Running update for: - kas-4.2: UPDATING ... - kas-4.2: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update kas 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.pid, using log file: /var/log/nixpkgs-update/python311Packages.pid/2024-03-04.log python311Packages.pid 0 -> 1 attrpath: python311Packages.pid Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/mjf2khnj99h34bnk05arxwqfaskil5v3-packages.json.drv building '/nix/store/mjf2khnj99h34bnk05arxwqfaskil5v3-packages.json.drv'... Going to be running update for following packages: - python3.11-pid-3.0.4 Press Enter key to continue... Running update for: - python3.11-pid-3.0.4: UPDATING ... - python3.11-pid-3.0.4: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.pid 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.pasimple, using log file: /var/log/nixpkgs-update/python311Packages.pasimple/2024-03-04.log python311Packages.pasimple 0 -> 1 attrpath: python311Packages.pasimple Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/scc09nr2sf48v4ah3fidd3ir93w4l5w9-packages.json.drv building '/nix/store/scc09nr2sf48v4ah3fidd3ir93w4l5w9-packages.json.drv'... Going to be running update for following packages: - python3.11-pasimple-0.0.2 Press Enter key to continue... Running update for: - python3.11-pasimple-0.0.2: UPDATING ... - python3.11-pasimple-0.0.2: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.pasimple 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_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-03-04.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.FmYflJDF0k + 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.FmYflJDF0k Cloning into bare repository '/run/nixpkgs-update-worker/tmp.FmYflJDF0k'... + pushd /run/nixpkgs-update-worker/tmp.FmYflJDF0k ++ /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.rpcq, using log file: /var/log/nixpkgs-update/python311Packages.rpcq/2024-03-04.log python311Packages.rpcq 0 -> 1 attrpath: python311Packages.rpcq Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/wdxq67jnwy6d1qr9lc2hnn5xdhbaf4km-packages.json.drv building '/nix/store/wdxq67jnwy6d1qr9lc2hnn5xdhbaf4km-packages.json.drv'... Going to be running update for following packages: - python3.11-rpcq-3.10.0 Press Enter key to continue... Running update for: - python3.11-rpcq-3.10.0: UPDATING ... - python3.11-rpcq-3.10.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.rpcq 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.paramz, using log file: /var/log/nixpkgs-update/python311Packages.paramz/2024-03-04.log python311Packages.paramz 0 -> 1 attrpath: python311Packages.paramz 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/cpx95dy39dhfn60qa2p6m2arkld86z4a-packages.json.drv building '/nix/store/cpx95dy39dhfn60qa2p6m2arkld86z4a-packages.json.drv'... Going to be running update for following packages: - python3.11-paramz-0.9.5 Press Enter key to continue... Running update for: - python3.11-paramz-0.9.5: UPDATING ... - python3.11-paramz-0.9.5: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.paramz 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: 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-03-04.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/xdj0x6ldir60kpxbkxp3as8xcbj8kpy6-packages.json.drv building '/nix/store/xdj0x6ldir60kpxbkxp3as8xcbj8kpy6-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 lomiri.content-hub, using log file: /var/log/nixpkgs-update/lomiri.content-hub/2024-03-04.log lomiri.content-hub 0 -> 1 attrpath: lomiri.content-hub 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/w9w6fhbmvkhb74lp8f5fflw7kyak9w7a-packages.json.drv building '/nix/store/w9w6fhbmvkhb74lp8f5fflw7kyak9w7a-packages.json.drv'... Going to be running update for following packages: - content-hub-1.1.1 Press Enter key to continue... Running update for: - content-hub-1.1.1: UPDATING ... - content-hub-1.1.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update lomiri.content-hub 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.google-auth-oauthlib, using log file: /var/log/nixpkgs-update/python311Packages.google-auth-oauthlib/2024-03-04.log python311Packages.google-auth-oauthlib 0 -> 1 attrpath: python311Packages.google-auth-oauthlib Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/h8wwigjnxljw43k0k350mg88mnzglbkk-packages.json.drv building '/nix/store/h8wwigjnxljw43k0k350mg88mnzglbkk-packages.json.drv'... Going to be running update for following packages: - python3.11-google-auth-oauthlib-1.2.0 Press Enter key to continue... Running update for: - python3.11-google-auth-oauthlib-1.2.0: UPDATING ... - python3.11-google-auth-oauthlib-1.2.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.google-auth-oauthlib 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.pymedio, using log file: /var/log/nixpkgs-update/python311Packages.pymedio/2024-03-04.log python311Packages.pymedio 0 -> 1 attrpath: python311Packages.pymedio Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/9yq4m5nvrwykys92p1gvq5f4fp7svhsk-packages.json.drv building '/nix/store/9yq4m5nvrwykys92p1gvq5f4fp7svhsk-packages.json.drv'... Going to be running update for following packages: - python3.11-pymedio-0.2.14 Press Enter key to continue... Running update for: - python3.11-pymedio-0.2.14: UPDATING ... - python3.11-pymedio-0.2.14: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.pymedio 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.nbconflux, using log file: /var/log/nixpkgs-update/python311Packages.nbconflux/2024-03-04.log python311Packages.nbconflux 0 -> 1 attrpath: python311Packages.nbconflux Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/8mmc1zqz4j6kwmx2dsjbi3qcq60sf3qw-packages.json.drv building '/nix/store/8mmc1zqz4j6kwmx2dsjbi3qcq60sf3qw-packages.json.drv'... Going to be running update for following packages: - python3.11-nbconflux-0.7.0 Press Enter key to continue... Running update for: - python3.11-nbconflux-0.7.0: UPDATING ... - python3.11-nbconflux-0.7.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.nbconflux 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.snuggs, using log file: /var/log/nixpkgs-update/python311Packages.snuggs/2024-03-04.log python311Packages.snuggs 0 -> 1 attrpath: python311Packages.snuggs 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/gijvdk34rv1i2zny2v8m4q2ac9p5mykx-packages.json.drv building '/nix/store/gijvdk34rv1i2zny2v8m4q2ac9p5mykx-packages.json.drv'... Going to be running update for following packages: - python3.11-snuggs-1.4.7 Press Enter key to continue... Running update for: - python3.11-snuggs-1.4.7: UPDATING ... - python3.11-snuggs-1.4.7: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.snuggs 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.ml-collections, using log file: /var/log/nixpkgs-update/python311Packages.ml-collections/2024-03-04.log python311Packages.ml-collections 0 -> 1 attrpath: python311Packages.ml-collections 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/zwmk27lvcj3b9gljj6j87yb5qvp9hbyj-packages.json.drv building '/nix/store/zwmk27lvcj3b9gljj6j87yb5qvp9hbyj-packages.json.drv'... Going to be running update for following packages: - python3.11-ml-collections-0.1.1 Press Enter key to continue... Running update for: - python3.11-ml-collections-0.1.1: UPDATING ... - python3.11-ml-collections-0.1.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.ml-collections 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath xvfb-run, using log file: /var/log/nixpkgs-update/xvfb-run/2024-03-04.log xvfb-run 0 -> 1 attrpath: xvfb-run Checking auto update branch... [version] [version] skipping because derivation has 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/r26vwijcgfrknqixk7ghz82l32imk8jp-packages.json.drv building '/nix/store/r26vwijcgfrknqixk7ghz82l32imk8jp-packages.json.drv'... Going to be running update for following packages: - xvfb-run-1+g87f6705 Press Enter key to continue... Running update for: - xvfb-run-1+g87f6705: UPDATING ... - xvfb-run-1+g87f6705: ERROR --- SHOWING ERROR LOG FOR xvfb-run-1+g87f6705 ---------------------- /var/cache/nixpkgs-update/worker/worktree/xvfb-run/pkgs/tools/misc/xvfb-run/update.sh: line 7: nix-prefetch-git: command not found --- SHOWING ERROR LOG FOR xvfb-run-1+g87f6705 ---------------------- The update script for xvfb-run-1+g87f6705 failed with exit code 127 [result] Failed to update xvfb-run 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_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-calendar, using log file: /var/log/nixpkgs-update/pantheon.elementary-calendar/2024-03-04.log pantheon.elementary-calendar 0 -> 1 attrpath: pantheon.elementary-calendar Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/cm8rxdyykl89j2a6xl1p58rgas8cqyw3-packages.json.drv building '/nix/store/cm8rxdyykl89j2a6xl1p58rgas8cqyw3-packages.json.drv'... Going to be running update for following packages: - elementary-calendar-7.0.0 Press Enter key to continue... Running update for: - elementary-calendar-7.0.0: UPDATING ... - elementary-calendar-7.0.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update pantheon.elementary-calendar 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_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-03-04.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/pj0q66v0l6nav4bq5f8k2vgzg4gprmy6-packages.json.drv building '/nix/store/pj0q66v0l6nav4bq5f8k2vgzg4gprmy6-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 python311Packages.python-string-utils, using log file: /var/log/nixpkgs-update/python311Packages.python-string-utils/2024-03-04.log python311Packages.python-string-utils 0 -> 1 attrpath: python311Packages.python-string-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/77k73ggqd872w4rc36x6qn23i6kh7mzw-packages.json.drv building '/nix/store/77k73ggqd872w4rc36x6qn23i6kh7mzw-packages.json.drv'... Going to be running update for following packages: - python3.11-python-string-utils-1.0.0 Press Enter key to continue... Running update for: - python3.11-python-string-utils-1.0.0: UPDATING ... - python3.11-python-string-utils-1.0.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.python-string-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.enlighten, using log file: /var/log/nixpkgs-update/python311Packages.enlighten/2024-03-04.log python311Packages.enlighten 0 -> 1 attrpath: python311Packages.enlighten Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/jqnrgid2d0z116z4nhzak7gyik1kxia3-packages.json.drv building '/nix/store/jqnrgid2d0z116z4nhzak7gyik1kxia3-packages.json.drv'... Going to be running update for following packages: - python3.11-enlighten-1.12.4 Press Enter key to continue... Running update for: - python3.11-enlighten-1.12.4: UPDATING ... - python3.11-enlighten-1.12.4: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.enlighten 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.pysoundfile, using log file: /var/log/nixpkgs-update/python311Packages.pysoundfile/2024-03-04.log python311Packages.pysoundfile 0 -> 1 attrpath: python311Packages.pysoundfile Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/9limpfwmq7smp1jwy6w0cpcyr7zizvgi-packages.json.drv building '/nix/store/9limpfwmq7smp1jwy6w0cpcyr7zizvgi-packages.json.drv'... Going to be running update for following packages: - python3.11-soundfile-0.12.1 Press Enter key to continue... Running update for: - python3.11-soundfile-0.12.1: UPDATING ... - python3.11-soundfile-0.12.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.pysoundfile 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath sozu, using log file: /var/log/nixpkgs-update/sozu/2024-03-04.log sozu 0 -> 1 attrpath: sozu 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/xajbpi5f9j7dnb7gm3ijq90rzd5xgsxn-packages.json.drv building '/nix/store/xajbpi5f9j7dnb7gm3ijq90rzd5xgsxn-packages.json.drv'... Going to be running update for following packages: - sozu-0.15.19 Press Enter key to continue... Running update for: - sozu-0.15.19: UPDATING ... - sozu-0.15.19: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update sozu 0 -> 1 [options] github_user: r-ryantm, pull_request: 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-time-out-plugin 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.mockito, using log file: /var/log/nixpkgs-update/python311Packages.mockito/2024-03-04.log python311Packages.mockito 0 -> 1 attrpath: python311Packages.mockito Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/fj6zyhrdla4lnsyc9y25mbbp95blaigm-packages.json.drv building '/nix/store/fj6zyhrdla4lnsyc9y25mbbp95blaigm-packages.json.drv'... Going to be running update for following packages: - python3.11-mockito-1.4.0 Press Enter key to continue... Running update for: - python3.11-mockito-1.4.0: UPDATING ... - python3.11-mockito-1.4.0: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/mockito/default.nix b/pkgs/development/python-modules/mockito/default.nix index f142d1288ef3..32d05df8d819 100644 --- a/pkgs/development/python-modules/mockito/default.nix +++ b/pkgs/development/python-modules/mockito/default.nix @@ -1,13 +1,13 @@ { lib, buildPythonPackage, fetchPypi, isPy3k, funcsigs, pytest, numpy }: buildPythonPackage rec { - version = "1.4.0"; + version = "1.5.0"; format = "setuptools"; pname = "mockito"; src = fetchPypi { inherit pname version; - hash = "sha256-QJq2BMnr4bt9wY7GsO2YqK1RJ7CCc/WASyL00bUeUiI="; + hash = "sha256-A2Eo2n2vLaiaC2N71zMh6ZL/ZbqKOYdsojPuwX63fo8="; }; propagatedBuildInputs = lib.optionals (!isPy3k) [ funcsigs ]; No auto update branch exists There might already be an open PR for this update: - python312Packages.mockito: 1.4.0 -> 1.5.0 URL "https://api.github.com/repos/NixOS/nixpkgs/issues/293230" [result] Failed to update python311Packages.mockito 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.pure-eval, using log file: /var/log/nixpkgs-update/python311Packages.pure-eval/2024-03-04.log python311Packages.pure-eval 0 -> 1 attrpath: python311Packages.pure-eval Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/ym9wiwhrmh7xzmpb354x3dibgbrvx43f-packages.json.drv building '/nix/store/ym9wiwhrmh7xzmpb354x3dibgbrvx43f-packages.json.drv'... Going to be running update for following packages: - python3.11-pure_eval-0.2.2 Press Enter key to continue... Running update for: - python3.11-pure_eval-0.2.2: UPDATING ... - python3.11-pure_eval-0.2.2: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.pure-eval 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_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-03-04.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/62fm7r6175k2bgvhc19hn9bdhw90wa3n-nix-2.18.1/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 python312Packages.jupyter-server, using log file: /var/log/nixpkgs-update/python312Packages.jupyter-server/2024-03-04.log python312Packages.jupyter-server 2.12.5 -> 2.13.0 https://github.com/jupyter-server/jupyter_server/releases attrpath: python312Packages.jupyter-server Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/07rx5ghq5bwimjk4l730rja9nv9r7750-packages.json.drv building '/nix/store/07rx5ghq5bwimjk4l730rja9nv9r7750-packages.json.drv'... Going to be running update for following packages: - python3.12-jupyter-server-2.12.5 Press Enter key to continue... Running update for: - python3.12-jupyter-server-2.12.5: UPDATING ... - python3.12-jupyter-server-2.12.5: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/jupyter-server/default.nix b/pkgs/development/python-modules/jupyter-server/default.nix index 77993d24fd2c..97c9b114d847 100644 --- a/pkgs/development/python-modules/jupyter-server/default.nix +++ b/pkgs/development/python-modules/jupyter-server/default.nix @@ -34,14 +34,14 @@ buildPythonPackage rec { pname = "jupyter-server"; - version = "2.12.5"; + version = "2.13.0"; pyproject = true; disabled = pythonOlder "3.8"; src = fetchPypi { pname = "jupyter_server"; inherit version; - hash = "sha256-DttibJS6oigJvhMj+XcM8cAKlSsXCXWS5A0D5qOVFok="; + hash = "sha256-yAv7BJ6iAFPD2WQcKt1ISLOAc7958XKc6h+u0y/Bx44="; }; nativeBuildInputs = [ No auto update branch exists [outpaths] eval start [outpaths] eval end Python package with too many package rebuilds 101 > 25 [result] Failed to update python312Packages.jupyter-server 2.12.5 -> 2.13.0 https://github.com/jupyter-server/jupyter_server/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.nose-warnings-filters, using log file: /var/log/nixpkgs-update/python311Packages.nose-warnings-filters/2024-03-04.log python311Packages.nose-warnings-filters 0 -> 1 attrpath: python311Packages.nose-warnings-filters Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/1g6ddk7zqh7ci2xg2m4i75qja2psgpk4-packages.json.drv building '/nix/store/1g6ddk7zqh7ci2xg2m4i75qja2psgpk4-packages.json.drv'... Going to be running update for following packages: - python3.11-nose-warnings-filters-0.1.5 Press Enter key to continue... Running update for: - python3.11-nose-warnings-filters-0.1.5: UPDATING ... - python3.11-nose-warnings-filters-0.1.5: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.nose-warnings-filters 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.scour, using log file: /var/log/nixpkgs-update/python311Packages.scour/2024-03-04.log python311Packages.scour 0 -> 1 attrpath: python311Packages.scour Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/49d87522jh84ndqbjgc85nmxca391fn4-packages.json.drv building '/nix/store/49d87522jh84ndqbjgc85nmxca391fn4-packages.json.drv'... Going to be running update for following packages: - python3.11-scour-0.38.2 Press Enter key to continue... Running update for: - python3.11-scour-0.38.2: UPDATING ... - python3.11-scour-0.38.2: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.scour 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath imgproxy, using log file: /var/log/nixpkgs-update/imgproxy/2024-03-04.log imgproxy 3.20.0 -> 3.22.0 https://github.com/imgproxy/imgproxy/releases attrpath: imgproxy 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-SaxoFCEDniphr1ZZ5prE996CeHegB+a8dpGaMpjsrtQ=" [golangModuleVersion] Replaced vendorHash with sha256-TA5wZl/YGM65XGm107jFqqZSKNI8sfMTBCNWdhiCJl4= Received ExitFailure 1 when running Raw command: /nix/store/62fm7r6175k2bgvhc19hn9bdhw90wa3n-nix-2.18.1/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A imgproxy nix build failed. | ^~~~~~~ # github.com/DataDog/go-libddwaf/v2 In file included from /nix/store/b0s2lkf593r3585038ws4jd3lylf2wdx-glibc-2.38-44-dev/include/errno.h:25, from cgo-gcc-prolog:30: /nix/store/b0s2lkf593r3585038ws4jd3lylf2wdx-glibc-2.38-44-dev/include/features.h:414:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp] 414 | # warning _FORTIFY_SOURCE requires compiling with optimization (-O) | ^~~~~~~ ok github.com/imgproxy/imgproxy/v3/svg 0.021s ok github.com/imgproxy/imgproxy/v3/transport/azure 0.022s ok github.com/imgproxy/imgproxy/v3/transport/fs 0.004s ok github.com/imgproxy/imgproxy/v3/transport/gcs 0.014s --- FAIL: TestS3Transport (0.86s) --- FAIL: TestS3Transport/TestRoundTripWithMultiregionEnabledReturns200 (0.26s) s3_test.go:168: Error Trace: /build/source/transport/s3/s3_test.go:168 Error: Expected nil, but got: &awserr.baseError{code:"RequestError", message:"send request failed", errs:[]error{(*net.OpError)(0xc000174be0)}} Test: TestS3Transport/TestRoundTripWithMultiregionEnabledReturns200 --- FAIL: TestS3Transport/TestRoundTripWithUpdatedETagReturns200 (0.31s) s3_test.go:117: Error Trace: /build/source/transport/s3/s3_test.go:117 Error: Expected nil, but got: &awserr.baseError{code:"RequestError", message:"send request failed", errs:[]error{(*net.OpError)(0xc000515a40)}} Test: TestS3Transport/TestRoundTripWithUpdatedETagReturns200 --- FAIL: TestS3Transport/TestRoundTripWithUpdatedLastModifiedReturns200 (0.29s) s3_test.go:159: Error Trace: /build/source/transport/s3/s3_test.go:159 Error: Expected nil, but got: &awserr.baseError{code:"RequestError", message:"send request failed", errs:[]error{(*net.OpError)(0xc000175a40)}} Test: TestS3Transport/TestRoundTripWithUpdatedLastModifiedReturns200 FAIL FAIL github.com/imgproxy/imgproxy/v3/transport/s3 0.870s FAIL [result] Failed to update imgproxy 3.20.0 -> 3.22.0 https://github.com/imgproxy/imgproxy/releases [options] github_user: r-ryantm, pull_request: YES, batch_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.es, using log file: /var/log/nixpkgs-update/aspellDicts.es/2024-03-04.log aspellDicts.es 0 -> 1 attrpath: aspellDicts.es 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/x4naqacalkn7cf8v9dslpwwaswr5bj1l-update-aspellDict-es.drv /nix/store/w9yadj5pfd91m2z4z98mzdaigdz67y45-packages.json.drv building '/nix/store/x4naqacalkn7cf8v9dslpwwaswr5bj1l-update-aspellDict-es.drv'... building '/nix/store/w9yadj5pfd91m2z4z98mzdaigdz67y45-packages.json.drv'... Going to be running update for following packages: - aspell-dict-es-1.11-2 Press Enter key to continue... Running update for: - aspell-dict-es-1.11-2: UPDATING ... - aspell-dict-es-1.11-2: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update aspellDicts.es 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.pysimplegui, using log file: /var/log/nixpkgs-update/python311Packages.pysimplegui/2024-03-04.log python311Packages.pysimplegui 0 -> 1 attrpath: python311Packages.pysimplegui Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/1w5k7f4msam0m5lilma5ykladwss6j51-packages.json.drv building '/nix/store/1w5k7f4msam0m5lilma5ykladwss6j51-packages.json.drv'... Going to be running update for following packages: - python3.11-pysimplegui-4.60.5 Press Enter key to continue... Running update for: - python3.11-pysimplegui-4.60.5: UPDATING ... - python3.11-pysimplegui-4.60.5: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/pysimplegui/default.nix b/pkgs/development/python-modules/pysimplegui/default.nix index c5c71810a938..30e5de7abd8d 100644 --- a/pkgs/development/python-modules/pysimplegui/default.nix +++ b/pkgs/development/python-modules/pysimplegui/default.nix @@ -7,7 +7,7 @@ buildPythonPackage rec { pname = "pysimplegui"; - version = "4.60.5"; + version = "5.0.3"; format = "setuptools"; disabled = pythonOlder "3.6"; @@ -15,7 +15,7 @@ buildPythonPackage rec { src = fetchPypi { pname = "PySimpleGUI"; inherit version; - hash = "sha256-MQFNHMXu8Tc9fpNWT/JgRmJkXMd0qTmx8BqiU+f514s="; + hash = "sha256-bnjPVGMVfma/tn8oCg6FLMI1W+9rtHMKNdarbNg61GM="; }; propagatedBuildInputs = [ No auto update branch exists [outpaths] eval start [outpaths] eval end Received ExitFailure 1 when running Raw command: /nix/store/62fm7r6175k2bgvhc19hn9bdhw90wa3n-nix-2.18.1/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A python311Packages.pysimplegui nix build failed. 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: PySimpleGUI The RSA module is required for PySimpleGUI 5. It was not found... running an install for you now.... /nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/bin/python3.11: No module named pip Unable to install and import rsa. Please make sure RSA is able to be imported @nix { "action": "setPhase", "phase": "setuptoolsCheckPhase" } Running phase: setuptoolsCheckPhase Executing setuptoolsCheckPhase running test WARNING: Testing via this command is deprecated and will be removed in a future version. Users looking for a generic test entry point independent of test runner are encouraged to use tox. /nix/store/fvd6iz7hbcnns1jpfg8kkrm7m25vl3ii-python3.11-setuptools-69.0.3/lib/python3.11/site-packages/setuptools/command/test.py:193: _DeprecatedInstaller: setuptools.installer and fetch_build_eggs are deprecated. !! ******************************************************************************** Requirements should be satisfied by a PEP 517 installer. If you are using pip, you can try `pip install --use-pep517`. ******************************************************************************** !! ir_d = dist.fetch_build_eggs(dist.install_requires) /nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/bin/python3.11: No module named pip error: Command '['/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/bin/python3.11', '-m', 'pip', '--disable-pip-version-check', 'wheel', '--no-deps', '-w', '/build/tmp5vs8k0dr', '--quiet', 'rsa']' returned non-zero exit status 1. [result] Failed to update python311Packages.pysimplegui 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath tbb, using log file: /var/log/nixpkgs-update/tbb/2024-03-04.log tbb 2020.3 -> 2021.11.0 https://github.com/oneapi-src/oneTBB/releases attrpath: tbb 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 tbb 2020.3 -> 2021.11.0 https://github.com/oneapi-src/oneTBB/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.pysolcast, using log file: /var/log/nixpkgs-update/python311Packages.pysolcast/2024-03-04.log python311Packages.pysolcast 0 -> 1 attrpath: python311Packages.pysolcast Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/xlwypxsdza2aahgayjywqk9s3vngsfdx-packages.json.drv building '/nix/store/xlwypxsdza2aahgayjywqk9s3vngsfdx-packages.json.drv'... Going to be running update for following packages: - python3.11-pysolcast-2.0.0 Press Enter key to continue... Running update for: - python3.11-pysolcast-2.0.0: UPDATING ... - python3.11-pysolcast-2.0.0: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/pysolcast/default.nix b/pkgs/development/python-modules/pysolcast/default.nix index 1eab58761440..891856f35b8c 100644 --- a/pkgs/development/python-modules/pysolcast/default.nix +++ b/pkgs/development/python-modules/pysolcast/default.nix @@ -14,7 +14,7 @@ buildPythonPackage rec { pname = "pysolcast"; - version = "2.0.0"; + version = "2.0.1"; pyproject = true; disabled = pythonOlder "3.9"; @@ -23,7 +23,7 @@ buildPythonPackage rec { owner = "mcaulifn"; repo = "solcast"; rev = "refs/tags/v${version}"; - hash = "sha256-jLhM47o6LvkPux0kusOrRk4TDS6VLWE0QMEiQxlBCwo="; + hash = "sha256-JzGrE6zKj16Uzm3EC8ysMbgP5ouA00Gact7NYXbEkXI="; }; pythonRelaxDeps = [ No auto update branch exists [outpaths] eval start [outpaths] eval end Received ExitFailure 1 when running Raw command: /nix/store/62fm7r6175k2bgvhc19hn9bdhw90wa3n-nix-2.18.1/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A python311Packages.pysolcast 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/wf9j44a076li5k5rcv5b6sj0l556ksik-source source root is source setting SOURCE_DATE_EPOCH to timestamp 315619200 of file source/tox.ini @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: poetry-core>=1.9.0 [result] Failed to update python311Packages.pysolcast 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath sbclPackages.nyxt, using log file: /var/log/nixpkgs-update/sbclPackages.nyxt/2024-03-04.log sbclPackages.nyxt 3.11.3 -> 3.11.4 https://github.com/atlas-engineer/nyxt/releases attrpath: sbclPackages.nyxt 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 sbclPackages.nyxt 3.11.3 -> 3.11.4 https://github.com/atlas-engineer/nyxt/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.tcxreader, using log file: /var/log/nixpkgs-update/python311Packages.tcxreader/2024-03-04.log python311Packages.tcxreader 0 -> 1 attrpath: python311Packages.tcxreader Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/ar94j11r5fvb5ggyvi3pn9bhirw7sf7v-packages.json.drv building '/nix/store/ar94j11r5fvb5ggyvi3pn9bhirw7sf7v-packages.json.drv'... Going to be running update for following packages: - python3.11-tcxreader-0.4.9 Press Enter key to continue... Running update for: - python3.11-tcxreader-0.4.9: UPDATING ... - python3.11-tcxreader-0.4.9: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.tcxreader 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_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-03-04.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.L2RwVaeacm + 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.L2RwVaeacm Cloning into bare repository '/run/nixpkgs-update-worker/tmp.L2RwVaeacm'... + pushd /run/nixpkgs-update-worker/tmp.L2RwVaeacm ++ /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.levenshtein, using log file: /var/log/nixpkgs-update/python311Packages.levenshtein/2024-03-04.log python311Packages.levenshtein 0 -> 1 attrpath: python311Packages.levenshtein Checking auto update branch... [version] [version] skipping because derivation has 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/mdmay2rdjalsghszg5p3ym10lxsz0axv-packages.json.drv building '/nix/store/mdmay2rdjalsghszg5p3ym10lxsz0axv-packages.json.drv'... Going to be running update for following packages: - python3.11-levenshtein-0.25.0 Press Enter key to continue... Running update for: - python3.11-levenshtein-0.25.0: UPDATING ... - python3.11-levenshtein-0.25.0: ERROR --- SHOWING ERROR LOG FOR python3.11-levenshtein-0.25.0 ---------------------- INFO:root:Updating packages... Traceback (most recent call last): File "/nix/store/76ikmd9xpsny2cs10qsfj96ri8626006-update-python-libraries", line 596, in main() File "/nix/store/76ikmd9xpsny2cs10qsfj96ri8626006-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/76ikmd9xpsny2cs10qsfj96ri8626006-update-python-libraries", line 575, in results = list(filter(bool, p.map(lambda pkg: _update(pkg, target), packages))) ^^^^^^^^^^^^^^^^^^^^ File "/nix/store/76ikmd9xpsny2cs10qsfj96ri8626006-update-python-libraries", line 519, in _update return _update_package(path, target) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/76ikmd9xpsny2cs10qsfj96ri8626006-update-python-libraries", line 430, in _update_package new_version, new_sha256, prefix = FETCHERS[fetcher]( ^^^^^^^^^^^^^^^^^^ File "/nix/store/76ikmd9xpsny2cs10qsfj96ri8626006-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-levenshtein-0.25.0 ---------------------- The update script for python3.11-levenshtein-0.25.0 failed with exit code 1 [result] Failed to update python311Packages.levenshtein 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath sof-firmware, using log file: /var/log/nixpkgs-update/sof-firmware/2024-03-04.log sof-firmware 2023.12 -> 2023.12.1 https://github.com/thesofproject/sof-bin/releases attrpath: sof-firmware 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/firmware/sof-firmware/default.nix b/pkgs/os-specific/linux/firmware/sof-firmware/default.nix index 737c7b936935..d84fb2a873d0 100644 --- a/pkgs/os-specific/linux/firmware/sof-firmware/default.nix +++ b/pkgs/os-specific/linux/firmware/sof-firmware/default.nix @@ -5,11 +5,11 @@ stdenvNoCC.mkDerivation rec { pname = "sof-firmware"; - version = "2023.12"; + version = "2023.12.1"; src = fetchurl { url = "https://github.com/thesofproject/sof-bin/releases/download/v${version}/sof-bin-${version}.tar.gz"; - sha256 = "sha256-VeR+tj5iSNvat9ojK7HjHKLnFVs33BFvbcWxc8ujUDs="; + sha256 = "sha256-6ied38mcWxHWNPH10jN/bVwNw4HOMxR5D3tVDkCI5nQ="; }; dontFixup = true; # binaries must not be stripped or patchelfed [outpaths] eval start [outpaths] eval end Successfully finished processing cachix "/nix/store/7vcqg482nwh6phhp0xrc30cc5yjcxaz5-sof-firmware-2023.12.1" 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 = 4 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 4 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 4 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 3 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 3 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 3 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 3 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 4 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 4 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 5 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 = 5 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 = 6 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 5 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 4 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 4 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 4 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 4 [check][nixpkgs-review] Result of `nixpkgs-review --extra-nixpkgs-config '{ allowInsecurePredicate = x: true; }'` run on x86_64-linux [1](https://github.com/Mic92/nixpkgs-review)
1 package built:
  • sof-firmware
Automatic update generated by [nixpkgs-update](https://github.com/ryantm/nixpkgs-update) tools. This update was made based on information from https://github.com/thesofproject/sof-bin/releases. meta.description for sof-firmware is: Sound Open Firmware meta.homepage for sof-firmware is: https://www.sofproject.org/ meta.changelog for sof-firmware is: https://github.com/thesofproject/sof-bin/releases/tag/v2023.12.1 ###### Updates performed - Version update ###### To inspect upstream changes - [Release on GitHub](https://github.com/thesofproject/sof-bin/releases/tag/v2023.12.1) - [Compare changes on GitHub](https://github.com/thesofproject/sof-bin/compare/v2023.12...v2023.12.1) ###### Impact Checks done --- - built on NixOS - The tests defined in `passthru.tests`, if any, passed - found 2023.12.1 in filename of file in /nix/store/7vcqg482nwh6phhp0xrc30cc5yjcxaz5-sof-firmware-2023.12.1 ---
Rebuild report (if merged into master) (click to expand) ``` 1 total rebuild path(s) 1 package rebuild(s) First fifty rebuilds by attrpath sof-firmware ```
Instructions to test this update (click to expand) --- Either **download from Cachix**: ``` nix-store -r /nix/store/7vcqg482nwh6phhp0xrc30cc5yjcxaz5-sof-firmware-2023.12.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 sof-firmware https://github.com/r-ryantm/nixpkgs/archive/b16ae5ef82013b08d42221df26f86d2318879249.tar.gz ``` Or: ``` nix build github:r-ryantm/nixpkgs/b16ae5ef82013b08d42221df26f86d2318879249#sof-firmware ``` After you've downloaded or built it, look at the files and if there are any, run the binaries: ``` ls -la /nix/store/7vcqg482nwh6phhp0xrc30cc5yjcxaz5-sof-firmware-2023.12.1 ls -la /nix/store/7vcqg482nwh6phhp0xrc30cc5yjcxaz5-sof-firmware-2023.12.1/bin ``` ---

### Pre-merge build results We have automatically built all packages that will get rebuilt due to this change. This gives evidence on whether the upgrade will break dependent packages. Note sometimes packages show up as _failed to build_ independent of the change, simply because they are already broken on the target branch. Result of `nixpkgs-review --extra-nixpkgs-config '{ allowInsecurePredicate = x: true; }'` run on x86_64-linux [1](https://github.com/Mic92/nixpkgs-review)
1 package built:
  • sof-firmware
--- ###### Maintainer pings cc @lblasc @evenbrenden @hmenke 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/293276 [result] Success updating sof-firmware 2023.12 -> 2023.12.1 https://github.com/thesofproject/sof-bin/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.matplotlib-inline, using log file: /var/log/nixpkgs-update/python311Packages.matplotlib-inline/2024-03-04.log python311Packages.matplotlib-inline 0 -> 1 attrpath: python311Packages.matplotlib-inline Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/hy3jrglayadjzs1ha2hgmjw82k7fmkjw-packages.json.drv building '/nix/store/hy3jrglayadjzs1ha2hgmjw82k7fmkjw-packages.json.drv'... Going to be running update for following packages: - python3.11-matplotlib-inline-0.1.6 Press Enter key to continue... Running update for: - python3.11-matplotlib-inline-0.1.6: UPDATING ... - python3.11-matplotlib-inline-0.1.6: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.matplotlib-inline 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.transitions, using log file: /var/log/nixpkgs-update/python311Packages.transitions/2024-03-04.log python311Packages.transitions 0 -> 1 attrpath: python311Packages.transitions Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/2f4zizrlb96qnll30phvi4qsjnwm6dyx-packages.json.drv building '/nix/store/2f4zizrlb96qnll30phvi4qsjnwm6dyx-packages.json.drv'... Going to be running update for following packages: - python3.11-transitions-0.9.0 Press Enter key to continue... Running update for: - python3.11-transitions-0.9.0: UPDATING ... - python3.11-transitions-0.9.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.transitions 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.precis-i18n, using log file: /var/log/nixpkgs-update/python311Packages.precis-i18n/2024-03-04.log python311Packages.precis-i18n 0 -> 1 attrpath: python311Packages.precis-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/5zwc75pyx5lwrghc2233jx0kk83jvma4-packages.json.drv building '/nix/store/5zwc75pyx5lwrghc2233jx0kk83jvma4-packages.json.drv'... Going to be running update for following packages: - python3.11-precis-i18n-1.1.0 Press Enter key to continue... Running update for: - python3.11-precis-i18n-1.1.0: UPDATING ... - python3.11-precis-i18n-1.1.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.precis-i18n 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_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_6, using log file: /var/log/nixpkgs-update/libpqxx_6/2024-03-04.log libpqxx_6 6.4.8 -> 7.9.0 https://github.com/jtv/libpqxx/releases attrpath: libpqxx_6 Checking auto update branch... No auto update branch exists Version in attr path libpqxx_6 not compatible with 7.9.0 [result] Failed to update libpqxx_6 6.4.8 -> 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 python311Packages.about-time, using log file: /var/log/nixpkgs-update/python311Packages.about-time/2024-03-04.log python311Packages.about-time 0 -> 1 attrpath: python311Packages.about-time Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/phqhhzn1pm02my275r048jppzjrhd6wy-packages.json.drv building '/nix/store/phqhhzn1pm02my275r048jppzjrhd6wy-packages.json.drv'... Going to be running update for following packages: - python3.11-about-time-4.2.1 Press Enter key to continue... Running update for: - python3.11-about-time-4.2.1: UPDATING ... - python3.11-about-time-4.2.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.about-time 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.mmtf-python, using log file: /var/log/nixpkgs-update/python311Packages.mmtf-python/2024-03-04.log python311Packages.mmtf-python 0 -> 1 attrpath: python311Packages.mmtf-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/xk94gm473jzzvaf9x86kd45an1na910q-packages.json.drv building '/nix/store/xk94gm473jzzvaf9x86kd45an1na910q-packages.json.drv'... Going to be running update for following packages: - python3.11-mmtf-python-1.1.3 Press Enter key to continue... Running update for: - python3.11-mmtf-python-1.1.3: UPDATING ... - python3.11-mmtf-python-1.1.3: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.mmtf-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.dropbox, using log file: /var/log/nixpkgs-update/python311Packages.dropbox/2024-03-04.log python311Packages.dropbox 0 -> 1 attrpath: python311Packages.dropbox Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/qygy0m1im9gjndgdw17l56viyypmhfz8-packages.json.drv building '/nix/store/qygy0m1im9gjndgdw17l56viyypmhfz8-packages.json.drv'... Going to be running update for following packages: - python3.11-dropbox-11.36.2 Press Enter key to continue... Running update for: - python3.11-dropbox-11.36.2: UPDATING ... - python3.11-dropbox-11.36.2: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.dropbox 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: 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-bigquery-logging, using log file: /var/log/nixpkgs-update/python311Packages.google-cloud-bigquery-logging/2024-03-04.log python311Packages.google-cloud-bigquery-logging 0 -> 1 attrpath: python311Packages.google-cloud-bigquery-logging Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/kpnmg131raw180qsfsrr8fk44frr3aj1-packages.json.drv building '/nix/store/kpnmg131raw180qsfsrr8fk44frr3aj1-packages.json.drv'... Going to be running update for following packages: - python3.11-google-cloud-bigquery-logging-1.4.2 Press Enter key to continue... Running update for: - python3.11-google-cloud-bigquery-logging-1.4.2: UPDATING ... - python3.11-google-cloud-bigquery-logging-1.4.2: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.google-cloud-bigquery-logging 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.vncdo, using log file: /var/log/nixpkgs-update/python311Packages.vncdo/2024-03-04.log python311Packages.vncdo 0 -> 1 attrpath: python311Packages.vncdo Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/wz3vg9bkx8qvv7nrvid09c3s1l06q81k-packages.json.drv building '/nix/store/wz3vg9bkx8qvv7nrvid09c3s1l06q81k-packages.json.drv'... Going to be running update for following packages: - python3.11-vncdo-1.2.0 Press Enter key to continue... Running update for: - python3.11-vncdo-1.2.0: UPDATING ... - python3.11-vncdo-1.2.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.vncdo 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.pyws66i, using log file: /var/log/nixpkgs-update/python311Packages.pyws66i/2024-03-04.log python311Packages.pyws66i 0 -> 1 attrpath: python311Packages.pyws66i Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/i6sm5hkbmj71jz6ah16c6ihv3acp0jz2-packages.json.drv building '/nix/store/i6sm5hkbmj71jz6ah16c6ihv3acp0jz2-packages.json.drv'... Going to be running update for following packages: - python3.11-pyws66i-1.1 Press Enter key to continue... Running update for: - python3.11-pyws66i-1.1: UPDATING ... - python3.11-pyws66i-1.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.pyws66i 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.quaternion, using log file: /var/log/nixpkgs-update/python311Packages.quaternion/2024-03-04.log python311Packages.quaternion 0 -> 1 attrpath: python311Packages.quaternion Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/8l230nr7pina8kcl3rdf4rrxzlxs1z48-packages.json.drv building '/nix/store/8l230nr7pina8kcl3rdf4rrxzlxs1z48-packages.json.drv'... Going to be running update for following packages: - python3.11-quaternion-2023.0.2 Press Enter key to continue... Running update for: - python3.11-quaternion-2023.0.2: UPDATING ... - python3.11-quaternion-2023.0.2: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.quaternion 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.pymorphy3-dicts-uk, using log file: /var/log/nixpkgs-update/python311Packages.pymorphy3-dicts-uk/2024-03-04.log python311Packages.pymorphy3-dicts-uk 0 -> 1 attrpath: python311Packages.pymorphy3-dicts-uk Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/i9y71hi6b2wbaxkr1d4w8kfw219lcdwn-packages.json.drv building '/nix/store/i9y71hi6b2wbaxkr1d4w8kfw219lcdwn-packages.json.drv'... Going to be running update for following packages: - python3.11-pymorphy3-dicts-uk-2.4.1.1.1663094765 Press Enter key to continue... Running update for: - python3.11-pymorphy3-dicts-uk-2.4.1.1.1663094765: UPDATING ... - python3.11-pymorphy3-dicts-uk-2.4.1.1.1663094765: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.pymorphy3-dicts-uk 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.nosejs, using log file: /var/log/nixpkgs-update/python311Packages.nosejs/2024-03-04.log python311Packages.nosejs 0 -> 1 attrpath: python311Packages.nosejs Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/pazxq040mffzxmhb7b7aclch4x7a21vx-packages.json.drv building '/nix/store/pazxq040mffzxmhb7b7aclch4x7a21vx-packages.json.drv'... Going to be running update for following packages: - python3.11-NoseJS-0.9.4 Press Enter key to continue... Running update for: - python3.11-NoseJS-0.9.4: UPDATING ... - python3.11-NoseJS-0.9.4: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.nosejs 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: 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-03-04.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/7p88x8yslzf9fj3r7a2pv7fbw6v6pk5k-packages.json.drv building '/nix/store/7p88x8yslzf9fj3r7a2pv7fbw6v6pk5k-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.evtx, using log file: /var/log/nixpkgs-update/python311Packages.evtx/2024-03-04.log python311Packages.evtx 0 -> 1 attrpath: python311Packages.evtx 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/q573y69n7v3qhhlz7zf0pwcr90al36hb-packages.json.drv building '/nix/store/q573y69n7v3qhhlz7zf0pwcr90al36hb-packages.json.drv'... Going to be running update for following packages: - python3.11-evtx-0.8.2 Press Enter key to continue... Running update for: - python3.11-evtx-0.8.2: UPDATING ... - python3.11-evtx-0.8.2: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.evtx 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.invoke, using log file: /var/log/nixpkgs-update/python311Packages.invoke/2024-03-04.log python311Packages.invoke 0 -> 1 attrpath: python311Packages.invoke Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/c1vsqz47wqm761l1y0w1qm3cjdsv8bx3-packages.json.drv building '/nix/store/c1vsqz47wqm761l1y0w1qm3cjdsv8bx3-packages.json.drv'... Going to be running update for following packages: - python3.11-invoke-2.2.0 Press Enter key to continue... Running update for: - python3.11-invoke-2.2.0: UPDATING ... - python3.11-invoke-2.2.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.invoke 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath me_cleaner, using log file: /var/log/nixpkgs-update/me_cleaner/2024-03-04.log me_cleaner 0 -> 1 attrpath: me_cleaner Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/f4pcsnzw2czksrlzhckshq09n8gmw251-packages.json.drv building '/nix/store/f4pcsnzw2czksrlzhckshq09n8gmw251-packages.json.drv'... Going to be running update for following packages: - python3.11-me_cleaner-1.2 Press Enter key to continue... Running update for: - python3.11-me_cleaner-1.2: UPDATING ... - python3.11-me_cleaner-1.2: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update me_cleaner 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath arsenal, using log file: /var/log/nixpkgs-update/arsenal/2024-03-04.log arsenal 0 -> 1 attrpath: arsenal Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/cwfp9668pk3ssbyc4cjji2rsh0znb34p-packages.json.drv building '/nix/store/cwfp9668pk3ssbyc4cjji2rsh0znb34p-packages.json.drv'... Going to be running update for following packages: - arsenal-1.1.0 Press Enter key to continue... Running update for: - arsenal-1.1.0: UPDATING ... - arsenal-1.1.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update arsenal 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.pydbus, using log file: /var/log/nixpkgs-update/python311Packages.pydbus/2024-03-04.log python311Packages.pydbus 0 -> 1 attrpath: python311Packages.pydbus Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/9mwf94cbrgnkni235myd5rlrkm2l9y7v-packages.json.drv building '/nix/store/9mwf94cbrgnkni235myd5rlrkm2l9y7v-packages.json.drv'... Going to be running update for following packages: - python3.11-pydbus-0.6.0 Press Enter key to continue... Running update for: - python3.11-pydbus-0.6.0: UPDATING ... - python3.11-pydbus-0.6.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.pydbus 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.smhi-pkg, using log file: /var/log/nixpkgs-update/python311Packages.smhi-pkg/2024-03-04.log python311Packages.smhi-pkg 0 -> 1 attrpath: python311Packages.smhi-pkg Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/ilxn9wa4rb6ycnhy2k2dkr6565c33ndr-packages.json.drv building '/nix/store/ilxn9wa4rb6ycnhy2k2dkr6565c33ndr-packages.json.drv'... Going to be running update for following packages: - python3.11-smhi-pkg-1.0.16 Press Enter key to continue... Running update for: - python3.11-smhi-pkg-1.0.16: UPDATING ... - python3.11-smhi-pkg-1.0.16: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.smhi-pkg 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.milc, using log file: /var/log/nixpkgs-update/python311Packages.milc/2024-03-04.log python311Packages.milc 0 -> 1 attrpath: python311Packages.milc Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/5xaxhhw9nfqvn30w08sv90p2jvjk50cm-packages.json.drv building '/nix/store/5xaxhhw9nfqvn30w08sv90p2jvjk50cm-packages.json.drv'... Going to be running update for following packages: - python3.11-milc-1.4.2 Press Enter key to continue... Running update for: - python3.11-milc-1.4.2: UPDATING ... - python3.11-milc-1.4.2: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.milc 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.sseclient, using log file: /var/log/nixpkgs-update/python311Packages.sseclient/2024-03-04.log python311Packages.sseclient 0 -> 1 attrpath: python311Packages.sseclient Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/bjn98dw60aaifv20s9mkjxp0crghjcsw-packages.json.drv building '/nix/store/bjn98dw60aaifv20s9mkjxp0crghjcsw-packages.json.drv'... Going to be running update for following packages: - python3.11-sseclient-0.0.27 Press Enter key to continue... Running update for: - python3.11-sseclient-0.0.27: UPDATING ... - python3.11-sseclient-0.0.27: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.sseclient 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.mac-vendor-lookup, using log file: /var/log/nixpkgs-update/python311Packages.mac-vendor-lookup/2024-03-04.log python311Packages.mac-vendor-lookup 0 -> 1 attrpath: python311Packages.mac-vendor-lookup Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/xwiy0k1dp19sdnzzrbng0hrxm1sl5k6v-packages.json.drv building '/nix/store/xwiy0k1dp19sdnzzrbng0hrxm1sl5k6v-packages.json.drv'... Going to be running update for following packages: - python3.11-mac-vendor-lookup-0.1.12 Press Enter key to continue... Running update for: - python3.11-mac-vendor-lookup-0.1.12: UPDATING ... - python3.11-mac-vendor-lookup-0.1.12: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.mac-vendor-lookup 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.rjsmin, using log file: /var/log/nixpkgs-update/python311Packages.rjsmin/2024-03-04.log python311Packages.rjsmin 0 -> 1 attrpath: python311Packages.rjsmin Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/7wfrq0a1l1m5y9362c6jw6kpaqcp0m6z-packages.json.drv building '/nix/store/7wfrq0a1l1m5y9362c6jw6kpaqcp0m6z-packages.json.drv'... Going to be running update for following packages: - python3.11-rjsmin-1.2.2 Press Enter key to continue... Running update for: - python3.11-rjsmin-1.2.2: UPDATING ... - python3.11-rjsmin-1.2.2: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.rjsmin 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.pypitoken, using log file: /var/log/nixpkgs-update/python311Packages.pypitoken/2024-03-04.log python311Packages.pypitoken 0 -> 1 attrpath: python311Packages.pypitoken Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/g0iqw9bnj2y2fdwfwxdlyshxi13mkfh1-packages.json.drv building '/nix/store/g0iqw9bnj2y2fdwfwxdlyshxi13mkfh1-packages.json.drv'... Going to be running update for following packages: - python3.11-pypitoken-7.0.1 Press Enter key to continue... Running update for: - python3.11-pypitoken-7.0.1: UPDATING ... - python3.11-pypitoken-7.0.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.pypitoken 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.inotify, using log file: /var/log/nixpkgs-update/python311Packages.inotify/2024-03-04.log python311Packages.inotify 0 -> 1 attrpath: python311Packages.inotify Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/74ngbb3109a3lmsdfvkm2rvssr6jfj3v-packages.json.drv building '/nix/store/74ngbb3109a3lmsdfvkm2rvssr6jfj3v-packages.json.drv'... Going to be running update for following packages: - python3.11-inotify-unstable-2020-08-27 Press Enter key to continue... Running update for: - python3.11-inotify-unstable-2020-08-27: UPDATING ... - python3.11-inotify-unstable-2020-08-27: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.inotify 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_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-mail, using log file: /var/log/nixpkgs-update/pantheon.elementary-mail/2024-03-04.log pantheon.elementary-mail 0 -> 1 attrpath: pantheon.elementary-mail Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/jr38axc7xbczbj8h84yjx1xv34r2m8l3-packages.json.drv building '/nix/store/jr38axc7xbczbj8h84yjx1xv34r2m8l3-packages.json.drv'... Going to be running update for following packages: - elementary-mail-7.2.0 Press Enter key to continue... Running update for: - elementary-mail-7.2.0: UPDATING ... - elementary-mail-7.2.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update pantheon.elementary-mail 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.applicationinsights, using log file: /var/log/nixpkgs-update/python311Packages.applicationinsights/2024-03-04.log python311Packages.applicationinsights 0 -> 1 attrpath: python311Packages.applicationinsights Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/m8cd2aiibi8f3jvq8sz9ijw4f0pxkx22-packages.json.drv building '/nix/store/m8cd2aiibi8f3jvq8sz9ijw4f0pxkx22-packages.json.drv'... Going to be running update for following packages: - python3.11-applicationinsights-0.11.10 Press Enter key to continue... Running update for: - python3.11-applicationinsights-0.11.10: UPDATING ... - python3.11-applicationinsights-0.11.10: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.applicationinsights 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.simplenote, using log file: /var/log/nixpkgs-update/python311Packages.simplenote/2024-03-04.log python311Packages.simplenote 0 -> 1 attrpath: python311Packages.simplenote Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/nhxy1zrh154slw5xzja6qr7yqiffc0bv-packages.json.drv building '/nix/store/nhxy1zrh154slw5xzja6qr7yqiffc0bv-packages.json.drv'... Going to be running update for following packages: - python3.11-simplenote-2.1.4 Press Enter key to continue... Running update for: - python3.11-simplenote-2.1.4: UPDATING ... - python3.11-simplenote-2.1.4: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.simplenote 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.pygobject-stubs, using log file: /var/log/nixpkgs-update/python311Packages.pygobject-stubs/2024-03-04.log python311Packages.pygobject-stubs 0 -> 1 attrpath: python311Packages.pygobject-stubs Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/pfxlfwq92il4m40w87p6rmivpcps4v7h-packages.json.drv building '/nix/store/pfxlfwq92il4m40w87p6rmivpcps4v7h-packages.json.drv'... Going to be running update for following packages: - python3.11-pygobject-stubs-2.10.0 Press Enter key to continue... Running update for: - python3.11-pygobject-stubs-2.10.0: UPDATING ... - python3.11-pygobject-stubs-2.10.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.pygobject-stubs 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: 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-youtube, using log file: /var/log/nixpkgs-update/python311Packages.python-youtube/2024-03-04.log python311Packages.python-youtube 0 -> 1 attrpath: python311Packages.python-youtube Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/d6dl8bhnif5qjax7z8dx9l92ni2sz41l-packages.json.drv building '/nix/store/d6dl8bhnif5qjax7z8dx9l92ni2sz41l-packages.json.drv'... Going to be running update for following packages: - python3.11-python-youtube-0.9.4 Press Enter key to continue... Running update for: - python3.11-python-youtube-0.9.4: UPDATING ... - python3.11-python-youtube-0.9.4: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.python-youtube 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.dsinternals, using log file: /var/log/nixpkgs-update/python311Packages.dsinternals/2024-03-04.log python311Packages.dsinternals 0 -> 1 attrpath: python311Packages.dsinternals Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/bfl7dzjjg0xdj1ih1m9dkb53nssw9vh0-packages.json.drv building '/nix/store/bfl7dzjjg0xdj1ih1m9dkb53nssw9vh0-packages.json.drv'... Going to be running update for following packages: - python3.11-dsinternals-1.2.4 Press Enter key to continue... Running update for: - python3.11-dsinternals-1.2.4: UPDATING ... - python3.11-dsinternals-1.2.4: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.dsinternals 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.pyvera, using log file: /var/log/nixpkgs-update/python311Packages.pyvera/2024-03-04.log python311Packages.pyvera 0 -> 1 attrpath: python311Packages.pyvera Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/rzlxs9ww9423idi45mykqlxdnjwjc7cs-packages.json.drv building '/nix/store/rzlxs9ww9423idi45mykqlxdnjwjc7cs-packages.json.drv'... Going to be running update for following packages: - python3.11-pyvera-0.3.15 Press Enter key to continue... Running update for: - python3.11-pyvera-0.3.15: UPDATING ... - python3.11-pyvera-0.3.15: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.pyvera 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.djangorestframework-recursive, using log file: /var/log/nixpkgs-update/python311Packages.djangorestframework-recursive/2024-03-04.log python311Packages.djangorestframework-recursive 0 -> 1 attrpath: python311Packages.djangorestframework-recursive Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/qv2z1fxyglfhchsyx1i315v5jdj3aciq-packages.json.drv building '/nix/store/qv2z1fxyglfhchsyx1i315v5jdj3aciq-packages.json.drv'... Going to be running update for following packages: - python3.11-djangorestframework-recursive-0.1.2 Press Enter key to continue... Running update for: - python3.11-djangorestframework-recursive-0.1.2: UPDATING ... - python3.11-djangorestframework-recursive-0.1.2: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.djangorestframework-recursive 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.inlinestyler, using log file: /var/log/nixpkgs-update/python311Packages.inlinestyler/2024-03-04.log python311Packages.inlinestyler 0 -> 1 attrpath: python311Packages.inlinestyler Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/2s93diaqyiwry8ggc6vapdfv8br6bybw-packages.json.drv building '/nix/store/2s93diaqyiwry8ggc6vapdfv8br6bybw-packages.json.drv'... Going to be running update for following packages: - python3.11-inlinestyler-0.2.5 Press Enter key to continue... Running update for: - python3.11-inlinestyler-0.2.5: UPDATING ... - python3.11-inlinestyler-0.2.5: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.inlinestyler 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.yalexs-ble, using log file: /var/log/nixpkgs-update/python311Packages.yalexs-ble/2024-03-04.log python311Packages.yalexs-ble 0 -> 1 attrpath: python311Packages.yalexs-ble Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/n749096kpcryxvja66pmgsf1cdaqydq2-packages.json.drv building '/nix/store/n749096kpcryxvja66pmgsf1cdaqydq2-packages.json.drv'... Going to be running update for following packages: - python3.11-yalexs-ble-2.4.2 Press Enter key to continue... Running update for: - python3.11-yalexs-ble-2.4.2: UPDATING ... - python3.11-yalexs-ble-2.4.2: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.yalexs-ble 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.numba-scipy, using log file: /var/log/nixpkgs-update/python311Packages.numba-scipy/2024-03-04.log python311Packages.numba-scipy 0 -> 1 attrpath: python311Packages.numba-scipy Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/zgca5hbvax8kyxdadm5rs3kdhsr7xqsv-packages.json.drv building '/nix/store/zgca5hbvax8kyxdadm5rs3kdhsr7xqsv-packages.json.drv'... Going to be running update for following packages: - python3.11-numba-scipy-0.3.1 Press Enter key to continue... Running update for: - python3.11-numba-scipy-0.3.1: UPDATING ... - python3.11-numba-scipy-0.3.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.numba-scipy 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath vala_0_48, using log file: /var/log/nixpkgs-update/vala_0_48/2024-03-04.log vala_0_48 0 -> 1 attrpath: vala_0_48 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/d8l6a3h0hvhlijlwmdj8znvva2k7swsa-packages.json.drv building '/nix/store/d8l6a3h0hvhlijlwmdj8znvva2k7swsa-packages.json.drv'... Going to be running update for following packages: - vala-0.48.25 Press Enter key to continue... Running update for: - vala-0.48.25: UPDATING ... - vala-0.48.25: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update vala_0_48 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.tableaudocumentapi, using log file: /var/log/nixpkgs-update/python311Packages.tableaudocumentapi/2024-03-04.log python311Packages.tableaudocumentapi 0 -> 1 attrpath: python311Packages.tableaudocumentapi Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/dbvzwwx5ypigqa0afx7faj97haa4qmq5-packages.json.drv building '/nix/store/dbvzwwx5ypigqa0afx7faj97haa4qmq5-packages.json.drv'... Going to be running update for following packages: - python3.11-tableaudocumentapi-0.11 Press Enter key to continue... Running update for: - python3.11-tableaudocumentapi-0.11: UPDATING ... - python3.11-tableaudocumentapi-0.11: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.tableaudocumentapi 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: 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-schema, using log file: /var/log/nixpkgs-update/python311Packages.zope-schema/2024-03-04.log python311Packages.zope-schema 0 -> 1 attrpath: python311Packages.zope-schema Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/5by6pks1yynimkbh3cr9cpkjdlwi181k-packages.json.drv building '/nix/store/5by6pks1yynimkbh3cr9cpkjdlwi181k-packages.json.drv'... Going to be running update for following packages: - python3.11-zope.schema-7.0.1 Press Enter key to continue... Running update for: - python3.11-zope.schema-7.0.1: UPDATING ... - python3.11-zope.schema-7.0.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.zope-schema 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_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-03-04.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 multi-platform srcs in file. [result] Failed to update electron_23 23.3.13 -> 28.2.5 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.scikit-fmm, using log file: /var/log/nixpkgs-update/python311Packages.scikit-fmm/2024-03-04.log python311Packages.scikit-fmm 0 -> 1 attrpath: python311Packages.scikit-fmm Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/fgm4531wv7z62lnyx4kxc57ph64x8jyl-packages.json.drv building '/nix/store/fgm4531wv7z62lnyx4kxc57ph64x8jyl-packages.json.drv'... Going to be running update for following packages: - python3.11-scikit-fmm-2023.4.2 Press Enter key to continue... Running update for: - python3.11-scikit-fmm-2023.4.2: UPDATING ... - python3.11-scikit-fmm-2023.4.2: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.scikit-fmm 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_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-03-04.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/62fm7r6175k2bgvhc19hn9bdhw90wa3n-nix-2.18.1/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 ameba, using log file: /var/log/nixpkgs-update/ameba/2024-03-04.log ameba 1.5.0 -> 1.6.1 https://github.com/crystal-ameba/ameba/releases attrpath: ameba 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/ameba/default.nix b/pkgs/development/tools/ameba/default.nix index ef133b6f983b..82691e3e9f7d 100644 --- a/pkgs/development/tools/ameba/default.nix +++ b/pkgs/development/tools/ameba/default.nix @@ -2,13 +2,13 @@ crystal.buildCrystalPackage rec { pname = "ameba"; - version = "1.5.0"; + version = "1.6.1"; src = fetchFromGitHub { owner = "crystal-ameba"; repo = "ameba"; rev = "refs/tags/v${version}"; - hash = "sha256-TdyEnTloaciSpkPmnm+OM75sz9jaCaQ3VoDEepfescU="; + hash = "sha256-NwmsNz9YfHDk0hVwVb5zczuzvErrwPhd3rs75t/Fj+I="; }; format = "make"; [outpaths] eval start [outpaths] eval end Received ExitFailure 1 when running Raw command: /nix/store/62fm7r6175k2bgvhc19hn9bdhw90wa3n-nix-2.18.1/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A ameba nix build failed.  collection.each do |(a, b)|  # ^ error: Useless assignment to variable `b`  puts a end  # spec/ameba/rule/lint/useless_assign_spec.cr:223 3) Ameba::Rule::Lint::UselessAssign block unpacking does not report if all transformed args are not used in a block  Failure/Error: expect_no_issues subject, <<-CRYSTAL Expected no issues, but got:  collection.each do |(foo, bar), (baz, _qux), index, object|  # ^ error: Useless assignment to variable `bar`  # ^ error: Useless assignment to variable `baz`  # ^ error: Useless assignment to variable `foo` end  # spec/ameba/rule/lint/useless_assign_spec.cr:231 Finished in 694.77 milliseconds 1274 examples, 3 failures, 0 errors, 4 pending Failed examples: crystal spec spec/ameba/rule/lint/useless_assign_spec.cr:214 # Ameba::Rule::Lint::UselessAssign block unpacking does not report if the first arg is transformed and not used crystal spec spec/ameba/rule/lint/useless_assign_spec.cr:222 # Ameba::Rule::Lint::UselessAssign block unpacking does not report if the second arg is transformed and not used crystal spec spec/ameba/rule/lint/useless_assign_spec.cr:230 # Ameba::Rule::Lint::UselessAssign block unpacking does not report if all transformed args are not used in a block make: *** [Makefile:17: spec] Error 1 [result] Failed to update ameba 1.5.0 -> 1.6.1 https://github.com/crystal-ameba/ameba/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: 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-03-04.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/ycw716h6h86pks9rc6il9baymfkzpgz9-packages.json.drv building '/nix/store/ycw716h6h86pks9rc6il9baymfkzpgz9-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-03-04.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/j6673ihb5gh6pakwi125d173iszlbvn4-packages.json.drv building '/nix/store/j6673ihb5gh6pakwi125d173iszlbvn4-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 python311Packages.aiomqtt, using log file: /var/log/nixpkgs-update/python311Packages.aiomqtt/2024-03-04.log python311Packages.aiomqtt 0 -> 1 attrpath: python311Packages.aiomqtt Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/sckfm1hayw17dfr0v3rcsaw0f91w7wd7-packages.json.drv building '/nix/store/sckfm1hayw17dfr0v3rcsaw0f91w7wd7-packages.json.drv'... Going to be running update for following packages: - python3.11-aiomqtt-2.0.0 Press Enter key to continue... Running update for: - python3.11-aiomqtt-2.0.0: UPDATING ... - python3.11-aiomqtt-2.0.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.aiomqtt 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.plux, using log file: /var/log/nixpkgs-update/python311Packages.plux/2024-03-04.log python311Packages.plux 0 -> 1 attrpath: python311Packages.plux 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/40r3nd8lqxp3hx34pq6asii1nss431vw-packages.json.drv building '/nix/store/40r3nd8lqxp3hx34pq6asii1nss431vw-packages.json.drv'... Going to be running update for following packages: - python3.11-plux-1.4.0 Press Enter key to continue... Running update for: - python3.11-plux-1.4.0: UPDATING ... - python3.11-plux-1.4.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.plux 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath calc, using log file: /var/log/nixpkgs-update/calc/2024-03-04.log calc 2.15.0.2 -> 2.15.0.5 https://github.com/lcn2/calc/releases attrpath: calc 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/math/calc/default.nix b/pkgs/applications/science/math/calc/default.nix index 0f8982eac5b9..50702493c964 100644 --- a/pkgs/applications/science/math/calc/default.nix +++ b/pkgs/applications/science/math/calc/default.nix @@ -10,14 +10,14 @@ stdenv.mkDerivation (finalAttrs: { pname = "calc"; - version = "2.15.0.2"; + version = "2.15.0.5"; src = fetchurl { urls = [ "https://github.com/lcn2/calc/releases/download/v${finalAttrs.version}/calc-${finalAttrs.version}.tar.bz2" "http://www.isthe.com/chongo/src/calc/calc-${finalAttrs.version}.tar.bz2" ]; - hash = "sha256-dPEj32SiR7RhI9fBa9ny9+EEuuiXS2WswRcDVuOMJXc="; + hash = "sha256-R2egJHodvcRIpry3OQuOYl3iSJtpFXX6Z9UXwzd+Y9Q="; }; postPatch = '' [outpaths] eval start [outpaths] eval end Received ExitFailure 1 when running Raw command: /nix/store/62fm7r6175k2bgvhc19hn9bdhw90wa3n-nix-2.18.1/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A calc nix build failed. gcc -DCALC_SRC -DCUSTOM -Wall -Wextra -pedantic -UUNBAN -fPIC -O3 -g3 -c -o zprime.o zprime.c gcc -DCALC_SRC -DCUSTOM -Wall -Wextra -pedantic -UUNBAN -fPIC -O3 -g3 -c -o zrand.o zrand.c gcc -DCALC_SRC -DCUSTOM -Wall -Wextra -pedantic -UUNBAN -fPIC -O3 -g3 -c -o zrandom.o zrandom.c rm -f ver_calc gcc -DCALC_SRC -DCUSTOM -Wall -Wextra -pedantic -UUNBAN -fPIC -DCALC_VER version.c strl.c -o ver_calc cp -p custom/libcustcalc.so.2.15.0.5 libcustcalc.so.2.15.0.5 gcc -shared "-Wl,-soname,libcalc.so.2.15.0.5" addop.o assocfunc.o blkcpy.o block.o byteswap.o codegen.o comfunc.o commath.o config.o const.o custom.o errtbl.o file.o func.o hash.o help.o hist.o input.o jump.o label.o lib_calc.o lib_util.o listfunc.o matfunc.o math_error.o obj.o opcodes.o pix.o poly.o prime.o qfunc.o qio.o qmath.o qmod.o qtrans.o quickhash.o seed.o sha1.o size.o str.o strl.o symbol.o token.o value.o version.o zfunc.o zio.o zmath.o zmod.o zmul.o zprime.o zrand.o zrandom.o libcustcalc.so.2.15.0.5 \ -lreadline -lhistory -lncurses -o libcalc.so.2.15.0.5 ln -s libcalc.so.2.15.0.5 libcalc.so ln -s libcustcalc.so.2.15.0.5 libcustcalc.so ln -s libcalc.so.2.15.0.5 libcalc.so.2.15.0 ln -s libcustcalc.so.2.15.0.5 libcustcalc.so.2.15.0 gcc -DCALC_SRC -DCUSTOM -Wall -Wextra -pedantic -UUNBAN -fPIC -O3 -g3 -c -o calc.o calc.c rm -f calc gcc calc.o "-Wl,-rpath,/nix/store/hjhvfghf98kx6vgn8n9x1i2yhpf9g2yv-calc-2.15.0.5/lib" "-Wl,-rpath-link,/nix/store/hjhvfghf98kx6vgn8n9x1i2yhpf9g2yv-calc-2.15.0.5/lib" libcalc.so.2.15.0.5 libcustcalc.so.2.15.0.5 \ -lreadline -lhistory -lncurses -o calc gcc -DCALC_SRC -DCUSTOM -Wall -Wextra -pedantic -UUNBAN -fPIC -O3 -g3 -c -o sample_rand.o sample_rand.c gcc sample_rand.o "-Wl,-rpath,/nix/store/hjhvfghf98kx6vgn8n9x1i2yhpf9g2yv-calc-2.15.0.5/lib" "-Wl,-rpath-link,/nix/store/hjhvfghf98kx6vgn8n9x1i2yhpf9g2yv-calc-2.15.0.5/lib" libcalc.so.2.15.0.5 libcustcalc.so.2.15.0.5 \ -lreadline -lhistory -lncurses -o sample_rand gcc -DCALC_SRC -DCUSTOM -Wall -Wextra -pedantic -UUNBAN -fPIC -O3 -g3 -c -o sample_many.o sample_many.c gcc sample_many.o "-Wl,-rpath,/nix/store/hjhvfghf98kx6vgn8n9x1i2yhpf9g2yv-calc-2.15.0.5/lib" "-Wl,-rpath-link,/nix/store/hjhvfghf98kx6vgn8n9x1i2yhpf9g2yv-calc-2.15.0.5/lib" libcalc.so.2.15.0.5 libcustcalc.so.2.15.0.5 \ -lreadline -lhistory -lncurses -o sample_many rm -f calc.1 forming calc.1 from calc.man calc.1 formed forming calc.usage from calc.1 rm -f calc.usage man ./calc.1 > calc.usage /nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/bash: line 1: man: command not found make: *** [Makefile:538: calc.usage] Error 127 [result] Failed to update calc 2.15.0.2 -> 2.15.0.5 https://github.com/lcn2/calc/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath udftools, using log file: /var/log/nixpkgs-update/udftools/2024-03-04.log udftools 2.0 -> 2.3 https://github.com/pali/udftools/releases attrpath: udftools 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/filesystems/udftools/default.nix b/pkgs/tools/filesystems/udftools/default.nix index f50f98d33dc2..776546ea91c4 100644 --- a/pkgs/tools/filesystems/udftools/default.nix +++ b/pkgs/tools/filesystems/udftools/default.nix @@ -2,12 +2,12 @@ stdenv.mkDerivation rec { pname = "udftools"; - version = "2.0"; + version = "2.3"; src = fetchFromGitHub { owner = "pali"; repo = "udftools"; rev = version; - sha256 = "0mz04h3rki6ljwfs15z83gf4vv816w7xgz923waiqgmfj9xpvx87"; + sha256 = "sha256-SUdwJpJfbs6LhcyNMPJUhhpp/3htwT/EVep7+4PRgto="; }; buildInputs = [ ncurses readline ]; [outpaths] eval start [outpaths] eval end Received ExitFailure 1 when running Raw command: /nix/store/62fm7r6175k2bgvhc19hn9bdhw90wa3n-nix-2.18.1/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A udftools nix build failed. configure.ac:11: installing 'config/config.sub' configure.ac:6: installing 'config/install-sh' configure.ac:6: installing 'config/missing' cdrwtool/Makefile.am:3: warning: source file '../mkudffs/mkudffs.c' is in a subdirectory, cdrwtool/Makefile.am:3: but option 'subdir-objects' is disabled automake: warning: possible forward-incompatibility. automake: At least one source file is in a subdirectory, but the 'subdir-objects' automake: automake option hasn't been enabled. For now, the corresponding output automake: object file(s) will be placed in the top-level directory. However, this automake: behavior may change in a future Automake major version, with object automake: files being placed in the same subdirectory as the corresponding sources. automake: You are advised to start using 'subdir-objects' option throughout your automake: project, to avoid future incompatibilities. cdrwtool/Makefile.am:3: warning: source file '../mkudffs/defaults.c' is in a subdirectory, cdrwtool/Makefile.am:3: but option 'subdir-objects' is disabled cdrwtool/Makefile.am:3: warning: source file '../mkudffs/file.c' is in a subdirectory, cdrwtool/Makefile.am:3: but option 'subdir-objects' is disabled cdrwtool/Makefile.am: installing 'config/depcomp' udflabel/Makefile.am:3: warning: source file '../udfinfo/readdisc.c' is in a subdirectory, udflabel/Makefile.am:3: but option 'subdir-objects' is disabled autoreconf: 'config/install-sh' is updated autoreconf: Leaving directory '.' @nix { "action": "setPhase", "phase": "updateAutotoolsGnuConfigScriptsPhase" } Running phase: updateAutotoolsGnuConfigScriptsPhase Updating Autotools / GNU config script to a newer upstream version: ./config/config.sub Updating Autotools / GNU config script to a newer upstream version: ./config/config.guess @nix { "action": "setPhase", "phase": "configurePhase" } Running phase: configurePhase sed: can't read include/udf_endian.h: 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 udftools 2.0 -> 2.3 https://github.com/pali/udftools/releases [options] github_user: r-ryantm, pull_request: YES, batch_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-03-04.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/25cbdmfgldmkz1vnnw4jk02dl1ak99gy-packages.json.drv building '/nix/store/25cbdmfgldmkz1vnnw4jk02dl1ak99gy-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/62fm7r6175k2bgvhc19hn9bdhw90wa3n-nix-2.18.1/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 input-remapper, using log file: /var/log/nixpkgs-update/input-remapper/2024-03-04.log input-remapper 0 -> 1 attrpath: input-remapper Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/dfrcwvknhqhzfjhyhdq4g6h2b9gpx584-packages.json.drv building '/nix/store/dfrcwvknhqhzfjhyhdq4g6h2b9gpx584-packages.json.drv'... Going to be running update for following packages: - input-remapper-2.0.1 Press Enter key to continue... Running update for: - input-remapper-2.0.1: UPDATING ... - input-remapper-2.0.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update input-remapper 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_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-03-04.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/pcbdhqzj4nbhipvwhyffpbaqjqhaxqmp-packages.json.drv building '/nix/store/pcbdhqzj4nbhipvwhyffpbaqjqhaxqmp-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 ldapdomaindump, using log file: /var/log/nixpkgs-update/ldapdomaindump/2024-03-04.log ldapdomaindump 0 -> 1 attrpath: ldapdomaindump Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/4dmxk4h589783yci61ijw3ln1lqy8grd-packages.json.drv building '/nix/store/4dmxk4h589783yci61ijw3ln1lqy8grd-packages.json.drv'... Going to be running update for following packages: - ldapdomaindump-0.9.4 Press Enter key to continue... Running update for: - ldapdomaindump-0.9.4: UPDATING ... - ldapdomaindump-0.9.4: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update ldapdomaindump 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath maubot, using log file: /var/log/nixpkgs-update/maubot/2024-03-04.log maubot 0 -> 1 attrpath: maubot 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/8h7636j5fcj71cs5rsph4byx9a7sjavw-packages.json.drv building '/nix/store/8h7636j5fcj71cs5rsph4byx9a7sjavw-packages.json.drv'... Going to be running update for following packages: - maubot-0.4.2 Press Enter key to continue... Running update for: - maubot-0.4.2: UPDATING ... - maubot-0.4.2: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update maubot 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath aocd, using log file: /var/log/nixpkgs-update/aocd/2024-03-04.log aocd 0 -> 1 attrpath: aocd Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/l59xbp5iwymp91bsqzraypqv28mjjq4j-packages.json.drv building '/nix/store/l59xbp5iwymp91bsqzraypqv28mjjq4j-packages.json.drv'... Going to be running update for following packages: - aocd-2.0.1 Press Enter key to continue... Running update for: - aocd-2.0.1: UPDATING ... - aocd-2.0.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update aocd 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath dnf-plugins-core, using log file: /var/log/nixpkgs-update/dnf-plugins-core/2024-03-04.log dnf-plugins-core 0 -> 1 attrpath: dnf-plugins-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/bqpfwnyif66jr4r142ng90xcqs4svh5v-packages.json.drv building '/nix/store/bqpfwnyif66jr4r142ng90xcqs4svh5v-packages.json.drv'... Going to be running update for following packages: - dnf-plugins-core-4.5.0 Press Enter key to continue... Running update for: - dnf-plugins-core-4.5.0: UPDATING ... - dnf-plugins-core-4.5.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update dnf-plugins-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 dt-schema, using log file: /var/log/nixpkgs-update/dt-schema/2024-03-04.log dt-schema 0 -> 1 attrpath: dt-schema Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/2jxzrxbsb8ndig0xdyxng4qsw371lnxf-packages.json.drv building '/nix/store/2jxzrxbsb8ndig0xdyxng4qsw371lnxf-packages.json.drv'... Going to be running update for following packages: - dtschema-2023.04 Press Enter key to continue... Running update for: - dtschema-2023.04: UPDATING ... - dtschema-2023.04: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update dt-schema 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath home-assistant-custom-components.emporia_vue, using log file: /var/log/nixpkgs-update/home-assistant-custom-components.emporia_vue/2024-03-04.log home-assistant-custom-components.emporia_vue 0 -> 1 attrpath: home-assistant-custom-components.emporia_vue Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/1gcvnipfp6if8nd7zdziaw0jjzas8mgq-packages.json.drv building '/nix/store/1gcvnipfp6if8nd7zdziaw0jjzas8mgq-packages.json.drv'... Going to be running update for following packages: - python3.11-presto8-emporia_vue-0.8.3 Press Enter key to continue... Running update for: - python3.11-presto8-emporia_vue-0.8.3: UPDATING ... - python3.11-presto8-emporia_vue-0.8.3: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update home-assistant-custom-components.emporia_vue 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_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-03-04.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/bkqih34f0w0ndnjl0qjxj11vp09qlpp3-packages.json.drv building '/nix/store/bkqih34f0w0ndnjl0qjxj11vp09qlpp3-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.pybind11, using log file: /var/log/nixpkgs-update/python311Packages.pybind11/2024-03-04.log python311Packages.pybind11 0 -> 1 attrpath: python311Packages.pybind11 Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/hczsc2j7n1z438cdcf2jqcb8wrzfqddv-packages.json.drv building '/nix/store/hczsc2j7n1z438cdcf2jqcb8wrzfqddv-packages.json.drv'... Going to be running update for following packages: - python3.11-pybind11-2.11.1 Press Enter key to continue... Running update for: - python3.11-pybind11-2.11.1: UPDATING ... - python3.11-pybind11-2.11.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.pybind11 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath diceware, using log file: /var/log/nixpkgs-update/diceware/2024-03-04.log diceware 0 -> 1 attrpath: diceware Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/jg2bw46yp40nhyzp7a0yy1r6n5pdl9h0-packages.json.drv building '/nix/store/jg2bw46yp40nhyzp7a0yy1r6n5pdl9h0-packages.json.drv'... Going to be running update for following packages: - diceware-0.10 Press Enter key to continue... Running update for: - diceware-0.10: UPDATING ... - diceware-0.10: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update diceware 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_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.coresrht, using log file: /var/log/nixpkgs-update/sourcehut.coresrht/2024-03-04.log sourcehut.coresrht 0 -> 1 attrpath: sourcehut.coresrht Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/zxic3g4z0wd30ydy1sd31x58cg9fwryj-packages.json.drv building '/nix/store/zxic3g4z0wd30ydy1sd31x58cg9fwryj-packages.json.drv'... Going to be running update for following packages: - srht-0.71.5 Press Enter key to continue... Running update for: - srht-0.71.5: UPDATING ... - srht-0.71.5: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update sourcehut.coresrht 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath nixpkgs-pytools, using log file: /var/log/nixpkgs-update/nixpkgs-pytools/2024-03-04.log nixpkgs-pytools 0 -> 1 attrpath: nixpkgs-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/54ain1rdc2v93dvjzx0iqdprn2jmlrcf-packages.json.drv building '/nix/store/54ain1rdc2v93dvjzx0iqdprn2jmlrcf-packages.json.drv'... Going to be running update for following packages: - nixpkgs-pytools-1.3.0 Press Enter key to continue... Running update for: - nixpkgs-pytools-1.3.0: UPDATING ... - nixpkgs-pytools-1.3.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update nixpkgs-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 notus-scanner, using log file: /var/log/nixpkgs-update/notus-scanner/2024-03-04.log notus-scanner 0 -> 1 attrpath: notus-scanner Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/a20x04nkhmk3fxph2kda71a52r774mas-packages.json.drv building '/nix/store/a20x04nkhmk3fxph2kda71a52r774mas-packages.json.drv'... Going to be running update for following packages: - notus-scanner-22.6.2 Press Enter key to continue... Running update for: - notus-scanner-22.6.2: UPDATING ... - notus-scanner-22.6.2: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update notus-scanner 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath klaus, using log file: /var/log/nixpkgs-update/klaus/2024-03-04.log klaus 0 -> 1 attrpath: klaus Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/r5haa815rvjqg8bxahyvxzlw19ry5acy-packages.json.drv building '/nix/store/r5haa815rvjqg8bxahyvxzlw19ry5acy-packages.json.drv'... Going to be running update for following packages: - klaus-2.0.3 Press Enter key to continue... Running update for: - klaus-2.0.3: UPDATING ... - klaus-2.0.3: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update klaus 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath m2r, using log file: /var/log/nixpkgs-update/m2r/2024-03-04.log m2r 0 -> 1 attrpath: m2r 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/c1pr5fidmlbj29gaz19zsgr879gpz9v0-packages.json.drv building '/nix/store/c1pr5fidmlbj29gaz19zsgr879gpz9v0-packages.json.drv'... Going to be running update for following packages: - m2r-0.3.1 Press Enter key to continue... Running update for: - m2r-0.3.1: UPDATING ... - m2r-0.3.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update m2r 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath gruut-ipa, using log file: /var/log/nixpkgs-update/gruut-ipa/2024-03-04.log gruut-ipa 0 -> 1 attrpath: gruut-ipa Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/gx14snkk8ssnmb3b34dnyn1fxppd6fcd-packages.json.drv building '/nix/store/gx14snkk8ssnmb3b34dnyn1fxppd6fcd-packages.json.drv'... Going to be running update for following packages: - gruut-ipa-0.13.0 Press Enter key to continue... Running update for: - gruut-ipa-0.13.0: UPDATING ... - gruut-ipa-0.13.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update gruut-ipa 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath pnglatex, using log file: /var/log/nixpkgs-update/pnglatex/2024-03-04.log pnglatex 0 -> 1 attrpath: pnglatex Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/hbd8ffrv6kpr317rks03xd65040kq2gd-packages.json.drv building '/nix/store/hbd8ffrv6kpr317rks03xd65040kq2gd-packages.json.drv'... Going to be running update for following packages: - pnglatex-1.1 Press Enter key to continue... Running update for: - pnglatex-1.1: UPDATING ... - pnglatex-1.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update pnglatex 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath clickhouse-cli, using log file: /var/log/nixpkgs-update/clickhouse-cli/2024-03-04.log clickhouse-cli 0 -> 1 attrpath: clickhouse-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/ap96h5z1kbvq4z1jhyg39wy8pnhfz430-packages.json.drv building '/nix/store/ap96h5z1kbvq4z1jhyg39wy8pnhfz430-packages.json.drv'... Going to be running update for following packages: - clickhouse-cli-0.3.9 Press Enter key to continue... Running update for: - clickhouse-cli-0.3.9: UPDATING ... - clickhouse-cli-0.3.9: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update clickhouse-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 mypy-protobuf, using log file: /var/log/nixpkgs-update/mypy-protobuf/2024-03-04.log mypy-protobuf 0 -> 1 attrpath: mypy-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/y6fh2hkdmpzyp76087m1svgxwnp8h0vx-packages.json.drv building '/nix/store/y6fh2hkdmpzyp76087m1svgxwnp8h0vx-packages.json.drv'... Going to be running update for following packages: - mypy-protobuf-3.5.0 Press Enter key to continue... Running update for: - mypy-protobuf-3.5.0: UPDATING ... - mypy-protobuf-3.5.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update mypy-protobuf 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_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-03-04.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/s8a0wl2il10ncvwafmhikk5wz2s651gs-packages.json.drv building '/nix/store/s8a0wl2il10ncvwafmhikk5wz2s651gs-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 jello, using log file: /var/log/nixpkgs-update/jello/2024-03-04.log jello 0 -> 1 attrpath: jello Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/pj4hw0sk56nm9xi8h82xmpsgn2ynh6dn-packages.json.drv building '/nix/store/pj4hw0sk56nm9xi8h82xmpsgn2ynh6dn-packages.json.drv'... Going to be running update for following packages: - jello-1.6.0 Press Enter key to continue... Running update for: - jello-1.6.0: UPDATING ... - jello-1.6.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update jello 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath i-pi, using log file: /var/log/nixpkgs-update/i-pi/2024-03-04.log i-pi 0 -> 1 attrpath: i-pi Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/hvpa2lcfzd3m7jqlpzhw7wayy2hg3lzy-packages.json.drv building '/nix/store/hvpa2lcfzd3m7jqlpzhw7wayy2hg3lzy-packages.json.drv'... Going to be running update for following packages: - i-pi-2.6.1 Press Enter key to continue... Running update for: - i-pi-2.6.1: UPDATING ... - i-pi-2.6.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update i-pi 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath dkimpy, using log file: /var/log/nixpkgs-update/dkimpy/2024-03-04.log dkimpy 0 -> 1 attrpath: dkimpy Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/cszfs60lqc0z78n2w4xd26njpfr52faz-packages.json.drv building '/nix/store/cszfs60lqc0z78n2w4xd26njpfr52faz-packages.json.drv'... Going to be running update for following packages: - dkimpy-1.1.5 Press Enter key to continue... Running update for: - dkimpy-1.1.5: UPDATING ... - dkimpy-1.1.5: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update dkimpy 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath humanfriendly, using log file: /var/log/nixpkgs-update/humanfriendly/2024-03-04.log humanfriendly 0 -> 1 attrpath: humanfriendly Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/qfxvlrmhrw609rx0dvr2dl0gfv2blc7p-packages.json.drv building '/nix/store/qfxvlrmhrw609rx0dvr2dl0gfv2blc7p-packages.json.drv'... Going to be running update for following packages: - humanfriendly-10.0 Press Enter key to continue... Running update for: - humanfriendly-10.0: UPDATING ... - humanfriendly-10.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update humanfriendly 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath hy, using log file: /var/log/nixpkgs-update/hy/2024-03-04.log hy 0 -> 1 attrpath: hy Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/2rmacl8hj9ix4abjvc3isglmccc98wx3-packages.json.drv building '/nix/store/2rmacl8hj9ix4abjvc3isglmccc98wx3-packages.json.drv'... Going to be running update for following packages: - hy-0.28.0 Press Enter key to continue... Running update for: - hy-0.28.0: UPDATING ... - hy-0.28.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update hy 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath pyprof2calltree, using log file: /var/log/nixpkgs-update/pyprof2calltree/2024-03-04.log pyprof2calltree 0 -> 1 attrpath: pyprof2calltree Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/1v2sk6s110ay4k47p1na57ndkyd8rxlm-packages.json.drv building '/nix/store/1v2sk6s110ay4k47p1na57ndkyd8rxlm-packages.json.drv'... Going to be running update for following packages: - pyprof2calltree-1.4.5 Press Enter key to continue... Running update for: - pyprof2calltree-1.4.5: UPDATING ... - pyprof2calltree-1.4.5: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update pyprof2calltree 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath powerline, using log file: /var/log/nixpkgs-update/powerline/2024-03-04.log powerline 0 -> 1 attrpath: powerline Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/37z3dcr3mfn3m948wwzxl81j6j6b316v-packages.json.drv building '/nix/store/37z3dcr3mfn3m948wwzxl81j6j6b316v-packages.json.drv'... Going to be running update for following packages: - powerline-2.8.3 Press Enter key to continue... Running update for: - powerline-2.8.3: UPDATING ... - powerline-2.8.3: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update powerline 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_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.todosrht, using log file: /var/log/nixpkgs-update/sourcehut.todosrht/2024-03-04.log sourcehut.todosrht 0 -> 1 attrpath: sourcehut.todosrht 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/hq4lwffibbn9rjg2b9w1h16w8hdjkcw4-packages.json.drv building '/nix/store/hq4lwffibbn9rjg2b9w1h16w8hdjkcw4-packages.json.drv'... Going to be running update for following packages: - todosrht-0.75.6 Press Enter key to continue... Running update for: - todosrht-0.75.6: UPDATING ... - todosrht-0.75.6: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update sourcehut.todosrht 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath coconut, using log file: /var/log/nixpkgs-update/coconut/2024-03-04.log coconut 0 -> 1 attrpath: coconut Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/hc73z6k7phqacpk0i0jrn3xdjb9qk2hf-packages.json.drv building '/nix/store/hc73z6k7phqacpk0i0jrn3xdjb9qk2hf-packages.json.drv'... Going to be running update for following packages: - coconut-3.0.4 Press Enter key to continue... Running update for: - coconut-3.0.4: UPDATING ... - coconut-3.0.4: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/coconut/default.nix b/pkgs/development/python-modules/coconut/default.nix index 3a00891e60dd..dcfa0d604cd5 100644 --- a/pkgs/development/python-modules/coconut/default.nix +++ b/pkgs/development/python-modules/coconut/default.nix @@ -15,14 +15,14 @@ buildPythonPackage rec { pname = "coconut"; - version = "3.0.4"; + version = "3.1.0"; pyproject = true; src = fetchFromGitHub { owner = "evhub"; repo = "coconut"; rev = "refs/tags/v${version}"; - hash = "sha256-TIYep9EuCfcN8bp0vkaoB5W626lrD4PVh+oYKmVrfeY="; + hash = "sha256-xlA/yryUXZCU56gJ0y7M9JHgWkvXiB09ywyf0sP1o+4="; }; nativeBuildInputs = [ No auto update branch exists [outpaths] eval start [outpaths] eval end Received ExitFailure 1 when running Raw command: /nix/store/62fm7r6175k2bgvhc19hn9bdhw90wa3n-nix-2.18.1/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A coconut Received ExitFailure 1 when running Raw command: /nix/store/62fm7r6175k2bgvhc19hn9bdhw90wa3n-nix-2.18.1/bin/nix --extra-experimental-features nix-command log -f . coconut Standard output: error: build log of 'coconut' is not available [result] Failed to update coconut 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_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-03-04.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.mixl, using log file: /var/log/nixpkgs-update/rPackages.mixl/2024-03-04.log rPackages.mixl 1.3.3 -> 1.3.4 https://repology.org/project/r:mixl/versions attrpath: rPackages.mixl Checking auto update branch... No auto update branch exists Old version 1.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.mixl 1.3.3 -> 1.3.4 https://repology.org/project/r:mixl/versions [options] github_user: r-ryantm, pull_request: YES, batch_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.luasql-sqlite3, using log file: /var/log/nixpkgs-update/lua52Packages.luasql-sqlite3/2024-03-04.log lua52Packages.luasql-sqlite3 2.6.0-2 -> 2.6.1 https://repology.org/project/lua:luasql-sqlite3/versions attrpath: lua52Packages.luasql-sqlite3 Packages for lua are currently skipped. https://github.com/NixOS/nixpkgs/pull/37501#issuecomment-375169646 [result] Failed to update lua52Packages.luasql-sqlite3 2.6.0-2 -> 2.6.1 https://repology.org/project/lua:luasql-sqlite3/versions [options] github_user: r-ryantm, pull_request: YES, batch_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.dlookr, using log file: /var/log/nixpkgs-update/rPackages.dlookr/2024-03-04.log rPackages.dlookr 0.6.2 -> 0.6.3 https://repology.org/project/r:dlookr/versions attrpath: rPackages.dlookr Checking auto update branch... No auto update branch exists Old version 0.6.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.dlookr 0.6.2 -> 0.6.3 https://repology.org/project/r:dlookr/versions [options] github_user: r-ryantm, pull_request: YES, batch_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.npde, using log file: /var/log/nixpkgs-update/rPackages.npde/2024-03-04.log rPackages.npde 3.4 -> 3.5 https://repology.org/project/r:npde/versions attrpath: rPackages.npde Checking auto update branch... No auto update branch exists Old version 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.npde 3.4 -> 3.5 https://repology.org/project/r:npde/versions [options] github_user: r-ryantm, pull_request: YES, batch_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.lisrelToR, using log file: /var/log/nixpkgs-update/rPackages.lisrelToR/2024-03-04.log rPackages.lisrelToR 0.1.5 -> 0.3 https://repology.org/project/r:lisreltor/versions attrpath: rPackages.lisrelToR 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.lisrelToR 0.1.5 -> 0.3 https://repology.org/project/r:lisreltor/versions [options] github_user: r-ryantm, pull_request: YES, batch_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.ROptEst, using log file: /var/log/nixpkgs-update/rPackages.ROptEst/2024-03-04.log rPackages.ROptEst 1.3.1 -> 1.3.3 https://repology.org/project/r:roptest/versions attrpath: rPackages.ROptEst 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.ROptEst 1.3.1 -> 1.3.3 https://repology.org/project/r:roptest/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python312Packages.flax, using log file: /var/log/nixpkgs-update/python312Packages.flax/2024-03-04.log python312Packages.flax 0.7.5 -> 0.8.1 https://github.com/google/flax/releases attrpath: python312Packages.flax Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/8sh7pmckvrh4hk8p7hzgyjmnjb0h03i6-packages.json.drv building '/nix/store/8sh7pmckvrh4hk8p7hzgyjmnjb0h03i6-packages.json.drv'... Going to be running update for following packages: - python3.12-flax-0.7.5 Press Enter key to continue... Running update for: - python3.12-flax-0.7.5: UPDATING ... - python3.12-flax-0.7.5: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/flax/default.nix b/pkgs/development/python-modules/flax/default.nix index b906ba9d4322..c7fc681955a3 100644 --- a/pkgs/development/python-modules/flax/default.nix +++ b/pkgs/development/python-modules/flax/default.nix @@ -25,7 +25,7 @@ buildPythonPackage rec { pname = "flax"; - version = "0.7.5"; + version = "0.8.1"; pyproject = true; disabled = pythonOlder "3.8"; @@ -34,7 +34,7 @@ buildPythonPackage rec { owner = "google"; repo = "flax"; rev = "refs/tags/v${version}"; - hash = "sha256-NDah0ayQbiO1/sTU1DDf/crPq5oLTnSuosV7cFHlTM8="; + hash = "sha256-3UzMSJoKw+V1WLBJ+Zf7aF7CDNBsvWnRUfNgb3K4v1A="; }; nativeBuildInputs = [ No auto update branch exists [outpaths] eval start [outpaths] eval end Received ExitFailure 1 when running Raw command: /nix/store/62fm7r6175k2bgvhc19hn9bdhw90wa3n-nix-2.18.1/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A python312Packages.flax Received ExitFailure 1 when running Raw command: /nix/store/62fm7r6175k2bgvhc19hn9bdhw90wa3n-nix-2.18.1/bin/nix --extra-experimental-features nix-command log -f . python312Packages.flax Standard output: error: … while evaluating the attribute 'drvPath' at /var/cache/nixpkgs-update/worker/worktree/python312Packages.flax/lib/customisation.nix:268:7: 267| in commonAttrs // { 268| drvPath = assert condition; drv.drvPath; | ^ 269| outPath = assert condition; drv.outPath; … while evaluating the attribute 'drvPath' at /var/cache/nixpkgs-update/worker/worktree/python312Packages.flax/lib/customisation.nix:268:7: 267| in commonAttrs // { 268| drvPath = assert condition; drv.drvPath; | ^ 269| outPath = assert condition; drv.outPath; (stack trace truncated; use '--show-trace' to show the full trace) error: nose-1.3.7 not supported for interpreter python3.12 [result] Failed to update python312Packages.flax 0.7.5 -> 0.8.1 https://github.com/google/flax/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: 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-datasync, using log file: /var/log/nixpkgs-update/python312Packages.mypy-boto3-datasync/2024-03-04.log python312Packages.mypy-boto3-datasync 1.34.0 -> 7.23.2 https://github.com/youtype/mypy_boto3_builder/releases attrpath: python312Packages.mypy-boto3-datasync Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/1z39wn40p82vzghk51zqja52knkj7nig-packages.json.drv building '/nix/store/1z39wn40p82vzghk51zqja52knkj7nig-packages.json.drv'... Going to be running update for following packages: - python3.12-mypy-boto3-datasync-1.34.0 Press Enter key to continue... Running update for: - python3.12-mypy-boto3-datasync-1.34.0: UPDATING ... - python3.12-mypy-boto3-datasync-1.34.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python312Packages.mypy-boto3-datasync 1.34.0 -> 7.23.2 https://github.com/youtype/mypy_boto3_builder/releases [options] github_user: r-ryantm, pull_request: YES, batch_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.readrba, using log file: /var/log/nixpkgs-update/rPackages.readrba/2024-03-04.log rPackages.readrba 0.1.7 -> 0.1.8 https://repology.org/project/r:readrba/versions attrpath: rPackages.readrba Checking auto update branch... No auto update branch exists Old version 0.1.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.readrba 0.1.7 -> 0.1.8 https://repology.org/project/r:readrba/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python312Packages.thinc, using log file: /var/log/nixpkgs-update/python312Packages.thinc/2024-03-04.log python312Packages.thinc 8.2.2 -> 8.2.3 https://github.com/explosion/thinc/releases attrpath: python312Packages.thinc Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/9q0fl7as3sjf2irz2iij3f1ccpnzainx-packages.json.drv building '/nix/store/9q0fl7as3sjf2irz2iij3f1ccpnzainx-packages.json.drv'... Going to be running update for following packages: - python3.12-thinc-8.2.2 Press Enter key to continue... Running update for: - python3.12-thinc-8.2.2: UPDATING ... - python3.12-thinc-8.2.2: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/thinc/default.nix b/pkgs/development/python-modules/thinc/default.nix index 82ae98abc0c9..db5398550689 100644 --- a/pkgs/development/python-modules/thinc/default.nix +++ b/pkgs/development/python-modules/thinc/default.nix @@ -30,14 +30,14 @@ buildPythonPackage rec { pname = "thinc"; - version = "8.2.2"; + version = "8.2.3"; format = "setuptools"; disabled = pythonOlder "3.7"; src = fetchPypi { inherit pname version; - hash = "sha256-boW5RGcsD5UkGnH2f5iC4asxnESaR3QLDRWfTPhtFYc="; + hash = "sha256-9a/FIikSqAvai9zslYNiorpTjXAn3I22FUhF0oWdynY="; }; postPatch = '' No auto update branch exists [outpaths] eval start [outpaths] eval end Received ExitFailure 1 when running Raw command: /nix/store/62fm7r6175k2bgvhc19hn9bdhw90wa3n-nix-2.18.1/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A python312Packages.thinc Received ExitFailure 1 when running Raw command: /nix/store/62fm7r6175k2bgvhc19hn9bdhw90wa3n-nix-2.18.1/bin/nix --extra-experimental-features nix-command log -f . python312Packages.thinc Standard output: error: … while evaluating the attribute 'drvPath' at /var/cache/nixpkgs-update/worker/worktree/python312Packages.thinc/lib/customisation.nix:268:7: 267| in commonAttrs // { 268| drvPath = assert condition; drv.drvPath; | ^ 269| outPath = assert condition; drv.outPath; … while evaluating the attribute 'drvPath' at /var/cache/nixpkgs-update/worker/worktree/python312Packages.thinc/lib/customisation.nix:268:7: 267| in commonAttrs // { 268| drvPath = assert condition; drv.drvPath; | ^ 269| outPath = assert condition; drv.outPath; (stack trace truncated; use '--show-trace' to show the full trace) error: Package ‘python3.12-pbr-6.0.0’ in /var/cache/nixpkgs-update/worker/worktree/python312Packages.thinc/pkgs/development/python-modules/pbr/default.nix:33 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. [result] Failed to update python312Packages.thinc 8.2.2 -> 8.2.3 https://github.com/explosion/thinc/releases [options] github_user: r-ryantm, pull_request: YES, batch_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-03-04.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-03-04.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.Xv1ZuSLfoX + 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.Xv1ZuSLfoX Cloning into bare repository '/run/nixpkgs-update-worker/tmp.Xv1ZuSLfoX'... + pushd /run/nixpkgs-update-worker/tmp.Xv1ZuSLfoX ++ /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-03-04.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 rPackages.RPANDA, using log file: /var/log/nixpkgs-update/rPackages.RPANDA/2024-03-04.log rPackages.RPANDA 2.2 -> 2.3 https://repology.org/project/r:rpanda/versions attrpath: rPackages.RPANDA Checking auto update branch... No auto update branch exists Old version 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.RPANDA 2.2 -> 2.3 https://repology.org/project/r:rpanda/versions [options] github_user: r-ryantm, pull_request: YES, batch_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.dataRetrieval, using log file: /var/log/nixpkgs-update/rPackages.dataRetrieval/2024-03-04.log rPackages.dataRetrieval 2.7.14 -> 2.7.15 https://repology.org/project/r:dataretrieval/versions attrpath: rPackages.dataRetrieval Checking auto update branch... No auto update branch exists Old version 2.7.14" 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.dataRetrieval 2.7.14 -> 2.7.15 https://repology.org/project/r:dataretrieval/versions [options] github_user: r-ryantm, pull_request: YES, batch_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.xpose4, using log file: /var/log/nixpkgs-update/rPackages.xpose4/2024-03-04.log rPackages.xpose4 4.7.2 -> 4.7.3 https://repology.org/project/r:xpose4/versions attrpath: rPackages.xpose4 Checking auto update branch... No auto update branch exists Old version 4.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.xpose4 4.7.2 -> 4.7.3 https://repology.org/project/r:xpose4/versions [options] github_user: r-ryantm, pull_request: YES, batch_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-llvm-cov, using log file: /var/log/nixpkgs-update/cargo-llvm-cov/2024-03-04.log cargo-llvm-cov 0.6.5 -> 0.6.6 https://github.com/taiki-e/cargo-llvm-cov/releases attrpath: cargo-llvm-cov 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 'cargo-llvm-cov.originalSrc' not found stderr did not split as expected full stderr was: these 2 derivations will be built: /nix/store/67hp5cjqw26lhsar2sawq7ca98ghlaai-cargo-llvm-cov-0.6.6-vendor.tar.gz.drv /nix/store/12nkd5kli5wmwnn35pykpch6c5c34dnl-cargo-llvm-cov-0.6.6.drv this path will be fetched (0.00 MiB download, 0.02 MiB unpacked): /nix/store/xdpqdlndq0r05avmkanrvan5mfzknamj-Cargo.lock copying path '/nix/store/xdpqdlndq0r05avmkanrvan5mfzknamj-Cargo.lock' from 'https://cache.nixos.org'... building '/nix/store/67hp5cjqw26lhsar2sawq7ca98ghlaai-cargo-llvm-cov-0.6.6-vendor.tar.gz.drv'... Running phase: unpackPhase unpacking source archive /nix/store/x1zi2z48l9qwvllzc6balm9izq7nkmbq-source source root is source Running phase: patchPhase Running phase: updateAutotoolsGnuConfigScriptsPhase Running phase: configurePhase no configure script, doing nothing Running phase: buildPhase Updating crates.io index error: failed to sync Caused by: failed to load pkg lockfile Caused by: failed to write /build/source/Cargo.lock Caused by: failed to open: /build/source/Cargo.lock Caused by: Permission denied (os error 13) error: builder for '/nix/store/67hp5cjqw26lhsar2sawq7ca98ghlaai-cargo-llvm-cov-0.6.6-vendor.tar.gz.drv' failed with exit code 101; last 22 log lines: > Running phase: unpackPhase > unpacking source archive /nix/store/x1zi2z48l9qwvllzc6balm9izq7nkmbq-source > source root is source > Running phase: patchPhase > Running phase: updateAutotoolsGnuConfigScriptsPhase > Running phase: configurePhase > no configure script, doing nothing > Running phase: buildPhase > Updating crates.io index > error: failed to sync > > Caused by: > failed to load pkg lockfile > > Caused by: > failed to write /build/source/Cargo.lock > > Caused by: > failed to open: /build/source/Cargo.lock > > Caused by: > Permission denied (os error 13) For full logs, run 'nix log /nix/store/67hp5cjqw26lhsar2sawq7ca98ghlaai-cargo-llvm-cov-0.6.6-vendor.tar.gz.drv'. error: 1 dependencies of derivation '/nix/store/12nkd5kli5wmwnn35pykpch6c5c34dnl-cargo-llvm-cov-0.6.6.drv' failed to build [result] Failed to update cargo-llvm-cov 0.6.5 -> 0.6.6 https://github.com/taiki-e/cargo-llvm-cov/releases [options] github_user: r-ryantm, pull_request: YES, batch_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-hello, using log file: /var/log/nixpkgs-update/nwg-hello/2024-03-04.log nwg-hello 0 -> 1 attrpath: nwg-hello Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/kwswdqwdikazdryqx66irjsjk4ksdf89-packages.json.drv building '/nix/store/kwswdqwdikazdryqx66irjsjk4ksdf89-packages.json.drv'... Going to be running update for following packages: - nwg-hello-0.1.6 Press Enter key to continue... Running update for: - nwg-hello-0.1.6: UPDATING ... - nwg-hello-0.1.6: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/by-name/nw/nwg-hello/package.nix b/pkgs/by-name/nw/nwg-hello/package.nix index de4cff184af4..0fb32cc56484 100644 --- a/pkgs/by-name/nw/nwg-hello/package.nix +++ b/pkgs/by-name/nw/nwg-hello/package.nix @@ -9,13 +9,13 @@ python3Packages.buildPythonApplication rec { pname = "nwg-hello"; - version = "0.1.6"; + version = "0.1.7"; src = fetchFromGitHub { owner = "nwg-piotr"; repo = "nwg-hello"; - rev = "v${version}"; - hash = "sha256-+D89QTFUV7/dhfcOWnQshG8USh35Vdm/QPHbsxiV0j0="; + rev = "refs/tags/v${version}"; + hash = "sha256-HDH5B15MQqJhRNCPeg4IJSeX/676AdCNhmJ7iqn8yco="; }; nativeBuildInputs = [ An auto update branch exists with message `nwg-hello: 0.1.6 -> 0.1.7`. New version is 0.1.7. An auto update branch exists with an equal or greater version [result] Failed to update nwg-hello 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath jsbeautifier, using log file: /var/log/nixpkgs-update/jsbeautifier/2024-03-04.log jsbeautifier 0 -> 1 attrpath: jsbeautifier Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/r74jnwl06jkwiw6s29qf76dxh67ic8i2-packages.json.drv building '/nix/store/r74jnwl06jkwiw6s29qf76dxh67ic8i2-packages.json.drv'... Going to be running update for following packages: - jsbeautifier-1.14.11 Press Enter key to continue... Running update for: - jsbeautifier-1.14.11: UPDATING ... - jsbeautifier-1.14.11: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/jsbeautifier/default.nix b/pkgs/development/python-modules/jsbeautifier/default.nix index d3801bff9f02..d3fc765f4c86 100644 --- a/pkgs/development/python-modules/jsbeautifier/default.nix +++ b/pkgs/development/python-modules/jsbeautifier/default.nix @@ -9,14 +9,14 @@ buildPythonPackage rec { pname = "jsbeautifier"; - version = "1.14.11"; + version = "1.15.1"; format = "setuptools"; disabled = pythonOlder "3.7"; src = fetchPypi { inherit pname version; - hash = "sha256-a2Mlgepg3RwTPNJaSK0Ye0uR9SZiPEsPtUQ++AUlBQU="; + hash = "sha256-69cztWBwTGAtdE6vyDnbYKHukybjCiqAxK24cYrcGyQ="; }; propagatedBuildInputs = [ An auto update branch exists with message `jsbeautifier: 1.14.11 -> 1.15.0`. New version is 1.15.1. The auto update branch does not match or exceed the new version. There might already be an open PR for this update: - python312Packages.jsbeautifier: 1.14.11 -> 1.15.1 URL "https://api.github.com/repos/NixOS/nixpkgs/issues/289342" [result] Failed to update jsbeautifier 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.courlan, using log file: /var/log/nixpkgs-update/python311Packages.courlan/2024-03-04.log python311Packages.courlan 0 -> 1 attrpath: python311Packages.courlan Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/jy1gf9ms4i337bfvyczzjja0s204rd7c-packages.json.drv building '/nix/store/jy1gf9ms4i337bfvyczzjja0s204rd7c-packages.json.drv'... Going to be running update for following packages: - python3.11-courlan-1.0.0 Press Enter key to continue... Running update for: - python3.11-courlan-1.0.0: UPDATING ... - python3.11-courlan-1.0.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.courlan 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath hmcl, using log file: /var/log/nixpkgs-update/hmcl/2024-03-04.log hmcl 3.5.5 -> 3.5.6.239 https://github.com/huanghongxun/HMCL/releases attrpath: hmcl 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 hmcl 3.5.5 -> 3.5.6.239 https://github.com/huanghongxun/HMCL/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.pc-ble-driver-py, using log file: /var/log/nixpkgs-update/python311Packages.pc-ble-driver-py/2024-03-04.log python311Packages.pc-ble-driver-py 0 -> 1 attrpath: python311Packages.pc-ble-driver-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/3y6mjfclxp820yypdjpi6lqhmrv6vslj-packages.json.drv building '/nix/store/3y6mjfclxp820yypdjpi6lqhmrv6vslj-packages.json.drv'... Going to be running update for following packages: - python3.11-pc-ble-driver-py-0.17.0 Press Enter key to continue... Running update for: - python3.11-pc-ble-driver-py-0.17.0: UPDATING ... - python3.11-pc-ble-driver-py-0.17.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.pc-ble-driver-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 python312Packages.karton-core, using log file: /var/log/nixpkgs-update/python312Packages.karton-core/2024-03-04.log python312Packages.karton-core 5.3.2 -> 5.3.3 https://repology.org/project/python:karton-core/versions attrpath: python312Packages.karton-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/5qp6b3dyflf8ljvqzj3c7fx8nyimp1xs-packages.json.drv building '/nix/store/5qp6b3dyflf8ljvqzj3c7fx8nyimp1xs-packages.json.drv'... Going to be running update for following packages: - python3.12-karton-core-5.3.3 Press Enter key to continue... Running update for: - python3.12-karton-core-5.3.3: UPDATING ... - python3.12-karton-core-5.3.3: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python312Packages.karton-core 5.3.2 -> 5.3.3 https://repology.org/project/python:karton-core/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.justext, using log file: /var/log/nixpkgs-update/python311Packages.justext/2024-03-04.log python311Packages.justext 0 -> 1 attrpath: python311Packages.justext Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/rf9l4vqpgngc0ggqw7vmvzjxscmq1199-packages.json.drv building '/nix/store/rf9l4vqpgngc0ggqw7vmvzjxscmq1199-packages.json.drv'... Going to be running update for following packages: - python3.11-justext-3.0.0 Press Enter key to continue... Running update for: - python3.11-justext-3.0.0: UPDATING ... - python3.11-justext-3.0.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.justext 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath blocksat-cli, using log file: /var/log/nixpkgs-update/blocksat-cli/2024-03-04.log blocksat-cli 0 -> 1 attrpath: blocksat-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/hy8plbs3wwbrr28wcy92ainzphp3aczw-packages.json.drv building '/nix/store/hy8plbs3wwbrr28wcy92ainzphp3aczw-packages.json.drv'... Going to be running update for following packages: - blocksat-cli-2.4.6 Press Enter key to continue... Running update for: - blocksat-cli-2.4.6: UPDATING ... - blocksat-cli-2.4.6: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update blocksat-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 rPackages.NMsim, using log file: /var/log/nixpkgs-update/rPackages.NMsim/2024-03-04.log rPackages.NMsim 0.0.7 -> 0.1.0 https://repology.org/project/r:nmsim/versions attrpath: rPackages.NMsim Checking auto update branch... No auto update branch exists Old version 0.0.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.NMsim 0.0.7 -> 0.1.0 https://repology.org/project/r:nmsim/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath mitmproxy, using log file: /var/log/nixpkgs-update/mitmproxy/2024-03-04.log mitmproxy 0 -> 1 attrpath: mitmproxy Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/s7i9d3cyx2glg5g42355wwmxasbkmls2-packages.json.drv building '/nix/store/s7i9d3cyx2glg5g42355wwmxasbkmls2-packages.json.drv'... Going to be running update for following packages: - mitmproxy-10.2.2 Press Enter key to continue... Running update for: - mitmproxy-10.2.2: UPDATING ... - mitmproxy-10.2.2: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update mitmproxy 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath kaggle, using log file: /var/log/nixpkgs-update/kaggle/2024-03-04.log kaggle 0 -> 1 attrpath: kaggle Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/rzxswyd5cqcnqlff3psaxipykyfps853-packages.json.drv building '/nix/store/rzxswyd5cqcnqlff3psaxipykyfps853-packages.json.drv'... Going to be running update for following packages: - kaggle-1.6.6 Press Enter key to continue... Running update for: - kaggle-1.6.6: UPDATING ... - kaggle-1.6.6: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update kaggle 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath cve, using log file: /var/log/nixpkgs-update/cve/2024-03-04.log cve 0 -> 1 attrpath: cve Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/2i9d1na9r6wi0rf8hrbxjaxdc9yzla36-packages.json.drv building '/nix/store/2i9d1na9r6wi0rf8hrbxjaxdc9yzla36-packages.json.drv'... Going to be running update for following packages: - cvelib-1.3.0 Press Enter key to continue... Running update for: - cvelib-1.3.0: UPDATING ... - cvelib-1.3.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update cve 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath prometheus-unbound-exporter, using log file: /var/log/nixpkgs-update/prometheus-unbound-exporter/2024-03-04.log prometheus-unbound-exporter 0.4.5 -> 0.4.6 https://github.com/letsencrypt/unbound_exporter/releases attrpath: prometheus-unbound-exporter 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] Hashes equal; no update necessary [result] Failed to update prometheus-unbound-exporter 0.4.5 -> 0.4.6 https://github.com/letsencrypt/unbound_exporter/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath gitlab-pages, using log file: /var/log/nixpkgs-update/gitlab-pages/2024-03-04.log gitlab-pages 16.8.1 -> 16.9.1 https://repology.org/project/gitlab-pages/versions attrpath: gitlab-pages Checking auto update branch... No auto update branch exists Derivation file opts-out of auto-updates [result] Failed to update gitlab-pages 16.8.1 -> 16.9.1 https://repology.org/project/gitlab-pages/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath dvc, using log file: /var/log/nixpkgs-update/dvc/2024-03-04.log dvc 0 -> 1 attrpath: dvc Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/cjx01yhadmmkr5l7v87figsrn06pk6wb-packages.json.drv building '/nix/store/cjx01yhadmmkr5l7v87figsrn06pk6wb-packages.json.drv'... Going to be running update for following packages: - dvc-3.43.1 Press Enter key to continue... Running update for: - dvc-3.43.1: UPDATING ... - dvc-3.43.1: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/dvc/default.nix b/pkgs/development/python-modules/dvc/default.nix index d05a37f7ad79..c6bcc635d720 100644 --- a/pkgs/development/python-modules/dvc/default.nix +++ b/pkgs/development/python-modules/dvc/default.nix @@ -57,7 +57,7 @@ buildPythonPackage rec { pname = "dvc"; - version = "3.43.1"; + version = "3.48.1"; pyproject = true; disabled = pythonOlder "3.8"; @@ -66,7 +66,7 @@ buildPythonPackage rec { owner = "iterative"; repo = "dvc"; rev = "refs/tags/${version}"; - hash = "sha256-9JS8N4BWikmXoo5TtpUD5El2vHST80NEOBdxkHfK4ME="; + hash = "sha256-rogmBrKoBJz6xN0bMJpdn7vNXQO0RXXcRdJ81wfIMvg="; }; pythonRelaxDeps = [ No auto update branch exists [outpaths] eval start [outpaths] eval end Received ExitFailure 1 when running Raw command: /nix/store/62fm7r6175k2bgvhc19hn9bdhw90wa3n-nix-2.18.1/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A dvc nix build failed. adding 'dvc/utils/strictyaml.py' adding 'dvc/utils/studio.py' adding 'dvc/utils/table.py' adding 'dvc/utils/threadpool.py' adding 'dvc/utils/serialize/__init__.py' adding 'dvc/utils/serialize/_common.py' adding 'dvc/utils/serialize/_json.py' adding 'dvc/utils/serialize/_py.py' adding 'dvc/utils/serialize/_toml.py' adding 'dvc/utils/serialize/_yaml.py' adding 'dvc-3.48.1.dist-info/LICENSE' adding 'dvc-3.48.1.dist-info/METADATA' adding 'dvc-3.48.1.dist-info/WHEEL' adding 'dvc-3.48.1.dist-info/entry_points.txt' adding 'dvc-3.48.1.dist-info/top_level.txt' adding 'dvc-3.48.1.dist-info/RECORD' removing build/bdist.linux-x86_64/wheel Successfully built dvc-3.48.1-py3-none-any.whl Finished creating a wheel... /build/source/dist /build/source Unpacking to: unpacked/dvc-3.48.1...OK Repacking wheel as ./dvc-3.48.1-py3-none-any.whl...OK /build/source Finished executing pypaBuildPhase @nix { "action": "setPhase", "phase": "pythonRuntimeDepsCheckHook" } Running phase: pythonRuntimeDepsCheckHook Executing pythonRuntimeDepsCheck Checking runtime dependencies for dvc-3.48.1-py3-none-any.whl - dvc-studio-client<1,>=0.20 not satisfied by version 0.18.0 - scmrepo<4,>=3 not satisfied by version 2.1.1 [result] Failed to update dvc 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath linkerd_edge, using log file: /var/log/nixpkgs-update/linkerd_edge/2024-03-04.log linkerd_edge 0 -> 1 attrpath: linkerd_edge Checking auto update branch... [version] [version] skipping because derivation has updateScript [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/hz1m6wanlpri1gjh83z16ry0lczlcrx3-packages.json.drv building '/nix/store/hz1m6wanlpri1gjh83z16ry0lczlcrx3-packages.json.drv'... Going to be running update for following packages: - linkerd-edge-24.2.4 Press Enter key to continue... Running update for: - linkerd-edge-24.2.4: UPDATING ... - linkerd-edge-24.2.4: ERROR --- SHOWING ERROR LOG FOR linkerd-edge-24.2.4 ---------------------- ++ dirname /var/cache/nixpkgs-update/worker/worktree/linkerd_edge/pkgs/applications/networking/cluster/linkerd/update-edge.sh + cd /var/cache/nixpkgs-update/worker/worktree/linkerd_edge/pkgs/applications/networking/cluster/linkerd ++ curl ' -u ":7bdbd24b04abe9f561f182a0917b808ce7ecc3c6"' --silent https://api.github.com/repos/linkerd/linkerd2/releases ++ jq 'map(.tag_name)' ++ grep -v -e -rc ++ grep edge ++ sed 's/["|,| ]//g' ++ sed s/edge-// ++ sort -V -r ++ head -n1 + VERSION=24.3.1 ++ nix-prefetch-url --quiet --unpack https://github.com/linkerd/linkerd2/archive/refs/tags/edge-24.3.1.tar.gz + SHA256=07n3i1w3821ir9yq78hmhsz77x9854ws5c8qwlhf8sinbxiw8cy6 + setKV version 24.3.1 + sed -i 's|version = ".*"|version = "24.3.1"|' ./edge.nix + setKV sha256 07n3i1w3821ir9yq78hmhsz77x9854ws5c8qwlhf8sinbxiw8cy6 + sed -i 's|sha256 = ".*"|sha256 = "07n3i1w3821ir9yq78hmhsz77x9854ws5c8qwlhf8sinbxiw8cy6"|' ./edge.nix + setKV vendorHash sha256-BBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBB= + sed -i 's|vendorHash = ".*"|vendorHash = "sha256-BBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBB="|' ./edge.nix + cd ../../../../../ + set +e ++ nix-build --no-out-link -A linkerd_edge ++ grep got: ++ cut -d: -f2 ++ sed 's| ||g' + VENDOR_HASH= + set -e + cd - + '[' -n '' ']' + echo 'Update failed. VENDOR_HASH is empty.' + exit 1 --- SHOWING ERROR LOG FOR linkerd-edge-24.2.4 ---------------------- The update script for linkerd-edge-24.2.4 failed with exit code 1 [result] Failed to update linkerd_edge 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath gdl, using log file: /var/log/nixpkgs-update/gdl/2024-03-04.log gdl 0 -> 1 attrpath: gdl Checking auto update branch... Do not update GNOME during a release cycle [result] Failed to update gdl 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_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-03-04.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/djy1jv613sim5y9q3yvjl5qicm2i6zqq-packages.json.drv building '/nix/store/djy1jv613sim5y9q3yvjl5qicm2i6zqq-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-03-04.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/lxavipqp9r4sdzqa8qhw93w3jrs5kzir-packages.json.drv building '/nix/store/lxavipqp9r4sdzqa8qhw93w3jrs5kzir-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.htmllistparse, using log file: /var/log/nixpkgs-update/python311Packages.htmllistparse/2024-03-04.log python311Packages.htmllistparse 0 -> 1 attrpath: python311Packages.htmllistparse Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/w0bqhm62830zbafswmv68bj9w851snxl-packages.json.drv building '/nix/store/w0bqhm62830zbafswmv68bj9w851snxl-packages.json.drv'... Going to be running update for following packages: - python3.11-htmllistparse-0.6.1 Press Enter key to continue... Running update for: - python3.11-htmllistparse-0.6.1: UPDATING ... - python3.11-htmllistparse-0.6.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.htmllistparse 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.sievelib, using log file: /var/log/nixpkgs-update/python311Packages.sievelib/2024-03-04.log python311Packages.sievelib 0 -> 1 attrpath: python311Packages.sievelib Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/r79q5524c7yb1621zch8w1gmnv1piik5-packages.json.drv building '/nix/store/r79q5524c7yb1621zch8w1gmnv1piik5-packages.json.drv'... Going to be running update for following packages: - python3.11-sievelib-1.2.1 Press Enter key to continue... Running update for: - python3.11-sievelib-1.2.1: UPDATING ... - python3.11-sievelib-1.2.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.sievelib 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.seaborn, using log file: /var/log/nixpkgs-update/python311Packages.seaborn/2024-03-04.log python311Packages.seaborn 0 -> 1 attrpath: python311Packages.seaborn Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/4cxb586pz5b9xx0mqdk71596zhr3w8hw-packages.json.drv building '/nix/store/4cxb586pz5b9xx0mqdk71596zhr3w8hw-packages.json.drv'... Going to be running update for following packages: - python3.11-seaborn-0.13.2 Press Enter key to continue... Running update for: - python3.11-seaborn-0.13.2: UPDATING ... - python3.11-seaborn-0.13.2: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.seaborn 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.blinkpy, using log file: /var/log/nixpkgs-update/python311Packages.blinkpy/2024-03-04.log python311Packages.blinkpy 0 -> 1 attrpath: python311Packages.blinkpy Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/jw401722nvqgcbnmmb1mmhs6jpd0r9pg-packages.json.drv building '/nix/store/jw401722nvqgcbnmmb1mmhs6jpd0r9pg-packages.json.drv'... Going to be running update for following packages: - python3.11-blinkpy-0.22.6 Press Enter key to continue... Running update for: - python3.11-blinkpy-0.22.6: UPDATING ... - python3.11-blinkpy-0.22.6: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.blinkpy 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath vifm, using log file: /var/log/nixpkgs-update/vifm/2024-03-04.log vifm 0 -> 1 attrpath: vifm Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/x9fmmbzw41bqgpcppnn8yvzm24df5j4b-packages.json.drv building '/nix/store/x9fmmbzw41bqgpcppnn8yvzm24df5j4b-packages.json.drv'... Going to be running update for following packages: - vifm-0.13 Press Enter key to continue... Running update for: - vifm-0.13: UPDATING ... - vifm-0.13: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update vifm 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_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.doctest, using log file: /var/log/nixpkgs-update/octavePackages.doctest/2024-03-04.log octavePackages.doctest 0 -> 1 attrpath: octavePackages.doctest Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/9r9gy323p76i9z22jjp1j0jgrdw55yjp-packages.json.drv building '/nix/store/9r9gy323p76i9z22jjp1j0jgrdw55yjp-packages.json.drv'... Going to be running update for following packages: - octave-8.4.0-doctest-0.8.0 Press Enter key to continue... Running update for: - octave-8.4.0-doctest-0.8.0: UPDATING ... - octave-8.4.0-doctest-0.8.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update octavePackages.doctest 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.sortedcontainers, using log file: /var/log/nixpkgs-update/python311Packages.sortedcontainers/2024-03-04.log python311Packages.sortedcontainers 0 -> 1 attrpath: python311Packages.sortedcontainers Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/c634g7nnwbz96liqby5mq5hzannyrwz7-packages.json.drv building '/nix/store/c634g7nnwbz96liqby5mq5hzannyrwz7-packages.json.drv'... Going to be running update for following packages: - python3.11-sortedcontainers-2.4.0 Press Enter key to continue... Running update for: - python3.11-sortedcontainers-2.4.0: UPDATING ... - python3.11-sortedcontainers-2.4.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.sortedcontainers 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.npyscreen, using log file: /var/log/nixpkgs-update/python311Packages.npyscreen/2024-03-04.log python311Packages.npyscreen 0 -> 1 attrpath: python311Packages.npyscreen Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/m1b6rmik84iz1zp5kbri02c3qixhk8xk-packages.json.drv building '/nix/store/m1b6rmik84iz1zp5kbri02c3qixhk8xk-packages.json.drv'... Going to be running update for following packages: - python3.11-npyscreen-4.10.5 Press Enter key to continue... Running update for: - python3.11-npyscreen-4.10.5: UPDATING ... - python3.11-npyscreen-4.10.5: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.npyscreen 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath snallygaster, using log file: /var/log/nixpkgs-update/snallygaster/2024-03-04.log snallygaster 0 -> 1 attrpath: snallygaster Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/h9s707x3dwb9x6184qckd8rg2ywr8nsc-packages.json.drv building '/nix/store/h9s707x3dwb9x6184qckd8rg2ywr8nsc-packages.json.drv'... Going to be running update for following packages: - snallygaster-0.0.12 Press Enter key to continue... Running update for: - snallygaster-0.0.12: UPDATING ... - snallygaster-0.0.12: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update snallygaster 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.branca, using log file: /var/log/nixpkgs-update/python311Packages.branca/2024-03-04.log python311Packages.branca 0 -> 1 attrpath: python311Packages.branca Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/j0y741rmjh4jyi9dahrl2rxb80ahcadr-packages.json.drv building '/nix/store/j0y741rmjh4jyi9dahrl2rxb80ahcadr-packages.json.drv'... Going to be running update for following packages: - python3.11-branca-0.7.1 Press Enter key to continue... Running update for: - python3.11-branca-0.7.1: UPDATING ... - python3.11-branca-0.7.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.branca 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.meeko, using log file: /var/log/nixpkgs-update/python311Packages.meeko/2024-03-04.log python311Packages.meeko 0 -> 1 attrpath: python311Packages.meeko 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/wamsv28w0c0cgb7l8ry120z5frn3l6jv-packages.json.drv building '/nix/store/wamsv28w0c0cgb7l8ry120z5frn3l6jv-packages.json.drv'... Going to be running update for following packages: - python3.11-meeko-0.5.0 Press Enter key to continue... Running update for: - python3.11-meeko-0.5.0: UPDATING ... - python3.11-meeko-0.5.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.meeko 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.extruct, using log file: /var/log/nixpkgs-update/python311Packages.extruct/2024-03-04.log python311Packages.extruct 0 -> 1 attrpath: python311Packages.extruct Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/9y53b67ycpb9mzv8p9b6ap1g24j8430d-packages.json.drv building '/nix/store/9y53b67ycpb9mzv8p9b6ap1g24j8430d-packages.json.drv'... Going to be running update for following packages: - python3.11-extruct-0.16.0 Press Enter key to continue... Running update for: - python3.11-extruct-0.16.0: UPDATING ... - python3.11-extruct-0.16.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.extruct 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath libheif, using log file: /var/log/nixpkgs-update/libheif/2024-03-04.log libheif 1.15.2 -> 1.17.6 https://github.com/strukturag/libheif/releases attrpath: libheif Checking auto update branch... No auto update branch exists Old version 1.15.2" not present in staging derivation file with contents: { lib , stdenv , fetchFromGitHub , cmake , pkg-config , dav1d , rav1e , libde265 , x265 , libpng , libjpeg , libaom , gdk-pixbuf # for passthru.tests , gimp , imagemagick , imlib2Full , imv , vips }: stdenv.mkDerivation rec { pname = "libheif"; version = "1.17.6"; outputs = [ "bin" "out" "dev" "man" ]; src = fetchFromGitHub { owner = "strukturag"; repo = "libheif"; rev = "v${version}"; sha256 = "sha256-pp+PjV/pfExLqzFE61mxliOtVAYOePh1+i1pwZxDLAM="; }; nativeBuildInputs = [ pkg-config cmake ]; buildInputs = [ dav1d rav1e libde265 x265 libpng libjpeg libaom gdk-pixbuf ]; # Fix installation path for gdk-pixbuf module PKG_CONFIG_GDK_PIXBUF_2_0_GDK_PIXBUF_MODULEDIR = "${placeholder "out"}/${gdk-pixbuf.moduleDir}"; passthru.tests = { inherit gimp imagemagick imlib2Full imv vips; }; meta = { homepage = "http://www.libheif.org/"; description = "ISO/IEC 23008-12:2017 HEIF image file format decoder and encoder"; license = lib.licenses.lgpl3Plus; platforms = lib.platforms.unix; maintainers = with lib.maintainers; [ gebner ]; }; } [result] Failed to update libheif 1.15.2 -> 1.17.6 https://github.com/strukturag/libheif/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.treelog, using log file: /var/log/nixpkgs-update/python311Packages.treelog/2024-03-04.log python311Packages.treelog 0 -> 1 attrpath: python311Packages.treelog Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/yr0rsx24y6z7jwppm1qmml3wkk1f0ql8-packages.json.drv building '/nix/store/yr0rsx24y6z7jwppm1qmml3wkk1f0ql8-packages.json.drv'... Going to be running update for following packages: - python3.11-treelog-1.0 Press Enter key to continue... Running update for: - python3.11-treelog-1.0: UPDATING ... - python3.11-treelog-1.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.treelog 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_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.vra7, using log file: /var/log/nixpkgs-update/terraform-providers.vra7/2024-03-04.log terraform-providers.vra7 0 -> 1 attrpath: terraform-providers.vra7 Checking auto update branch... Derivation file opts-out of auto-updates [result] Failed to update terraform-providers.vra7 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: 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-modelcluster, using log file: /var/log/nixpkgs-update/python311Packages.django-modelcluster/2024-03-04.log python311Packages.django-modelcluster 0 -> 1 attrpath: python311Packages.django-modelcluster Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/fikxmgkww7lkh04qzngy0fcaknpxbnwm-packages.json.drv building '/nix/store/fikxmgkww7lkh04qzngy0fcaknpxbnwm-packages.json.drv'... Going to be running update for following packages: - python3.11-django-modelcluster-6.2.1 Press Enter key to continue... Running update for: - python3.11-django-modelcluster-6.2.1: UPDATING ... - python3.11-django-modelcluster-6.2.1: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/django-modelcluster/default.nix b/pkgs/development/python-modules/django-modelcluster/default.nix index 5c1dd8f78dda..6d8776a9528f 100644 --- a/pkgs/development/python-modules/django-modelcluster/default.nix +++ b/pkgs/development/python-modules/django-modelcluster/default.nix @@ -17,7 +17,7 @@ buildPythonPackage rec { pname = "django-modelcluster"; - version = "6.2.1"; + version = "6.3"; format = "setuptools"; disabled = pythonOlder "3.5"; @@ -26,7 +26,7 @@ buildPythonPackage rec { owner = "wagtail"; repo = "django-modelcluster"; rev = "refs/tags/v${version}"; - hash = "sha256-y2jGSZvTeSnpWDFJ+aNGofTEtMMlY9TrXZjQeET5OhY="; + hash = "sha256-AUVl2aidjW7Uu//3HlAod7pxzj6Gs1Xd0uTt3NrrqAU="; }; propagatedBuildInputs = [ An auto update branch exists with message `python311Packages.django-modelcluster: 6.2.1 -> 6.3`. New version is 6.3. An auto update branch exists with an equal or greater version [result] Failed to update python311Packages.django-modelcluster 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath dart-sass, using log file: /var/log/nixpkgs-update/dart-sass/2024-03-04.log dart-sass 0 -> 1 attrpath: dart-sass 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/cfzagvr6islz5g0z8hl80g9dzjk4ckfj-packages.json.drv building '/nix/store/cfzagvr6islz5g0z8hl80g9dzjk4ckfj-packages.json.drv'... Going to be running update for following packages: - dart-sass-1.71.1 Press Enter key to continue... Running update for: - dart-sass-1.71.1: UPDATING ... - dart-sass-1.71.1: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/tools/misc/dart-sass/pubspec.lock.json b/pkgs/development/tools/misc/dart-sass/pubspec.lock.json index dd6f237f3405..d26bbb891094 100644 --- a/pkgs/development/tools/misc/dart-sass/pubspec.lock.json +++ b/pkgs/development/tools/misc/dart-sass/pubspec.lock.json @@ -164,31 +164,31 @@ "dependency": "direct dev", "description": { "name": "dart_style", - "sha256": "40ae61a5d43feea6d24bd22c0537a6629db858963b99b4bc1c3db80676f32368", + "sha256": "99e066ce75c89d6b29903d788a7bb9369cf754f7b24bf70bf4b6d6d6b26853b9", "url": "https://pub.dev" }, "source": "hosted", - "version": "2.3.4" + "version": "2.3.6" }, "dartdoc": { "dependency": "direct dev", "description": { "name": "dartdoc", - "sha256": "6b147cb40a72557749d7a6594eb4e065057be54b44000cd57273e4a450c3b84e", + "sha256": "70e9039f212b6c120e17de147b4dcf0a6168adb02e04403ab2efb5affe1fcf7b", "url": "https://pub.dev" }, "source": "hosted", - "version": "8.0.5" + "version": "8.0.6" }, "ffi": { "dependency": "transitive", "description": { "name": "ffi", - "sha256": "7bf0adc28a23d395f19f3f1eb21dd7cfd1dd9f8e1c50051c069122e6853bc878", + "sha256": "493f37e7df1804778ff3a53bd691d8692ddf69702cf4c1c1096a2e41b4779e21", "url": "https://pub.dev" }, "source": "hosted", - "version": "2.1.0" + "version": "2.1.2" }, "file": { "dependency": "transitive", @@ -254,11 +254,11 @@ "dependency": "direct main", "description": { "name": "http", - "sha256": "a2bbf9d017fcced29139daa8ed2bba4ece450ab222871df93ca9eec6f80c34ba", + "sha256": "761a297c042deedc1ffbb156d6e2af13886bb305c2a343a4d972504cd67dd938", "url": "https://pub.dev" }, "source": "hosted", - "version": "1.2.0" + "version": "1.2.1" }, "http_multi_server": { "dependency": "transitive", @@ -744,11 +744,11 @@ "dependency": "transitive", "description": { "name": "vm_service", - "sha256": "a2662fb1f114f4296cf3f5a50786a2d888268d7776cf681aa17d660ffa23b246", + "sha256": "e7d5ecd604e499358c5fe35ee828c0298a320d54455e791e9dcf73486bc8d9f0", "url": "https://pub.dev" }, "source": "hosted", - "version": "14.0.0" + "version": "14.1.0" }, "watcher": { "dependency": "direct main", @@ -764,21 +764,21 @@ "dependency": "transitive", "description": { "name": "web", - "sha256": "4188706108906f002b3a293509234588823c8c979dc83304e229ff400c996b05", + "sha256": "1d9158c616048c38f712a6646e317a3426da10e884447626167240d45209cbad", "url": "https://pub.dev" }, "source": "hosted", - "version": "0.4.2" + "version": "0.5.0" }, "web_socket_channel": { "dependency": "transitive", "description": { "name": "web_socket_channel", - "sha256": "939ab60734a4f8fa95feacb55804fa278de28bdeef38e616dc08e44a84adea23", + "sha256": "1d8e795e2a8b3730c41b8a98a2dff2e0fb57ae6f0764a1c46ec5915387d257b2", "url": "https://pub.dev" }, "source": "hosted", - "version": "2.4.3" + "version": "2.4.4" }, "webkit_inspection_protocol": { "dependency": "transitive", @@ -812,6 +812,6 @@ } }, "sdks": { - "dart": ">=3.2.0 <4.0.0" + "dart": ">=3.3.0 <4.0.0" } } Package version did not change. [result] Failed to update dart-sass 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_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-03-04.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/pnq43bjs9qd94cshhnqhpyzrqnf4l7x9-packages.json.drv building '/nix/store/pnq43bjs9qd94cshhnqhpyzrqnf4l7x9-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-03-04.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/156s7gvwmyszwsppa9cz6hxz4vyrk7z2-packages.json.drv building '/nix/store/156s7gvwmyszwsppa9cz6hxz4vyrk7z2-packages.json.drv'... Going to be running update for following packages: - python3.11-dbt-semantic-interfaces-0.4.4 Press Enter key to continue... Running update for: - python3.11-dbt-semantic-interfaces-0.4.4: UPDATING ... - python3.11-dbt-semantic-interfaces-0.4.4: 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.socid-extractor, using log file: /var/log/nixpkgs-update/python311Packages.socid-extractor/2024-03-04.log python311Packages.socid-extractor 0 -> 1 attrpath: python311Packages.socid-extractor Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/lx0j7kvz9ylms5g4vi5bkzbxc1c5c9d3-packages.json.drv building '/nix/store/lx0j7kvz9ylms5g4vi5bkzbxc1c5c9d3-packages.json.drv'... Going to be running update for following packages: - python3.11-socid-extractor-0.0.26 Press Enter key to continue... Running update for: - python3.11-socid-extractor-0.0.26: UPDATING ... - python3.11-socid-extractor-0.0.26: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.socid-extractor 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath crc, using log file: /var/log/nixpkgs-update/crc/2024-03-04.log crc 0 -> 1 attrpath: crc 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/j302rj2jkfvxl6a8zvs7dm20dz634ic9-packages.json.drv building '/nix/store/j302rj2jkfvxl6a8zvs7dm20dz634ic9-packages.json.drv'... Going to be running update for following packages: - crc-2.32.0 Press Enter key to continue... Running update for: - crc-2.32.0: UPDATING ... - crc-2.32.0: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/by-name/cr/crc/package.nix b/pkgs/by-name/cr/crc/package.nix index 85af94e57bcd..48364a9d73ba 100644 --- a/pkgs/by-name/cr/crc/package.nix +++ b/pkgs/by-name/cr/crc/package.nix @@ -7,16 +7,16 @@ }: let - openShiftVersion = "4.14.8"; + openShiftVersion = "4.14.12"; okdVersion = "4.14.0-0.okd-scos-2024-01-10-151818"; - microshiftVersion = "4.14.8"; + microshiftVersion = "4.14.12"; podmanVersion = "4.4.4"; writeKey = "$(MODULEPATH)/pkg/crc/segment.WriteKey=cvpHsNcmGCJqVzf6YxrSnVlwFSAZaYtp"; - gitCommit = "54a6f9a15155edb2bdb70128c7c535fc69841031"; - gitHash = "sha256-tjrlh31J3fDiYm2+PUnVVRIxxQvJKQVLcYEnMekD4Us="; + gitCommit = "c43b172866bc039a2a23d6c88aeb398635dc16ef"; + gitHash = "sha256-DVsXxgywPrrdxfmXh3JR8YpFkv1/Y2LvDZ9/2nVbclc="; in buildGoModule rec { - version = "2.32.0"; + version = "2.33.0"; pname = "crc"; src = fetchFromGitHub { No auto update branch exists [outpaths] eval start [outpaths] eval end Successfully finished processing cachix "/nix/store/jb7fvdrkg6ggzhn45l9wyd2r2v6pcf02-crc-2.33.0" [check][nixpkgs-review] Result of `nixpkgs-review --extra-nixpkgs-config '{ allowInsecurePredicate = x: true; }'` run on x86_64-linux [1](https://github.com/Mic92/nixpkgs-review)
1 package built:
  • crc
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 crc is: Manage a local OpenShift 4.x cluster, Microshift or a Podman VM optimized for testing and development purposes meta.homepage for crc is: https://crc.dev/crc/getting_started/getting_started/introducing/ meta.changelog for crc is: https://github.com/crc-org/crc/releases/tag/v2.33.0 ###### Updates performed - Ran passthru.UpdateScript ###### To inspect upstream changes - [Release on GitHub](https://github.com/crc-org/crc/releases/tag/v2.33.0) - [Compare changes on GitHub](https://github.com/crc-org/crc/compare/v2.32.0...v2.33.0) ###### Impact Checks done --- - built on NixOS - The tests defined in `passthru.tests`, if any, passed - found 2.33.0 with grep in /nix/store/jb7fvdrkg6ggzhn45l9wyd2r2v6pcf02-crc-2.33.0 - found 2.33.0 in filename of file in /nix/store/jb7fvdrkg6ggzhn45l9wyd2r2v6pcf02-crc-2.33.0 ---
Rebuild report (if merged into master) (click to expand) ``` 1 total rebuild path(s) 1 package rebuild(s) First fifty rebuilds by attrpath crc ```
Instructions to test this update (click to expand) --- Either **download from Cachix**: ``` nix-store -r /nix/store/jb7fvdrkg6ggzhn45l9wyd2r2v6pcf02-crc-2.33.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 crc https://github.com/r-ryantm/nixpkgs/archive/bfce2984cbdcaa26eb8076b393c8f960815cdf10.tar.gz ``` Or: ``` nix build github:r-ryantm/nixpkgs/bfce2984cbdcaa26eb8076b393c8f960815cdf10#crc ``` After you've downloaded or built it, look at the files and if there are any, run the binaries: ``` ls -la /nix/store/jb7fvdrkg6ggzhn45l9wyd2r2v6pcf02-crc-2.33.0 ls -la /nix/store/jb7fvdrkg6ggzhn45l9wyd2r2v6pcf02-crc-2.33.0/bin ``` ---

### Pre-merge build results We have automatically built all packages that will get rebuilt due to this change. This gives evidence on whether the upgrade will break dependent packages. Note sometimes packages show up as _failed to build_ independent of the change, simply because they are already broken on the target branch. Result of `nixpkgs-review --extra-nixpkgs-config '{ allowInsecurePredicate = x: true; }'` run on x86_64-linux [1](https://github.com/Mic92/nixpkgs-review)
1 package built:
  • crc
--- ###### Maintainer pings cc @matthewpi @shikanime @tricktron 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/293299 [result] Success updating crc 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python312Packages.pyscreeze, using log file: /var/log/nixpkgs-update/python312Packages.pyscreeze/2024-03-04.log python312Packages.pyscreeze 0.1.26 -> 0.1.30 https://repology.org/project/python:pyscreeze/versions attrpath: python312Packages.pyscreeze Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/57m4g5a395dcdqx9pglyjxbp3lrsyb2g-packages.json.drv building '/nix/store/57m4g5a395dcdqx9pglyjxbp3lrsyb2g-packages.json.drv'... Going to be running update for following packages: - python3.12-PyScreeze-0.1.26 Press Enter key to continue... Running update for: - python3.12-PyScreeze-0.1.26: UPDATING ... - python3.12-PyScreeze-0.1.26: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python312Packages.pyscreeze 0.1.26 -> 0.1.30 https://repology.org/project/python:pyscreeze/versions [options] github_user: r-ryantm, pull_request: 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.AppSqitch 1.4.0 -> 1.4.1 https://repology.org/project/perl:app-sqitch/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python312Packages.rstcheck, using log file: /var/log/nixpkgs-update/python312Packages.rstcheck/2024-03-04.log python312Packages.rstcheck 6.1.2 -> 6.2.0 https://repology.org/project/python:rstcheck/versions attrpath: python312Packages.rstcheck Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/5bvg8r6414ah243i7fdwiaajmqdx9rwy-packages.json.drv building '/nix/store/5bvg8r6414ah243i7fdwiaajmqdx9rwy-packages.json.drv'... Going to be running update for following packages: - python3.12-rstcheck-6.1.2 Press Enter key to continue... Running update for: - python3.12-rstcheck-6.1.2: UPDATING ... - python3.12-rstcheck-6.1.2: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python312Packages.rstcheck 6.1.2 -> 6.2.0 https://repology.org/project/python:rstcheck/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python312Packages.minio, using log file: /var/log/nixpkgs-update/python312Packages.minio/2024-03-04.log python312Packages.minio 7.2.0 -> 7.2.5 https://github.com/minio/minio-py/releases attrpath: python312Packages.minio Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/zw2xqbzsfpadgw0j5zqdb3zk8gczkkvk-packages.json.drv building '/nix/store/zw2xqbzsfpadgw0j5zqdb3zk8gczkkvk-packages.json.drv'... Going to be running update for following packages: - python3.12-minio-7.2.0 Press Enter key to continue... Running update for: - python3.12-minio-7.2.0: UPDATING ... - python3.12-minio-7.2.0: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/minio/default.nix b/pkgs/development/python-modules/minio/default.nix index ddb2905bc1d9..58dbcc4b342e 100644 --- a/pkgs/development/python-modules/minio/default.nix +++ b/pkgs/development/python-modules/minio/default.nix @@ -20,7 +20,7 @@ buildPythonPackage rec { pname = "minio"; - version = "7.2.0"; + version = "7.2.5"; pyproject = true; disabled = pythonOlder "3.7"; @@ -29,7 +29,7 @@ buildPythonPackage rec { owner = "minio"; repo = "minio-py"; rev = "refs/tags/${version}"; - hash = "sha256-hZn1T75JbnJ5lIyWnX3f8r6OET/d6ZltuRr6jjYOp2o="; + hash = "sha256-Xb6XaGI/bwkhp6YKgoqi5Tbs74pSXc6aJpWVUgG5uR4="; }; nativeBuildInputs = [ No auto update branch exists Old version 7.2.0" not present in staging derivation file with contents: { lib , buildPythonPackage , fetchFromGitHub , pythonOlder # build-system , setuptools # dependencies , argon2-cffi , certifi , urllib3 , pycryptodome , typing-extensions # test , faker , mock , pytestCheckHook }: buildPythonPackage rec { pname = "minio"; version = "7.2.4"; pyproject = true; disabled = pythonOlder "3.7"; src = fetchFromGitHub { owner = "minio"; repo = "minio-py"; rev = "refs/tags/${version}"; hash = "sha256-26naoSccz/LEf56iQIePrNKllq6XkEQD9Peld7VeGqY="; }; nativeBuildInputs = [ setuptools ]; propagatedBuildInputs = [ argon2-cffi certifi urllib3 pycryptodome typing-extensions ]; nativeCheckInputs = [ faker mock pytestCheckHook ]; disabledTestPaths = [ # example credentials aren't present "tests/unit/credentials_test.py" ]; pythonImportsCheck = [ "minio" ]; meta = with lib; { description = "Simple APIs to access any Amazon S3 compatible object storage server"; homepage = "https://github.com/minio/minio-py"; changelog = "https://github.com/minio/minio-py/releases/tag/${version}"; maintainers = with maintainers; [ peterromfeldhk ]; license = licenses.asl20; }; } [result] Failed to update python312Packages.minio 7.2.0 -> 7.2.5 https://github.com/minio/minio-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 python312Packages.rebulk, using log file: /var/log/nixpkgs-update/python312Packages.rebulk/2024-03-04.log python312Packages.rebulk 3.2.0 -> 3.3.0 https://github.com/Toilal/rebulk/releases attrpath: python312Packages.rebulk Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/wzvxd4rqzbh9k2kw42ky4dfc25b0735j-packages.json.drv building '/nix/store/wzvxd4rqzbh9k2kw42ky4dfc25b0735j-packages.json.drv'... Going to be running update for following packages: - python3.12-rebulk-3.2.0 Press Enter key to continue... Running update for: - python3.12-rebulk-3.2.0: UPDATING ... - python3.12-rebulk-3.2.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python312Packages.rebulk 3.2.0 -> 3.3.0 https://github.com/Toilal/rebulk/releases [options] github_user: r-ryantm, pull_request: YES, batch_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.INLAjoint, using log file: /var/log/nixpkgs-update/rPackages.INLAjoint/2024-03-04.log rPackages.INLAjoint 23.10.28 -> 24.2.4 https://repology.org/project/r:inlajoint/versions attrpath: rPackages.INLAjoint Checking auto update branch... No auto update branch exists Old version 23.10.28" 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.INLAjoint 23.10.28 -> 24.2.4 https://repology.org/project/r:inlajoint/versions [options] github_user: r-ryantm, pull_request: YES, batch_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-03-04.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 python312Packages.python-utils, using log file: /var/log/nixpkgs-update/python312Packages.python-utils/2024-03-04.log python312Packages.python-utils 3.8.1 -> 3.8.2 https://github.com/WoLpH/python-utils/releases attrpath: python312Packages.python-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/nx21kjydw8a65d98zkbksfks3m34frf6-packages.json.drv building '/nix/store/nx21kjydw8a65d98zkbksfks3m34frf6-packages.json.drv'... Going to be running update for following packages: - python3.12-python-utils-3.8.1 Press Enter key to continue... Running update for: - python3.12-python-utils-3.8.1: UPDATING ... - python3.12-python-utils-3.8.1: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/python-utils/default.nix b/pkgs/development/python-modules/python-utils/default.nix index 30803442d081..6e2e3fe79510 100644 --- a/pkgs/development/python-modules/python-utils/default.nix +++ b/pkgs/development/python-modules/python-utils/default.nix @@ -11,7 +11,7 @@ buildPythonPackage rec { pname = "python-utils"; - version = "3.8.1"; + version = "3.8.2"; format = "setuptools"; disabled = pythonOlder "3.8"; @@ -20,7 +20,7 @@ buildPythonPackage rec { owner = "WoLpH"; repo = pname; rev = "refs/tags/v${version}"; - hash = "sha256-HoKdMDs67lsuVRb5d51wx6qyEjEM973yD6O6qMO+7MI="; + hash = "sha256-2scWyj0Fz39Thu0T0+UirT+he6tPYKGsvmYzzpD+/ls="; }; postPatch = '' No auto update branch exists There might already be an open PR for this update: - python311Packages.python-utils: 3.8.1 -> 3.8.2 URL "https://api.github.com/repos/NixOS/nixpkgs/issues/285531" [result] Failed to update python312Packages.python-utils 3.8.1 -> 3.8.2 https://github.com/WoLpH/python-utils/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath squid, using log file: /var/log/nixpkgs-update/squid/2024-03-04.log squid 6.6 -> 6.8 https://repology.org/project/squid/versions attrpath: squid Checking auto update branch... No auto update branch exists Old version 6.6" not present in master derivation file with contents: { lib, stdenv, fetchurl, perl, openldap, pam, db, cyrus_sasl, libcap , expat, libxml2, openssl, pkg-config, systemd , cppunit }: stdenv.mkDerivation (finalAttrs: { pname = "squid"; version = "6.7"; src = fetchurl { url = "http://www.squid-cache.org/Versions/v6/${finalAttrs.pname}-${finalAttrs.version}.tar.xz"; hash = "sha256-4U2qTq5Bkl0a4/COZEOaaqowEb3O1oZii43ml9WrhCg="; }; nativeBuildInputs = [ pkg-config ]; buildInputs = [ perl openldap db cyrus_sasl expat libxml2 openssl ] ++ lib.optionals stdenv.isLinux [ libcap pam systemd ]; enableParallelBuilding = true; configureFlags = [ "--enable-ipv6" "--disable-strict-error-checking" "--disable-arch-native" "--with-openssl" "--enable-ssl-crtd" "--enable-storeio=ufs,aufs,diskd,rock" "--enable-removal-policies=lru,heap" "--enable-delay-pools" "--enable-x-accelerator-vary" "--enable-htcp" ] ++ lib.optional (stdenv.isLinux && !stdenv.hostPlatform.isMusl) "--enable-linux-netfilter"; doCheck = true; nativeCheckInputs = [ cppunit ]; preCheck = '' # tests attempt to copy around "/bin/true" to make some things # no-ops but this doesn't work if our "true" is a multi-call # binary, so make our own fake "true" which will work when used # this way echo "#!$SHELL" > fake-true chmod +x fake-true grep -rlF '/bin/true' test-suite/ | while read -r filename ; do substituteInPlace "$filename" \ --replace "$(type -P true)" "$(realpath fake-true)" \ --replace "/bin/true" "$(realpath fake-true)" done ''; meta = with lib; { description = "A caching proxy for the Web supporting HTTP, HTTPS, FTP, and more"; homepage = "http://www.squid-cache.org"; license = licenses.gpl2Plus; platforms = platforms.linux; maintainers = with maintainers; [ raskin ]; knownVulnerabilities = [ "Squid has multiple unresolved security vulnerabilities, for more information see https://megamansec.github.io/Squid-Security-Audit/" ]; }; }) [result] Failed to update squid 6.6 -> 6.8 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 python312Packages.geoip2, using log file: /var/log/nixpkgs-update/python312Packages.geoip2/2024-03-04.log python312Packages.geoip2 4.7.0 -> 4.8.0 https://github.com/maxmind/GeoIP2-python/releases attrpath: python312Packages.geoip2 Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/32d33vj823h6ady7vcmmp9m8byxncpiq-packages.json.drv building '/nix/store/32d33vj823h6ady7vcmmp9m8byxncpiq-packages.json.drv'... Going to be running update for following packages: - python3.12-geoip2-4.7.0 Press Enter key to continue... Running update for: - python3.12-geoip2-4.7.0: UPDATING ... - python3.12-geoip2-4.7.0: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/geoip2/default.nix b/pkgs/development/python-modules/geoip2/default.nix index dea210a9a6cc..0a714fc58541 100644 --- a/pkgs/development/python-modules/geoip2/default.nix +++ b/pkgs/development/python-modules/geoip2/default.nix @@ -14,14 +14,14 @@ buildPythonPackage rec { pname = "geoip2"; - version = "4.7.0"; + version = "4.8.0"; format = "setuptools"; disabled = pythonOlder "3.6"; src = fetchPypi { inherit pname version; - hash = "sha256-O93kmU9ryRfq+rW1Hnctc3sq4AA3pbhQAfsG3Gj3ed8="; + hash = "sha256-3ZzBgLfUFyQkDqSB1dU5FJ5lsjT2QoKyMbkXB5SprDU="; }; propagatedBuildInputs = [ No auto update branch exists [outpaths] eval start [outpaths] eval end Python package with too many package rebuilds 2892 > 25 [result] Failed to update python312Packages.geoip2 4.7.0 -> 4.8.0 https://github.com/maxmind/GeoIP2-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.pyhcl, using log file: /var/log/nixpkgs-update/python312Packages.pyhcl/2024-03-04.log python312Packages.pyhcl 0.4.4 -> 0.4.5 https://repology.org/project/python:pyhcl/versions attrpath: python312Packages.pyhcl Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/x2fdchl3nzmw9pyr1qgl4cn9pcl070x1-packages.json.drv building '/nix/store/x2fdchl3nzmw9pyr1qgl4cn9pcl070x1-packages.json.drv'... Going to be running update for following packages: - python3.12-pyhcl-0.4.4 Press Enter key to continue... Running update for: - python3.12-pyhcl-0.4.4: UPDATING ... - python3.12-pyhcl-0.4.4: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python312Packages.pyhcl 0.4.4 -> 0.4.5 https://repology.org/project/python:pyhcl/versions [options] github_user: r-ryantm, pull_request: YES, batch_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-03-04.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 944 0 --:--:-- --:--:-- --:--:-- 945 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: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: boost::bad_format_string: format-string is ill-formed 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 building '/nix/store/0zq1vfzjlv6z1hdbyc094kl16kb0f5ly-fix-paths.patch.drv'... building '/nix/store/wdf976sxnc6sz8yqhh05q90cl1g85vy7-keepass.desktop.drv'... 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" 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 1292 0 --:--:-- --:--:-- --:--:-- 1301 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 237 0 --:--:-- --:--:-- --:--:-- 237 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 > 100 154 100 154 0 0 237 0 --:--:-- --:--:-- --:--:-- 237 > 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 python312Packages.traitlets, using log file: /var/log/nixpkgs-update/python312Packages.traitlets/2024-03-04.log python312Packages.traitlets 5.14.0 -> 5.14.1 https://github.com/ipython/traitlets/releases attrpath: python312Packages.traitlets Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/1dajr501xfka7f9yvhkkivyk8sjwk4x4-packages.json.drv building '/nix/store/1dajr501xfka7f9yvhkkivyk8sjwk4x4-packages.json.drv'... Going to be running update for following packages: - python3.12-traitlets-5.14.0 Press Enter key to continue... Running update for: - python3.12-traitlets-5.14.0: UPDATING ... - python3.12-traitlets-5.14.0: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/traitlets/default.nix b/pkgs/development/python-modules/traitlets/default.nix index f138489cf2bf..012347e2f76b 100644 --- a/pkgs/development/python-modules/traitlets/default.nix +++ b/pkgs/development/python-modules/traitlets/default.nix @@ -14,14 +14,14 @@ buildPythonPackage rec { pname = "traitlets"; - version = "5.14.0"; + version = "5.14.1"; format = "pyproject"; disabled = pythonOlder "3.7"; src = fetchPypi { inherit pname version; - hash = "sha256-/NqorEnATfoO0+4zhO9t/bXW83QVAr4kcnlAdnkpZ3I="; + hash = "sha256-hYUQWzcaBLgxakPVzinAmFdcLkd4ULYrhIuWTxREUn4="; }; nativeBuildInputs = [ No auto update branch exists [outpaths] eval start [outpaths] eval end Python package with too many package rebuilds 4099 > 25 [result] Failed to update python312Packages.traitlets 5.14.0 -> 5.14.1 https://github.com/ipython/traitlets/releases [options] github_user: r-ryantm, pull_request: 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.TieCycle 1.227 -> 1.228 https://github.com/briandfoy/tie-cycle/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python312Packages.wheezy-template, using log file: /var/log/nixpkgs-update/python312Packages.wheezy-template/2024-03-04.log python312Packages.wheezy-template 3.1.0 -> 3.2.2 https://repology.org/project/python:wheezy.template/versions attrpath: python312Packages.wheezy-template Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/s6wwyvbl3jah5gkppsgb49y8z145kqy3-packages.json.drv building '/nix/store/s6wwyvbl3jah5gkppsgb49y8z145kqy3-packages.json.drv'... Going to be running update for following packages: - python3.12-wheezy.template-3.1.0 Press Enter key to continue... Running update for: - python3.12-wheezy.template-3.1.0: UPDATING ... - python3.12-wheezy.template-3.1.0: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/wheezy-template/default.nix b/pkgs/development/python-modules/wheezy-template/default.nix index ef70345c1a18..c8d0b63f2ca1 100644 --- a/pkgs/development/python-modules/wheezy-template/default.nix +++ b/pkgs/development/python-modules/wheezy-template/default.nix @@ -5,11 +5,11 @@ buildPythonPackage rec { pname = "wheezy.template"; - version = "3.1.0"; + version = "3.2.2"; src = fetchPypi { inherit pname version; - hash = "sha256-4RAHysczaNzhKZjjS2bEdgFrtGFHH/weTVboQALslg8="; + hash = "sha256-hknPXHGPPNjRAr0TYVosPaTntsjwQjOKZBCU+qFlIHw="; }; pythonImportsCheck = [ "wheezy.template" ]; No auto update branch exists [outpaths] eval start [outpaths] eval end Python package with too many package rebuilds 3965 > 25 [result] Failed to update python312Packages.wheezy-template 3.1.0 -> 3.2.2 https://repology.org/project/python:wheezy.template/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python312Packages.pykerberos, using log file: /var/log/nixpkgs-update/python312Packages.pykerberos/2024-03-04.log python312Packages.pykerberos 1.2.4 -> 1.3.1 https://repology.org/project/python:pykerberos/versions attrpath: python312Packages.pykerberos Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/hq07c7bn1c0bmbzry315g6zcnkfr0zrl-packages.json.drv building '/nix/store/hq07c7bn1c0bmbzry315g6zcnkfr0zrl-packages.json.drv'... Going to be running update for following packages: - python3.12-pykerberos-1.2.4 Press Enter key to continue... Running update for: - python3.12-pykerberos-1.2.4: UPDATING ... - python3.12-pykerberos-1.2.4: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python312Packages.pykerberos 1.2.4 -> 1.3.1 https://repology.org/project/python:pykerberos/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python312Packages.waitress, using log file: /var/log/nixpkgs-update/python312Packages.waitress/2024-03-04.log python312Packages.waitress 2.1.2 -> 3.0.0 https://github.com/Pylons/waitress/releases attrpath: python312Packages.waitress Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/xq1h5nczc4ffshdhqxq99rbsazclvyjq-packages.json.drv building '/nix/store/xq1h5nczc4ffshdhqxq99rbsazclvyjq-packages.json.drv'... Going to be running update for following packages: - python3.12-waitress-2.1.2 Press Enter key to continue... Running update for: - python3.12-waitress-2.1.2: UPDATING ... - python3.12-waitress-2.1.2: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/waitress/default.nix b/pkgs/development/python-modules/waitress/default.nix index a79863c1e835..1693538de910 100644 --- a/pkgs/development/python-modules/waitress/default.nix +++ b/pkgs/development/python-modules/waitress/default.nix @@ -5,12 +5,12 @@ buildPythonPackage rec { pname = "waitress"; - version = "2.1.2"; + version = "3.0.0"; format = "setuptools"; src = fetchPypi { inherit pname version; - sha256 = "780a4082c5fbc0fde6a2fcfe5e26e6efc1e8f425730863c04085769781f51eba"; + sha256 = "sha256-AF2kebBBNM3Z3WAtHufEnXneBTdhDWU2dMxsveIiuKE="; }; doCheck = false; No auto update branch exists [outpaths] eval start [outpaths] eval end Python package with too many package rebuilds 2080 > 25 [result] Failed to update python312Packages.waitress 2.1.2 -> 3.0.0 https://github.com/Pylons/waitress/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: 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-testrunner, using log file: /var/log/nixpkgs-update/python312Packages.zope-testrunner/2024-03-04.log python312Packages.zope-testrunner 5.6 -> 6.4 https://repology.org/project/python:zope.testrunner/versions attrpath: python312Packages.zope-testrunner Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/lms7ghgf76hw6h186qs2955id9inpki6-packages.json.drv building '/nix/store/lms7ghgf76hw6h186qs2955id9inpki6-packages.json.drv'... Going to be running update for following packages: - python3.12-zope.testrunner-5.6 Press Enter key to continue... Running update for: - python3.12-zope.testrunner-5.6: UPDATING ... - python3.12-zope.testrunner-5.6: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/zope-testrunner/default.nix b/pkgs/development/python-modules/zope-testrunner/default.nix index 742adb082fad..6f7b44809d12 100644 --- a/pkgs/development/python-modules/zope-testrunner/default.nix +++ b/pkgs/development/python-modules/zope-testrunner/default.nix @@ -10,11 +10,11 @@ buildPythonPackage rec { pname = "zope.testrunner"; - version = "5.6"; + version = "6.4"; src = fetchPypi { inherit pname version; - hash = "sha256-1r1y9E6jLKpBW5bP4UFSsnhjF67xzW9IqCe2Le8Fj9Q="; + hash = "sha256-C4Wfx01vK2xd2K353uTsdAX3PykOyrJXCsY2+DYSKMg="; }; propagatedBuildInputs = [ zope-interface zope-exceptions zope-testing six ]; No auto update branch exists [outpaths] eval start [outpaths] eval end Python package with too many package rebuilds 139 > 25 [result] Failed to update python312Packages.zope-testrunner 5.6 -> 6.4 https://repology.org/project/python:zope.testrunner/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python312Packages.xhtml2pdf, using log file: /var/log/nixpkgs-update/python312Packages.xhtml2pdf/2024-03-04.log python312Packages.xhtml2pdf 0.2.13 -> 0.2.15 https://repology.org/project/python:xhtml2pdf/versions attrpath: python312Packages.xhtml2pdf Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/irasabibr7w329pj3sr46gpjh379czr0-packages.json.drv building '/nix/store/irasabibr7w329pj3sr46gpjh379czr0-packages.json.drv'... Going to be running update for following packages: - python3.12-xhtml2pdf-0.2.13 Press Enter key to continue... Running update for: - python3.12-xhtml2pdf-0.2.13: UPDATING ... - python3.12-xhtml2pdf-0.2.13: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python312Packages.xhtml2pdf 0.2.13 -> 0.2.15 https://repology.org/project/python:xhtml2pdf/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: 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-03-04.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/2diyrdj38y8v838rhprf2hs9iybnivm0-packages.json.drv building '/nix/store/2diyrdj38y8v838rhprf2hs9iybnivm0-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 2896 > 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.python-dotenv, using log file: /var/log/nixpkgs-update/python312Packages.python-dotenv/2024-03-04.log python312Packages.python-dotenv 1.0.0 -> 1.0.1 https://github.com/theskumar/python-dotenv/releases attrpath: python312Packages.python-dotenv Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/6nhsc7bxyviwazvf82339ahq05ss1xvw-packages.json.drv building '/nix/store/6nhsc7bxyviwazvf82339ahq05ss1xvw-packages.json.drv'... Going to be running update for following packages: - python3.12-python-dotenv-1.0.0 Press Enter key to continue... Running update for: - python3.12-python-dotenv-1.0.0: UPDATING ... - python3.12-python-dotenv-1.0.0: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/python-dotenv/default.nix b/pkgs/development/python-modules/python-dotenv/default.nix index b335a8a9831c..47b60bd2a2d8 100644 --- a/pkgs/development/python-modules/python-dotenv/default.nix +++ b/pkgs/development/python-modules/python-dotenv/default.nix @@ -11,13 +11,13 @@ buildPythonPackage rec { pname = "python-dotenv"; - version = "1.0.0"; + version = "1.0.1"; format = "setuptools"; disabled = pythonOlder "3.5"; src = fetchPypi { inherit pname version; - hash = "sha256-qN+WA0qubS1QpOvoIWMmxhw+tkg2d2UE/MpBDlk3o7o="; + hash = "sha256-4yTukKAj2AjxlZxGvLwERGoQztJ3eD3G7gmYfDfsEMo="; }; propagatedBuildInputs = [ click ]; No auto update branch exists Old version 1.0.0" not present in staging derivation file with contents: { lib , buildPythonPackage , click , fetchPypi , ipython , mock , pytestCheckHook , pythonOlder , sh }: buildPythonPackage rec { pname = "python-dotenv"; version = "1.0.1"; format = "setuptools"; disabled = pythonOlder "3.8"; src = fetchPypi { inherit pname version; hash = "sha256-4yTukKAj2AjxlZxGvLwERGoQztJ3eD3G7gmYfDfsEMo="; }; propagatedBuildInputs = [ click ]; nativeCheckInputs = [ ipython mock pytestCheckHook sh ]; disabledTests = [ "cli" ]; pythonImportsCheck = [ "dotenv" ]; meta = with lib; { description = "Add .env support to your django/flask apps in development and deployments"; homepage = "https://github.com/theskumar/python-dotenv"; license = licenses.bsdOriginal; maintainers = with maintainers; [ erikarvstedt ]; }; } [result] Failed to update python312Packages.python-dotenv 1.0.0 -> 1.0.1 https://github.com/theskumar/python-dotenv/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python312Packages.selenium, using log file: /var/log/nixpkgs-update/python312Packages.selenium/2024-03-04.log python312Packages.selenium 4.15.0 -> 4.18.0 https://github.com/SeleniumHQ/selenium/releases attrpath: python312Packages.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/0zn7xmlpydgm2a9nv3dgghphwjflxjiq-packages.json.drv building '/nix/store/0zn7xmlpydgm2a9nv3dgghphwjflxjiq-packages.json.drv'... Going to be running update for following packages: - python3.12-selenium-4.15.0 Press Enter key to continue... Running update for: - python3.12-selenium-4.15.0: UPDATING ... - python3.12-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 2880 > 25 [result] Failed to update python312Packages.selenium 4.15.0 -> 4.18.0 https://github.com/SeleniumHQ/selenium/releases [options] github_user: r-ryantm, pull_request: YES, batch_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.fledge, using log file: /var/log/nixpkgs-update/rPackages.fledge/2024-03-04.log rPackages.fledge 0.1.1 -> 0.1.2 https://repology.org/project/r:fledge/versions attrpath: rPackages.fledge Checking auto update branch... No auto update branch exists Old version 0.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.fledge 0.1.1 -> 0.1.2 https://repology.org/project/r:fledge/versions [options] github_user: r-ryantm, pull_request: YES, batch_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-03-04.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.transport, using log file: /var/log/nixpkgs-update/rPackages.transport/2024-03-04.log rPackages.transport 0.14-6 -> 0.14.7 https://repology.org/project/r:transport/versions attrpath: rPackages.transport Checking auto update branch... No auto update branch exists Old version 0.14-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.transport 0.14-6 -> 0.14.7 https://repology.org/project/r:transport/versions [options] github_user: r-ryantm, pull_request: YES, batch_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.ILoReg, using log file: /var/log/nixpkgs-update/rPackages.ILoReg/2024-03-04.log rPackages.ILoReg 1.10.0 -> 1.12.1 https://repology.org/project/r:iloreg/versions attrpath: rPackages.ILoReg Checking auto update branch... No auto update branch exists Old version 1.10.0" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; 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.ILoReg 1.10.0 -> 1.12.1 https://repology.org/project/r:iloreg/versions [options] github_user: r-ryantm, pull_request: YES, batch_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.aroma_affymetrix, using log file: /var/log/nixpkgs-update/rPackages.aroma_affymetrix/2024-03-04.log rPackages.aroma_affymetrix 3.2.1 -> 3.2.2 https://repology.org/project/r:aroma.affymetrix/versions attrpath: rPackages.aroma_affymetrix Checking auto update branch... No auto update branch exists Old version 3.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.aroma_affymetrix 3.2.1 -> 3.2.2 https://repology.org/project/r:aroma.affymetrix/versions [options] github_user: r-ryantm, pull_request: 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.210 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-03-04.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.spatPomp, using log file: /var/log/nixpkgs-update/rPackages.spatPomp/2024-03-04.log rPackages.spatPomp 0.34.0 -> 0.34.2 https://repology.org/project/r:spatpomp/versions attrpath: rPackages.spatPomp Checking auto update branch... No auto update branch exists Old version 0.34.0" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; 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.spatPomp 0.34.0 -> 0.34.2 https://repology.org/project/r:spatpomp/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python312Packages.scikit-posthocs, using log file: /var/log/nixpkgs-update/python312Packages.scikit-posthocs/2024-03-04.log python312Packages.scikit-posthocs 0.8.0 -> 0.9.0 https://github.com/maximtrp/scikit-posthocs/releases attrpath: python312Packages.scikit-posthocs Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/ng78m64zlq7wkm9nl9wy21n4n5z1azqr-packages.json.drv building '/nix/store/ng78m64zlq7wkm9nl9wy21n4n5z1azqr-packages.json.drv'... Going to be running update for following packages: - python3.12-scikit-posthocs-0.8.0 Press Enter key to continue... Running update for: - python3.12-scikit-posthocs-0.8.0: UPDATING ... - python3.12-scikit-posthocs-0.8.0: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/scikit-posthocs/default.nix b/pkgs/development/python-modules/scikit-posthocs/default.nix index 17f0c2a1764e..e8f3933299a7 100644 --- a/pkgs/development/python-modules/scikit-posthocs/default.nix +++ b/pkgs/development/python-modules/scikit-posthocs/default.nix @@ -15,14 +15,14 @@ buildPythonPackage rec { pname = "scikit-posthocs"; - version = "0.8.0"; + version = "0.9.0"; format = "pyproject"; src = fetchFromGitHub { owner = "maximtrp"; repo = "scikit-posthocs"; rev = "refs/tags/v${version}"; - hash = "sha256-ojXVrsZsvX7UytldcWkhOndix4by1uBeVpG7nQrcvmA="; + hash = "sha256-sRop5DKakrZEBswzTvumn68wKqU15zM5aCLfZ/PdsFg="; }; patches = [ No auto update branch exists [outpaths] eval start [outpaths] eval end Received ExitFailure 1 when running Raw command: /nix/store/62fm7r6175k2bgvhc19hn9bdhw90wa3n-nix-2.18.1/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A python312Packages.scikit-posthocs Received ExitFailure 1 when running Raw command: /nix/store/62fm7r6175k2bgvhc19hn9bdhw90wa3n-nix-2.18.1/bin/nix --extra-experimental-features nix-command log -f . python312Packages.scikit-posthocs Standard output: error: … while evaluating the attribute 'drvPath' at /var/cache/nixpkgs-update/worker/worktree/python312Packages.scikit-posthocs/lib/customisation.nix:268:7: 267| in commonAttrs // { 268| drvPath = assert condition; drv.drvPath; | ^ 269| outPath = assert condition; drv.outPath; … while evaluating the attribute 'drvPath' at /var/cache/nixpkgs-update/worker/worktree/python312Packages.scikit-posthocs/lib/customisation.nix:268:7: 267| in commonAttrs // { 268| drvPath = assert condition; drv.drvPath; | ^ 269| outPath = assert condition; drv.outPath; (stack trace truncated; use '--show-trace' to show the full trace) error: nose-1.3.7 not supported for interpreter python3.12 [result] Failed to update python312Packages.scikit-posthocs 0.8.0 -> 0.9.0 https://github.com/maximtrp/scikit-posthocs/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: 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-03-04.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/zrfnrg45yy2zcyn5lkb803cphs7hdq4i-packages.json.drv building '/nix/store/zrfnrg45yy2zcyn5lkb803cphs7hdq4i-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 Old version 1.0.2" not present in staging derivation file with contents: { lib , anyio , buildPythonPackage , certifi , fetchFromGitHub , hatchling , hatch-fancy-pypi-readme , h11 , h2 , pproxy , pytest-asyncio , pytest-httpbin , pytest-trio , pytestCheckHook , pythonOlder , socksio , trio # for passthru.tests , httpx , httpx-socks }: buildPythonPackage rec { pname = "httpcore"; version = "1.0.4"; pyproject = true; disabled = pythonOlder "3.8"; src = fetchFromGitHub { owner = "encode"; repo = "httpcore"; rev = "refs/tags/${version}"; hash = "sha256-DK5avYEtQcTFogpdEjw0NB4qkzDm5cZKPjAE8MC6Sng="; }; nativeBuildInputs = [ hatchling hatch-fancy-pypi-readme ]; propagatedBuildInputs = [ certifi h11 ]; passthru.optional-dependencies = { asyncio = [ anyio ]; http2 = [ h2 ]; socks = [ socksio ]; trio = [ trio ]; }; nativeCheckInputs = [ pproxy pytest-asyncio pytest-httpbin pytest-trio pytestCheckHook ] ++ lib.flatten (builtins.attrValues passthru.optional-dependencies); pythonImportsCheck = [ "httpcore" ]; __darwinAllowLocalNetworking = true; passthru.tests = { inherit httpx httpx-socks; }; meta = with lib; { changelog = "https://github.com/encode/httpcore/blob/${version}/CHANGELOG.md"; description = "A minimal low-level HTTP client"; homepage = "https://github.com/encode/httpcore"; license = licenses.bsd3; maintainers = with maintainers; [ ris ]; }; } [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.tox, using log file: /var/log/nixpkgs-update/python312Packages.tox/2024-03-04.log python312Packages.tox 4.11.4 -> 4.13.0 https://github.com/tox-dev/tox/releases attrpath: python312Packages.tox 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/a8brr9cg62nwqjl883kzbi6wj654abmk-packages.json.drv building '/nix/store/a8brr9cg62nwqjl883kzbi6wj654abmk-packages.json.drv'... Going to be running update for following packages: - python3.12-tox-4.11.4 Press Enter key to continue... Running update for: - python3.12-tox-4.11.4: UPDATING ... - python3.12-tox-4.11.4: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/tox/default.nix b/pkgs/development/python-modules/tox/default.nix index 8d227bb5df85..55d41dfc7636 100644 --- a/pkgs/development/python-modules/tox/default.nix +++ b/pkgs/development/python-modules/tox/default.nix @@ -24,14 +24,14 @@ buildPythonPackage rec { pname = "tox"; - version = "4.11.4"; + version = "4.13.0"; format = "pyproject"; src = fetchFromGitHub { owner = "tox-dev"; repo = "tox"; rev = "refs/tags/${version}"; - hash = "sha256-pZmT8392YuHzCrAquPpveByYw3x6bkMGCUToCAqAGc8="; + hash = "sha256-V4KtUInaTsDluQ+ikgo1tIe+Za9swzlSGo88lHdtcKQ="; }; postPatch = '' No auto update branch exists [outpaths] eval start [outpaths] eval end Python package with too many package rebuilds 42 > 25 [result] Failed to update python312Packages.tox 4.11.4 -> 4.13.0 https://github.com/tox-dev/tox/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python312Packages.pyglm, using log file: /var/log/nixpkgs-update/python312Packages.pyglm/2024-03-04.log python312Packages.pyglm 2.7.1-rev1 -> 2.7.1 https://repology.org/project/python:pyglm/versions attrpath: python312Packages.pyglm Checking auto update branch... [version] [version] skipping because derivation has 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/lvq747zb8xzyrvb3halccxsqgawg26mb-packages.json.drv building '/nix/store/lvq747zb8xzyrvb3halccxsqgawg26mb-packages.json.drv'... Going to be running update for following packages: - python3.12-pyglm-2.7.1-rev1 Press Enter key to continue... Running update for: - python3.12-pyglm-2.7.1-rev1: UPDATING ... - python3.12-pyglm-2.7.1-rev1: ERROR --- SHOWING ERROR LOG FOR python3.12-pyglm-2.7.1-rev1 ---------------------- INFO:root:Updating packages... Traceback (most recent call last): File "/nix/store/76ikmd9xpsny2cs10qsfj96ri8626006-update-python-libraries", line 596, in main() File "/nix/store/76ikmd9xpsny2cs10qsfj96ri8626006-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/76ikmd9xpsny2cs10qsfj96ri8626006-update-python-libraries", line 575, in results = list(filter(bool, p.map(lambda pkg: _update(pkg, target), packages))) ^^^^^^^^^^^^^^^^^^^^ File "/nix/store/76ikmd9xpsny2cs10qsfj96ri8626006-update-python-libraries", line 519, in _update return _update_package(path, target) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/76ikmd9xpsny2cs10qsfj96ri8626006-update-python-libraries", line 430, in _update_package new_version, new_sha256, prefix = FETCHERS[fetcher]( ^^^^^^^^^^^^^^^^^^ File "/nix/store/76ikmd9xpsny2cs10qsfj96ri8626006-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-pyglm-2.7.1-rev1 ---------------------- The update script for python3.12-pyglm-2.7.1-rev1 failed with exit code 1 [result] Failed to update python312Packages.pyglm 2.7.1-rev1 -> 2.7.1 https://repology.org/project/python:pyglm/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: 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-applehelp, using log file: /var/log/nixpkgs-update/python312Packages.sphinxcontrib-applehelp/2024-03-04.log python312Packages.sphinxcontrib-applehelp 1.0.7 -> 1.0.8 https://github.com/sphinx-doc/sphinxcontrib-applehelp/releases attrpath: python312Packages.sphinxcontrib-applehelp Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/3hblf59iz57n0cvvh09z1smil5prfzdl-packages.json.drv building '/nix/store/3hblf59iz57n0cvvh09z1smil5prfzdl-packages.json.drv'... Going to be running update for following packages: - python3.12-sphinxcontrib-applehelp-1.0.7 Press Enter key to continue... Running update for: - python3.12-sphinxcontrib-applehelp-1.0.7: UPDATING ... - python3.12-sphinxcontrib-applehelp-1.0.7: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/sphinxcontrib-applehelp/default.nix b/pkgs/development/python-modules/sphinxcontrib-applehelp/default.nix index 8a47fc39c5d7..b5b52c92912e 100644 --- a/pkgs/development/python-modules/sphinxcontrib-applehelp/default.nix +++ b/pkgs/development/python-modules/sphinxcontrib-applehelp/default.nix @@ -7,7 +7,7 @@ buildPythonPackage rec { pname = "sphinxcontrib-applehelp"; - version = "1.0.7"; + version = "1.0.8"; pyproject = true; disabled = pythonOlder "3.9"; @@ -15,7 +15,7 @@ buildPythonPackage rec { src = fetchPypi { pname = "sphinxcontrib_applehelp"; inherit version; - hash = "sha256-Of3I12LTOwGn2PAmo7fXFWPqO3J4fV8ArYRlvZ1t+/o="; + hash = "sha256-xApPlvN3bEOT2TNBIFOWL6wrhPTJmnmCukLglXanBhk="; }; nativeBuildInputs = [ No auto update branch exists [outpaths] eval start [outpaths] eval end Python package with too many package rebuilds 39945 > 25 [result] Failed to update python312Packages.sphinxcontrib-applehelp 1.0.7 -> 1.0.8 https://github.com/sphinx-doc/sphinxcontrib-applehelp/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: 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-serializinghtml, using log file: /var/log/nixpkgs-update/python312Packages.sphinxcontrib-serializinghtml/2024-03-04.log python312Packages.sphinxcontrib-serializinghtml 1.1.9 -> 1.1.10 https://github.com/sphinx-doc/sphinxcontrib-serializinghtml/releases attrpath: python312Packages.sphinxcontrib-serializinghtml Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/bi1cfwi8rf45a9chlq3s0h0sjdh1d6fv-packages.json.drv building '/nix/store/bi1cfwi8rf45a9chlq3s0h0sjdh1d6fv-packages.json.drv'... Going to be running update for following packages: - python3.12-sphinxcontrib-serializinghtml-1.1.9 Press Enter key to continue... Running update for: - python3.12-sphinxcontrib-serializinghtml-1.1.9: UPDATING ... - python3.12-sphinxcontrib-serializinghtml-1.1.9: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/sphinxcontrib-serializinghtml/default.nix b/pkgs/development/python-modules/sphinxcontrib-serializinghtml/default.nix index 0f06dce774c5..c2f09769d1ac 100644 --- a/pkgs/development/python-modules/sphinxcontrib-serializinghtml/default.nix +++ b/pkgs/development/python-modules/sphinxcontrib-serializinghtml/default.nix @@ -7,7 +7,7 @@ buildPythonPackage rec { pname = "sphinxcontrib-serializinghtml"; - version = "1.1.9"; + version = "1.1.10"; pyproject = true; disabled = pythonOlder "3.9"; @@ -15,7 +15,7 @@ buildPythonPackage rec { src = fetchPypi { pname = "sphinxcontrib_serializinghtml"; inherit version; - hash = "sha256-DGT/iYM54frCmr0r9fEQePPsQTz+nARtMSDXymVTC1Q="; + hash = "sha256-k/P13EWLkbGS/hDDl+Mk8mLPFj158ygsFY6ENqLEUR8="; }; nativeBuildInputs = [ No auto update branch exists [outpaths] eval start [outpaths] eval end Python package with too many package rebuilds 39947 > 25 [result] Failed to update python312Packages.sphinxcontrib-serializinghtml 1.1.9 -> 1.1.10 https://github.com/sphinx-doc/sphinxcontrib-serializinghtml/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath ttfautohint, using log file: /var/log/nixpkgs-update/ttfautohint/2024-03-04.log ttfautohint 1.8.3 -> 1.8.4 https://repology.org/project/ttfautohint/versions attrpath: ttfautohint Checking auto update branch... No auto update branch exists [version] [version] updated version and sha256 [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] skipping because derivation has no updateScript Diff after rewrites: diff --git a/pkgs/tools/misc/ttfautohint/default.nix b/pkgs/tools/misc/ttfautohint/default.nix index 9d2036b97f78..f17ec57063cb 100644 --- a/pkgs/tools/misc/ttfautohint/default.nix +++ b/pkgs/tools/misc/ttfautohint/default.nix @@ -5,12 +5,12 @@ }: stdenv.mkDerivation rec { - version = "1.8.3"; + version = "1.8.4"; pname = "ttfautohint"; src = fetchurl { url = "mirror://savannah/freetype/${pname}-${version}.tar.gz"; - sha256 = "0zpqgihn3yh3v51ynxwr8asqrijvs4gv686clwv7bm8sawr4kfw7"; + sha256 = "sha256-iodhF/puv9L/4bNoKpqYyALA9HGJ9X09tLmXdCBoMuE="; }; postAutoreconf = '' [outpaths] eval start [outpaths] eval end Received ExitFailure 1 when running Raw command: /nix/store/62fm7r6175k2bgvhc19hn9bdhw90wa3n-nix-2.18.1/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A ttfautohint nix build failed. CC gnulib/src/vasnprintf.lo In file included from lib/ta.h:26, from lib/taversion.c:15: lib/taversion.c: In function 'TTF_autohint_version': ./lib/ttfautohint.h:762:27: error: 'UNKNOWN' undeclared (first use in this function) 762 | #define TTFAUTOHINT_MAJOR UNKNOWN | ^~~~~~~ lib/taversion.c:25:12: note: in expansion of macro 'TTFAUTOHINT_MAJOR' 25 | *major = TTFAUTOHINT_MAJOR; | ^~~~~~~~~~~~~~~~~ ./lib/ttfautohint.h:762:27: note: each undeclared identifier is reported only once for each function it appears in 762 | #define TTFAUTOHINT_MAJOR UNKNOWN | ^~~~~~~ lib/taversion.c:25:12: note: in expansion of macro 'TTFAUTOHINT_MAJOR' 25 | *major = TTFAUTOHINT_MAJOR; | ^~~~~~~~~~~~~~~~~ lib/taversion.c:26:29: error: expected expression before ';' token 26 | *minor = TTFAUTOHINT_MINOR; | ^ make[1]: *** [Makefile:2643: lib/libttfautohint_la-taversion.lo] Error 1 make[1]: *** Waiting for unfinished jobs.... frontend/maingui.cpp: In member function 'void Main_GUI::run()': frontend/maingui.cpp:1299:10: warning: 'char* __builtin_strncpy(char*, const char*, long unsigned int)' specified bound 5 equals destination size []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wstringop-truncation-Wstringop-truncation]8;;] 1299 | strncpy(info_data.default_script, | ^ frontend/maingui.cpp:1302:10: warning: 'char* __builtin_strncpy(char*, const char*, long unsigned int)' specified bound 5 equals destination size []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wstringop-truncation-Wstringop-truncation]8;;] 1302 | strncpy(info_data.fallback_script, | ^ make[1]: Leaving directory '/build/ttfautohint-1.8.4' make: *** [Makefile:1868: all] Error 2 [result] Failed to update ttfautohint 1.8.3 -> 1.8.4 https://repology.org/project/ttfautohint/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath gandi-cli, using log file: /var/log/nixpkgs-update/gandi-cli/2024-03-04.log gandi-cli 0 -> 1 attrpath: gandi-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/wcmhhac3r32r12zc18n7g4df4518r98y-packages.json.drv building '/nix/store/wcmhhac3r32r12zc18n7g4df4518r98y-packages.json.drv'... Going to be running update for following packages: - gandi-cli-1.6 Press Enter key to continue... Running update for: - gandi-cli-1.6: UPDATING ... - gandi-cli-1.6: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update gandi-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.ibeacon-ble, using log file: /var/log/nixpkgs-update/python311Packages.ibeacon-ble/2024-03-04.log python311Packages.ibeacon-ble 0 -> 1 attrpath: python311Packages.ibeacon-ble Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/4ilhx2093l0iv5imz6mb7dr8p4nc67pc-packages.json.drv building '/nix/store/4ilhx2093l0iv5imz6mb7dr8p4nc67pc-packages.json.drv'... Going to be running update for following packages: - python3.11-ibeacon-ble-1.2.0 Press Enter key to continue... Running update for: - python3.11-ibeacon-ble-1.2.0: UPDATING ... - python3.11-ibeacon-ble-1.2.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.ibeacon-ble 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath last, using log file: /var/log/nixpkgs-update/last/2024-03-04.log last 1541 -> 1542 https://repology.org/project/last/versions attrpath: last Checking auto update branch... No auto update branch exists Old version 1541" not present in master derivation file with contents: { lib , stdenv , fetchFromGitLab , unzip , zlib , python3 , parallel }: stdenv.mkDerivation rec { pname = "last"; version = "1542"; src = fetchFromGitLab { owner = "mcfrith"; repo = "last"; rev = "refs/tags/${version}"; hash = "sha256-ZzvyyecYiBscogfN9/FnDbHg/lqb8y14n9C2KLIqhFA="; }; nativeBuildInputs = [ unzip ]; buildInputs = [ zlib python3 ]; makeFlags = [ "prefix=${placeholder "out"}" ]; postFixup = '' for f in $out/bin/parallel-* ; do sed -i 's|parallel |${parallel}/bin/parallel |' $f done ''; meta = with lib; { description = "Genomic sequence aligner"; homepage = "https://gitlab.com/mcfrith/last"; license = licenses.gpl3Plus; maintainers = with maintainers; [ jbedo ]; platforms = platforms.x86_64; }; } [result] Failed to update last 1541 -> 1542 https://repology.org/project/last/versions [options] github_user: r-ryantm, pull_request: YES, batch_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-03-04.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/8qsa9yil2gnfmc2immbfz01bz7xz6vkf-packages.json.drv building '/nix/store/8qsa9yil2gnfmc2immbfz01bz7xz6vkf-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/8iq9mwxyzyamsnyrsbgscvflq60n55hm-nix-update-1.2.0/bin/.nix-update-wrapped", line 9, in sys.exit(main()) ^^^^^^ File "/nix/store/8iq9mwxyzyamsnyrsbgscvflq60n55hm-nix-update-1.2.0/lib/python3.11/site-packages/nix_update/__init__.py", line 291, in main package = update(options) ^^^^^^^^^^^^^^^ File "/nix/store/8iq9mwxyzyamsnyrsbgscvflq60n55hm-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/8iq9mwxyzyamsnyrsbgscvflq60n55hm-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/8iq9mwxyzyamsnyrsbgscvflq60n55hm-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.aiohttp-oauthlib, using log file: /var/log/nixpkgs-update/python311Packages.aiohttp-oauthlib/2024-03-04.log python311Packages.aiohttp-oauthlib 0 -> 1 attrpath: python311Packages.aiohttp-oauthlib Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/5nfa45scpzk7bavh0yawzbd906ipj80d-packages.json.drv building '/nix/store/5nfa45scpzk7bavh0yawzbd906ipj80d-packages.json.drv'... Going to be running update for following packages: - python3.11-aiohttp-oauthlib-0.1.0 Press Enter key to continue... Running update for: - python3.11-aiohttp-oauthlib-0.1.0: UPDATING ... - python3.11-aiohttp-oauthlib-0.1.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.aiohttp-oauthlib 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.gurobipy, using log file: /var/log/nixpkgs-update/python311Packages.gurobipy/2024-03-04.log python311Packages.gurobipy 0 -> 1 attrpath: python311Packages.gurobipy Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/6m0n88jb8n5lchxz7fhwm7y20lg4qa0r-packages.json.drv building '/nix/store/6m0n88jb8n5lchxz7fhwm7y20lg4qa0r-packages.json.drv'... Going to be running update for following packages: - python3.11-gurobipy-9.1.2 Press Enter key to continue... Running update for: - python3.11-gurobipy-9.1.2: UPDATING ... - python3.11-gurobipy-9.1.2: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.gurobipy 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath glabels, using log file: /var/log/nixpkgs-update/glabels/2024-03-04.log glabels 0 -> 1 attrpath: glabels 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/73nbyab29hfh9yfh3myjddrhx73fdfpr-packages.json.drv building '/nix/store/73nbyab29hfh9yfh3myjddrhx73fdfpr-packages.json.drv'... Going to be running update for following packages: - glabels-3.4.1 Press Enter key to continue... Running update for: - glabels-3.4.1: UPDATING ... - glabels-3.4.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update glabels 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: 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-fast-url-dispatcher, using log file: /var/log/nixpkgs-update/python311Packages.aiohttp-fast-url-dispatcher/2024-03-04.log python311Packages.aiohttp-fast-url-dispatcher 0 -> 1 attrpath: python311Packages.aiohttp-fast-url-dispatcher Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/y5mckgmvyl77rfh3m12gzqn3n98hgqgx-packages.json.drv building '/nix/store/y5mckgmvyl77rfh3m12gzqn3n98hgqgx-packages.json.drv'... Going to be running update for following packages: - python3.11-aiohttp-fast-url-dispatcher-0.3.0 Press Enter key to continue... Running update for: - python3.11-aiohttp-fast-url-dispatcher-0.3.0: UPDATING ... - python3.11-aiohttp-fast-url-dispatcher-0.3.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.aiohttp-fast-url-dispatcher 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath font-awesome_4, using log file: /var/log/nixpkgs-update/font-awesome_4/2024-03-04.log font-awesome_4 4.7.0 -> 6.5.1 https://github.com/FortAwesome/Font-Awesome/releases attrpath: font-awesome_4 Checking auto update branch... No auto update branch exists Version in attr path font-awesome_4 not compatible with 6.5.1 [result] Failed to update font-awesome_4 4.7.0 -> 6.5.1 https://github.com/FortAwesome/Font-Awesome/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.ziamath, using log file: /var/log/nixpkgs-update/python311Packages.ziamath/2024-03-04.log python311Packages.ziamath 0 -> 1 attrpath: python311Packages.ziamath Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/r3lj3izcskgwmwbb9v1ihzh3nh7r8bj7-packages.json.drv building '/nix/store/r3lj3izcskgwmwbb9v1ihzh3nh7r8bj7-packages.json.drv'... Going to be running update for following packages: - python3.11-ziamath-0.9 Press Enter key to continue... Running update for: - python3.11-ziamath-0.9: UPDATING ... - python3.11-ziamath-0.9: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.ziamath 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: 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-dataproc, using log file: /var/log/nixpkgs-update/python311Packages.google-cloud-dataproc/2024-03-04.log python311Packages.google-cloud-dataproc 0 -> 1 attrpath: python311Packages.google-cloud-dataproc Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/jhryhmdgs8swzl3qdc9yby80f0yb20ga-packages.json.drv building '/nix/store/jhryhmdgs8swzl3qdc9yby80f0yb20ga-packages.json.drv'... Going to be running update for following packages: - python3.11-google-cloud-dataproc-5.9.2 Press Enter key to continue... Running update for: - python3.11-google-cloud-dataproc-5.9.2: UPDATING ... - python3.11-google-cloud-dataproc-5.9.2: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.google-cloud-dataproc 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath imhex, using log file: /var/log/nixpkgs-update/imhex/2024-03-04.log imhex 1.32.2 -> 1.33.1 https://github.com/WerWolv/imhex/releases attrpath: imhex 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 imhex 1.32.2 -> 1.33.1 https://github.com/WerWolv/imhex/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.brotli-asgi, using log file: /var/log/nixpkgs-update/python311Packages.brotli-asgi/2024-03-04.log python311Packages.brotli-asgi 0 -> 1 attrpath: python311Packages.brotli-asgi Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/9w559269ln23pznrk7khhripwgiyad8r-packages.json.drv building '/nix/store/9w559269ln23pznrk7khhripwgiyad8r-packages.json.drv'... Going to be running update for following packages: - python3.11-brotli-asgi-1.4.0 Press Enter key to continue... Running update for: - python3.11-brotli-asgi-1.4.0: UPDATING ... - python3.11-brotli-asgi-1.4.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.brotli-asgi 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: 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-marshmallow, using log file: /var/log/nixpkgs-update/python311Packages.flask-marshmallow/2024-03-04.log python311Packages.flask-marshmallow 0 -> 1 attrpath: python311Packages.flask-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/ij29d3nqzdnz725qgzhxzdj306pxgfyz-packages.json.drv building '/nix/store/ij29d3nqzdnz725qgzhxzdj306pxgfyz-packages.json.drv'... Going to be running update for following packages: - python3.11-flask-marshmallow-1.2.0 Press Enter key to continue... Running update for: - python3.11-flask-marshmallow-1.2.0: UPDATING ... - python3.11-flask-marshmallow-1.2.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.flask-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.sqlparse, using log file: /var/log/nixpkgs-update/python311Packages.sqlparse/2024-03-04.log python311Packages.sqlparse 0 -> 1 attrpath: python311Packages.sqlparse Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/8pnnfww71lb8bip0fycl3w5afvvvlqz1-packages.json.drv building '/nix/store/8pnnfww71lb8bip0fycl3w5afvvvlqz1-packages.json.drv'... Going to be running update for following packages: - python3.11-sqlparse-0.4.4 Press Enter key to continue... Running update for: - python3.11-sqlparse-0.4.4: UPDATING ... - python3.11-sqlparse-0.4.4: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.sqlparse 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.ancp-bids, using log file: /var/log/nixpkgs-update/python311Packages.ancp-bids/2024-03-04.log python311Packages.ancp-bids 0 -> 1 attrpath: python311Packages.ancp-bids 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/i9dny41l753pzgkannlvc1iviblk13k4-packages.json.drv building '/nix/store/i9dny41l753pzgkannlvc1iviblk13k4-packages.json.drv'... Going to be running update for following packages: - python3.11-ancp-bids-0.2.1 Press Enter key to continue... Running update for: - python3.11-ancp-bids-0.2.1: UPDATING ... - python3.11-ancp-bids-0.2.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.ancp-bids 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_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.five-or-more, using log file: /var/log/nixpkgs-update/gnome.five-or-more/2024-03-04.log gnome.five-or-more 0 -> 1 attrpath: gnome.five-or-more Checking auto update branch... Do not update GNOME during a release cycle [result] Failed to update gnome.five-or-more 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: 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-03-04.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/z45c01xfzdgmyklmcp1kai9gah6dibw6-packages.json.drv building '/nix/store/z45c01xfzdgmyklmcp1kai9gah6dibw6-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.emoji, using log file: /var/log/nixpkgs-update/python311Packages.emoji/2024-03-04.log python311Packages.emoji 0 -> 1 attrpath: python311Packages.emoji Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/g9rdk6cwb7as6d0zqzxa61xl6pzan86d-packages.json.drv building '/nix/store/g9rdk6cwb7as6d0zqzxa61xl6pzan86d-packages.json.drv'... Going to be running update for following packages: - python3.11-emoji-2.10.1 Press Enter key to continue... Running update for: - python3.11-emoji-2.10.1: UPDATING ... - python3.11-emoji-2.10.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.emoji 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath trilium-desktop, using log file: /var/log/nixpkgs-update/trilium-desktop/2024-03-04.log trilium-desktop 0 -> 1 attrpath: trilium-desktop Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/kj5wb528jrai5ns0q2kgrhczfnb8qnm9-packages.json.drv building '/nix/store/kj5wb528jrai5ns0q2kgrhczfnb8qnm9-packages.json.drv'... Going to be running update for following packages: - trilium-desktop-0.62.5 Press Enter key to continue... Running update for: - trilium-desktop-0.62.5: UPDATING ... - trilium-desktop-0.62.5: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/applications/office/trilium/desktop.nix b/pkgs/applications/office/trilium/desktop.nix index 32c7c2a7024c..a99fb6070c5e 100644 --- a/pkgs/applications/office/trilium/desktop.nix +++ b/pkgs/applications/office/trilium/desktop.nix @@ -7,13 +7,13 @@ let pname = "trilium-desktop"; - version = "0.62.5"; + version = "0.63.3"; linuxSource.url = "https://github.com/zadam/trilium/releases/download/v${version}/trilium-linux-x64-${version}.tar.xz"; - linuxSource.sha256 = "1f2f8nvj1gx9i797mck5aazgz821sjcs06538py9za4m532i66pj"; + linuxSource.sha256 = "1dcq7s4lcp9bc0p4ylzxyfc020xvj7scrlsddzwcnp8mqz5ckik9"; darwinSource.url = "https://github.com/zadam/trilium/releases/download/v${version}/trilium-mac-x64-${version}.zip"; - darwinSource.sha256 = "19zny4akf3hxqjqayiz4s47vdblbrn4kgwg3nykljv4lpqnqkyn3"; + darwinSource.sha256 = "0m9m68f9jg10nfn719q6wahwvi13lpc2hmandw7ddxfslylwq29s"; meta = metaCommon // { mainProgram = "trilium"; diff --git a/pkgs/applications/office/trilium/server.nix b/pkgs/applications/office/trilium/server.nix index 4beaba6688c9..8416a6f30bac 100644 --- a/pkgs/applications/office/trilium/server.nix +++ b/pkgs/applications/office/trilium/server.nix @@ -3,8 +3,8 @@ let serverSource.url = "https://github.com/zadam/trilium/releases/download/v${version}/trilium-linux-x64-server-${version}.tar.xz"; - serverSource.sha256 = "1s0pfb3virhxsh5kkgq4yfhdnv1lq2z0zdcikilnayzp0lpjskhb"; - version = "0.62.5"; + serverSource.sha256 = "1pnxss85lz313r5l1qpgm9msyfr87h54nbfc7d89dbj0wgsjwk0n"; + version = "0.63.3"; in stdenv.mkDerivation { pname = "trilium-server"; inherit version; No auto update branch exists There might already be an open PR for this update: - trilium-{desktop,server}: 0.62.5 -> 0.63.3 URL "https://api.github.com/repos/NixOS/nixpkgs/issues/292747" [result] Failed to update trilium-desktop 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.cufflinks, using log file: /var/log/nixpkgs-update/python311Packages.cufflinks/2024-03-04.log python311Packages.cufflinks 0 -> 1 attrpath: python311Packages.cufflinks Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/naimp4b1is5jl9qpglkf6mx74nzx1ky0-packages.json.drv building '/nix/store/naimp4b1is5jl9qpglkf6mx74nzx1ky0-packages.json.drv'... Going to be running update for following packages: - python3.11-cufflinks-0.17.3 Press Enter key to continue... Running update for: - python3.11-cufflinks-0.17.3: UPDATING ... - python3.11-cufflinks-0.17.3: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.cufflinks 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath shopify-cli, using log file: /var/log/nixpkgs-update/shopify-cli/2024-03-04.log shopify-cli 0 -> 1 attrpath: shopify-cli Checking auto update branch... Derivation contains bundlerEnv [result] Failed to update shopify-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.aiokafka, using log file: /var/log/nixpkgs-update/python311Packages.aiokafka/2024-03-04.log python311Packages.aiokafka 0 -> 1 attrpath: python311Packages.aiokafka Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/y9pdd0vld5jwdw6vzn54i9mfrvxhn98f-packages.json.drv building '/nix/store/y9pdd0vld5jwdw6vzn54i9mfrvxhn98f-packages.json.drv'... Going to be running update for following packages: - python3.11-aiokafka-0.10.0 Press Enter key to continue... Running update for: - python3.11-aiokafka-0.10.0: UPDATING ... - python3.11-aiokafka-0.10.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.aiokafka 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.multipart, using log file: /var/log/nixpkgs-update/python311Packages.multipart/2024-03-04.log python311Packages.multipart 0 -> 1 attrpath: python311Packages.multipart 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/mq6gjnjkgr8ynhq7kqm432n4h4ay6xcy-packages.json.drv building '/nix/store/mq6gjnjkgr8ynhq7kqm432n4h4ay6xcy-packages.json.drv'... Going to be running update for following packages: - python3.11-multipart-0.2.4 Press Enter key to continue... Running update for: - python3.11-multipart-0.2.4: UPDATING ... - python3.11-multipart-0.2.4: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.multipart 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.ambiclimate, using log file: /var/log/nixpkgs-update/python311Packages.ambiclimate/2024-03-04.log python311Packages.ambiclimate 0 -> 1 attrpath: python311Packages.ambiclimate Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/aqfhcn4l3snm63m26lafj2wca5yjdcs1-packages.json.drv building '/nix/store/aqfhcn4l3snm63m26lafj2wca5yjdcs1-packages.json.drv'... Going to be running update for following packages: - python3.11-ambiclimate-0.2.1 Press Enter key to continue... Running update for: - python3.11-ambiclimate-0.2.1: UPDATING ... - python3.11-ambiclimate-0.2.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.ambiclimate 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath catch2, using log file: /var/log/nixpkgs-update/catch2/2024-03-04.log catch2 2.13.10 -> 3.5.3 https://github.com/catchorg/Catch2/releases attrpath: catch2 Checking auto update branch... No auto update branch exists Version in attr path catch2 not compatible with 3.5.3 [result] Failed to update catch2 2.13.10 -> 3.5.3 https://github.com/catchorg/Catch2/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.pure-cdb, using log file: /var/log/nixpkgs-update/python311Packages.pure-cdb/2024-03-04.log python311Packages.pure-cdb 0 -> 1 attrpath: python311Packages.pure-cdb Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/k1gq3qsqs4chj8a034gd269hc5gfg0n5-packages.json.drv building '/nix/store/k1gq3qsqs4chj8a034gd269hc5gfg0n5-packages.json.drv'... Going to be running update for following packages: - python3.11-pure-cdb-4.0.0 Press Enter key to continue... Running update for: - python3.11-pure-cdb-4.0.0: UPDATING ... - python3.11-pure-cdb-4.0.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.pure-cdb 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.pyperf, using log file: /var/log/nixpkgs-update/python311Packages.pyperf/2024-03-04.log python311Packages.pyperf 0 -> 1 attrpath: python311Packages.pyperf Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/919pdbhzy8fprqqqvw3q54f4d5r7391p-packages.json.drv building '/nix/store/919pdbhzy8fprqqqvw3q54f4d5r7391p-packages.json.drv'... Going to be running update for following packages: - python3.11-pyperf-2.6.2 Press Enter key to continue... Running update for: - python3.11-pyperf-2.6.2: UPDATING ... - python3.11-pyperf-2.6.2: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.pyperf 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.cwlformat, using log file: /var/log/nixpkgs-update/python311Packages.cwlformat/2024-03-04.log python311Packages.cwlformat 0 -> 1 attrpath: python311Packages.cwlformat 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/m8fy88073nxg3cgfxnyiv9ifszw5bvrm-packages.json.drv building '/nix/store/m8fy88073nxg3cgfxnyiv9ifszw5bvrm-packages.json.drv'... Going to be running update for following packages: - python3.11-cwlformat-2022.02.18 Press Enter key to continue... Running update for: - python3.11-cwlformat-2022.02.18: UPDATING ... - python3.11-cwlformat-2022.02.18: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.cwlformat 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.pymsgbox, using log file: /var/log/nixpkgs-update/python311Packages.pymsgbox/2024-03-04.log python311Packages.pymsgbox 0 -> 1 attrpath: python311Packages.pymsgbox Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/7a41kr2n0byfcw9yj11rri062yhr2d48-packages.json.drv building '/nix/store/7a41kr2n0byfcw9yj11rri062yhr2d48-packages.json.drv'... Going to be running update for following packages: - python3.11-PyMsgBox-1.0.9 Press Enter key to continue... Running update for: - python3.11-PyMsgBox-1.0.9: UPDATING ... - python3.11-PyMsgBox-1.0.9: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.pymsgbox 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.pathy, using log file: /var/log/nixpkgs-update/python311Packages.pathy/2024-03-04.log python311Packages.pathy 0 -> 1 attrpath: python311Packages.pathy Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/mwrw1crymvqpzl5gfwxw8866nmrb5f4y-packages.json.drv building '/nix/store/mwrw1crymvqpzl5gfwxw8866nmrb5f4y-packages.json.drv'... Going to be running update for following packages: - python3.11-pathy-0.10.3 Press Enter key to continue... Running update for: - python3.11-pathy-0.10.3: UPDATING ... - python3.11-pathy-0.10.3: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/pathy/default.nix b/pkgs/development/python-modules/pathy/default.nix index c5fc0852b868..a6261f6533ef 100644 --- a/pkgs/development/python-modules/pathy/default.nix +++ b/pkgs/development/python-modules/pathy/default.nix @@ -12,14 +12,14 @@ buildPythonPackage rec { pname = "pathy"; - version = "0.10.3"; + version = "0.11.0"; format = "setuptools"; disabled = pythonOlder "3.7"; src = fetchPypi { inherit pname version; - hash = "sha256-tFGF0G+bGMbTNG06q4gauWh0VT9mHuiMzS5gJG4QPCI="; + hash = "sha256-uz0OawuL92709jxxkeluCvLtZcj9tfoXSI+ch55jcG0="; }; propagatedBuildInputs = [ No auto update branch exists [outpaths] eval start [outpaths] eval end Received ExitFailure 1 when running Raw command: /nix/store/62fm7r6175k2bgvhc19hn9bdhw90wa3n-nix-2.18.1/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A python311Packages.pathy 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/akajc6fz01b3rwdrs0k1275v42bwh6mq-python3.11-pathy-0.11.0/bin/pathy'... 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: pathy 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/akajc6fz01b3rwdrs0k1275v42bwh6mq-python3.11-pathy-0.11.0/lib/python3.11/site-packages/pathy/__init__.py", line 29, in from pathlib_abc import PathBase, PurePathBase ModuleNotFoundError: No module named 'pathlib_abc' [result] Failed to update python311Packages.pathy 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.pylibacl, using log file: /var/log/nixpkgs-update/python311Packages.pylibacl/2024-03-04.log python311Packages.pylibacl 0 -> 1 attrpath: python311Packages.pylibacl Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/5zmyj9jv02ndpi8g4n2rd67vygpm769j-packages.json.drv building '/nix/store/5zmyj9jv02ndpi8g4n2rd67vygpm769j-packages.json.drv'... Going to be running update for following packages: - python3.11-pylibacl-0.7.0 Press Enter key to continue... Running update for: - python3.11-pylibacl-0.7.0: UPDATING ... - python3.11-pylibacl-0.7.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.pylibacl 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_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.octproj, using log file: /var/log/nixpkgs-update/octavePackages.octproj/2024-03-04.log octavePackages.octproj 0 -> 1 attrpath: octavePackages.octproj Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/w4k6vr262zqc08fz0k25x6aq6lb12r9p-packages.json.drv building '/nix/store/w4k6vr262zqc08fz0k25x6aq6lb12r9p-packages.json.drv'... Going to be running update for following packages: - octave-8.4.0-octproj-3.0.2 Press Enter key to continue... Running update for: - octave-8.4.0-octproj-3.0.2: UPDATING ... - octave-8.4.0-octproj-3.0.2: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update octavePackages.octproj 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.pyprosegur, using log file: /var/log/nixpkgs-update/python311Packages.pyprosegur/2024-03-04.log python311Packages.pyprosegur 0 -> 1 attrpath: python311Packages.pyprosegur Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/6yb9b75b674lfakx717gjbm2qyj28s1k-packages.json.drv building '/nix/store/6yb9b75b674lfakx717gjbm2qyj28s1k-packages.json.drv'... Going to be running update for following packages: - python3.11-pyprosegur-0.0.9 Press Enter key to continue... Running update for: - python3.11-pyprosegur-0.0.9: UPDATING ... - python3.11-pyprosegur-0.0.9: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.pyprosegur 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_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.ast, using log file: /var/log/nixpkgs-update/php81Extensions.ast/2024-03-04.log php81Extensions.ast 0 -> 1 attrpath: php81Extensions.ast Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/hxyxahyiqr37cv3iwfkw2sra15zydazq-packages.json.drv building '/nix/store/hxyxahyiqr37cv3iwfkw2sra15zydazq-packages.json.drv'... Going to be running update for following packages: - php-ast-1.1.1 Press Enter key to continue... Running update for: - php-ast-1.1.1: UPDATING ... - php-ast-1.1.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update php81Extensions.ast 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath hyprdim, using log file: /var/log/nixpkgs-update/hyprdim/2024-03-04.log hyprdim 0 -> 1 attrpath: hyprdim 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/8gwyzrjgc2v248b1x9q8jyql5d40baah-packages.json.drv building '/nix/store/8gwyzrjgc2v248b1x9q8jyql5d40baah-packages.json.drv'... Going to be running update for following packages: - hyprdim-2.2.3 Press Enter key to continue... Running update for: - hyprdim-2.2.3: UPDATING ... - hyprdim-2.2.3: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update hyprdim 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: 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-better-html, using log file: /var/log/nixpkgs-update/python311Packages.pygments-better-html/2024-03-04.log python311Packages.pygments-better-html 0 -> 1 attrpath: python311Packages.pygments-better-html Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/ksbzczb59443a82gpv8gcjrj4xgl48m8-packages.json.drv building '/nix/store/ksbzczb59443a82gpv8gcjrj4xgl48m8-packages.json.drv'... Going to be running update for following packages: - python3.11-pygments_better_html-0.1.5 Press Enter key to continue... Running update for: - python3.11-pygments_better_html-0.1.5: UPDATING ... - python3.11-pygments_better_html-0.1.5: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.pygments-better-html 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath whitesur-gtk-theme, using log file: /var/log/nixpkgs-update/whitesur-gtk-theme/2024-03-04.log whitesur-gtk-theme 0 -> 1 attrpath: whitesur-gtk-theme Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/13h819wv87innpr68jas6nskjqg0w3bk-packages.json.drv building '/nix/store/13h819wv87innpr68jas6nskjqg0w3bk-packages.json.drv'... Going to be running update for following packages: - whitesur-gtk-theme-2024-02-26 Press Enter key to continue... Running update for: - whitesur-gtk-theme-2024-02-26: UPDATING ... - whitesur-gtk-theme-2024-02-26: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update whitesur-gtk-theme 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.boto3, using log file: /var/log/nixpkgs-update/python311Packages.boto3/2024-03-04.log python311Packages.boto3 0 -> 1 attrpath: python311Packages.boto3 Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/b2cr7slv48pwca7j5fm9p0ld1m2abmds-packages.json.drv building '/nix/store/b2cr7slv48pwca7j5fm9p0ld1m2abmds-packages.json.drv'... Going to be running update for following packages: - python3.11-boto3-1.34.49 Press Enter key to continue... Running update for: - python3.11-boto3-1.34.49: UPDATING ... - python3.11-boto3-1.34.49: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.boto3 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.yamlordereddictloader, using log file: /var/log/nixpkgs-update/python311Packages.yamlordereddictloader/2024-03-04.log python311Packages.yamlordereddictloader 0 -> 1 attrpath: python311Packages.yamlordereddictloader Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/2kgs31xy8zdg43scis2hjzrv627zgakz-packages.json.drv building '/nix/store/2kgs31xy8zdg43scis2hjzrv627zgakz-packages.json.drv'... Going to be running update for following packages: - python3.11-yamlordereddictloader-0.4.2 Press Enter key to continue... Running update for: - python3.11-yamlordereddictloader-0.4.2: UPDATING ... - python3.11-yamlordereddictloader-0.4.2: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.yamlordereddictloader 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.messagebird, using log file: /var/log/nixpkgs-update/python311Packages.messagebird/2024-03-04.log python311Packages.messagebird 0 -> 1 attrpath: python311Packages.messagebird Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/9rcyiv0kvsmcvc5hrdmdaplmiz6qr38m-packages.json.drv building '/nix/store/9rcyiv0kvsmcvc5hrdmdaplmiz6qr38m-packages.json.drv'... Going to be running update for following packages: - python3.11-messagebird-2.1.0 Press Enter key to continue... Running update for: - python3.11-messagebird-2.1.0: UPDATING ... - python3.11-messagebird-2.1.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.messagebird 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.apptools, using log file: /var/log/nixpkgs-update/python311Packages.apptools/2024-03-04.log python311Packages.apptools 0 -> 1 attrpath: python311Packages.apptools Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/w1dwz1y4r2x8j9zkrfrv44jap6ff711y-packages.json.drv building '/nix/store/w1dwz1y4r2x8j9zkrfrv44jap6ff711y-packages.json.drv'... Going to be running update for following packages: - python3.11-apptools-5.2.1 Press Enter key to continue... Running update for: - python3.11-apptools-5.2.1: UPDATING ... - python3.11-apptools-5.2.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.apptools 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.msgpack-numpy, using log file: /var/log/nixpkgs-update/python311Packages.msgpack-numpy/2024-03-04.log python311Packages.msgpack-numpy 0 -> 1 attrpath: python311Packages.msgpack-numpy Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/yfvsr7hpqywpbk660cy1q2an74729wl9-packages.json.drv building '/nix/store/yfvsr7hpqywpbk660cy1q2an74729wl9-packages.json.drv'... Going to be running update for following packages: - python3.11-msgpack-numpy-0.4.8 Press Enter key to continue... Running update for: - python3.11-msgpack-numpy-0.4.8: UPDATING ... - python3.11-msgpack-numpy-0.4.8: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.msgpack-numpy 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.limits, using log file: /var/log/nixpkgs-update/python311Packages.limits/2024-03-04.log python311Packages.limits 0 -> 1 attrpath: python311Packages.limits Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/3nx58ig7f4ddx3gjm4rz67bbqljnr8r9-packages.json.drv building '/nix/store/3nx58ig7f4ddx3gjm4rz67bbqljnr8r9-packages.json.drv'... Going to be running update for following packages: - python3.11-limits-3.7.0 Press Enter key to continue... Running update for: - python3.11-limits-3.7.0: UPDATING ... - python3.11-limits-3.7.0: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/limits/default.nix b/pkgs/development/python-modules/limits/default.nix index e0c1fcf9a14c..68413dcd8b2b 100644 --- a/pkgs/development/python-modules/limits/default.nix +++ b/pkgs/development/python-modules/limits/default.nix @@ -22,7 +22,7 @@ buildPythonPackage rec { pname = "limits"; - version = "3.7.0"; + version = "3.9.0"; pyproject = true; disabled = pythonOlder "3.7"; @@ -37,7 +37,7 @@ buildPythonPackage rec { postFetch = '' rm "$out/limits/_version.py" ''; - hash = "sha256-0h3ofungHkjycUvNJ3jf+VB/GSrshgUDECN2YoPGzzg="; + hash = "sha256-LnQQCxleddXaG4NlpKUBYEGLYbCtmIzi/AVIB5ApAwk="; }; postPatch = '' No auto update branch exists [outpaths] eval start [outpaths] eval end Received ExitFailure 1 when running Raw command: /nix/store/62fm7r6175k2bgvhc19hn9bdhw90wa3n-nix-2.18.1/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A python311Packages.limits Received ExitFailure 1 when running Raw command: /nix/store/62fm7r6175k2bgvhc19hn9bdhw90wa3n-nix-2.18.1/bin/nix --extra-experimental-features nix-command log -f . python311Packages.limits Standard output: error: build log of 'python311Packages.limits' is not available [result] Failed to update python311Packages.limits 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_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.pl, using log file: /var/log/nixpkgs-update/aspellDicts.pl/2024-03-04.log aspellDicts.pl 0 -> 1 attrpath: aspellDicts.pl 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/gbgs39fwiq0iaqkps4brvagf801w26q8-update-aspellDict-pl.drv /nix/store/mpwximwdq6wh8wm5mjmyqi5g4rzl6v4m-packages.json.drv building '/nix/store/gbgs39fwiq0iaqkps4brvagf801w26q8-update-aspellDict-pl.drv'... building '/nix/store/mpwximwdq6wh8wm5mjmyqi5g4rzl6v4m-packages.json.drv'... Going to be running update for following packages: - aspell-dict-pl-6.0_20061121-0 Press Enter key to continue... Running update for: - aspell-dict-pl-6.0_20061121-0: UPDATING ... - aspell-dict-pl-6.0_20061121-0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update aspellDicts.pl 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.pymongo-inmemory, using log file: /var/log/nixpkgs-update/python311Packages.pymongo-inmemory/2024-03-04.log python311Packages.pymongo-inmemory 0 -> 1 attrpath: python311Packages.pymongo-inmemory Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/7q2yiyl3w0sd1sfnpf4ignar47mi5kr1-packages.json.drv building '/nix/store/7q2yiyl3w0sd1sfnpf4ignar47mi5kr1-packages.json.drv'... Going to be running update for following packages: - python3.11-pymongo-inmemory-0.4.0 Press Enter key to continue... Running update for: - python3.11-pymongo-inmemory-0.4.0: UPDATING ... - python3.11-pymongo-inmemory-0.4.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.pymongo-inmemory 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath nengo-gui, using log file: /var/log/nixpkgs-update/nengo-gui/2024-03-04.log nengo-gui 0 -> 1 attrpath: nengo-gui Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/xav0bmal5ivm9jcn33yyjjjng46kw1p0-packages.json.drv building '/nix/store/xav0bmal5ivm9jcn33yyjjjng46kw1p0-packages.json.drv'... Going to be running update for following packages: - python3.11-nengo-gui-0.4.9 Press Enter key to continue... Running update for: - python3.11-nengo-gui-0.4.9: UPDATING ... - python3.11-nengo-gui-0.4.9: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/applications/science/machine-learning/nengo-gui/default.nix b/pkgs/applications/science/machine-learning/nengo-gui/default.nix index 9a100c03293e..bdd15f2e56da 100644 --- a/pkgs/applications/science/machine-learning/nengo-gui/default.nix +++ b/pkgs/applications/science/machine-learning/nengo-gui/default.nix @@ -2,13 +2,13 @@ python3Packages.buildPythonPackage rec { pname = "nengo-gui"; - version = "0.4.9"; + version = "0.5.0"; src = fetchFromGitHub { owner = "nengo"; repo = "nengo-gui"; rev = "refs/tags/v${version}"; - sha256 = "sha256-aBi4roe9pqPmpbW5zrbDoIvyH5mTKgIzL2O5j1+VBMY="; + sha256 = "sha256-K1h/q0OQsIM3xkSuf6bTpmJbZRUUXsTOQQvrqzmdMU8="; }; propagatedBuildInputs = with python3Packages; [ nengo ]; No auto update branch exists [outpaths] eval start [outpaths] eval end Received ExitFailure 1 when running Raw command: /nix/store/62fm7r6175k2bgvhc19hn9bdhw90wa3n-nix-2.18.1/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A nengo-gui Received ExitFailure 1 when running Raw command: /nix/store/62fm7r6175k2bgvhc19hn9bdhw90wa3n-nix-2.18.1/bin/nix --extra-experimental-features nix-command log -f . nengo-gui Standard output: error: … while evaluating the attribute 'drvPath' at /var/cache/nixpkgs-update/worker/worktree/nengo-gui/lib/customisation.nix:268:7: 267| in commonAttrs // { 268| drvPath = assert condition; drv.drvPath; | ^ 269| outPath = assert condition; drv.outPath; … in the condition of the assert statement at /var/cache/nixpkgs-update/worker/worktree/nengo-gui/lib/customisation.nix:268:17: 267| in commonAttrs // { 268| drvPath = assert condition; drv.drvPath; | ^ 269| outPath = assert condition; drv.outPath; (stack trace truncated; use '--show-trace' to show the full trace) error: Package ‘python3.11-nengo-gui-0.5.0’ in /var/cache/nixpkgs-update/worker/worktree/nengo-gui/pkgs/applications/science/machine-learning/nengo-gui/default.nix:21 has an unfree license (‘unfreeRedistributable’), refusing to evaluate. a) To temporarily allow unfree packages, you can use an environment variable for a single invocation of the nix tools. $ export NIXPKGS_ALLOW_UNFREE=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.allowUnfree = true; } in configuration.nix to override this. Alternatively you can configure a predicate to allow specific packages: { nixpkgs.config.allowUnfreePredicate = pkg: builtins.elem (lib.getName pkg) [ "python3.11-nengo-gui-0.5.0" ]; } c) For `nix-env`, `nix-build`, `nix-shell` or any other Nix command you can add { allowUnfree = true; } to ~/.config/nixpkgs/config.nix. [result] Failed to update nengo-gui 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.xml-marshaller, using log file: /var/log/nixpkgs-update/python311Packages.xml-marshaller/2024-03-04.log python311Packages.xml-marshaller 0 -> 1 attrpath: python311Packages.xml-marshaller Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/4y7ms32jh1ckzhkmq8w6xrjrj3vywlvz-packages.json.drv building '/nix/store/4y7ms32jh1ckzhkmq8w6xrjrj3vywlvz-packages.json.drv'... Going to be running update for following packages: - python3.11-xml-marshaller-1.0.2 Press Enter key to continue... Running update for: - python3.11-xml-marshaller-1.0.2: UPDATING ... - python3.11-xml-marshaller-1.0.2: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.xml-marshaller 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.aiosmb, using log file: /var/log/nixpkgs-update/python311Packages.aiosmb/2024-03-04.log python311Packages.aiosmb 0 -> 1 attrpath: python311Packages.aiosmb Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/bd8q8jxyxrlfsfdvb5zr008hwj0h7sgg-packages.json.drv building '/nix/store/bd8q8jxyxrlfsfdvb5zr008hwj0h7sgg-packages.json.drv'... Going to be running update for following packages: - python3.11-aiosmb-0.4.10 Press Enter key to continue... Running update for: - python3.11-aiosmb-0.4.10: UPDATING ... - python3.11-aiosmb-0.4.10: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.aiosmb 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.skrl, using log file: /var/log/nixpkgs-update/python311Packages.skrl/2024-03-04.log python311Packages.skrl 0 -> 1 attrpath: python311Packages.skrl Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/aja1yf8b576zmgsrl3y9p5zxhwdrl436-packages.json.drv building '/nix/store/aja1yf8b576zmgsrl3y9p5zxhwdrl436-packages.json.drv'... Going to be running update for following packages: - python3.11-skrl-1.1.0 Press Enter key to continue... Running update for: - python3.11-skrl-1.1.0: UPDATING ... - python3.11-skrl-1.1.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.skrl 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.gunicorn, using log file: /var/log/nixpkgs-update/python311Packages.gunicorn/2024-03-04.log python311Packages.gunicorn 0 -> 1 attrpath: python311Packages.gunicorn Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/vf29myc8aywvi3vvfl9bp01kikpiqx81-packages.json.drv building '/nix/store/vf29myc8aywvi3vvfl9bp01kikpiqx81-packages.json.drv'... Going to be running update for following packages: - python3.11-gunicorn-21.2.0 Press Enter key to continue... Running update for: - python3.11-gunicorn-21.2.0: UPDATING ... - python3.11-gunicorn-21.2.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.gunicorn 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.python3-gnutls, using log file: /var/log/nixpkgs-update/python311Packages.python3-gnutls/2024-03-04.log python311Packages.python3-gnutls 0 -> 1 attrpath: python311Packages.python3-gnutls Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/0rcgr5mmih0lvidyv564cqmnhs90ykn6-packages.json.drv building '/nix/store/0rcgr5mmih0lvidyv564cqmnhs90ykn6-packages.json.drv'... Going to be running update for following packages: - python3.11-python3-gnutls-3.1.9 Press Enter key to continue... Running update for: - python3.11-python3-gnutls-3.1.9: UPDATING ... - python3.11-python3-gnutls-3.1.9: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.python3-gnutls 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.hvplot, using log file: /var/log/nixpkgs-update/python311Packages.hvplot/2024-03-04.log python311Packages.hvplot 0 -> 1 attrpath: python311Packages.hvplot Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/vr2m8d16m4n7q8n3gk8815ixc0c0lkfq-packages.json.drv building '/nix/store/vr2m8d16m4n7q8n3gk8815ixc0c0lkfq-packages.json.drv'... Going to be running update for following packages: - python3.11-hvplot-0.9.2 Press Enter key to continue... Running update for: - python3.11-hvplot-0.9.2: UPDATING ... - python3.11-hvplot-0.9.2: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.hvplot 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath antfs-cli, using log file: /var/log/nixpkgs-update/antfs-cli/2024-03-04.log antfs-cli 0 -> 1 attrpath: antfs-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/diqp2rivmis6lj6y9nl2qkix6n8m90iw-packages.json.drv building '/nix/store/diqp2rivmis6lj6y9nl2qkix6n8m90iw-packages.json.drv'... Going to be running update for following packages: - antfs-cli-unstable-2017-02-11 Press Enter key to continue... Running update for: - antfs-cli-unstable-2017-02-11: UPDATING ... - antfs-cli-unstable-2017-02-11: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update antfs-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 build hangs or takes way too long [result] Failed to update eaglemode 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath xandikos, using log file: /var/log/nixpkgs-update/xandikos/2024-03-04.log xandikos 0 -> 1 attrpath: xandikos Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/api8gpx6d1ffcqqakdmya3vpfylzj3ja-packages.json.drv building '/nix/store/api8gpx6d1ffcqqakdmya3vpfylzj3ja-packages.json.drv'... Going to be running update for following packages: - xandikos-0.2.10 Press Enter key to continue... Running update for: - xandikos-0.2.10: UPDATING ... - xandikos-0.2.10: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update xandikos 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath yascreen, using log file: /var/log/nixpkgs-update/yascreen/2024-03-04.log yascreen 1.86 -> 1.99 https://github.com/bbonev/yascreen/releases attrpath: yascreen 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 yascreen 1.86 -> 1.99 https://github.com/bbonev/yascreen/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: 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-stdnum, using log file: /var/log/nixpkgs-update/python311Packages.python-stdnum/2024-03-04.log python311Packages.python-stdnum 0 -> 1 attrpath: python311Packages.python-stdnum Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/9jv5vw4rx9wx32wpfrx0d1a5dmlbp8vb-packages.json.drv building '/nix/store/9jv5vw4rx9wx32wpfrx0d1a5dmlbp8vb-packages.json.drv'... Going to be running update for following packages: - python3.11-python-stdnum-1.19 Press Enter key to continue... Running update for: - python3.11-python-stdnum-1.19: UPDATING ... - python3.11-python-stdnum-1.19: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.python-stdnum 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_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-03-04.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/0w7xmm7cla90ihxx5rikq3nzbihzpaif-packages.json.drv building '/nix/store/0w7xmm7cla90ihxx5rikq3nzbihzpaif-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-03-04.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/62fm7r6175k2bgvhc19hn9bdhw90wa3n-nix-2.18.1/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 wishbone-tool, using log file: /var/log/nixpkgs-update/wishbone-tool/2024-03-04.log wishbone-tool 0.6.9 -> 0.7.8 https://github.com/litex-hub/wishbone-utils/releases attrpath: wishbone-tool Checking auto update branch... No auto update branch exists [version] [version] generic version rewriter does not support multiple hashes [rustCrateVersion] Received ExitFailure 1 when running Raw command: /nix/store/62fm7r6175k2bgvhc19hn9bdhw90wa3n-nix-2.18.1/bin/nix --extra-experimental-features nix-command --extra-experimental-features flakes eval .#wishbone-tool.src --raw --apply "p: p.drvAttrs.outputHash" Standard error: warning: Git tree '/var/cache/nixpkgs-update/worker/worktree/wishbone-tool' is dirty '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/1mdzzv3g8a2fqq43z5yq6xyhx8682h3yxgq03dnfvjp95ni9q3w1' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/1mdzzv3g8a2fqq43z5yq6xyhx8682h3yxgq03dnfvjp95ni9q3w1' has maximum number of links '/nix/store/.links/1mdzzv3g8a2fqq43z5yq6xyhx8682h3yxgq03dnfvjp95ni9q3w1' has maximum number of links '/nix/store/.links/1mdzzv3g8a2fqq43z5yq6xyhx8682h3yxgq03dnfvjp95ni9q3w1' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/1mdzzv3g8a2fqq43z5yq6xyhx8682h3yxgq03dnfvjp95ni9q3w1' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/1mdzzv3g8a2fqq43z5yq6xyhx8682h3yxgq03dnfvjp95ni9q3w1' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/1mdzzv3g8a2fqq43z5yq6xyhx8682h3yxgq03dnfvjp95ni9q3w1' has maximum number of links '/nix/store/.links/1mdzzv3g8a2fqq43z5yq6xyhx8682h3yxgq03dnfvjp95ni9q3w1' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/1mdzzv3g8a2fqq43z5yq6xyhx8682h3yxgq03dnfvjp95ni9q3w1' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/1mdzzv3g8a2fqq43z5yq6xyhx8682h3yxgq03dnfvjp95ni9q3w1' has maximum number of links '/nix/store/.links/1mdzzv3g8a2fqq43z5yq6xyhx8682h3yxgq03dnfvjp95ni9q3w1' has maximum number of links '/nix/store/.links/1mdzzv3g8a2fqq43z5yq6xyhx8682h3yxgq03dnfvjp95ni9q3w1' has maximum number of links '/nix/store/.links/1mdzzv3g8a2fqq43z5yq6xyhx8682h3yxgq03dnfvjp95ni9q3w1' has maximum number of links '/nix/store/.links/1mdzzv3g8a2fqq43z5yq6xyhx8682h3yxgq03dnfvjp95ni9q3w1' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/1mdzzv3g8a2fqq43z5yq6xyhx8682h3yxgq03dnfvjp95ni9q3w1' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/1mdzzv3g8a2fqq43z5yq6xyhx8682h3yxgq03dnfvjp95ni9q3w1' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/1mdzzv3g8a2fqq43z5yq6xyhx8682h3yxgq03dnfvjp95ni9q3w1' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/1mdzzv3g8a2fqq43z5yq6xyhx8682h3yxgq03dnfvjp95ni9q3w1' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/1mdzzv3g8a2fqq43z5yq6xyhx8682h3yxgq03dnfvjp95ni9q3w1' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/1mdzzv3g8a2fqq43z5yq6xyhx8682h3yxgq03dnfvjp95ni9q3w1' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/1mdzzv3g8a2fqq43z5yq6xyhx8682h3yxgq03dnfvjp95ni9q3w1' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/1mdzzv3g8a2fqq43z5yq6xyhx8682h3yxgq03dnfvjp95ni9q3w1' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/1mdzzv3g8a2fqq43z5yq6xyhx8682h3yxgq03dnfvjp95ni9q3w1' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/1mdzzv3g8a2fqq43z5yq6xyhx8682h3yxgq03dnfvjp95ni9q3w1' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/1mdzzv3g8a2fqq43z5yq6xyhx8682h3yxgq03dnfvjp95ni9q3w1' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/1mdzzv3g8a2fqq43z5yq6xyhx8682h3yxgq03dnfvjp95ni9q3w1' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/1mdzzv3g8a2fqq43z5yq6xyhx8682h3yxgq03dnfvjp95ni9q3w1' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/1mdzzv3g8a2fqq43z5yq6xyhx8682h3yxgq03dnfvjp95ni9q3w1' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/1mdzzv3g8a2fqq43z5yq6xyhx8682h3yxgq03dnfvjp95ni9q3w1' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/1mdzzv3g8a2fqq43z5yq6xyhx8682h3yxgq03dnfvjp95ni9q3w1' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/1mdzzv3g8a2fqq43z5yq6xyhx8682h3yxgq03dnfvjp95ni9q3w1' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/1mdzzv3g8a2fqq43z5yq6xyhx8682h3yxgq03dnfvjp95ni9q3w1' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/1mdzzv3g8a2fqq43z5yq6xyhx8682h3yxgq03dnfvjp95ni9q3w1' has maximum number of links '/nix/store/.links/1mdzzv3g8a2fqq43z5yq6xyhx8682h3yxgq03dnfvjp95ni9q3w1' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/1mdzzv3g8a2fqq43z5yq6xyhx8682h3yxgq03dnfvjp95ni9q3w1' has maximum number of links '/nix/store/.links/1mdzzv3g8a2fqq43z5yq6xyhx8682h3yxgq03dnfvjp95ni9q3w1' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/1mdzzv3g8a2fqq43z5yq6xyhx8682h3yxgq03dnfvjp95ni9q3w1' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links error: … while selecting an attribute at «string»:1:4: 1| p: p.drvAttrs.outputHash | ^ error: value is a string with context while a set was expected Received ExitFailure 1 when running Raw command: /nix/store/62fm7r6175k2bgvhc19hn9bdhw90wa3n-nix-2.18.1/bin/nix --extra-experimental-features nix-command --extra-experimental-features flakes eval .#wishbone-tool.originalSrc --raw --apply "p: p.drvAttrs.outputHash" Standard error: warning: Git tree '/var/cache/nixpkgs-update/worker/worktree/wishbone-tool' is dirty error: flake 'git+file:///var/cache/nixpkgs-update/worker/worktree/wishbone-tool' does not provide attribute 'packages.x86_64-linux.wishbone-tool.originalSrc', 'legacyPackages.x86_64-linux.wishbone-tool.originalSrc' or 'wishbone-tool.originalSrc' Received ExitFailure 1 when running Raw command: /nix/store/62fm7r6175k2bgvhc19hn9bdhw90wa3n-nix-2.18.1/bin/nix --extra-experimental-features nix-command --extra-experimental-features flakes eval .#wishbone-tool --raw --apply "p: p.drvAttrs.outputHash" Standard error: warning: Git tree '/var/cache/nixpkgs-update/worker/worktree/wishbone-tool' is dirty error: attribute 'outputHash' missing at «string»:1:4: 1| p: p.drvAttrs.outputHash | ^ [result] Failed to update wishbone-tool 0.6.9 -> 0.7.8 https://github.com/litex-hub/wishbone-utils/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath dmenu-rs, using log file: /var/log/nixpkgs-update/dmenu-rs/2024-03-04.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 python311Packages.django-jinja, using log file: /var/log/nixpkgs-update/python311Packages.django-jinja/2024-03-04.log python311Packages.django-jinja 0 -> 1 attrpath: python311Packages.django-jinja Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/aficpjallg4pvjk5zr8xr4fq6gw9v3pa-packages.json.drv building '/nix/store/aficpjallg4pvjk5zr8xr4fq6gw9v3pa-packages.json.drv'... Going to be running update for following packages: - python3.11-django-jinja-2.11.0 Press Enter key to continue... Running update for: - python3.11-django-jinja-2.11.0: UPDATING ... - python3.11-django-jinja-2.11.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.django-jinja 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath bitbake-language-server, using log file: /var/log/nixpkgs-update/bitbake-language-server/2024-03-04.log bitbake-language-server 0 -> 1 attrpath: bitbake-language-server Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/x87ndrx2bbxbg59jqngpb3jv30iq3vz0-packages.json.drv building '/nix/store/x87ndrx2bbxbg59jqngpb3jv30iq3vz0-packages.json.drv'... Going to be running update for following packages: - bitbake-language-server-0.0.8 Press Enter key to continue... Running update for: - bitbake-language-server-0.0.8: UPDATING ... - bitbake-language-server-0.0.8: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/by-name/bi/bitbake-language-server/package.nix b/pkgs/by-name/bi/bitbake-language-server/package.nix index 68b536d1319c..95b6a1387165 100644 --- a/pkgs/by-name/bi/bitbake-language-server/package.nix +++ b/pkgs/by-name/bi/bitbake-language-server/package.nix @@ -6,14 +6,14 @@ python3.pkgs.buildPythonApplication rec { pname = "bitbake-language-server"; - version = "0.0.8"; + version = "0.0.10"; format = "pyproject"; src = fetchFromGitHub { owner = "Freed-Wu"; repo = pname; rev = version; - hash = "sha256-WJpa2LP95vrJG/OjiLSx8zEPO5ZOw66M5s3r2dufQJA="; + hash = "sha256-IFGPErSmN3GuUftaLGS7EatY1l4j596VXOKn1lAcrKU="; }; nativeBuildInputs = with python3.pkgs; [ No auto update branch exists [outpaths] eval start [outpaths] eval end Received ExitFailure 1 when running Raw command: /nix/store/62fm7r6175k2bgvhc19hn9bdhw90wa3n-nix-2.18.1/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A bitbake-language-server nix build failed. creating '/build/source/dist/.tmp-p3iy_a5x/bitbake_language_server-0.0.10-py3-none-any.whl' and adding 'build/bdist.linux-x86_64/wheel' to it adding 'bitbake_language_server/__init__.py' adding 'bitbake_language_server/__main__.py' adding 'bitbake_language_server/_metainfo.py' adding 'bitbake_language_server/_version.py' adding 'bitbake_language_server/py.typed' adding 'bitbake_language_server/server.py' adding 'bitbake_language_server/tool.py' adding 'bitbake_language_server/utils.py' adding 'bitbake_language_server/__pycache__/__init__.cpython-311.pyc' adding 'bitbake_language_server/__pycache__/__main__.cpython-311.pyc' adding 'bitbake_language_server/__pycache__/_version.cpython-311.pyc' adding 'bitbake_language_server-0.0.10.data/data/share/bash-completion/completions/bitbake-language-server' adding 'bitbake_language_server-0.0.10.data/data/share/man/man1/bitbake-language-server.1' adding 'bitbake_language_server-0.0.10.data/data/share/zsh/site-functions/_bitbake-language-server' adding 'bitbake_language_server-0.0.10.dist-info/LICENSE' adding 'bitbake_language_server-0.0.10.dist-info/METADATA' adding 'bitbake_language_server-0.0.10.dist-info/WHEEL' adding 'bitbake_language_server-0.0.10.dist-info/entry_points.txt' adding 'bitbake_language_server-0.0.10.dist-info/top_level.txt' adding 'bitbake_language_server-0.0.10.dist-info/RECORD' removing build/bdist.linux-x86_64/wheel Successfully built bitbake_language_server-0.0.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 bitbake_language_server-0.0.10-py3-none-any.whl - oelint-adv not installed [result] Failed to update bitbake-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.thefuzz, using log file: /var/log/nixpkgs-update/python311Packages.thefuzz/2024-03-04.log python311Packages.thefuzz 0 -> 1 attrpath: python311Packages.thefuzz Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/vxxndrvvhz6ymv4ksmxm11c3nsw9mqvg-packages.json.drv building '/nix/store/vxxndrvvhz6ymv4ksmxm11c3nsw9mqvg-packages.json.drv'... Going to be running update for following packages: - python3.11-thefuzz-0.22.1 Press Enter key to continue... Running update for: - python3.11-thefuzz-0.22.1: UPDATING ... - python3.11-thefuzz-0.22.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.thefuzz 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.moonraker-api, using log file: /var/log/nixpkgs-update/python311Packages.moonraker-api/2024-03-04.log python311Packages.moonraker-api 0 -> 1 attrpath: python311Packages.moonraker-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/y52kj08q1l18r7v21h2zxabmwpic4k4s-packages.json.drv building '/nix/store/y52kj08q1l18r7v21h2zxabmwpic4k4s-packages.json.drv'... Going to be running update for following packages: - python3.11-moonraker-api-2.0.5 Press Enter key to continue... Running update for: - python3.11-moonraker-api-2.0.5: UPDATING ... - python3.11-moonraker-api-2.0.5: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.moonraker-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 whatstyle, using log file: /var/log/nixpkgs-update/whatstyle/2024-03-04.log whatstyle 0 -> 1 attrpath: whatstyle Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/jmz0m29r0q4ai6v71c03cpvkq57vv6vr-packages.json.drv building '/nix/store/jmz0m29r0q4ai6v71c03cpvkq57vv6vr-packages.json.drv'... Going to be running update for following packages: - whatstyle-0.1.8 Press Enter key to continue... Running update for: - whatstyle-0.1.8: UPDATING ... - whatstyle-0.1.8: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update whatstyle 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.plexapi, using log file: /var/log/nixpkgs-update/python311Packages.plexapi/2024-03-04.log python311Packages.plexapi 0 -> 1 attrpath: python311Packages.plexapi Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/xzib3za0i6xy19dwzyr3r9dsa8qcvlv2-packages.json.drv building '/nix/store/xzib3za0i6xy19dwzyr3r9dsa8qcvlv2-packages.json.drv'... Going to be running update for following packages: - python3.11-plexapi-4.15.10 Press Enter key to continue... Running update for: - python3.11-plexapi-4.15.10: UPDATING ... - python3.11-plexapi-4.15.10: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.plexapi 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath lasem, using log file: /var/log/nixpkgs-update/lasem/2024-03-04.log lasem 0 -> 1 attrpath: lasem Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/00y6cq20n888s5vbfi8w1p16f9bmrswv-packages.json.drv building '/nix/store/00y6cq20n888s5vbfi8w1p16f9bmrswv-packages.json.drv'... Going to be running update for following packages: - lasem-0.4.4 Press Enter key to continue... Running update for: - lasem-0.4.4: UPDATING ... - lasem-0.4.4: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update lasem 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath time-decode, using log file: /var/log/nixpkgs-update/time-decode/2024-03-04.log time-decode 0 -> 1 attrpath: time-decode Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/03rjyb52c38rzrpp6v5lmzb866d5zxda-packages.json.drv building '/nix/store/03rjyb52c38rzrpp6v5lmzb866d5zxda-packages.json.drv'... Going to be running update for following packages: - time-decode-6.1.0 Press Enter key to continue... Running update for: - time-decode-6.1.0: UPDATING ... - time-decode-6.1.0: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/tools/misc/time-decode/default.nix b/pkgs/tools/misc/time-decode/default.nix index edd0eba43a24..33051023e713 100644 --- a/pkgs/tools/misc/time-decode/default.nix +++ b/pkgs/tools/misc/time-decode/default.nix @@ -5,14 +5,14 @@ python3.pkgs.buildPythonApplication rec { pname = "time-decode"; - version = "6.1.0"; + version = "7.0.2"; format = "setuptools"; src = fetchFromGitHub { owner = "digitalsleuth"; repo = "time_decode"; rev = "refs/tags/v${version}"; - hash = "sha256-LbXycu3Yiku9ToW+WS/yUqwicvckj2IkP09TiZkRXnk="; + hash = "sha256-K60xIQ6TWPYlsR6YjIquey5Ioaw4oAId59CPlQNK4yk="; }; propagatedBuildInputs = with python3.pkgs; [ No auto update branch exists [outpaths] eval start [outpaths] eval end Received ExitFailure 1 when running Raw command: /nix/store/62fm7r6175k2bgvhc19hn9bdhw90wa3n-nix-2.18.1/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A time-decode nix build failed. 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/7gcsjcya7qc7giqgxma0qdrraj19jbr2-source source root is source setting SOURCE_DATE_EPOCH to timestamp 315619200 of file source/time_decode/time_decode.py @nix { "action": "setPhase", "phase": "patchPhase" } Running phase: patchPhase @nix { "action": "setPhase", "phase": "updateAutotoolsGnuConfigScriptsPhase" } Running phase: updateAutotoolsGnuConfigScriptsPhase @nix { "action": "setPhase", "phase": "configurePhase" } Running phase: configurePhase no configure script, doing nothing @nix { "action": "setPhase", "phase": "buildPhase" } Running phase: buildPhase Executing setuptoolsBuildPhase Traceback (most recent call last): File "/build/source/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 time-decode 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: 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-03-04.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/d17g5l9bg4zwdh38bfn00b66p9kcgah2-packages.json.drv building '/nix/store/d17g5l9bg4zwdh38bfn00b66p9kcgah2-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 pwvucontrol, using log file: /var/log/nixpkgs-update/pwvucontrol/2024-03-04.log pwvucontrol 0.2 -> 0.3.1 https://github.com/saivert/pwvucontrol/releases attrpath: pwvucontrol 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/audio/pwvucontrol/default.nix b/pkgs/applications/audio/pwvucontrol/default.nix index 935fadb5f2fb..576a642122bc 100644 --- a/pkgs/applications/audio/pwvucontrol/default.nix +++ b/pkgs/applications/audio/pwvucontrol/default.nix @@ -21,13 +21,13 @@ stdenv.mkDerivation rec { pname = "pwvucontrol"; - version = "0.2"; + version = "0.3.1"; src = fetchFromGitHub { owner = "saivert"; repo = "pwvucontrol"; rev = version; - hash = "sha256-jBvMLewBZi4LyX//YUyJQjqPvxnKqlpuLZAm9zpDMrA="; + hash = "sha256-t4JUpKtuO1JgrdsNbl0M/SwPmoqu7WxsaD74vlJeVhY="; }; cargoDeps = rustPlatform.importCargoLock { [outpaths] eval start [outpaths] eval end Received ExitFailure 1 when running Raw command: /nix/store/62fm7r6175k2bgvhc19hn9bdhw90wa3n-nix-2.18.1/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A pwvucontrol nix build failed. < version = "0.5.14" --- > version = "0.5.4" 1207c1192 < checksum = "d09770118a7eb1ccaf4a594a221334119a44a814fcb0d31c5b85e83e97227a97" --- > checksum = "acaaa1190073b2b101e15083c38ee8ec891b5e05cbee516521e94ec008f61e64" 1215c1200 < source = "git+https://github.com/arcnmx/wireplumber.rs.git?rev=341b0c4e8d177f5f21c109cf88cca4f2dc1f853a#341b0c4e8d177f5f21c109cf88cca4f2dc1f853a" --- > source = "git+https://github.com/saivert/wireplumber.rs.git?branch=use_pipewire_from_git#8dbf383ce54dee7b8d578b87c13f3507a65291f8" 1217c1202 < "bitflags 2.4.0", --- > "bitflags 1.3.2", 1231c1216 < source = "git+https://github.com/arcnmx/wireplumber.rs.git?rev=341b0c4e8d177f5f21c109cf88cca4f2dc1f853a#341b0c4e8d177f5f21c109cf88cca4f2dc1f853a" --- > source = "git+https://github.com/saivert/wireplumber.rs.git?branch=use_pipewire_from_git#8dbf383ce54dee7b8d578b87c13f3507a65291f8" 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 pwvucontrol 0.2 -> 0.3.1 https://github.com/saivert/pwvucontrol/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.asdf-standard, using log file: /var/log/nixpkgs-update/python311Packages.asdf-standard/2024-03-04.log python311Packages.asdf-standard 0 -> 1 attrpath: python311Packages.asdf-standard Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/kw663ixal08ira65rn55lz6cdsyscwkn-packages.json.drv building '/nix/store/kw663ixal08ira65rn55lz6cdsyscwkn-packages.json.drv'... Going to be running update for following packages: - python3.11-asdf-standard-1.0.3 Press Enter key to continue... Running update for: - python3.11-asdf-standard-1.0.3: UPDATING ... - python3.11-asdf-standard-1.0.3: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.asdf-standard 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: 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-pipedrive, using log file: /var/log/nixpkgs-update/python311Packages.python-pipedrive/2024-03-04.log python311Packages.python-pipedrive 0 -> 1 attrpath: python311Packages.python-pipedrive Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/hj69kv31l9v8jgscr6s1pljlfwqrwm7i-packages.json.drv building '/nix/store/hj69kv31l9v8jgscr6s1pljlfwqrwm7i-packages.json.drv'... Going to be running update for following packages: - python3.11-python-pipedrive-0.4.0 Press Enter key to continue... Running update for: - python3.11-python-pipedrive-0.4.0: UPDATING ... - python3.11-python-pipedrive-0.4.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.python-pipedrive 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath libunwind, using log file: /var/log/nixpkgs-update/libunwind/2024-03-04.log libunwind 1.8.0 -> 1.8.1 https://github.com/libunwind/libunwind/releases attrpath: libunwind Checking auto update branch... No auto update branch exists Old version 1.8.0" not present in staging derivation file with contents: { stdenv, lib, fetchFromGitHub, fetchpatch, autoreconfHook, xz, buildPackages }: stdenv.mkDerivation rec { pname = "libunwind"; version = "1.8.1"; src = fetchFromGitHub { owner = "libunwind"; repo = "libunwind"; rev = "v${version}"; hash = "sha256-rCFBHs6rCSnp5FEwbUR5veNNTqSQpFblAv8ebSPX0qE="; }; postPatch = if (stdenv.cc.isClang || stdenv.hostPlatform.isStatic) then '' substituteInPlace configure.ac --replace "-lgcc_s" "" '' else lib.optionalString stdenv.hostPlatform.isMusl '' substituteInPlace configure.ac --replace "-lgcc_s" "-lgcc_eh" ''; nativeBuildInputs = [ autoreconfHook ]; outputs = [ "out" "dev" "devman" ]; configureFlags = [ # Starting from 1.8.1 libunwind installs testsuite by default. # As we don't run the tests we disable it (this also fixes circular # reference install failure). "--disable-tests" # Without latex2man, no man pages are installed despite being # prebuilt in the source tarball. "LATEX2MAN=${buildPackages.coreutils}/bin/true" ] # See https://github.com/libunwind/libunwind/issues/693 ++ lib.optionals (with stdenv.hostPlatform; isAarch64 && isMusl && !isStatic) [ "CFLAGS=-mno-outline-atomics" ]; propagatedBuildInputs = [ xz ]; postInstall = '' find $out -name \*.la | while read file; do sed -i 's,-llzma,${xz.out}/lib/liblzma.la,' $file done ''; doCheck = false; # fails meta = with lib; { homepage = "https://www.nongnu.org/libunwind"; description = "A portable and efficient API to determine the call-chain of a program"; maintainers = with maintainers; [ orivej ]; # https://github.com/libunwind/libunwind#libunwind platforms = [ "aarch64-linux" "armv5tel-linux" "armv6l-linux" "armv7a-linux" "armv7l-linux" "i686-freebsd13" "i686-linux" "loongarch64-linux" "mips64el-linux" "mipsel-linux" "powerpc64-linux" "powerpc64le-linux" "riscv64-linux" "s390x-linux" "x86_64-freebsd13" "x86_64-linux" "x86_64-solaris" ]; license = licenses.mit; }; } [result] Failed to update libunwind 1.8.0 -> 1.8.1 https://github.com/libunwind/libunwind/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.robot-detection, using log file: /var/log/nixpkgs-update/python311Packages.robot-detection/2024-03-04.log python311Packages.robot-detection 0 -> 1 attrpath: python311Packages.robot-detection Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/9rr5sw1r5kgnmq3zmixzvg6dg5lmpnzy-packages.json.drv building '/nix/store/9rr5sw1r5kgnmq3zmixzvg6dg5lmpnzy-packages.json.drv'... Going to be running update for following packages: - python3.11-robot-detection-0.4 Press Enter key to continue... Running update for: - python3.11-robot-detection-0.4: UPDATING ... - python3.11-robot-detection-0.4: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.robot-detection 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.boto, using log file: /var/log/nixpkgs-update/python311Packages.boto/2024-03-04.log python311Packages.boto 0 -> 1 attrpath: python311Packages.boto Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/7n7askidw7y8mfjl46x15ny13rvgqf41-packages.json.drv building '/nix/store/7n7askidw7y8mfjl46x15ny13rvgqf41-packages.json.drv'... Going to be running update for following packages: - python3.11-boto-2.49.0 Press Enter key to continue... Running update for: - python3.11-boto-2.49.0: UPDATING ... - python3.11-boto-2.49.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.boto 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath atari800, using log file: /var/log/nixpkgs-update/atari800/2024-03-04.log atari800 5.1.0 -> 5_2_0 https://github.com/atari800/atari800/releases attrpath: atari800 Checking auto update branch... No auto update branch exists 5_2_0 is not newer than 5.1.0 according to Nix; versionComparison: -1 [result] Failed to update atari800 5.1.0 -> 5_2_0 https://github.com/atari800/atari800/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.pyqt6-sip, using log file: /var/log/nixpkgs-update/python311Packages.pyqt6-sip/2024-03-04.log python311Packages.pyqt6-sip 0 -> 1 attrpath: python311Packages.pyqt6-sip Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/nv33kzf08mpajyn1pam8hxz8i32v15kn-packages.json.drv building '/nix/store/nv33kzf08mpajyn1pam8hxz8i32v15kn-packages.json.drv'... Going to be running update for following packages: - python3.11-pyqt6-sip-13.6.0 Press Enter key to continue... Running update for: - python3.11-pyqt6-sip-13.6.0: UPDATING ... - python3.11-pyqt6-sip-13.6.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.pyqt6-sip 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.acme, using log file: /var/log/nixpkgs-update/python311Packages.acme/2024-03-04.log python311Packages.acme 0 -> 1 attrpath: python311Packages.acme Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/jvpppbs128h58bg3x1xzprniza641g1v-packages.json.drv building '/nix/store/jvpppbs128h58bg3x1xzprniza641g1v-packages.json.drv'... Going to be running update for following packages: - python3.11-acme-2.9.0 Press Enter key to continue... Running update for: - python3.11-acme-2.9.0: UPDATING ... - python3.11-acme-2.9.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.acme 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath coq_8_14, using log file: /var/log/nixpkgs-update/coq_8_14/2024-03-04.log coq_8_14 8.14.1 -> 8.19.0 https://github.com/coq/coq/releases attrpath: coq_8_14 Checking auto update branch... No auto update branch exists Version in attr path coq_8_14 not compatible with 8.19.0 [result] Failed to update coq_8_14 8.14.1 -> 8.19.0 https://github.com/coq/coq/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.gbulb, using log file: /var/log/nixpkgs-update/python311Packages.gbulb/2024-03-04.log python311Packages.gbulb 0 -> 1 attrpath: python311Packages.gbulb Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/6hwj9vdsndx11ihl0b0mlvnv5q415v5p-packages.json.drv building '/nix/store/6hwj9vdsndx11ihl0b0mlvnv5q415v5p-packages.json.drv'... Going to be running update for following packages: - python3.11-gbulb-0.6.4 Press Enter key to continue... Running update for: - python3.11-gbulb-0.6.4: UPDATING ... - python3.11-gbulb-0.6.4: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.gbulb 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: 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-qthelp, using log file: /var/log/nixpkgs-update/python311Packages.sphinxcontrib-qthelp/2024-03-04.log python311Packages.sphinxcontrib-qthelp 0 -> 1 attrpath: python311Packages.sphinxcontrib-qthelp Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/i6jf3d8hjhq1pjisjbjd7d9amy7wy33d-packages.json.drv building '/nix/store/i6jf3d8hjhq1pjisjbjd7d9amy7wy33d-packages.json.drv'... Going to be running update for following packages: - python3.11-sphinxcontrib-qthelp-1.0.6 Press Enter key to continue... Running update for: - python3.11-sphinxcontrib-qthelp-1.0.6: UPDATING ... - python3.11-sphinxcontrib-qthelp-1.0.6: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/sphinxcontrib-qthelp/default.nix b/pkgs/development/python-modules/sphinxcontrib-qthelp/default.nix index e098f7c919bd..607060e2931d 100644 --- a/pkgs/development/python-modules/sphinxcontrib-qthelp/default.nix +++ b/pkgs/development/python-modules/sphinxcontrib-qthelp/default.nix @@ -7,7 +7,7 @@ buildPythonPackage rec { pname = "sphinxcontrib-qthelp"; - version = "1.0.6"; + version = "1.0.7"; pyproject = true; disabled = pythonOlder "3.9"; @@ -15,7 +15,7 @@ buildPythonPackage rec { src = fetchPypi { pname = "sphinxcontrib_qthelp"; inherit version; - hash = "sha256-YrnRoYarf17jNW2Qb2SMrLemvblNIB7nrfJttVCSmC0="; + hash = "sha256-BT3tw4gjqApyCagIYLFrci6eAgnjL+qYyQ5OZiRYjtY="; }; nativeBuildInputs = [ No auto update branch exists [outpaths] eval start [outpaths] eval end Python package with too many package rebuilds 39945 > 25 [result] Failed to update python311Packages.sphinxcontrib-qthelp 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath micropad, using log file: /var/log/nixpkgs-update/micropad/2024-03-04.log micropad 0 -> 1 attrpath: micropad 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/5hv62kf5dzz9pgcbdbzjcwqnpljldqdj-packages.json.drv building '/nix/store/5hv62kf5dzz9pgcbdbzjcwqnpljldqdj-packages.json.drv'... Going to be running update for following packages: - micropad-4.5.1 Press Enter key to continue... Running update for: - micropad-4.5.1: UPDATING ... - micropad-4.5.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update micropad 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath znapzend, using log file: /var/log/nixpkgs-update/znapzend/2024-03-04.log znapzend 0.21.0 -> 0.21.2 https://github.com/oetiker/znapzend/releases attrpath: znapzend Checking auto update branch... No auto update branch exists Derivation contains buildPerlPackage [result] Failed to update znapzend 0.21.0 -> 0.21.2 https://github.com/oetiker/znapzend/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: 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-03-04.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/x94bzq4yr6iw6hf7l82a11qzkk1b05yb-packages.json.drv building '/nix/store/x94bzq4yr6iw6hf7l82a11qzkk1b05yb-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 @volth asked to not update xfce [result] Failed to update xfce.xfce4-battery-plugin 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.timelib, using log file: /var/log/nixpkgs-update/python311Packages.timelib/2024-03-04.log python311Packages.timelib 0 -> 1 attrpath: python311Packages.timelib Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/y2gsi2alv7jailinxb1vsp0jdm76sfnn-packages.json.drv building '/nix/store/y2gsi2alv7jailinxb1vsp0jdm76sfnn-packages.json.drv'... Going to be running update for following packages: - python3.11-timelib-0.3.0 Press Enter key to continue... Running update for: - python3.11-timelib-0.3.0: UPDATING ... - python3.11-timelib-0.3.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.timelib 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: 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-default-group, using log file: /var/log/nixpkgs-update/python311Packages.click-default-group/2024-03-04.log python311Packages.click-default-group 0 -> 1 attrpath: python311Packages.click-default-group Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/p5wi4xdhcfsyg4x79a6pfvyc4w3sqgvl-packages.json.drv building '/nix/store/p5wi4xdhcfsyg4x79a6pfvyc4w3sqgvl-packages.json.drv'... Going to be running update for following packages: - python3.11-click-default-group-1.2.4 Press Enter key to continue... Running update for: - python3.11-click-default-group-1.2.4: UPDATING ... - python3.11-click-default-group-1.2.4: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.click-default-group 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.openapi3, using log file: /var/log/nixpkgs-update/python311Packages.openapi3/2024-03-04.log python311Packages.openapi3 0 -> 1 attrpath: python311Packages.openapi3 Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/ylkj6csdc0d9r94gs4ngnagjdh9rkgb8-packages.json.drv building '/nix/store/ylkj6csdc0d9r94gs4ngnagjdh9rkgb8-packages.json.drv'... Going to be running update for following packages: - python3.11-openapi3-1.8.2 Press Enter key to continue... Running update for: - python3.11-openapi3-1.8.2: UPDATING ... - python3.11-openapi3-1.8.2: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.openapi3 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.rpi-gpio, using log file: /var/log/nixpkgs-update/python311Packages.rpi-gpio/2024-03-04.log python311Packages.rpi-gpio 0 -> 1 attrpath: python311Packages.rpi-gpio Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/nj6syviwq4wayffhf3a3fkxckmq3c3ai-packages.json.drv building '/nix/store/nj6syviwq4wayffhf3a3fkxckmq3c3ai-packages.json.drv'... Going to be running update for following packages: - python3.11-rpi-gpio-0.7.1 Press Enter key to continue... Running update for: - python3.11-rpi-gpio-0.7.1: UPDATING ... - python3.11-rpi-gpio-0.7.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.rpi-gpio 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.libvirt, using log file: /var/log/nixpkgs-update/python311Packages.libvirt/2024-03-04.log python311Packages.libvirt 0 -> 1 attrpath: python311Packages.libvirt Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/mzpzr46h9p5hvr5y2j7m7lpwf7v0lblj-packages.json.drv building '/nix/store/mzpzr46h9p5hvr5y2j7m7lpwf7v0lblj-packages.json.drv'... Going to be running update for following packages: - python3.11-libvirt-10.0.0 Press Enter key to continue... Running update for: - python3.11-libvirt-10.0.0: UPDATING ... - python3.11-libvirt-10.0.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.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.cerberus, using log file: /var/log/nixpkgs-update/python311Packages.cerberus/2024-03-04.log python311Packages.cerberus 0 -> 1 attrpath: python311Packages.cerberus Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/3wzzr4fyi5wm9prszjlq34rs8bqw4b90-packages.json.drv building '/nix/store/3wzzr4fyi5wm9prszjlq34rs8bqw4b90-packages.json.drv'... Going to be running update for following packages: - python3.11-cerberus-1.3.5 Press Enter key to continue... Running update for: - python3.11-cerberus-1.3.5: UPDATING ... - python3.11-cerberus-1.3.5: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.cerberus 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath faraday-agent-dispatcher, using log file: /var/log/nixpkgs-update/faraday-agent-dispatcher/2024-03-04.log faraday-agent-dispatcher 0 -> 1 attrpath: faraday-agent-dispatcher Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/mr2jhh8zdzvknii9fa9caglv5y8ym7ns-packages.json.drv building '/nix/store/mr2jhh8zdzvknii9fa9caglv5y8ym7ns-packages.json.drv'... Going to be running update for following packages: - faraday-agent-dispatcher-3.2.1 Press Enter key to continue... Running update for: - faraday-agent-dispatcher-3.2.1: UPDATING ... - faraday-agent-dispatcher-3.2.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update faraday-agent-dispatcher 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rang, using log file: /var/log/nixpkgs-update/rang/2024-03-04.log rang 3.1.0 -> 3.2 https://github.com/agauniyal/rang/releases attrpath: rang 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/rang/default.nix b/pkgs/development/libraries/rang/default.nix index 050beef5ea30..b45050dd02ff 100644 --- a/pkgs/development/libraries/rang/default.nix +++ b/pkgs/development/libraries/rang/default.nix @@ -1,12 +1,12 @@ { lib, stdenv, fetchFromGitHub, cmake }: stdenv.mkDerivation rec { pname = "rang"; - version = "3.1.0"; + version = "3.2"; src = fetchFromGitHub { owner = "agauniyal"; repo = "rang"; rev = "cabe04d6d6b05356fa8f9741704924788f0dd762"; - sha256 = "0v2pz0l2smagr3j4abjccshg4agaccfz79m5ayvrvqq5d4rlds0s"; + sha256 = "sha256-GuhGM2kF4523V6Wm8x1j6inyoGZMLkXkyE9VLSj4V2w="; }; nativeBuildInputs = [ cmake ]; meta = with lib; { Source url did not change. [result] Failed to update rang 3.1.0 -> 3.2 https://github.com/agauniyal/rang/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.cma, using log file: /var/log/nixpkgs-update/python311Packages.cma/2024-03-04.log python311Packages.cma 0 -> 1 attrpath: python311Packages.cma Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/662fwm1j667w30q9ndpqly6n18pwlyq1-packages.json.drv building '/nix/store/662fwm1j667w30q9ndpqly6n18pwlyq1-packages.json.drv'... Going to be running update for following packages: - python3.11-cma-3.3.0 Press Enter key to continue... Running update for: - python3.11-cma-3.3.0: UPDATING ... - python3.11-cma-3.3.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.cma 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.hydra-core, using log file: /var/log/nixpkgs-update/python311Packages.hydra-core/2024-03-04.log python311Packages.hydra-core 0 -> 1 attrpath: python311Packages.hydra-core Checking auto update branch... [version] [version] generic version rewriter does not support multiple hashes [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/m68rwf6wv47pl8l5xi07s8nn7whnnfdb-packages.json.drv building '/nix/store/m68rwf6wv47pl8l5xi07s8nn7whnnfdb-packages.json.drv'... Going to be running update for following packages: - python3.11-hydra-core-1.3.2 Press Enter key to continue... Running update for: - python3.11-hydra-core-1.3.2: UPDATING ... - python3.11-hydra-core-1.3.2: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.hydra-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.pytest-flake8, using log file: /var/log/nixpkgs-update/python311Packages.pytest-flake8/2024-03-04.log python311Packages.pytest-flake8 0 -> 1 attrpath: python311Packages.pytest-flake8 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/z5kcndh17b6s274fcvsl25c4phz1dblf-packages.json.drv building '/nix/store/z5kcndh17b6s274fcvsl25c4phz1dblf-packages.json.drv'... Going to be running update for following packages: - python3.11-pytest-flake8-1.1.1 Press Enter key to continue... Running update for: - python3.11-pytest-flake8-1.1.1: UPDATING ... - python3.11-pytest-flake8-1.1.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.pytest-flake8 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath jxrlib, using log file: /var/log/nixpkgs-update/jxrlib/2024-03-04.log jxrlib 1.1 -> 2019.10.9 https://github.com/4creators/jxrlib/releases attrpath: jxrlib 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 jxrlib 1.1 -> 2019.10.9 https://github.com/4creators/jxrlib/releases [options] github_user: r-ryantm, pull_request: YES, batch_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-03-04.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/alip9zagzimhkshjxkydqb0kxwysfk8y-packages.json.drv building '/nix/store/alip9zagzimhkshjxkydqb0kxwysfk8y-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-03-04.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/mk9f8kdf5dijnaphj995xgbqr0a4053s-packages.json.drv building '/nix/store/mk9f8kdf5dijnaphj995xgbqr0a4053s-packages.json.drv'... Going to be running update for following packages: - python3.11-tensordict-0.3.1 Press Enter key to continue... Running update for: - python3.11-tensordict-0.3.1: UPDATING ... - python3.11-tensordict-0.3.1: 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.http-sf, using log file: /var/log/nixpkgs-update/python311Packages.http-sf/2024-03-04.log python311Packages.http-sf 0 -> 1 attrpath: python311Packages.http-sf Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/122dhfwpzk58i3yfkyfmir01k800gc2p-packages.json.drv building '/nix/store/122dhfwpzk58i3yfkyfmir01k800gc2p-packages.json.drv'... Going to be running update for following packages: - python3.11-http-sf-1.0.1 Press Enter key to continue... Running update for: - python3.11-http-sf-1.0.1: UPDATING ... - python3.11-http-sf-1.0.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.http-sf 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.exchangelib, using log file: /var/log/nixpkgs-update/python311Packages.exchangelib/2024-03-04.log python311Packages.exchangelib 0 -> 1 attrpath: python311Packages.exchangelib 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/2kcvz8wzyskwwxyi5hkxmxikpadjbiri-packages.json.drv building '/nix/store/2kcvz8wzyskwwxyi5hkxmxikpadjbiri-packages.json.drv'... Going to be running update for following packages: - python3.11-exchangelib-5.1.0 Press Enter key to continue... Running update for: - python3.11-exchangelib-5.1.0: UPDATING ... - python3.11-exchangelib-5.1.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.exchangelib 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.configobj, using log file: /var/log/nixpkgs-update/python311Packages.configobj/2024-03-04.log python311Packages.configobj 0 -> 1 attrpath: python311Packages.configobj Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/5a64n8if4pbvqwiglgkvjmyq8yqx4knk-packages.json.drv building '/nix/store/5a64n8if4pbvqwiglgkvjmyq8yqx4knk-packages.json.drv'... Going to be running update for following packages: - python3.11-configobj-5.0.8 Press Enter key to continue... Running update for: - python3.11-configobj-5.0.8: UPDATING ... - python3.11-configobj-5.0.8: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.configobj 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.transmissionrpc, using log file: /var/log/nixpkgs-update/python311Packages.transmissionrpc/2024-03-04.log python311Packages.transmissionrpc 0 -> 1 attrpath: python311Packages.transmissionrpc Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/6m3f65019v5i2qcspy863nmc561062mn-packages.json.drv building '/nix/store/6m3f65019v5i2qcspy863nmc561062mn-packages.json.drv'... Going to be running update for following packages: - python3.11-transmissionrpc-0.11 Press Enter key to continue... Running update for: - python3.11-transmissionrpc-0.11: UPDATING ... - python3.11-transmissionrpc-0.11: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.transmissionrpc 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: 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-throttle, using log file: /var/log/nixpkgs-update/python311Packages.asyncio-throttle/2024-03-04.log python311Packages.asyncio-throttle 0 -> 1 attrpath: python311Packages.asyncio-throttle Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/if9wk2nx8kkad1k12z662bmy4dr29z3l-packages.json.drv building '/nix/store/if9wk2nx8kkad1k12z662bmy4dr29z3l-packages.json.drv'... Going to be running update for following packages: - python3.11-asyncio-throttle-1.0.2 Press Enter key to continue... Running update for: - python3.11-asyncio-throttle-1.0.2: UPDATING ... - python3.11-asyncio-throttle-1.0.2: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.asyncio-throttle 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath vulnix, using log file: /var/log/nixpkgs-update/vulnix/2024-03-04.log vulnix 0 -> 1 attrpath: vulnix Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/0418rk6q55xmyn2d0v31rqq4y5197ixw-packages.json.drv building '/nix/store/0418rk6q55xmyn2d0v31rqq4y5197ixw-packages.json.drv'... Going to be running update for following packages: - vulnix-1.10.1 Press Enter key to continue... Running update for: - vulnix-1.10.1: UPDATING ... - vulnix-1.10.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update vulnix 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.pyaxmlparser, using log file: /var/log/nixpkgs-update/python311Packages.pyaxmlparser/2024-03-04.log python311Packages.pyaxmlparser 0 -> 1 attrpath: python311Packages.pyaxmlparser Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/3syzv83i70ldzhb4p6mialrvlk309ch5-packages.json.drv building '/nix/store/3syzv83i70ldzhb4p6mialrvlk309ch5-packages.json.drv'... Going to be running update for following packages: - python3.11-pyaxmlparser-0.3.27 Press Enter key to continue... Running update for: - python3.11-pyaxmlparser-0.3.27: UPDATING ... - python3.11-pyaxmlparser-0.3.27: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.pyaxmlparser 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.peaqevcore, using log file: /var/log/nixpkgs-update/python311Packages.peaqevcore/2024-03-04.log python311Packages.peaqevcore 0 -> 1 attrpath: python311Packages.peaqevcore Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/gz2nayc0dn00w345fnzskxgayil8i8p2-packages.json.drv building '/nix/store/gz2nayc0dn00w345fnzskxgayil8i8p2-packages.json.drv'... Going to be running update for following packages: - python3.11-peaqevcore-19.7.1 Press Enter key to continue... Running update for: - python3.11-peaqevcore-19.7.1: UPDATING ... - python3.11-peaqevcore-19.7.1: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/peaqevcore/default.nix b/pkgs/development/python-modules/peaqevcore/default.nix index f0213c041ec2..720cb3f5a650 100644 --- a/pkgs/development/python-modules/peaqevcore/default.nix +++ b/pkgs/development/python-modules/peaqevcore/default.nix @@ -7,14 +7,14 @@ buildPythonPackage rec { pname = "peaqevcore"; - version = "19.7.1"; + version = "19.7.2"; pyproject = true; disabled = pythonOlder "3.7"; src = fetchPypi { inherit pname version; - hash = "sha256-BVUnSKmLOF6DKirAI2lv8/tpcSGus2XZTPn3WSJjwgg="; + hash = "sha256-k9MiYJZN4TLY+HP1NfJER3upnQ//JBgrsERJ2JF+Xvw="; }; postPatch = '' No auto update branch exists [outpaths] eval start [outpaths] eval end Successfully finished processing cachix "/nix/store/lyaa0lqzsjv7a88kblwc5ffk35302xan-python3.11-peaqevcore-19.7.2" [check][nixpkgs-review] Result of `nixpkgs-review --extra-nixpkgs-config '{ allowInsecurePredicate = x: true; }'` run on x86_64-linux [1](https://github.com/Mic92/nixpkgs-review)
4 packages built:
  • python311Packages.peaqevcore
  • python311Packages.peaqevcore.dist
  • python312Packages.peaqevcore
  • python312Packages.peaqevcore.dist
Automatic update generated by [nixpkgs-update](https://github.com/ryantm/nixpkgs-update) tools. This update was made based on information from passthru.updateScript. meta.description for python311Packages.peaqevcore is: Library for interacting with Peaqev car charging meta.homepage for python311Packages.peaqevcore is: https://github.com/elden1337/peaqev-core meta.changelog for python311Packages.peaqevcore is: https://github.com/elden1337/peaqev-core/releases/tag/19.7.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 19.7.2 with grep in /nix/store/lyaa0lqzsjv7a88kblwc5ffk35302xan-python3.11-peaqevcore-19.7.2 - found 19.7.2 in filename of file in /nix/store/lyaa0lqzsjv7a88kblwc5ffk35302xan-python3.11-peaqevcore-19.7.2 ---
Rebuild report (if merged into master) (click to expand) ``` 2 total rebuild path(s) 2 package rebuild(s) First fifty rebuilds by attrpath python311Packages.peaqevcore python312Packages.peaqevcore ```
Instructions to test this update (click to expand) --- Either **download from Cachix**: ``` nix-store -r /nix/store/lyaa0lqzsjv7a88kblwc5ffk35302xan-python3.11-peaqevcore-19.7.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 python311Packages.peaqevcore https://github.com/r-ryantm/nixpkgs/archive/4e8d730e2949afd7e3828b4361b54767882599fb.tar.gz ``` Or: ``` nix build github:r-ryantm/nixpkgs/4e8d730e2949afd7e3828b4361b54767882599fb#python311Packages.peaqevcore ``` After you've downloaded or built it, look at the files and if there are any, run the binaries: ``` ls -la /nix/store/lyaa0lqzsjv7a88kblwc5ffk35302xan-python3.11-peaqevcore-19.7.2 ls -la /nix/store/lyaa0lqzsjv7a88kblwc5ffk35302xan-python3.11-peaqevcore-19.7.2/bin ``` ---

### Pre-merge build results We have automatically built all packages that will get rebuilt due to this change. This gives evidence on whether the upgrade will break dependent packages. Note sometimes packages show up as _failed to build_ independent of the change, simply because they are already broken on the target branch. Result of `nixpkgs-review --extra-nixpkgs-config '{ allowInsecurePredicate = x: true; }'` run on x86_64-linux [1](https://github.com/Mic92/nixpkgs-review)
4 packages built:
  • python311Packages.peaqevcore
  • python311Packages.peaqevcore.dist
  • python312Packages.peaqevcore
  • python312Packages.peaqevcore.dist
--- ###### Maintainer pings cc @fabaff 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/293323 [result] Success updating python311Packages.peaqevcore 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.securetar, using log file: /var/log/nixpkgs-update/python311Packages.securetar/2024-03-04.log python311Packages.securetar 0 -> 1 attrpath: python311Packages.securetar Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/1afrjyqdsavczhxnxd9yij6qsaa31snv-packages.json.drv building '/nix/store/1afrjyqdsavczhxnxd9yij6qsaa31snv-packages.json.drv'... Going to be running update for following packages: - python3.11-securetar-2024.2.0 Press Enter key to continue... Running update for: - python3.11-securetar-2024.2.0: UPDATING ... - python3.11-securetar-2024.2.0: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/securetar/default.nix b/pkgs/development/python-modules/securetar/default.nix index 4104fa2dc499..b4c8c90989ec 100644 --- a/pkgs/development/python-modules/securetar/default.nix +++ b/pkgs/development/python-modules/securetar/default.nix @@ -9,7 +9,7 @@ buildPythonPackage rec { pname = "securetar"; - version = "2024.2.0"; + version = "2024.2.1"; pyproject = true; disabled = pythonOlder "3.9"; @@ -18,7 +18,7 @@ buildPythonPackage rec { owner = "pvizeli"; repo = "securetar"; rev = "refs/tags/${version}"; - hash = "sha256-rYRbrpXo2oVW8SpddNsKb0FBdscovNUaGXLHy7WBiVU="; + hash = "sha256-D50ceRlK+v5Uo3qBBpVtKwI8zKU/qh1Njn3qeKM4LiY="; }; nativeBuildInputs = [ No auto update branch exists [outpaths] eval start [outpaths] eval end Python package with too many package rebuilds 811 > 25 [result] Failed to update python311Packages.securetar 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_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-03-04.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 python311Packages.dominate, using log file: /var/log/nixpkgs-update/python311Packages.dominate/2024-03-04.log python311Packages.dominate 0 -> 1 attrpath: python311Packages.dominate Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/ivrrq1n2ab15b5iigv7ycal9y1ahlx1j-packages.json.drv building '/nix/store/ivrrq1n2ab15b5iigv7ycal9y1ahlx1j-packages.json.drv'... Going to be running update for following packages: - python3.11-dominate-2.9.1 Press Enter key to continue... Running update for: - python3.11-dominate-2.9.1: UPDATING ... - python3.11-dominate-2.9.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.dominate 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.openstackdocstheme, using log file: /var/log/nixpkgs-update/python311Packages.openstackdocstheme/2024-03-04.log python311Packages.openstackdocstheme 0 -> 1 attrpath: python311Packages.openstackdocstheme Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/gm95w3q4yylpjw253b9yn3rkmk5af056-packages.json.drv building '/nix/store/gm95w3q4yylpjw253b9yn3rkmk5af056-packages.json.drv'... Going to be running update for following packages: - python3.11-openstackdocstheme-3.2.0 Press Enter key to continue... Running update for: - python3.11-openstackdocstheme-3.2.0: UPDATING ... - python3.11-openstackdocstheme-3.2.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.openstackdocstheme 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.glymur, using log file: /var/log/nixpkgs-update/python311Packages.glymur/2024-03-04.log python311Packages.glymur 0 -> 1 attrpath: python311Packages.glymur Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/pwsd4cn8fnbbss0jib4j6qqj3l0xq35a-packages.json.drv building '/nix/store/pwsd4cn8fnbbss0jib4j6qqj3l0xq35a-packages.json.drv'... Going to be running update for following packages: - python3.11-glymur-0.12.5 Press Enter key to continue... Running update for: - python3.11-glymur-0.12.5: UPDATING ... - python3.11-glymur-0.12.5: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.glymur 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: 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-03-04.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/d01fvaf2x70g5vrplyxqbyql2klswmpb-packages.json.drv building '/nix/store/d01fvaf2x70g5vrplyxqbyql2klswmpb-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 gotify-server, using log file: /var/log/nixpkgs-update/gotify-server/2024-03-04.log gotify-server 0 -> 1 attrpath: gotify-server 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/mvdmjsqw2pmga92qib1jhhd5gdx0a1r3-packages.json.drv building '/nix/store/mvdmjsqw2pmga92qib1jhhd5gdx0a1r3-packages.json.drv'... Going to be running update for following packages: - gotify-server-2.4.0 Press Enter key to continue... Running update for: - gotify-server-2.4.0: UPDATING ... - gotify-server-2.4.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update gotify-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.py-nightscout, using log file: /var/log/nixpkgs-update/python311Packages.py-nightscout/2024-03-04.log python311Packages.py-nightscout 0 -> 1 attrpath: python311Packages.py-nightscout Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/1d0jbchngllhvgn5y5ysnl1acf8z1q7d-packages.json.drv building '/nix/store/1d0jbchngllhvgn5y5ysnl1acf8z1q7d-packages.json.drv'... Going to be running update for following packages: - python3.11-py-nightscout-1.3.3 Press Enter key to continue... Running update for: - python3.11-py-nightscout-1.3.3: UPDATING ... - python3.11-py-nightscout-1.3.3: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.py-nightscout 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_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-recipes, using log file: /var/log/nixpkgs-update/gnome-recipes/2024-03-04.log gnome-recipes 0 -> 1 attrpath: gnome-recipes Checking auto update branch... Do not update GNOME during a release cycle [result] Failed to update gnome-recipes 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: 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-eventlog, using log file: /var/log/nixpkgs-update/python311Packages.dissect-eventlog/2024-03-04.log python311Packages.dissect-eventlog 0 -> 1 attrpath: python311Packages.dissect-eventlog Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/y9f075f7ai1gvx0r8wfidq4cvg0nq03l-packages.json.drv building '/nix/store/y9f075f7ai1gvx0r8wfidq4cvg0nq03l-packages.json.drv'... Going to be running update for following packages: - python3.11-dissect-eventlog-3.6 Press Enter key to continue... Running update for: - python3.11-dissect-eventlog-3.6: UPDATING ... - python3.11-dissect-eventlog-3.6: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.dissect-eventlog 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: 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-03-04.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/l2sqrbc52f7mw91mqyd7hhpxpsp8y7dl-packages.json.drv building '/nix/store/l2sqrbc52f7mw91mqyd7hhpxpsp8y7dl-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 pysentation, using log file: /var/log/nixpkgs-update/pysentation/2024-03-04.log pysentation 0 -> 1 attrpath: pysentation Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/3fd1saq2icx1v0kikqjl4fjvlfimr0g5-packages.json.drv building '/nix/store/3fd1saq2icx1v0kikqjl4fjvlfimr0g5-packages.json.drv'... Going to be running update for following packages: - pysentation-1.0.0 Press Enter key to continue... Running update for: - pysentation-1.0.0: UPDATING ... - pysentation-1.0.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update pysentation 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath mysqltuner, using log file: /var/log/nixpkgs-update/mysqltuner/2024-03-04.log mysqltuner 1.8.3 -> 2.5.2 https://github.com/major/MySQLTuner-perl/releases attrpath: mysqltuner 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/b0qbj1ccjd2i7zfpb27m20855hjv4xrq-source.drv building '/nix/store/b0qbj1ccjd2i7zfpb27m20855hjv4xrq-source.drv'... trying https://github.com/major/MySQLTuner-perl/archive/2.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: boost::bad_format_string: format-string is ill-formed stderr did not split as expected full stderr was: error: attribute 'originalSrc' in selection path 'mysqltuner.originalSrc' not found stderr did not split as expected full stderr was: these 2 derivations will be built: /nix/store/b0qbj1ccjd2i7zfpb27m20855hjv4xrq-source.drv /nix/store/p7k3j833fd6xd2qpz3c3mdrk64zm85l2-mysqltuner-2.5.2.drv building '/nix/store/b0qbj1ccjd2i7zfpb27m20855hjv4xrq-source.drv'... trying https://github.com/major/MySQLTuner-perl/archive/2.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/b0qbj1ccjd2i7zfpb27m20855hjv4xrq-source.drv' failed with exit code 1; last 8 log lines: > > trying https://github.com/major/MySQLTuner-perl/archive/2.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/b0qbj1ccjd2i7zfpb27m20855hjv4xrq-source.drv'. error: 1 dependencies of derivation '/nix/store/p7k3j833fd6xd2qpz3c3mdrk64zm85l2-mysqltuner-2.5.2.drv' failed to build [result] Failed to update mysqltuner 1.8.3 -> 2.5.2 https://github.com/major/MySQLTuner-perl/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.crownstone-sse, using log file: /var/log/nixpkgs-update/python311Packages.crownstone-sse/2024-03-04.log python311Packages.crownstone-sse 0 -> 1 attrpath: python311Packages.crownstone-sse Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/8c5qk0x7jqwpga9d0ikmwmhg6z9v4id8-packages.json.drv building '/nix/store/8c5qk0x7jqwpga9d0ikmwmhg6z9v4id8-packages.json.drv'... Going to be running update for following packages: - python3.11-crownstone-sse-2.0.4 Press Enter key to continue... Running update for: - python3.11-crownstone-sse-2.0.4: UPDATING ... - python3.11-crownstone-sse-2.0.4: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.crownstone-sse 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: 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-pytz, using log file: /var/log/nixpkgs-update/python311Packages.types-pytz/2024-03-04.log python311Packages.types-pytz 0 -> 1 attrpath: python311Packages.types-pytz Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/m1q1zqdjdsyi49mvimjx8rghr7ky4bd1-packages.json.drv building '/nix/store/m1q1zqdjdsyi49mvimjx8rghr7ky4bd1-packages.json.drv'... Going to be running update for following packages: - python3.11-types-pytz-2024.1.0.20240203 Press Enter key to continue... Running update for: - python3.11-types-pytz-2024.1.0.20240203: UPDATING ... - python3.11-types-pytz-2024.1.0.20240203: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.types-pytz 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_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, using log file: /var/log/nixpkgs-update/schleuder/2024-03-04.log schleuder 0 -> 1 attrpath: schleuder 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 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath depotdownloader, using log file: /var/log/nixpkgs-update/depotdownloader/2024-03-04.log depotdownloader 0 -> 1 attrpath: depotdownloader Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/id33z23s2bvadvp8wn053sz542xijirx-packages.json.drv building '/nix/store/id33z23s2bvadvp8wn053sz542xijirx-packages.json.drv'... Going to be running update for following packages: - depotdownloader-2.5.0 Press Enter key to continue... Running update for: - depotdownloader-2.5.0: UPDATING ... - depotdownloader-2.5.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update depotdownloader 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.naturalsort, using log file: /var/log/nixpkgs-update/python311Packages.naturalsort/2024-03-04.log python311Packages.naturalsort 0 -> 1 attrpath: python311Packages.naturalsort Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/3xm64q4kkfpdinihs42civqqsj208628-packages.json.drv building '/nix/store/3xm64q4kkfpdinihs42civqqsj208628-packages.json.drv'... Going to be running update for following packages: - python3.11-naturalsort-1.5.1 Press Enter key to continue... Running update for: - python3.11-naturalsort-1.5.1: UPDATING ... - python3.11-naturalsort-1.5.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.naturalsort 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.cfgv, using log file: /var/log/nixpkgs-update/python311Packages.cfgv/2024-03-04.log python311Packages.cfgv 0 -> 1 attrpath: python311Packages.cfgv Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/fakh9yxbrfsr1q4yh04kaayn1h4wisp1-packages.json.drv building '/nix/store/fakh9yxbrfsr1q4yh04kaayn1h4wisp1-packages.json.drv'... Going to be running update for following packages: - python3.11-cfgv-3.4.0 Press Enter key to continue... Running update for: - python3.11-cfgv-3.4.0: UPDATING ... - python3.11-cfgv-3.4.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.cfgv 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath libpanel, using log file: /var/log/nixpkgs-update/libpanel/2024-03-04.log libpanel 0 -> 1 attrpath: libpanel Checking auto update branch... Do not update GNOME during a release cycle [result] Failed to update libpanel 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.bcg, using log file: /var/log/nixpkgs-update/python311Packages.bcg/2024-03-04.log python311Packages.bcg 0 -> 1 attrpath: python311Packages.bcg Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/br67rg8b324agab1n135aplf6d2dx7i6-packages.json.drv building '/nix/store/br67rg8b324agab1n135aplf6d2dx7i6-packages.json.drv'... Going to be running update for following packages: - python3.11-bcg-1.17.0 Press Enter key to continue... Running update for: - python3.11-bcg-1.17.0: UPDATING ... - python3.11-bcg-1.17.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.bcg 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.Keras, using log file: /var/log/nixpkgs-update/python311Packages.Keras/2024-03-04.log python311Packages.Keras 0 -> 1 attrpath: python311Packages.Keras Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/2d2f1wsqmnfwspk74ba6k9ckwxh23sky-packages.json.drv building '/nix/store/2d2f1wsqmnfwspk74ba6k9ckwxh23sky-packages.json.drv'... Going to be running update for following packages: - python3.11-keras-3.0.0 Press Enter key to continue... Running update for: - python3.11-keras-3.0.0: UPDATING ... - python3.11-keras-3.0.0: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/keras/default.nix b/pkgs/development/python-modules/keras/default.nix index b91925b574e6..c74579296223 100644 --- a/pkgs/development/python-modules/keras/default.nix +++ b/pkgs/development/python-modules/keras/default.nix @@ -6,12 +6,12 @@ buildPythonPackage rec { pname = "keras"; - version = "3.0.0"; + version = "3.0.5"; format = "wheel"; src = fetchPypi { inherit format pname version; - hash = "sha256-/z8++iqlzBNLHYuFaTqrMlWLHZyGBjChP1iTTm0ckI0="; + hash = "sha256-SgIvLpfqWj2xLtgJ/8t84e+NNP6urFIxXshVPe0tz5c="; python = "py3"; dist = "py3"; }; No auto update branch exists There might already be an open PR for this update: - python311Packages.keras: 3.0.0 -> 3.0.5 URL "https://api.github.com/repos/NixOS/nixpkgs/issues/281128" [result] Failed to update python311Packages.Keras 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.djangorestframework-simplejwt, using log file: /var/log/nixpkgs-update/python311Packages.djangorestframework-simplejwt/2024-03-04.log python311Packages.djangorestframework-simplejwt 0 -> 1 attrpath: python311Packages.djangorestframework-simplejwt Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/y0wvxi7w2cj3sgnmixi6va5x5929slaq-packages.json.drv building '/nix/store/y0wvxi7w2cj3sgnmixi6va5x5929slaq-packages.json.drv'... Going to be running update for following packages: - python3.11-djangorestframework-simplejwt-5.3.1 Press Enter key to continue... Running update for: - python3.11-djangorestframework-simplejwt-5.3.1: UPDATING ... - python3.11-djangorestframework-simplejwt-5.3.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.djangorestframework-simplejwt 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.certomancer, using log file: /var/log/nixpkgs-update/python311Packages.certomancer/2024-03-04.log python311Packages.certomancer 0 -> 1 attrpath: python311Packages.certomancer Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/66krpgmi7xbyg7p3r57k6hq00ciivbnq-packages.json.drv building '/nix/store/66krpgmi7xbyg7p3r57k6hq00ciivbnq-packages.json.drv'... Going to be running update for following packages: - python3.11-certomancer-0.11.0 Press Enter key to continue... Running update for: - python3.11-certomancer-0.11.0: UPDATING ... - python3.11-certomancer-0.11.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.certomancer 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.uharfbuzz, using log file: /var/log/nixpkgs-update/python311Packages.uharfbuzz/2024-03-04.log python311Packages.uharfbuzz 0 -> 1 attrpath: python311Packages.uharfbuzz Checking auto update branch... [version] [version] skipping because derivation has 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/2flnkc1j650mzycnlx0c1i9jvsskfs9w-packages.json.drv building '/nix/store/2flnkc1j650mzycnlx0c1i9jvsskfs9w-packages.json.drv'... Going to be running update for following packages: - python3.11-uharfbuzz-0.37.3 Press Enter key to continue... Running update for: - python3.11-uharfbuzz-0.37.3: UPDATING ... - python3.11-uharfbuzz-0.37.3: ERROR --- SHOWING ERROR LOG FOR python3.11-uharfbuzz-0.37.3 ---------------------- INFO:root:Updating packages... Traceback (most recent call last): File "/nix/store/76ikmd9xpsny2cs10qsfj96ri8626006-update-python-libraries", line 596, in main() File "/nix/store/76ikmd9xpsny2cs10qsfj96ri8626006-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/76ikmd9xpsny2cs10qsfj96ri8626006-update-python-libraries", line 575, in results = list(filter(bool, p.map(lambda pkg: _update(pkg, target), packages))) ^^^^^^^^^^^^^^^^^^^^ File "/nix/store/76ikmd9xpsny2cs10qsfj96ri8626006-update-python-libraries", line 519, in _update return _update_package(path, target) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/76ikmd9xpsny2cs10qsfj96ri8626006-update-python-libraries", line 430, in _update_package new_version, new_sha256, prefix = FETCHERS[fetcher]( ^^^^^^^^^^^^^^^^^^ File "/nix/store/76ikmd9xpsny2cs10qsfj96ri8626006-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-uharfbuzz-0.37.3 ---------------------- The update script for python3.11-uharfbuzz-0.37.3 failed with exit code 1 [result] Failed to update python311Packages.uharfbuzz 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.opentelemetry-instrumentation-aiohttp-client, using log file: /var/log/nixpkgs-update/python311Packages.opentelemetry-instrumentation-aiohttp-client/2024-03-04.log python311Packages.opentelemetry-instrumentation-aiohttp-client 0 -> 1 attrpath: python311Packages.opentelemetry-instrumentation-aiohttp-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/sjq6h5jjgz9if3jlv3zfw0a0sz3gfp8w-packages.json.drv building '/nix/store/sjq6h5jjgz9if3jlv3zfw0a0sz3gfp8w-packages.json.drv'... Going to be running update for following packages: - python3.11-opentelemetry-instrumentation-aiohttp-client-0.43b0 Press Enter key to continue... Running update for: - python3.11-opentelemetry-instrumentation-aiohttp-client-0.43b0: UPDATING ... - python3.11-opentelemetry-instrumentation-aiohttp-client-0.43b0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.opentelemetry-instrumentation-aiohttp-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.pyunpack, using log file: /var/log/nixpkgs-update/python311Packages.pyunpack/2024-03-04.log python311Packages.pyunpack 0 -> 1 attrpath: python311Packages.pyunpack Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/in69n25wx9p6js2aalh45a1vkj9rrdal-packages.json.drv building '/nix/store/in69n25wx9p6js2aalh45a1vkj9rrdal-packages.json.drv'... Going to be running update for following packages: - python3.11-pyunpack-0.3 Press Enter key to continue... Running update for: - python3.11-pyunpack-0.3: UPDATING ... - python3.11-pyunpack-0.3: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.pyunpack 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_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.statistics, using log file: /var/log/nixpkgs-update/octavePackages.statistics/2024-03-04.log octavePackages.statistics 0 -> 1 attrpath: octavePackages.statistics Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/b22757kxygk62ixi8066wjkscp3zb6xg-packages.json.drv building '/nix/store/b22757kxygk62ixi8066wjkscp3zb6xg-packages.json.drv'... Going to be running update for following packages: - octave-8.4.0-statistics-1.6.0 Press Enter key to continue... Running update for: - octave-8.4.0-statistics-1.6.0: UPDATING ... - octave-8.4.0-statistics-1.6.0: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/octave-modules/statistics/default.nix b/pkgs/development/octave-modules/statistics/default.nix index 552f7a4f8e37..7980807737d6 100644 --- a/pkgs/development/octave-modules/statistics/default.nix +++ b/pkgs/development/octave-modules/statistics/default.nix @@ -6,13 +6,13 @@ buildOctavePackage rec { pname = "statistics"; - version = "1.6.0"; + version = "1.6.4"; src = fetchFromGitHub { owner = "gnu-octave"; repo = "statistics"; rev = "refs/tags/release-${version}"; - sha256 = "sha256-XJXDiVDg3Nw7a/ih49jtkYRmyvAhTfs3LbBQmw+87oc="; + sha256 = "sha256-n7tfc67PiFDuWh+7w93RwGzdR6cg81xLp0ILOlundnU="; }; requiredOctavePackages = [ An auto update branch exists with message `octavePackages.statistics: 1.6.0 -> 1.6.3`. New version is 1.6.4. The auto update branch does not match or exceed the new version. [outpaths] eval start [outpaths] eval end Successfully finished processing cachix "/nix/store/c4sav2dz8pfj6dd0g8p4dlz7pb87ngyn-octave-8.4.0-statistics-1.6.4" [check][nixpkgs-review] Result of `nixpkgs-review --extra-nixpkgs-config '{ allowInsecurePredicate = x: true; }'` run on x86_64-linux [1](https://github.com/Mic92/nixpkgs-review)
1 package marked as broken and skipped:
  • octavePackages.vrml
5 packages built:
  • octavePackages.data-smoothing
  • octavePackages.econometrics
  • octavePackages.ncarray
  • octavePackages.optim
  • octavePackages.statistics
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 octavePackages.statistics is: Additional statistics functions for Octave meta.homepage for octavePackages.statistics is: https://octave.sourceforge.io/statistics/index.html ###### 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 1.6.4 with grep in /nix/store/c4sav2dz8pfj6dd0g8p4dlz7pb87ngyn-octave-8.4.0-statistics-1.6.4 - found 1.6.4 in filename of file in /nix/store/c4sav2dz8pfj6dd0g8p4dlz7pb87ngyn-octave-8.4.0-statistics-1.6.4 ---
Rebuild report (if merged into master) (click to expand) ``` 6 total rebuild path(s) 6 package rebuild(s) First fifty rebuilds by attrpath octavePackages.data-smoothing octavePackages.econometrics octavePackages.ncarray octavePackages.optim octavePackages.statistics octavePackages.vrml ```
Instructions to test this update (click to expand) --- Either **download from Cachix**: ``` nix-store -r /nix/store/c4sav2dz8pfj6dd0g8p4dlz7pb87ngyn-octave-8.4.0-statistics-1.6.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 octavePackages.statistics https://github.com/r-ryantm/nixpkgs/archive/edea861b39a1adc7c6e6f9ab31393efcb67c290e.tar.gz ``` Or: ``` nix build github:r-ryantm/nixpkgs/edea861b39a1adc7c6e6f9ab31393efcb67c290e#octavePackages.statistics ``` After you've downloaded or built it, look at the files and if there are any, run the binaries: ``` ls -la /nix/store/c4sav2dz8pfj6dd0g8p4dlz7pb87ngyn-octave-8.4.0-statistics-1.6.4 ls -la /nix/store/c4sav2dz8pfj6dd0g8p4dlz7pb87ngyn-octave-8.4.0-statistics-1.6.4/bin ``` ---

### Pre-merge build results We have automatically built all packages that will get rebuilt due to this change. This gives evidence on whether the upgrade will break dependent packages. Note sometimes packages show up as _failed to build_ independent of the change, simply because they are already broken on the target branch. Result of `nixpkgs-review --extra-nixpkgs-config '{ allowInsecurePredicate = x: true; }'` run on x86_64-linux [1](https://github.com/Mic92/nixpkgs-review)
1 package marked as broken and skipped:
  • octavePackages.vrml
5 packages built:
  • octavePackages.data-smoothing
  • octavePackages.econometrics
  • octavePackages.ncarray
  • octavePackages.optim
  • octavePackages.statistics
--- ###### Maintainer pings cc @KarlJoad 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/282190 [result] Success updating octavePackages.statistics 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.pyspiflash, using log file: /var/log/nixpkgs-update/python311Packages.pyspiflash/2024-03-04.log python311Packages.pyspiflash 0 -> 1 attrpath: python311Packages.pyspiflash Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/vdy0q3f33nyngw9fk2vvghr9pfmhakr9-packages.json.drv building '/nix/store/vdy0q3f33nyngw9fk2vvghr9pfmhakr9-packages.json.drv'... Going to be running update for following packages: - python3.11-pyspiflash-0.6.3 Press Enter key to continue... Running update for: - python3.11-pyspiflash-0.6.3: UPDATING ... - python3.11-pyspiflash-0.6.3: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.pyspiflash 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.rsskey, using log file: /var/log/nixpkgs-update/python311Packages.rsskey/2024-03-04.log python311Packages.rsskey 0 -> 1 attrpath: python311Packages.rsskey Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/w8i85y1b8cjb6p2p31lzxdr2qwnyn63g-packages.json.drv building '/nix/store/w8i85y1b8cjb6p2p31lzxdr2qwnyn63g-packages.json.drv'... Going to be running update for following packages: - python3.11-rsskey-0.2.0 Press Enter key to continue... Running update for: - python3.11-rsskey-0.2.0: UPDATING ... - python3.11-rsskey-0.2.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.rsskey 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.transaction, using log file: /var/log/nixpkgs-update/python311Packages.transaction/2024-03-04.log python311Packages.transaction 0 -> 1 attrpath: python311Packages.transaction Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/xmjgl4klk6cdrykm8sn93h8yrrp5gvb2-packages.json.drv building '/nix/store/xmjgl4klk6cdrykm8sn93h8yrrp5gvb2-packages.json.drv'... Going to be running update for following packages: - python3.11-transaction-4.0 Press Enter key to continue... Running update for: - python3.11-transaction-4.0: UPDATING ... - python3.11-transaction-4.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.transaction 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath gdk-pixbuf, using log file: /var/log/nixpkgs-update/gdk-pixbuf/2024-03-04.log gdk-pixbuf 0 -> 1 attrpath: gdk-pixbuf Checking auto update branch... Do not update GNOME during a release cycle [result] Failed to update gdk-pixbuf 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.hvac, using log file: /var/log/nixpkgs-update/python311Packages.hvac/2024-03-04.log python311Packages.hvac 0 -> 1 attrpath: python311Packages.hvac Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/0558jc58rb8q657rlra01myx5c26gfqz-packages.json.drv building '/nix/store/0558jc58rb8q657rlra01myx5c26gfqz-packages.json.drv'... Going to be running update for following packages: - python3.11-hvac-2.1.0 Press Enter key to continue... Running update for: - python3.11-hvac-2.1.0: UPDATING ... - python3.11-hvac-2.1.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.hvac 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.argparse-dataclass, using log file: /var/log/nixpkgs-update/python311Packages.argparse-dataclass/2024-03-04.log python311Packages.argparse-dataclass 0 -> 1 attrpath: python311Packages.argparse-dataclass Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/sbcdy9577is4n7m9l61gmvsaj81mh1m0-packages.json.drv building '/nix/store/sbcdy9577is4n7m9l61gmvsaj81mh1m0-packages.json.drv'... Going to be running update for following packages: - python3.11-argparse-dataclass-2.0.0 Press Enter key to continue... Running update for: - python3.11-argparse-dataclass-2.0.0: UPDATING ... - python3.11-argparse-dataclass-2.0.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.argparse-dataclass 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.pexif, using log file: /var/log/nixpkgs-update/python311Packages.pexif/2024-03-04.log python311Packages.pexif 0 -> 1 attrpath: python311Packages.pexif Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/rz65ml3xgycipc2camb2wlmav2k3k5m2-packages.json.drv building '/nix/store/rz65ml3xgycipc2camb2wlmav2k3k5m2-packages.json.drv'... Going to be running update for following packages: - python3.11-pexif-0.15 Press Enter key to continue... Running update for: - python3.11-pexif-0.15: UPDATING ... - python3.11-pexif-0.15: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.pexif 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.xiaomi-ble, using log file: /var/log/nixpkgs-update/python311Packages.xiaomi-ble/2024-03-04.log python311Packages.xiaomi-ble 0 -> 1 attrpath: python311Packages.xiaomi-ble Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/icdriaz346cgnp5bfkl6knk3x43wgiqx-packages.json.drv building '/nix/store/icdriaz346cgnp5bfkl6knk3x43wgiqx-packages.json.drv'... Going to be running update for following packages: - python3.11-xiaomi-ble-0.26.1 Press Enter key to continue... Running update for: - python3.11-xiaomi-ble-0.26.1: UPDATING ... - python3.11-xiaomi-ble-0.26.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.xiaomi-ble 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.mplhep, using log file: /var/log/nixpkgs-update/python311Packages.mplhep/2024-03-04.log python311Packages.mplhep 0 -> 1 attrpath: python311Packages.mplhep Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/4bh3kj62i8nr70hzmgmlcqc9m89zmc2z-packages.json.drv building '/nix/store/4bh3kj62i8nr70hzmgmlcqc9m89zmc2z-packages.json.drv'... Going to be running update for following packages: - python3.11-mplhep-0.3.35 Press Enter key to continue... Running update for: - python3.11-mplhep-0.3.35: UPDATING ... - python3.11-mplhep-0.3.35: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.mplhep 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.tpm2-pytss, using log file: /var/log/nixpkgs-update/python311Packages.tpm2-pytss/2024-03-04.log python311Packages.tpm2-pytss 0 -> 1 attrpath: python311Packages.tpm2-pytss 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/99zy32bximwzaxsw1j94r57gjfv6xnyq-packages.json.drv building '/nix/store/99zy32bximwzaxsw1j94r57gjfv6xnyq-packages.json.drv'... Going to be running update for following packages: - python3.11-tpm2-pytss-2.1.0 Press Enter key to continue... Running update for: - python3.11-tpm2-pytss-2.1.0: UPDATING ... - python3.11-tpm2-pytss-2.1.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.tpm2-pytss 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath junkie, using log file: /var/log/nixpkgs-update/junkie/2024-03-04.log junkie 2.8.0 -> 2.8.1 https://github.com/rixed/junkie/releases attrpath: junkie 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 junkie 2.8.0 -> 2.8.1 https://github.com/rixed/junkie/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.ttach, using log file: /var/log/nixpkgs-update/python311Packages.ttach/2024-03-04.log python311Packages.ttach 0 -> 1 attrpath: python311Packages.ttach Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/3q5lhgk08kbs9wq6vgrj89vf8jbzxmij-packages.json.drv building '/nix/store/3q5lhgk08kbs9wq6vgrj89vf8jbzxmij-packages.json.drv'... Going to be running update for following packages: - python3.11-ttach-0.0.3 Press Enter key to continue... Running update for: - python3.11-ttach-0.0.3: UPDATING ... - python3.11-ttach-0.0.3: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.ttach 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_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.gvfs, using log file: /var/log/nixpkgs-update/gnome.gvfs/2024-03-04.log gnome.gvfs 0 -> 1 attrpath: gnome.gvfs Checking auto update branch... Do not update GNOME during a release cycle [result] Failed to update gnome.gvfs 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath clingcon, using log file: /var/log/nixpkgs-update/clingcon/2024-03-04.log clingcon 5.2.0 -> 5.2.1 https://github.com/potassco/clingcon/releases attrpath: clingcon Checking auto update branch... An auto update branch exists with message `clingcon: 5.2.0 -> 5.2.1`. New version is 5.2.1. An auto update branch exists with an equal or greater version [result] Failed to update clingcon 5.2.0 -> 5.2.1 https://github.com/potassco/clingcon/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath cctz, using log file: /var/log/nixpkgs-update/cctz/2024-03-04.log cctz 2.3 -> 2.4 https://github.com/google/cctz/releases attrpath: cctz Checking auto update branch... An auto update branch exists with message `cctz: 2.3 -> 2.4`. New version is 2.4. An auto update branch exists with an equal or greater version [result] Failed to update cctz 2.3 -> 2.4 https://github.com/google/cctz/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath libffiBoot, using log file: /var/log/nixpkgs-update/libffiBoot/2024-03-04.log libffiBoot 3.4.4 -> 3.4.6 https://github.com/libffi/libffi/releases attrpath: libffiBoot Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/d985gd4s7clnca120a0vzljr4gyqd1sc-packages.json.drv building '/nix/store/d985gd4s7clnca120a0vzljr4gyqd1sc-packages.json.drv'... Going to be running update for following packages: - libffi-3.4.4 Press Enter key to continue... Running update for: - libffi-3.4.4: UPDATING ... - libffi-3.4.4: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/libraries/libffi/default.nix b/pkgs/development/libraries/libffi/default.nix index ac910dc3d649..e3c5ca85b046 100644 --- a/pkgs/development/libraries/libffi/default.nix +++ b/pkgs/development/libraries/libffi/default.nix @@ -11,11 +11,11 @@ stdenv.mkDerivation (finalAttrs: { pname = "libffi"; - version = "3.4.4"; + version = "3.4.6"; src = fetchurl { url = with finalAttrs; "https://github.com/libffi/libffi/releases/download/v${version}/${pname}-${version}.tar.gz"; - sha256 = "sha256-1mxWrSWags8qnfxAizK/XaUjcVALhHRff7i2RXEt9nY="; + sha256 = "sha256-sN6p3yPIY6elDoJUQPPr/6vWXfFJcQjl1Dd0eEOJWk4="; }; # Note: this package is used for bootstrapping fetchurl, and thus No auto update branch exists Old version 3.4.4" not present in staging derivation file with contents: { lib, stdenv, fetchurl, fetchpatch , autoreconfHook # test suite depends on dejagnu which cannot be used during bootstrapping # dejagnu also requires tcl which can't be built statically at the moment , doCheck ? !(stdenv.hostPlatform.isStatic) , dejagnu , nix-update-script , testers }: stdenv.mkDerivation (finalAttrs: { pname = "libffi"; version = "3.4.6"; src = fetchurl { url = with finalAttrs; "https://github.com/libffi/libffi/releases/download/v${version}/${pname}-${version}.tar.gz"; hash = "sha256-sN6p3yPIY6elDoJUQPPr/6vWXfFJcQjl1Dd0eEOJWk4="; }; # 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. patches = [ ]; strictDeps = true; outputs = [ "out" "dev" "man" "info" ]; enableParallelBuilding = true; configurePlatforms = [ "build" "host" ]; configureFlags = [ "--with-gcc-arch=generic" # no detection of -march= or -mtune= "--enable-pax_emutramp" ]; preCheck = '' # The tests use -O0 which is not compatible with -D_FORTIFY_SOURCE. NIX_HARDENING_ENABLE=''${NIX_HARDENING_ENABLE/fortify3/} NIX_HARDENING_ENABLE=''${NIX_HARDENING_ENABLE/fortify/} ''; dontStrip = stdenv.hostPlatform != stdenv.buildPlatform; # Don't run the native `strip' when cross-compiling. inherit doCheck; nativeCheckInputs = [ dejagnu ]; passthru = { updateScript = nix-update-script { }; tests = { pkg-config = testers.hasPkgConfigModules { package = finalAttrs.finalPackage; }; }; }; meta = with lib; { description = "A foreign function call interface library"; longDescription = '' The libffi library provides a portable, high level programming interface to various calling conventions. This allows a programmer to call any function specified by a call interface description at run-time. FFI stands for Foreign Function Interface. A foreign function interface is the popular name for the interface that allows code written in one language to call code written in another language. The libffi library really only provides the lowest, machine dependent layer of a fully featured foreign function interface. A layer must exist above libffi that handles type conversions for values passed between the two languages. ''; homepage = "http://sourceware.org/libffi/"; license = licenses.mit; maintainers = with maintainers; [ matthewbauer ]; platforms = platforms.all; pkgConfigModules = [ "libffi" ]; }; }) [result] Failed to update libffiBoot 3.4.4 -> 3.4.6 https://github.com/libffi/libffi/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath roadrunner, using log file: /var/log/nixpkgs-update/roadrunner/2024-03-04.log roadrunner 2023.3.10 -> 2023.3.12 https://github.com/roadrunner-server/roadrunner/releases attrpath: roadrunner 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-xAzZdElu0rzoWnEQbhMO7DhQx3P7241yMy/Gvk9jnCA=" build succeeded unexpectedlystderr did not split as expected full stderr was: error: attribute 'originalSrc' in selection path 'roadrunner.originalSrc' not found stderr did not split as expected full stderr was: these 2 derivations will be built: /nix/store/ggpgrqzc9jd04xqnplgsdsyvr1y6ys5m-roadrunner-2023.3.12-go-modules.drv /nix/store/2528swzabp2z31iwc0lxdrwhaybxmsjm-roadrunner-2023.3.12.drv building '/nix/store/ggpgrqzc9jd04xqnplgsdsyvr1y6ys5m-roadrunner-2023.3.12-go-modules.drv'... Running phase: unpackPhase unpacking source archive /nix/store/qawa1s73ppgh3izj60zm20zr37si025p-source source root is source Running phase: patchPhase substituteStream(): WARNING: '--replace' is deprecated, use --replace-{fail,warn,quiet}. (file 'internal/rpc/client_test.go') substituteStream(): WARNING: pattern 127.0.0.1:55555 doesn't match anything in file 'internal/rpc/client_test.go' substituteStream(): WARNING: pattern 127.0.0.1:55555 doesn't match anything in file 'internal/rpc/test/config_rpc_ok.yaml' substituteStream(): WARNING: pattern 127.0.0.1:0 doesn't match anything in file 'internal/rpc/test/config_rpc_conn_err.yaml' Running phase: updateAutotoolsGnuConfigScriptsPhase Running phase: configurePhase Running phase: buildPhase go: go.mod requires go >= 1.22.0 (running go 1.21.7; GOTOOLCHAIN=local) error: builder for '/nix/store/ggpgrqzc9jd04xqnplgsdsyvr1y6ys5m-roadrunner-2023.3.12-go-modules.drv' failed with exit code 1; last 12 log lines: > Running phase: unpackPhase > unpacking source archive /nix/store/qawa1s73ppgh3izj60zm20zr37si025p-source > source root is source > Running phase: patchPhase > substituteStream(): WARNING: '--replace' is deprecated, use --replace-{fail,warn,quiet}. (file 'internal/rpc/client_test.go') > substituteStream(): WARNING: pattern 127.0.0.1:55555 doesn't match anything in file 'internal/rpc/client_test.go' > substituteStream(): WARNING: pattern 127.0.0.1:55555 doesn't match anything in file 'internal/rpc/test/config_rpc_ok.yaml' > substituteStream(): WARNING: pattern 127.0.0.1:0 doesn't match anything in file 'internal/rpc/test/config_rpc_conn_err.yaml' > Running phase: updateAutotoolsGnuConfigScriptsPhase > Running phase: configurePhase > Running phase: buildPhase > go: go.mod requires go >= 1.22.0 (running go 1.21.7; GOTOOLCHAIN=local) For full logs, run 'nix log /nix/store/ggpgrqzc9jd04xqnplgsdsyvr1y6ys5m-roadrunner-2023.3.12-go-modules.drv'. error: 1 dependencies of derivation '/nix/store/2528swzabp2z31iwc0lxdrwhaybxmsjm-roadrunner-2023.3.12.drv' failed to build [result] Failed to update roadrunner 2023.3.10 -> 2023.3.12 https://github.com/roadrunner-server/roadrunner/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath cilium-cli, using log file: /var/log/nixpkgs-update/cilium-cli/2024-03-04.log cilium-cli 0.15.22 -> 0.15.23 https://github.com/cilium/cilium-cli/releases attrpath: cilium-cli Checking auto update branch... No auto update branch exists There might already be an open PR for this update: - cilium-cli: 0.15.22 -> 0.15.23 URL "https://api.github.com/repos/NixOS/nixpkgs/issues/290219" [result] Failed to update cilium-cli 0.15.22 -> 0.15.23 https://github.com/cilium/cilium-cli/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.virtualenv, using log file: /var/log/nixpkgs-update/python311Packages.virtualenv/2024-03-04.log python311Packages.virtualenv 0 -> 1 attrpath: python311Packages.virtualenv Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/f3d2x8gdgg4fqn1dqsgbk148qwgdqac3-packages.json.drv building '/nix/store/f3d2x8gdgg4fqn1dqsgbk148qwgdqac3-packages.json.drv'... Going to be running update for following packages: - python3.11-virtualenv-20.25.0 Press Enter key to continue... Running update for: - python3.11-virtualenv-20.25.0: UPDATING ... - python3.11-virtualenv-20.25.0: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/virtualenv/default.nix b/pkgs/development/python-modules/virtualenv/default.nix index a79b5bcd6cc1..d291bbbbeccd 100644 --- a/pkgs/development/python-modules/virtualenv/default.nix +++ b/pkgs/development/python-modules/virtualenv/default.nix @@ -21,14 +21,14 @@ buildPythonPackage rec { pname = "virtualenv"; - version = "20.25.0"; + version = "20.25.1"; format = "pyproject"; disabled = pythonOlder "3.7"; src = fetchPypi { inherit pname version; - hash = "sha256-v1HA2cfdY+qORAhvoeT7EJOjHpY7hpWSVzeK7wIOHxs="; + hash = "sha256-4I4T7NynoL1TeY81bVgxQ0r6Wwe5Pwq98Hl7egb/4Zc="; }; nativeBuildInputs = [ No auto update branch exists [outpaths] eval start [outpaths] eval end Python package with too many package rebuilds 11321 > 25 [result] Failed to update python311Packages.virtualenv 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.pyxlsb, using log file: /var/log/nixpkgs-update/python311Packages.pyxlsb/2024-03-04.log python311Packages.pyxlsb 0 -> 1 attrpath: python311Packages.pyxlsb Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/whbrixw8rr4h167j03wm4iqzmkg2d2xw-packages.json.drv building '/nix/store/whbrixw8rr4h167j03wm4iqzmkg2d2xw-packages.json.drv'... Going to be running update for following packages: - python3.11-pyxlsb-1.0.10 Press Enter key to continue... Running update for: - python3.11-pyxlsb-1.0.10: UPDATING ... - python3.11-pyxlsb-1.0.10: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.pyxlsb 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath xlsxgrep, using log file: /var/log/nixpkgs-update/xlsxgrep/2024-03-04.log xlsxgrep 0 -> 1 attrpath: xlsxgrep Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/8p92gv97q3cdyvsbxhsccaqcphjq064j-packages.json.drv building '/nix/store/8p92gv97q3cdyvsbxhsccaqcphjq064j-packages.json.drv'... Going to be running update for following packages: - xlsxgrep-0.0.23 Press Enter key to continue... Running update for: - xlsxgrep-0.0.23: UPDATING ... - xlsxgrep-0.0.23: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/applications/search/xlsxgrep/default.nix b/pkgs/applications/search/xlsxgrep/default.nix index 18b3a1a26c87..9cc9e0614912 100644 --- a/pkgs/applications/search/xlsxgrep/default.nix +++ b/pkgs/applications/search/xlsxgrep/default.nix @@ -2,11 +2,11 @@ python3Packages.buildPythonApplication rec { pname = "xlsxgrep"; - version = "0.0.23"; + version = "0.0.29"; src = fetchPypi { inherit pname version; - sha256 = "014i1nifx67mxi0k9sch00j6bjykb6krzl2q3ara9s1g75inl4rm"; + sha256 = "sha256-vgHNu7MVDjULoBiTkk74W8ZLJ02eds60XshTX3iLJGI="; }; pythonPath = with python3Packages; [ xlrd ]; No auto update branch exists [outpaths] eval start [outpaths] eval end Received ExitFailure 1 when running Raw command: /nix/store/62fm7r6175k2bgvhc19hn9bdhw90wa3n-nix-2.18.1/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A xlsxgrep nix build failed. wrapping `/nix/store/xvsy2k1alp3nydaymzr1lxbp65k1jcfz-xlsxgrep-0.0.29/bin/xlsxgrep'... 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 @nix { "action": "setPhase", "phase": "setuptoolsCheckPhase" } Running phase: setuptoolsCheckPhase Executing setuptoolsCheckPhase running test WARNING: Testing via this command is deprecated and will be removed in a future version. Users looking for a generic test entry point independent of test runner are encouraged to use tox. /nix/store/fvd6iz7hbcnns1jpfg8kkrm7m25vl3ii-python3.11-setuptools-69.0.3/lib/python3.11/site-packages/setuptools/command/test.py:193: _DeprecatedInstaller: setuptools.installer and fetch_build_eggs are deprecated. !! ******************************************************************************** Requirements should be satisfied by a PEP 517 installer. If you are using pip, you can try `pip install --use-pep517`. ******************************************************************************** !! ir_d = dist.fetch_build_eggs(dist.install_requires) /nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/bin/python3.11: No module named pip error: Command '['/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/bin/python3.11', '-m', 'pip', '--disable-pip-version-check', 'wheel', '--no-deps', '-w', '/build/tmpn75f70jv', '--quiet', 'pyexcel-odsr']' returned non-zero exit status 1. [result] Failed to update xlsxgrep 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: 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-03-04.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/7z24wk7abw9kbf06mmns85aqfkny4nnk-packages.json.drv building '/nix/store/7z24wk7abw9kbf06mmns85aqfkny4nnk-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-03-04.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/7ar7rdvf3njmfl8q8dl771k97g1w4llg-packages.json.drv building '/nix/store/7ar7rdvf3njmfl8q8dl771k97g1w4llg-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 rubyPackages.erb-formatter, using log file: /var/log/nixpkgs-update/rubyPackages.erb-formatter/2024-03-04.log rubyPackages.erb-formatter 0.7.1 -> 0.7.2 https://repology.org/project/ruby:erb-formatter/versions attrpath: rubyPackages.erb-formatter 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.erb-formatter 0.7.1 -> 0.7.2 https://repology.org/project/ruby:erb-formatter/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python312Packages.uranium, using log file: /var/log/nixpkgs-update/python312Packages.uranium/2024-03-04.log python312Packages.uranium 4.12.0 -> 5.6.0 https://repology.org/project/python:uranium/versions attrpath: python312Packages.uranium Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/n9yzkwlz5y3kz7b6fq4gdh3zaabs0vgl-packages.json.drv building '/nix/store/n9yzkwlz5y3kz7b6fq4gdh3zaabs0vgl-packages.json.drv'... Going to be running update for following packages: - python3.12-uranium-4.12.0 Press Enter key to continue... Running update for: - python3.12-uranium-4.12.0: UPDATING ... - python3.12-uranium-4.12.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python312Packages.uranium 4.12.0 -> 5.6.0 https://repology.org/project/python:uranium/versions [options] github_user: r-ryantm, pull_request: YES, batch_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-03-04.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/vkgw8w0jli6sw48kfgiwly3a9hqaqz1l-packages.json.drv building '/nix/store/vkgw8w0jli6sw48kfgiwly3a9hqaqz1l-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 For attrpath rPackages.ggside, using log file: /var/log/nixpkgs-update/rPackages.ggside/2024-03-04.log rPackages.ggside 0.2.3 -> 0.3.1 https://repology.org/project/r:ggside/versions attrpath: rPackages.ggside 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.ggside 0.2.3 -> 0.3.1 https://repology.org/project/r:ggside/versions [options] github_user: r-ryantm, pull_request: 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-03-04.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/6s9vrgc5dfc8yky179dz3y36zs1zny2w-packages.json.drv building '/nix/store/6s9vrgc5dfc8yky179dz3y36zs1zny2w-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.rpmfluff, using log file: /var/log/nixpkgs-update/python312Packages.rpmfluff/2024-03-04.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/g2wgy0a2a4kbl4awgq6672x9pd31qfwm-packages.json.drv building '/nix/store/g2wgy0a2a4kbl4awgq6672x9pd31qfwm-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.pytest-postgresql, using log file: /var/log/nixpkgs-update/python312Packages.pytest-postgresql/2024-03-04.log python312Packages.pytest-postgresql 5.0.0 -> 5.1.0 https://repology.org/project/python:pytest-postgresql/versions attrpath: python312Packages.pytest-postgresql Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/xdzgifigd1nxqxa7226gr6k7zcpz24a5-packages.json.drv building '/nix/store/xdzgifigd1nxqxa7226gr6k7zcpz24a5-packages.json.drv'... Going to be running update for following packages: - python3.12-pytest-postgresql-5.0.0 Press Enter key to continue... Running update for: - python3.12-pytest-postgresql-5.0.0: UPDATING ... - python3.12-pytest-postgresql-5.0.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python312Packages.pytest-postgresql 5.0.0 -> 5.1.0 https://repology.org/project/python:pytest-postgresql/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: 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-03-04.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/94ir5zdhyxlaaraylg5izn4rfkkcwjda-packages.json.drv building '/nix/store/94ir5zdhyxlaaraylg5izn4rfkkcwjda-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 python312Packages.npyscreen, using log file: /var/log/nixpkgs-update/python312Packages.npyscreen/2024-03-04.log python312Packages.npyscreen 4.10.5 -> 4.10.5.1 https://repology.org/project/python:npyscreen/versions attrpath: python312Packages.npyscreen Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/d4dpvazvslcy60x7npx472calc035zky-packages.json.drv building '/nix/store/d4dpvazvslcy60x7npx472calc035zky-packages.json.drv'... Going to be running update for following packages: - python3.12-npyscreen-4.10.5 Press Enter key to continue... Running update for: - python3.12-npyscreen-4.10.5: UPDATING ... - python3.12-npyscreen-4.10.5: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python312Packages.npyscreen 4.10.5 -> 4.10.5.1 https://repology.org/project/python:npyscreen/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python312Packages.rtslib, using log file: /var/log/nixpkgs-update/python312Packages.rtslib/2024-03-04.log python312Packages.rtslib 2.1.76 -> 2.2 https://repology.org/project/python:rtslib/versions attrpath: python312Packages.rtslib Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/ylsmqdjaijbqq1ijznzcwi4g8zqyyrm0-packages.json.drv building '/nix/store/ylsmqdjaijbqq1ijznzcwi4g8zqyyrm0-packages.json.drv'... Going to be running update for following packages: - python3.12-rtslib-2.1.76 Press Enter key to continue... Running update for: - python3.12-rtslib-2.1.76: UPDATING ... - python3.12-rtslib-2.1.76: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python312Packages.rtslib 2.1.76 -> 2.2 https://repology.org/project/python:rtslib/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath lua51Packages.markdown, using log file: /var/log/nixpkgs-update/lua51Packages.markdown/2024-03-04.log lua51Packages.markdown 0.33-1 -> 0.331 https://repology.org/project/lua:markdown/versions attrpath: lua51Packages.markdown Packages for lua are currently skipped. https://github.com/NixOS/nixpkgs/pull/37501#issuecomment-375169646 [result] Failed to update lua51Packages.markdown 0.33-1 -> 0.331 https://repology.org/project/lua:markdown/versions [options] github_user: r-ryantm, pull_request: 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.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 praat, using log file: /var/log/nixpkgs-update/praat/2024-03-04.log praat 6.4.05 -> 6.4.06 https://github.com/praat/praat/releases attrpath: praat Checking auto update branch... An auto update branch exists with message `praat: 6.4.05 -> 6.4.06`. New version is 6.4.06. An auto update branch exists with an equal or greater version [result] Failed to update praat 6.4.05 -> 6.4.06 https://github.com/praat/praat/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath lefthook, using log file: /var/log/nixpkgs-update/lefthook/2024-03-04.log lefthook 1.6.4 -> 1.6.5 https://github.com/evilmartians/lefthook/releases attrpath: lefthook 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-FEicYJUyn+eT7IqoL4XqIsL6JhYJ8+2UOgc/PTMpuI4=" [golangModuleVersion] Replaced vendorHash with sha256-yWT7IX1n8CQSyXAzoncyYHzvYvIr8WzolyvC8/Cuhlo= [golangModuleVersion] Finished updating vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] skipping because derivation has no updateScript Diff after rewrites: diff --git a/pkgs/by-name/le/lefthook/package.nix b/pkgs/by-name/le/lefthook/package.nix index 19eab38e3c4e..5c10e70ea407 100644 --- a/pkgs/by-name/le/lefthook/package.nix +++ b/pkgs/by-name/le/lefthook/package.nix @@ -6,7 +6,7 @@ let pname = "lefthook"; - version = "1.6.4"; + version = "1.6.5"; in buildGoModule { inherit pname version; @@ -15,10 +15,10 @@ buildGoModule { owner = "evilmartians"; repo = "lefthook"; rev = "v${version}"; - hash = "sha256-j4ejDL0QRpRUoUYYjYAlju0A9mHwtmBTRFQVYrh+xvU="; + hash = "sha256-C76yQ9F4QSywGdihDbNh8KwSL2U+rUjb8VpWRByxzVk="; }; - vendorHash = "sha256-FEicYJUyn+eT7IqoL4XqIsL6JhYJ8+2UOgc/PTMpuI4="; + vendorHash = "sha256-yWT7IX1n8CQSyXAzoncyYHzvYvIr8WzolyvC8/Cuhlo="; nativeBuildInputs = [ installShellFiles ]; [outpaths] eval start [outpaths] eval end Successfully finished processing cachix "/nix/store/l8kw80n3jv812cy9mdv4664cbpwmzmrc-lefthook-1.6.5" [check][nixpkgs-review] Result of `nixpkgs-review --extra-nixpkgs-config '{ allowInsecurePredicate = x: true; }'` run on x86_64-linux [1](https://github.com/Mic92/nixpkgs-review)
1 package built:
  • lefthook
Automatic update generated by [nixpkgs-update](https://github.com/ryantm/nixpkgs-update) tools. This update was made based on information from https://github.com/evilmartians/lefthook/releases. meta.description for lefthook is: Fast and powerful Git hooks manager for any type of projects meta.homepage for lefthook is: https://github.com/evilmartians/lefthook meta.changelog for lefthook is: https://github.com/evilmartians/lefthook/raw/v1.6.5/CHANGELOG.md ###### Updates performed - Golang update ###### To inspect upstream changes - [Release on GitHub](https://github.com/evilmartians/lefthook/releases/tag/v1.6.5) - [Compare changes on GitHub](https://github.com/evilmartians/lefthook/compare/v1.6.4...v1.6.5) ###### Impact Checks done --- - built on NixOS - The tests defined in `passthru.tests`, if any, passed - found 1.6.5 with grep in /nix/store/l8kw80n3jv812cy9mdv4664cbpwmzmrc-lefthook-1.6.5 - found 1.6.5 in filename of file in /nix/store/l8kw80n3jv812cy9mdv4664cbpwmzmrc-lefthook-1.6.5 ---
Rebuild report (if merged into master) (click to expand) ``` 1 total rebuild path(s) 1 package rebuild(s) First fifty rebuilds by attrpath lefthook ```
Instructions to test this update (click to expand) --- Either **download from Cachix**: ``` nix-store -r /nix/store/l8kw80n3jv812cy9mdv4664cbpwmzmrc-lefthook-1.6.5 \ --option binary-caches 'https://cache.nixos.org/ https://nix-community.cachix.org/' \ --option trusted-public-keys ' nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs= cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY= ' ``` (The Cachix cache is only trusted for this store-path realization.) For the Cachix download to work, your user must be in the `trusted-users` list or you can use `sudo` since root is effectively trusted. Or, **build yourself**: ``` nix-build -A lefthook https://github.com/r-ryantm/nixpkgs/archive/3207d042b30f8ff06aa2782f1efea7ffb65347c2.tar.gz ``` Or: ``` nix build github:r-ryantm/nixpkgs/3207d042b30f8ff06aa2782f1efea7ffb65347c2#lefthook ``` After you've downloaded or built it, look at the files and if there are any, run the binaries: ``` ls -la /nix/store/l8kw80n3jv812cy9mdv4664cbpwmzmrc-lefthook-1.6.5 ls -la /nix/store/l8kw80n3jv812cy9mdv4664cbpwmzmrc-lefthook-1.6.5/bin ``` ---

### Pre-merge build results We have automatically built all packages that will get rebuilt due to this change. This gives evidence on whether the upgrade will break dependent packages. Note sometimes packages show up as _failed to build_ independent of the change, simply because they are already broken on the target branch. Result of `nixpkgs-review --extra-nixpkgs-config '{ allowInsecurePredicate = x: true; }'` run on x86_64-linux [1](https://github.com/Mic92/nixpkgs-review)
1 package built:
  • lefthook
--- ###### Maintainer pings cc @AndersonTorres 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/293332 [result] Success updating lefthook 1.6.4 -> 1.6.5 https://github.com/evilmartians/lefthook/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python312Packages.ruamel-yaml, using log file: /var/log/nixpkgs-update/python312Packages.ruamel-yaml/2024-03-04.log python312Packages.ruamel-yaml 0.18.5 -> 0.18.6 https://repology.org/project/python:ruamel-yaml/versions attrpath: python312Packages.ruamel-yaml Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/nj96wpbmqlwqccwzskfakpn81sapk59b-packages.json.drv building '/nix/store/nj96wpbmqlwqccwzskfakpn81sapk59b-packages.json.drv'... Going to be running update for following packages: - python3.12-ruamel-yaml-0.18.5 Press Enter key to continue... Running update for: - python3.12-ruamel-yaml-0.18.5: UPDATING ... - python3.12-ruamel-yaml-0.18.5: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/ruamel-yaml/default.nix b/pkgs/development/python-modules/ruamel-yaml/default.nix index e06aaff73dc8..4ac0d552ebdf 100644 --- a/pkgs/development/python-modules/ruamel-yaml/default.nix +++ b/pkgs/development/python-modules/ruamel-yaml/default.nix @@ -9,13 +9,13 @@ buildPythonPackage rec { pname = "ruamel-yaml"; - version = "0.18.5"; + version = "0.18.6"; pyproject = true; src = fetchPypi { pname = "ruamel.yaml"; inherit version; - hash = "sha256-YZF+OjWlacETOo93LhImlhv1oRmL6n4j8GoIQd6hqw4="; + hash = "sha256-iyfmohfnhsb75WNNjz8RvGPg+A9qWJDyiGPZxFqsMRs="; }; nativeBuildInputs = [ No auto update branch exists [outpaths] eval start [outpaths] eval end Python package with too many package rebuilds 1344 > 25 [result] Failed to update python312Packages.ruamel-yaml 0.18.5 -> 0.18.6 https://repology.org/project/python:ruamel-yaml/versions [options] github_user: r-ryantm, pull_request: YES, batch_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.red-colors, using log file: /var/log/nixpkgs-update/rubyPackages.red-colors/2024-03-04.log rubyPackages.red-colors 0.3.0 -> 0.4.0 https://repology.org/project/ruby:red-colors/versions attrpath: rubyPackages.red-colors 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.red-colors 0.3.0 -> 0.4.0 https://repology.org/project/ruby:red-colors/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python312Packages.pg8000, using log file: /var/log/nixpkgs-update/python312Packages.pg8000/2024-03-04.log python312Packages.pg8000 1.30.3 -> 1.30.5 https://repology.org/project/python:pg8000/versions attrpath: python312Packages.pg8000 Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/i0jvbx8bslxqw9fg935ba6wk0216fkfp-packages.json.drv building '/nix/store/i0jvbx8bslxqw9fg935ba6wk0216fkfp-packages.json.drv'... Going to be running update for following packages: - python3.12-pg8000-1.30.3 Press Enter key to continue... Running update for: - python3.12-pg8000-1.30.3: UPDATING ... - python3.12-pg8000-1.30.3: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/pg8000/default.nix b/pkgs/development/python-modules/pg8000/default.nix index 12144a0bb8d2..3bd937c6d492 100644 --- a/pkgs/development/python-modules/pg8000/default.nix +++ b/pkgs/development/python-modules/pg8000/default.nix @@ -12,14 +12,14 @@ buildPythonPackage rec { pname = "pg8000"; - version = "1.30.3"; + version = "1.30.5"; format = "pyproject"; disabled = pythonOlder "3.7"; src = fetchPypi { inherit pname version; - hash = "sha256-Tnx1dHpDpJwVYj+SWDu24dAj6ubq8sLh5t5Nf7f6QE8="; + hash = "sha256-By960AzXI2lcsun8AsHfuEx4FFXpe43m9MQoHuoIB4w="; }; nativeBuildInputs = [ No auto update branch exists [outpaths] eval start [outpaths] eval end Python package with too many package rebuilds 636 > 25 [result] Failed to update python312Packages.pg8000 1.30.3 -> 1.30.5 https://repology.org/project/python:pg8000/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath ezquake, using log file: /var/log/nixpkgs-update/ezquake/2024-03-04.log ezquake 3.6.3 -> 3.6.4 https://github.com/QW-Group/ezquake-source/releases attrpath: ezquake Checking auto update branch... No auto update branch exists [version] [version] updated version and sha256 [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] skipping because derivation has no updateScript Diff after rewrites: diff --git a/pkgs/games/ezquake/default.nix b/pkgs/games/ezquake/default.nix index a562b9353ebe..e0509d007783 100644 --- a/pkgs/games/ezquake/default.nix +++ b/pkgs/games/ezquake/default.nix @@ -5,14 +5,14 @@ stdenv.mkDerivation rec { pname = "ezquake"; - version = "3.6.3"; + version = "3.6.4"; src = fetchFromGitHub { owner = "QW-Group"; repo = pname + "-source"; rev = version; fetchSubmodules = true; - hash = "sha256-ThrsJfj+eP7Lv2ZSNLO6/b98VHrL6/rhwf2p0qMvTF8="; + hash = "sha256-bxuAMWZEg19EmoP7arSWoFGmM4zKlX/lOYLnUzQ4zHA="; }; nativeBuildInputs = [ pkg-config ]; [outpaths] eval start [outpaths] eval end Received ExitFailure 1 when running Raw command: /nix/store/62fm7r6175k2bgvhc19hn9bdhw90wa3n-nix-2.18.1/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A ezquake nix build failed. src/fs.h:26:10: fatal error: unzip.h: No such file or directory 26 | #include "unzip.h" | ^~~~~~~~~ compilation terminated. In file included from src/common.h:43, from src/quakedef.h:28, from src/vfs_tar.c:21: src/fs.h:26:10: fatal error: unzip.h: No such file or directory 26 | #include "unzip.h" | ^~~~~~~~~ compilation terminated. make: *** [Makefile:630: .ezquake/src/vfs_gzip.o] Error 1 make: *** [Makefile:630: .ezquake/src/vfs_tar.o] Error 1 make: *** [Makefile:630: .ezquake/src/vfs_tcp.o] Error 1 In file included from src/common.h:43, from src/quakedef.h:28, from src/vfs_doomwad.c:23: src/fs.h:26:10: fatal error: unzip.h: No such file or directory 26 | #include "unzip.h" | ^~~~~~~~~ compilation terminated. make: *** [Makefile:630: .ezquake/src/vfs_doomwad.o] Error 1 In file included from src/common.h:43, from src/quakedef.h:28, from src/hash.c:30: src/fs.h:26:10: fatal error: unzip.h: No such file or directory 26 | #include "unzip.h" | ^~~~~~~~~ compilation terminated. make: *** [Makefile:630: .ezquake/src/hash.o] Error 1 [result] Failed to update ezquake 3.6.3 -> 3.6.4 https://github.com/QW-Group/ezquake-source/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.pybravia, using log file: /var/log/nixpkgs-update/python311Packages.pybravia/2024-03-04.log python311Packages.pybravia 0 -> 1 attrpath: python311Packages.pybravia Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/qngglb8pdxwf3nn9xfksbh9sbsx945il-packages.json.drv building '/nix/store/qngglb8pdxwf3nn9xfksbh9sbsx945il-packages.json.drv'... Going to be running update for following packages: - python3.11-pybravia-0.3.3 Press Enter key to continue... Running update for: - python3.11-pybravia-0.3.3: UPDATING ... - python3.11-pybravia-0.3.3: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.pybravia 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.psd-tools, using log file: /var/log/nixpkgs-update/python311Packages.psd-tools/2024-03-04.log python311Packages.psd-tools 0 -> 1 attrpath: python311Packages.psd-tools Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/cy3kz7sw563winazl0llksy6m9ffxbkz-packages.json.drv building '/nix/store/cy3kz7sw563winazl0llksy6m9ffxbkz-packages.json.drv'... Going to be running update for following packages: - python3.11-psd-tools-1.9.28 Press Enter key to continue... Running update for: - python3.11-psd-tools-1.9.28: UPDATING ... - python3.11-psd-tools-1.9.28: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/psd-tools/default.nix b/pkgs/development/python-modules/psd-tools/default.nix index efa364a09de0..e72a5de509ba 100644 --- a/pkgs/development/python-modules/psd-tools/default.nix +++ b/pkgs/development/python-modules/psd-tools/default.nix @@ -16,7 +16,7 @@ buildPythonPackage rec { pname = "psd-tools"; - version = "1.9.28"; + version = "1.9.31"; format = "setuptools"; disabled = pythonOlder "3.7"; @@ -25,7 +25,7 @@ buildPythonPackage rec { owner = "psd-tools"; repo = pname; rev = "refs/tags/v${version}"; - hash = "sha256-+oxXuZaHkLPuMIsiFOkvW6VLuGxpV7YKs6Gxp/lexVQ="; + hash = "sha256-HUFJ2FP9WGcG9pkukS2LHIgPYFRAXAneiVK6VfYQ+zU="; }; nativeBuildInputs = [ No auto update branch exists [outpaths] eval start [outpaths] eval end Received ExitFailure 1 when running Raw command: /nix/store/62fm7r6175k2bgvhc19hn9bdhw90wa3n-nix-2.18.1/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A python311Packages.psd-tools nix build failed. ^ ------------------------------------------------------------ src/psd_tools/compression/_rle.pyx:38:12: 'copy_n' is not a constant, variable or function identifier Error compiling Cython file: ------------------------------------------------------------ ... j += 1+bit i += 1 elif bit < 128: if i+1+bit > length or (j+1+bit > size): raise ValueError('Invalid RLE compression') copy_n(&data[i], 1+bit, result.begin()+j) ^ ------------------------------------------------------------ src/psd_tools/compression/_rle.pyx:38:50: Invalid operand types for '+' (iterator; int) Traceback (most recent call last): File "/build/source/nix_run_setup", line 8, in exec(compile(getattr(tokenize, 'open', open)(__file__).read().replace('\\r\\n', '\\n'), __file__, 'exec')) File "setup.py", line 16, in setup(ext_modules=cythonize(extensions)) ^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/ydgwzgqdhh6jl267aav9ca3af2dirhz3-python3.11-cython-0.29.36/lib/python3.11/site-packages/Cython/Build/Dependencies.py", line 1115, in cythonize cythonize_one(*args) File "/nix/store/ydgwzgqdhh6jl267aav9ca3af2dirhz3-python3.11-cython-0.29.36/lib/python3.11/site-packages/Cython/Build/Dependencies.py", line 1238, in cythonize_one raise CompileError(None, pyx_file) Cython.Compiler.Errors.CompileError: src/psd_tools/compression/_rle.pyx /nix/store/3qnm3nwjajgqa771dmi2dnwxrw0kzq5m-stdenv-linux/setup: line 1578: pop_var_context: head of shell_variables not a function context [result] Failed to update python311Packages.psd-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 python311Packages.pytest-pytestrail, using log file: /var/log/nixpkgs-update/python311Packages.pytest-pytestrail/2024-03-04.log python311Packages.pytest-pytestrail 0 -> 1 attrpath: python311Packages.pytest-pytestrail Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/abzxqq1iwdr80417rkb0kzlysvhv20k5-packages.json.drv building '/nix/store/abzxqq1iwdr80417rkb0kzlysvhv20k5-packages.json.drv'... Going to be running update for following packages: - python3.11-pytest-pytestrail-0.10.5 Press Enter key to continue... Running update for: - python3.11-pytest-pytestrail-0.10.5: UPDATING ... - python3.11-pytest-pytestrail-0.10.5: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.pytest-pytestrail 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.github-webhook, using log file: /var/log/nixpkgs-update/python311Packages.github-webhook/2024-03-04.log python311Packages.github-webhook 0 -> 1 attrpath: python311Packages.github-webhook Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/09idv2xsfgqrm9j1vq49pqzalmgy1rcd-packages.json.drv building '/nix/store/09idv2xsfgqrm9j1vq49pqzalmgy1rcd-packages.json.drv'... Going to be running update for following packages: - python3.11-github-webhook-1.0.4 Press Enter key to continue... Running update for: - python3.11-github-webhook-1.0.4: UPDATING ... - python3.11-github-webhook-1.0.4: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.github-webhook 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath opencomposite, using log file: /var/log/nixpkgs-update/opencomposite/2024-03-04.log opencomposite 0 -> 1 attrpath: opencomposite Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/ynw04gvhfcv1sj2vqg1wqjd45fqrjfbm-packages.json.drv building '/nix/store/ynw04gvhfcv1sj2vqg1wqjd45fqrjfbm-packages.json.drv'... Going to be running update for following packages: - opencomposite-unstable-2024-02-05 Press Enter key to continue... Running update for: - opencomposite-unstable-2024-02-05: UPDATING ... - opencomposite-unstable-2024-02-05: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/libraries/opencomposite/default.nix b/pkgs/development/libraries/opencomposite/default.nix index 935e59a53a41..fc1b6e631964 100644 --- a/pkgs/development/libraries/opencomposite/default.nix +++ b/pkgs/development/libraries/opencomposite/default.nix @@ -17,13 +17,13 @@ stdenv.mkDerivation { pname = "opencomposite"; - version = "unstable-2024-02-05"; + version = "unstable-2024-02-16"; src = fetchFromGitLab { owner = "znixian"; repo = "OpenOVR"; - rev = "c1649b0e4f3c4f51c12904c0b818263006d56f00"; - hash = "sha256-K8Vtd60cKmhEKMBrlNZxoC73m1BY0014ejJM2mWkwsA="; + rev = "737bbedd29343bc2f808804e2b24302390a07655"; + hash = "sha256-azb7T0d0YMQRc0Slq1tzNj6bOmCzfHW3ciY9lN+RTao="; }; nativeBuildInputs = [ An auto update branch exists with message `opencomposite: unstable-2024-02-05 -> unstable-2024-02-11`. New version is unstable-2024-02-16. The auto update branch does not match or exceed the new version. [outpaths] eval start [outpaths] eval end Successfully finished processing cachix "/nix/store/kza4lhh54b701zd6j3ya482gakqiizq6-opencomposite-unstable-2024-02-16" [check][nixpkgs-review] Result of `nixpkgs-review --extra-nixpkgs-config '{ allowInsecurePredicate = x: true; }'` run on x86_64-linux [1](https://github.com/Mic92/nixpkgs-review)
2 packages built:
  • opencomposite
  • opencomposite-helper
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 opencomposite is: Reimplementation of OpenVR, translating calls to OpenXR meta.homepage for opencomposite is: https://gitlab.com/znixian/OpenOVR ###### Updates performed - Ran passthru.UpdateScript ###### To inspect upstream changes ###### Impact Checks done --- - built on NixOS - The tests defined in `passthru.tests`, if any, passed - found unstable-2024-02-16 in filename of file in /nix/store/kza4lhh54b701zd6j3ya482gakqiizq6-opencomposite-unstable-2024-02-16 ---
Rebuild report (if merged into master) (click to expand) ``` 2 total rebuild path(s) 2 package rebuild(s) First fifty rebuilds by attrpath opencomposite opencomposite-helper ```
Instructions to test this update (click to expand) --- Either **download from Cachix**: ``` nix-store -r /nix/store/kza4lhh54b701zd6j3ya482gakqiizq6-opencomposite-unstable-2024-02-16 \ --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 opencomposite https://github.com/r-ryantm/nixpkgs/archive/39c261e380094a722242060fd6d90c6948421972.tar.gz ``` Or: ``` nix build github:r-ryantm/nixpkgs/39c261e380094a722242060fd6d90c6948421972#opencomposite ``` After you've downloaded or built it, look at the files and if there are any, run the binaries: ``` ls -la /nix/store/kza4lhh54b701zd6j3ya482gakqiizq6-opencomposite-unstable-2024-02-16 ls -la /nix/store/kza4lhh54b701zd6j3ya482gakqiizq6-opencomposite-unstable-2024-02-16/bin ``` ---

### Pre-merge build results We have automatically built all packages that will get rebuilt due to this change. This gives evidence on whether the upgrade will break dependent packages. Note sometimes packages show up as _failed to build_ independent of the change, simply because they are already broken on the target branch. Result of `nixpkgs-review --extra-nixpkgs-config '{ allowInsecurePredicate = x: true; }'` run on x86_64-linux [1](https://github.com/Mic92/nixpkgs-review)
2 packages built:
  • opencomposite
  • opencomposite-helper
--- ###### Maintainer pings cc @Scrumplex 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/288312 [result] Success updating opencomposite 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.gyp, using log file: /var/log/nixpkgs-update/python311Packages.gyp/2024-03-04.log python311Packages.gyp 0 -> 1 attrpath: python311Packages.gyp Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/9q02490cr6n0srr2wj7w0zi3h6kdmcjz-packages.json.drv building '/nix/store/9q02490cr6n0srr2wj7w0zi3h6kdmcjz-packages.json.drv'... Going to be running update for following packages: - python3.11-gyp-unstable-2022-04-01 Press Enter key to continue... Running update for: - python3.11-gyp-unstable-2022-04-01: UPDATING ... - python3.11-gyp-unstable-2022-04-01: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.gyp 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.progressbar2, using log file: /var/log/nixpkgs-update/python311Packages.progressbar2/2024-03-04.log python311Packages.progressbar2 0 -> 1 attrpath: python311Packages.progressbar2 Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/xa4ky014n6wi5hnn8zbyfdrksvwdkrsn-packages.json.drv building '/nix/store/xa4ky014n6wi5hnn8zbyfdrksvwdkrsn-packages.json.drv'... Going to be running update for following packages: - python3.11-progressbar2-4.2.0 Press Enter key to continue... Running update for: - python3.11-progressbar2-4.2.0: UPDATING ... - python3.11-progressbar2-4.2.0: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/progressbar2/default.nix b/pkgs/development/python-modules/progressbar2/default.nix index 349757bcffb0..41619f26fe5c 100644 --- a/pkgs/development/python-modules/progressbar2/default.nix +++ b/pkgs/development/python-modules/progressbar2/default.nix @@ -9,14 +9,14 @@ buildPythonPackage rec { pname = "progressbar2"; - version = "4.2.0"; + version = "4.4.1"; format = "setuptools"; disabled = pythonOlder "3.7"; src = fetchPypi { inherit pname version; - hash = "sha256-E5OSL8tkWYlErUV1afvrSzrBie9Qta25zvMoTofjlM4="; + hash = "sha256-l9MjugOtPQF6TQR/0LLT5zPFo2DAf4fSaflmQcPecp8="; }; postPatch = '' No auto update branch exists [outpaths] eval start [outpaths] eval end Received ExitFailure 1 when running Raw command: /nix/store/62fm7r6175k2bgvhc19hn9bdhw90wa3n-nix-2.18.1/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A python311Packages.progressbar2 nix build failed. Sourcing python-catch-conflicts-hook.sh Sourcing setuptools-check-hook Using setuptoolsCheckPhase Sourcing pytest-check-hook Using pytestCheckPhase Removing setuptoolsCheckPhase @nix { "action": "setPhase", "phase": "unpackPhase" } Running phase: unpackPhase unpacking source archive /nix/store/gw353vdb8yn6cbipwi90rcyrbvms9ng0-progressbar2-4.4.1.tar.gz source root is progressbar2-4.4.1 setting SOURCE_DATE_EPOCH to timestamp 1708851802 of file progressbar2-4.4.1/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 Traceback (most recent call last): File "/build/progressbar2-4.4.1/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 python311Packages.progressbar2 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.stim, using log file: /var/log/nixpkgs-update/python311Packages.stim/2024-03-04.log python311Packages.stim 0 -> 1 attrpath: python311Packages.stim Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/40j0s7jr5qik9c1k8zgaqyg4k2vdks4y-packages.json.drv building '/nix/store/40j0s7jr5qik9c1k8zgaqyg4k2vdks4y-packages.json.drv'... Going to be running update for following packages: - python3.11-stim-1.12.1 Press Enter key to continue... Running update for: - python3.11-stim-1.12.1: UPDATING ... - python3.11-stim-1.12.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.stim 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.baseline, using log file: /var/log/nixpkgs-update/python311Packages.baseline/2024-03-04.log python311Packages.baseline 0 -> 1 attrpath: python311Packages.baseline Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/7j728hn6dah134a2450r6qnp5yrrmdvf-packages.json.drv building '/nix/store/7j728hn6dah134a2450r6qnp5yrrmdvf-packages.json.drv'... Going to be running update for following packages: - python3.11-baseline-1.2.1 Press Enter key to continue... Running update for: - python3.11-baseline-1.2.1: UPDATING ... - python3.11-baseline-1.2.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.baseline 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_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-bandcamp, using log file: /var/log/nixpkgs-update/mopidy-bandcamp/2024-03-04.log mopidy-bandcamp 0 -> 1 attrpath: mopidy-bandcamp Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/g0yahl6ys0sgkds57awfcn1v6hwwgn34-packages.json.drv building '/nix/store/g0yahl6ys0sgkds57awfcn1v6hwwgn34-packages.json.drv'... Going to be running update for following packages: - Mopidy-Bandcamp-1.1.5 Press Enter key to continue... Running update for: - Mopidy-Bandcamp-1.1.5: UPDATING ... - Mopidy-Bandcamp-1.1.5: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update mopidy-bandcamp 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: 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-spelling, using log file: /var/log/nixpkgs-update/python311Packages.sphinxcontrib-spelling/2024-03-04.log python311Packages.sphinxcontrib-spelling 0 -> 1 attrpath: python311Packages.sphinxcontrib-spelling Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/kirlvsl3ldlnlg1xw277fd0khvjqgmka-packages.json.drv building '/nix/store/kirlvsl3ldlnlg1xw277fd0khvjqgmka-packages.json.drv'... Going to be running update for following packages: - python3.11-sphinxcontrib-spelling-8.0.0 Press Enter key to continue... Running update for: - python3.11-sphinxcontrib-spelling-8.0.0: UPDATING ... - python3.11-sphinxcontrib-spelling-8.0.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.sphinxcontrib-spelling 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath gbsplay, using log file: /var/log/nixpkgs-update/gbsplay/2024-03-04.log gbsplay 0.0.95 -> 0.0.96 https://github.com/mmitch/gbsplay/releases attrpath: gbsplay Checking auto update branch... An auto update branch exists with message `gbsplay: 0.0.95 -> 0.0.96`. New version is 0.0.96. An auto update branch exists with an equal or greater version [result] Failed to update gbsplay 0.0.95 -> 0.0.96 https://github.com/mmitch/gbsplay/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath powersploit, using log file: /var/log/nixpkgs-update/powersploit/2024-03-04.log powersploit 3.0.0-unstable-2020-08-22 -> 3.0.0 https://github.com/PowerShellMafia/PowerSploit/releases attrpath: powersploit Checking auto update branch... No auto update branch exists 3.0.0 is not newer than 3.0.0-unstable-2020-08-22 according to Nix; versionComparison: -1 [result] Failed to update powersploit 3.0.0-unstable-2020-08-22 -> 3.0.0 https://github.com/PowerShellMafia/PowerSploit/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.django-celery-results, using log file: /var/log/nixpkgs-update/python311Packages.django-celery-results/2024-03-04.log python311Packages.django-celery-results 0 -> 1 attrpath: python311Packages.django-celery-results Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/9ik7yd0n49rwxqhl75xfnwqj5vx2jx1q-packages.json.drv building '/nix/store/9ik7yd0n49rwxqhl75xfnwqj5vx2jx1q-packages.json.drv'... Going to be running update for following packages: - python3.11-django-celery-results-2.5.1 Press Enter key to continue... Running update for: - python3.11-django-celery-results-2.5.1: UPDATING ... - python3.11-django-celery-results-2.5.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.django-celery-results 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.xmodem, using log file: /var/log/nixpkgs-update/python311Packages.xmodem/2024-03-04.log python311Packages.xmodem 0 -> 1 attrpath: python311Packages.xmodem Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/4gy4lskiq8945cb4s27l1izfmx9smwl3-packages.json.drv building '/nix/store/4gy4lskiq8945cb4s27l1izfmx9smwl3-packages.json.drv'... Going to be running update for following packages: - python3.11-xmodem-0.4.7 Press Enter key to continue... Running update for: - python3.11-xmodem-0.4.7: UPDATING ... - python3.11-xmodem-0.4.7: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.xmodem 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_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.qps, using log file: /var/log/nixpkgs-update/lxqt.qps/2024-03-04.log lxqt.qps 0 -> 1 attrpath: lxqt.qps Packages for lxqt are currently skipped. [result] Failed to update lxqt.qps 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.pyxbe, using log file: /var/log/nixpkgs-update/python311Packages.pyxbe/2024-03-04.log python311Packages.pyxbe 0 -> 1 attrpath: python311Packages.pyxbe Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/clivjwjdqhwi1crckvwscsbybad3jpjb-packages.json.drv building '/nix/store/clivjwjdqhwi1crckvwscsbybad3jpjb-packages.json.drv'... Going to be running update for following packages: - python3.11-pyxbe-1.0.3 Press Enter key to continue... Running update for: - python3.11-pyxbe-1.0.3: UPDATING ... - python3.11-pyxbe-1.0.3: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.pyxbe 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath erlangR26, using log file: /var/log/nixpkgs-update/erlangR26/2024-03-04.log erlangR26 0 -> 1 attrpath: erlangR26 Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [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/dgl36pir2zq3rjz19f11bz2mfcby9wwy-update.sh.drv /nix/store/27z43p3lk9wrv5vyxi5cc8mal9gidgy5-packages.json.drv building '/nix/store/dgl36pir2zq3rjz19f11bz2mfcby9wwy-update.sh.drv'... building '/nix/store/27z43p3lk9wrv5vyxi5cc8mal9gidgy5-packages.json.drv'... Going to be running update for following packages: - erlang-26.2.2 Press Enter key to continue... Running update for: - erlang-26.2.2: UPDATING ... - erlang-26.2.2: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update erlangR26 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: 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-jenkins, using log file: /var/log/nixpkgs-update/python311Packages.python-jenkins/2024-03-04.log python311Packages.python-jenkins 0 -> 1 attrpath: python311Packages.python-jenkins Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/z06hxbisq53pk1g8kx0k5dxp76ky9a4j-packages.json.drv building '/nix/store/z06hxbisq53pk1g8kx0k5dxp76ky9a4j-packages.json.drv'... Going to be running update for following packages: - python3.11-python-jenkins-1.8.2 Press Enter key to continue... Running update for: - python3.11-python-jenkins-1.8.2: UPDATING ... - python3.11-python-jenkins-1.8.2: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.python-jenkins 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_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.rundeck, using log file: /var/log/nixpkgs-update/terraform-providers.rundeck/2024-03-04.log terraform-providers.rundeck 0 -> 1 attrpath: terraform-providers.rundeck Checking auto update branch... Derivation file opts-out of auto-updates [result] Failed to update terraform-providers.rundeck 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.robotframework-sshlibrary, using log file: /var/log/nixpkgs-update/python311Packages.robotframework-sshlibrary/2024-03-04.log python311Packages.robotframework-sshlibrary 0 -> 1 attrpath: python311Packages.robotframework-sshlibrary Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/c4k89cb4xamh5n5f7wahyfrawjyrv209-packages.json.drv building '/nix/store/c4k89cb4xamh5n5f7wahyfrawjyrv209-packages.json.drv'... Going to be running update for following packages: - python3.11-robotframework-sshlibrary-3.8.0 Press Enter key to continue... Running update for: - python3.11-robotframework-sshlibrary-3.8.0: UPDATING ... - python3.11-robotframework-sshlibrary-3.8.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.robotframework-sshlibrary 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.findimports, using log file: /var/log/nixpkgs-update/python311Packages.findimports/2024-03-04.log python311Packages.findimports 0 -> 1 attrpath: python311Packages.findimports Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/bbmndlwdza4dcc0y7vzf9ra2d6y6hiqz-packages.json.drv building '/nix/store/bbmndlwdza4dcc0y7vzf9ra2d6y6hiqz-packages.json.drv'... Going to be running update for following packages: - python3.11-findimports-2.4.0 Press Enter key to continue... Running update for: - python3.11-findimports-2.4.0: UPDATING ... - python3.11-findimports-2.4.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.findimports 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: 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-subscription, using log file: /var/log/nixpkgs-update/python311Packages.azure-mgmt-subscription/2024-03-04.log python311Packages.azure-mgmt-subscription 0 -> 1 attrpath: python311Packages.azure-mgmt-subscription Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/z6amwk3j9gybrg2vkrx5h7azrslb7a00-packages.json.drv building '/nix/store/z6amwk3j9gybrg2vkrx5h7azrslb7a00-packages.json.drv'... Going to be running update for following packages: - python3.11-azure-mgmt-subscription-3.1.1 Press Enter key to continue... Running update for: - python3.11-azure-mgmt-subscription-3.1.1: UPDATING ... - python3.11-azure-mgmt-subscription-3.1.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.azure-mgmt-subscription 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: 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-03-04.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/c6qxwr1dn5v24p9fqx2wg2f48lsxhsg3-packages.json.drv building '/nix/store/c6qxwr1dn5v24p9fqx2wg2f48lsxhsg3-packages.json.drv'... Going to be running update for following packages: - python3.11-subarulink-0.7.11 Press Enter key to continue... Running update for: - python3.11-subarulink-0.7.11: UPDATING ... - python3.11-subarulink-0.7.11: 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 python311Packages.django-classy-tags, using log file: /var/log/nixpkgs-update/python311Packages.django-classy-tags/2024-03-04.log python311Packages.django-classy-tags 0 -> 1 attrpath: python311Packages.django-classy-tags Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/swk0416jhkhyp4hfc7qh20igzdrfd0q6-packages.json.drv building '/nix/store/swk0416jhkhyp4hfc7qh20igzdrfd0q6-packages.json.drv'... Going to be running update for following packages: - python3.11-django-classy-tags-4.1.0 Press Enter key to continue... Running update for: - python3.11-django-classy-tags-4.1.0: UPDATING ... - python3.11-django-classy-tags-4.1.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.django-classy-tags 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath variety, using log file: /var/log/nixpkgs-update/variety/2024-03-04.log variety 0 -> 1 attrpath: variety Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/za63445airil13zdfmvlbrbwv1j9cabq-packages.json.drv building '/nix/store/za63445airil13zdfmvlbrbwv1j9cabq-packages.json.drv'... Going to be running update for following packages: - variety-0.8.12 Press Enter key to continue... Running update for: - variety-0.8.12: UPDATING ... - variety-0.8.12: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update variety 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_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.tdigest, using log file: /var/log/nixpkgs-update/ocamlPackages.tdigest/2024-03-04.log ocamlPackages.tdigest 0 -> 1 attrpath: ocamlPackages.tdigest Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/i40br97splww9xnwhdmvhq2qvk9n6z90-packages.json.drv building '/nix/store/i40br97splww9xnwhdmvhq2qvk9n6z90-packages.json.drv'... Going to be running update for following packages: - ocaml5.1.1-tdigest-2.1.2 Press Enter key to continue... Running update for: - ocaml5.1.1-tdigest-2.1.2: UPDATING ... - ocaml5.1.1-tdigest-2.1.2: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/ocaml-modules/tdigest/default.nix b/pkgs/development/ocaml-modules/tdigest/default.nix index 4dc40da9dac6..4dcf81d96521 100644 --- a/pkgs/development/ocaml-modules/tdigest/default.nix +++ b/pkgs/development/ocaml-modules/tdigest/default.nix @@ -5,13 +5,13 @@ buildDunePackage rec { pname = "tdigest"; - version = "2.1.2"; + version = "2.2.0"; src = fetchFromGitHub { owner = "SGrondin"; repo = pname; rev = version; - sha256 = "sha256-pkJRJeEbBbAR1STb6v3Zu11twvHkAKAO0YjifRBFTDw="; + sha256 = "sha256-Z2rOaiNGvVDbRwf5XfoNIcenQdrE3fxHnfzyi6Ki2Ic="; }; minimalOCamlVersion = "4.08"; No auto update branch exists [outpaths] eval start [outpaths] eval end Update edits cause no rebuilds. [result] Failed to update ocamlPackages.tdigest 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.mercadopago, using log file: /var/log/nixpkgs-update/python311Packages.mercadopago/2024-03-04.log python311Packages.mercadopago 0 -> 1 attrpath: python311Packages.mercadopago Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/n31lyjdv80kgq1hql1za98svn701x1q6-packages.json.drv building '/nix/store/n31lyjdv80kgq1hql1za98svn701x1q6-packages.json.drv'... Going to be running update for following packages: - python3.11-mercadopago-2.2.1 Press Enter key to continue... Running update for: - python3.11-mercadopago-2.2.1: UPDATING ... - python3.11-mercadopago-2.2.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.mercadopago 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_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.adwaita-icon-theme, using log file: /var/log/nixpkgs-update/gnome.adwaita-icon-theme/2024-03-04.log gnome.adwaita-icon-theme 0 -> 1 attrpath: gnome.adwaita-icon-theme Checking auto update branch... Do not update GNOME during a release cycle [result] Failed to update gnome.adwaita-icon-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.dataproperty, using log file: /var/log/nixpkgs-update/python311Packages.dataproperty/2024-03-04.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/vk3lzlmzpvysmwqb7ny87irjxpi1ap9r-packages.json.drv building '/nix/store/vk3lzlmzpvysmwqb7ny87irjxpi1ap9r-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 rocmPackages.hiprand, using log file: /var/log/nixpkgs-update/rocmPackages.hiprand/2024-03-04.log rocmPackages.hiprand 0 -> 1 attrpath: rocmPackages.hiprand Checking auto update branch... [version] [version] skipping because derivation has 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/3jyha67j3q6k0g2111ndq9sdvfbhaj1n-update.sh.drv /nix/store/cl1mv84vwzyn41l8sqz4i72sxbfx5sjk-packages.json.drv building '/nix/store/3jyha67j3q6k0g2111ndq9sdvfbhaj1n-update.sh.drv'... building '/nix/store/cl1mv84vwzyn41l8sqz4i72sxbfx5sjk-packages.json.drv'... Going to be running update for following packages: - rocrand-5.7.1 Press Enter key to continue... Running update for: - rocrand-5.7.1: UPDATING ... - rocrand-5.7.1: ERROR --- SHOWING ERROR LOG FOR rocrand-5.7.1 ---------------------- 'rocmPackages_5.rocrand' is already at it's maximum allowed version. Any further upgrades should go into 'rocmPackages_X.rocrand'. --- SHOWING ERROR LOG FOR rocrand-5.7.1 ---------------------- The update script for rocrand-5.7.1 failed with exit code 1 [result] Failed to update rocmPackages.hiprand 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: 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-lzf, using log file: /var/log/nixpkgs-update/python311Packages.python-lzf/2024-03-04.log python311Packages.python-lzf 0 -> 1 attrpath: python311Packages.python-lzf Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/n30j2p3iah2ijixqwyiyzh6pm6pvkrl3-packages.json.drv building '/nix/store/n30j2p3iah2ijixqwyiyzh6pm6pvkrl3-packages.json.drv'... Going to be running update for following packages: - python3.11-python-lzf-0.2.4 Press Enter key to continue... Running update for: - python3.11-python-lzf-0.2.4: UPDATING ... - python3.11-python-lzf-0.2.4: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.python-lzf 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_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-03-04.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.funcharts, using log file: /var/log/nixpkgs-update/rPackages.funcharts/2024-03-04.log rPackages.funcharts 1.3.2 -> 1.4.1 https://repology.org/project/r:funcharts/versions attrpath: rPackages.funcharts Checking auto update branch... No auto update branch exists Old version 1.3.2" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; 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.funcharts 1.3.2 -> 1.4.1 https://repology.org/project/r:funcharts/versions [options] github_user: r-ryantm, pull_request: YES, batch_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.isocat, using log file: /var/log/nixpkgs-update/rPackages.isocat/2024-03-04.log rPackages.isocat 0.2.6 -> 0.3.0 https://repology.org/project/r:isocat/versions attrpath: rPackages.isocat Checking auto update branch... No auto update branch exists Old version 0.2.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.isocat 0.2.6 -> 0.3.0 https://repology.org/project/r:isocat/versions [options] github_user: r-ryantm, pull_request: YES, batch_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.myCRAN, using log file: /var/log/nixpkgs-update/rPackages.myCRAN/2024-03-04.log rPackages.myCRAN 1.0 -> 1.1 https://repology.org/project/r:mycran/versions attrpath: rPackages.myCRAN Checking auto update branch... No auto update branch exists Old version 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.myCRAN 1.0 -> 1.1 https://repology.org/project/r:mycran/versions [options] github_user: r-ryantm, pull_request: YES, batch_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.slouch, using log file: /var/log/nixpkgs-update/rPackages.slouch/2024-03-04.log rPackages.slouch 2.1.4 -> 2.1.5 https://repology.org/project/r:slouch/versions attrpath: rPackages.slouch Checking auto update branch... No auto update branch exists Old version 2.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.slouch 2.1.4 -> 2.1.5 https://repology.org/project/r:slouch/versions [options] github_user: r-ryantm, pull_request: YES, batch_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.CompAREdesign, using log file: /var/log/nixpkgs-update/rPackages.CompAREdesign/2024-03-04.log rPackages.CompAREdesign 2.2 -> 2.3.1 https://repology.org/project/r:comparedesign/versions attrpath: rPackages.CompAREdesign Checking auto update branch... No auto update branch exists Old version 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.CompAREdesign 2.2 -> 2.3.1 https://repology.org/project/r:comparedesign/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: 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-codepipeline, using log file: /var/log/nixpkgs-update/python311Packages.mypy-boto3-codepipeline/2024-03-04.log python311Packages.mypy-boto3-codepipeline 1.34.0 -> 7.23.2 https://github.com/youtype/mypy_boto3_builder/releases attrpath: python311Packages.mypy-boto3-codepipeline Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/k7m0j4nfvmrn0775cjzfjz1p2pc4zmaz-packages.json.drv building '/nix/store/k7m0j4nfvmrn0775cjzfjz1p2pc4zmaz-packages.json.drv'... Going to be running update for following packages: - python3.11-mypy-boto3-codepipeline-1.34.0 Press Enter key to continue... Running update for: - python3.11-mypy-boto3-codepipeline-1.34.0: UPDATING ... - python3.11-mypy-boto3-codepipeline-1.34.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.mypy-boto3-codepipeline 1.34.0 -> 7.23.2 https://github.com/youtype/mypy_boto3_builder/releases [options] github_user: r-ryantm, pull_request: YES, batch_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.DoubleML, using log file: /var/log/nixpkgs-update/rPackages.DoubleML/2024-03-04.log rPackages.DoubleML 0.5.3 -> 1.0.0 https://repology.org/project/r:doubleml/versions attrpath: rPackages.DoubleML Checking auto update branch... No auto update branch exists Old version 0.5.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.DoubleML 0.5.3 -> 1.0.0 https://repology.org/project/r:doubleml/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath confluent-platform, using log file: /var/log/nixpkgs-update/confluent-platform/2024-03-04.log confluent-platform 7.5.0 -> 7.6.0 https://repology.org/project/confluent-platform/versions attrpath: confluent-platform Checking auto update branch... An auto update branch exists with message `confluent-platform: 7.5.0 -> 7.6.0`. New version is 7.6.0. An auto update branch exists with an equal or greater version [result] Failed to update confluent-platform 7.5.0 -> 7.6.0 https://repology.org/project/confluent-platform/versions [options] github_user: r-ryantm, pull_request: YES, batch_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.geomander, using log file: /var/log/nixpkgs-update/rPackages.geomander/2024-03-04.log rPackages.geomander 2.2.1 -> 2.3.0 https://repology.org/project/r:geomander/versions attrpath: rPackages.geomander Checking auto update branch... No auto update branch exists Old version 2.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.geomander 2.2.1 -> 2.3.0 https://repology.org/project/r:geomander/versions [options] github_user: r-ryantm, pull_request: YES, batch_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.V8, using log file: /var/log/nixpkgs-update/rPackages.V8/2024-03-04.log rPackages.V8 4.4.1 -> 4.4.2 https://repology.org/project/r:v8/versions attrpath: rPackages.V8 Checking auto update branch... No auto update branch exists Old version 4.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.V8 4.4.1 -> 4.4.2 https://repology.org/project/r:v8/versions [options] github_user: r-ryantm, pull_request: YES, batch_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-03-04.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 For attrpath parrot, using log file: /var/log/nixpkgs-update/parrot/2024-03-04.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/g96vxqhm7b4k92vdsbgzj24z9asj8g60-packages.json.drv building '/nix/store/g96vxqhm7b4k92vdsbgzj24z9asj8g60-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 python311Packages.fenics, using log file: /var/log/nixpkgs-update/python311Packages.fenics/2024-03-04.log python311Packages.fenics 0 -> 1 attrpath: python311Packages.fenics 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/ilyc1x4j0sa9y70iwrdplbxvz8fq8nwp-packages.json.drv building '/nix/store/ilyc1x4j0sa9y70iwrdplbxvz8fq8nwp-packages.json.drv'... Going to be running update for following packages: - python3.11-dolfin-2019.1.0 Press Enter key to continue... Running update for: - python3.11-dolfin-2019.1.0: UPDATING ... - python3.11-dolfin-2019.1.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.fenics 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath tvnamer, using log file: /var/log/nixpkgs-update/tvnamer/2024-03-04.log tvnamer 0 -> 1 attrpath: tvnamer 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/iaja0bxkagby2f7cfq3gv5snf8w53ada-packages.json.drv building '/nix/store/iaja0bxkagby2f7cfq3gv5snf8w53ada-packages.json.drv'... Going to be running update for following packages: - tvnamer-3.0.4 Press Enter key to continue... Running update for: - tvnamer-3.0.4: UPDATING ... - tvnamer-3.0.4: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update tvnamer 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.qrcode, using log file: /var/log/nixpkgs-update/python311Packages.qrcode/2024-03-04.log python311Packages.qrcode 0 -> 1 attrpath: python311Packages.qrcode Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/7a3jnp05ybpcx773x58azbiyq6c6sigh-packages.json.drv building '/nix/store/7a3jnp05ybpcx773x58azbiyq6c6sigh-packages.json.drv'... Going to be running update for following packages: - python3.11-qrcode-7.4.2 Press Enter key to continue... Running update for: - python3.11-qrcode-7.4.2: UPDATING ... - python3.11-qrcode-7.4.2: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.qrcode 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath svt-av1, using log file: /var/log/nixpkgs-update/svt-av1/2024-03-04.log svt-av1 0 -> 1 attrpath: svt-av1 Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/zpxsdcs55mzam58bgs18pirrbb92qgfr-packages.json.drv building '/nix/store/zpxsdcs55mzam58bgs18pirrbb92qgfr-packages.json.drv'... Going to be running update for following packages: - svt-av1-1.8.0 Press Enter key to continue... Running update for: - svt-av1-1.8.0: UPDATING ... - svt-av1-1.8.0: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/tools/video/svt-av1/default.nix b/pkgs/tools/video/svt-av1/default.nix index d40047510f40..9c267b9c4434 100644 --- a/pkgs/tools/video/svt-av1/default.nix +++ b/pkgs/tools/video/svt-av1/default.nix @@ -8,13 +8,13 @@ stdenv.mkDerivation (finalAttrs: { pname = "svt-av1"; - version = "1.8.0"; + version = "1.9.0-rc1"; src = fetchFromGitLab { owner = "AOMediaCodec"; repo = "SVT-AV1"; rev = "v${finalAttrs.version}"; - hash = "sha256-JV65VuEPJBrADsGviBnE6EgZmbqJ4Z4qli6cAfUMmkw="; + hash = "sha256-Opns9+eArbmJbFf+xkB8Vt868z9ntT0pNDDErmymfYo="; }; nativeBuildInputs = [ No auto update branch exists [outpaths] eval start [outpaths] eval end Successfully finished processing cachix "/nix/store/k0hrc8xyirbh4bahjkrbg2aqis81dmpr-svt-av1-1.9.0-rc1" 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 svt-av1 is: AV1-compliant encoder/decoder library core meta.homepage for svt-av1 is: https://gitlab.com/AOMediaCodec/SVT-AV1 meta.changelog for svt-av1 is: https://gitlab.com/AOMediaCodec/SVT-AV1/-/blob/v1.9.0-rc1/CHANGELOG.md ###### Updates performed - Ran passthru.UpdateScript ###### To inspect upstream changes ###### Impact Checks done --- - built on NixOS - The tests defined in `passthru.tests`, if any, passed - found 1.9.0-rc1 in filename of file in /nix/store/k0hrc8xyirbh4bahjkrbg2aqis81dmpr-svt-av1-1.9.0-rc1 ---
Rebuild report (if merged into master) (click to expand) ``` 9400 total rebuild path(s) 9400 package rebuild(s) First fifty rebuilds by attrpath CHOWTapeModel ChowKick CuboCore.corepdf CuboCore.coretoppings EmptyEpsilon Fabric MIDIVisualizer MMA OVMFFull SDL2 SDL2_Pango SDL2_gfx SDL2_image SDL2_image_2_0 SDL2_image_2_6 SDL2_mixer SDL2_mixer_2_0 SDL2_net SDL2_sound SDL2_ttf SDL_audiolib SDL_compat SDL_gpu Sylk _1oom _20kly _7kaa _86Box _90secondportraits aaxtomp3 abbaye-des-morts abracadabra abuse acltoolkit acquire activitywatch ad-miner adafruit-ampy adapta-gtk-theme adenum adl adriconf adwsteamgtk aegisub ahoviewer aiodnsbrute aitrack ajour akkoma alass ```
Instructions to test this update (click to expand) --- Either **download from Cachix**: ``` nix-store -r /nix/store/k0hrc8xyirbh4bahjkrbg2aqis81dmpr-svt-av1-1.9.0-rc1 \ --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 svt-av1 https://github.com/r-ryantm/nixpkgs/archive/20b691628202db4f3134be2ce83e8de22e87dc86.tar.gz ``` Or: ``` nix build github:r-ryantm/nixpkgs/20b691628202db4f3134be2ce83e8de22e87dc86#svt-av1 ``` After you've downloaded or built it, look at the files and if there are any, run the binaries: ``` ls -la /nix/store/k0hrc8xyirbh4bahjkrbg2aqis81dmpr-svt-av1-1.9.0-rc1 ls -la /nix/store/k0hrc8xyirbh4bahjkrbg2aqis81dmpr-svt-av1-1.9.0-rc1/bin ``` ---

### Pre-merge build results NixPkgs review skipped --- ###### Maintainer pings cc @Madouura 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/293340 [result] Success updating svt-av1 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath febio-studio, using log file: /var/log/nixpkgs-update/febio-studio/2024-03-04.log febio-studio 1.6.1 -> 2.5 https://github.com/febiosoftware/FEBioStudio/releases attrpath: febio-studio 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/febio-studio/default.nix b/pkgs/applications/science/biology/febio-studio/default.nix index 550d221c74eb..d4b458ad5efa 100644 --- a/pkgs/applications/science/biology/febio-studio/default.nix +++ b/pkgs/applications/science/biology/febio-studio/default.nix @@ -9,13 +9,13 @@ stdenv.mkDerivation rec { pname = "febio-studio"; - version = "1.6.1"; + version = "2.5"; src = fetchFromGitHub { owner = "febiosoftware"; repo = "FEBioStudio"; rev = "v${version}"; - sha256 = "0r6pg49i0q9idp7pjymj7mlxd63qjvmfvg0l7fmx87y1yd2hfw4h"; + sha256 = "sha256-b6bP6bq9X7N3MJPnZIeipm8SrvrPv9HwRQqSiun06vs="; }; patches = [ [outpaths] eval start [outpaths] eval end Received ExitFailure 1 when running Raw command: /nix/store/62fm7r6175k2bgvhc19hn9bdhw90wa3n-nix-2.18.1/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A febio-studio nix build failed. got build log for 'febio-studio' from 'daemon' @nix { "action": "setPhase", "phase": "qtPreHook" } Running phase: qtPreHook @nix { "action": "setPhase", "phase": "unpackPhase" } Running phase: unpackPhase unpacking source archive /nix/store/4mggaaq0n1gh4m09q1h4r2hshnsazsqj-source source root is source @nix { "action": "setPhase", "phase": "patchPhase" } Running phase: patchPhase applying patch /nix/store/g2ypfc1jjjkxvrxpc0d0fdgcxvg0636p-febio-studio-cmake.patch patching file FEBioStudio/RepositoryPanel.cpp Hunk #1 FAILED at 1364 (different line endings). Hunk #2 FAILED at 1396 (different line endings). 2 out of 2 hunks FAILED -- saving rejects to file FEBioStudio/RepositoryPanel.cpp.rej patching file FEBioStudio/WzdUpload.cpp Hunk #1 succeeded at 1182 (offset -1 lines). [result] Failed to update febio-studio 1.6.1 -> 2.5 https://github.com/febiosoftware/FEBioStudio/releases [options] github_user: r-ryantm, pull_request: YES, batch_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.colorSpec, using log file: /var/log/nixpkgs-update/rPackages.colorSpec/2024-03-04.log rPackages.colorSpec 1.4-0 -> 1.5-0 https://repology.org/project/r:colorspec/versions attrpath: rPackages.colorSpec Checking auto update branch... No auto update branch exists Old version 1.4-0" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; 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.colorSpec 1.4-0 -> 1.5-0 https://repology.org/project/r:colorspec/versions [options] github_user: r-ryantm, pull_request: YES, batch_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.PxWebApiData, using log file: /var/log/nixpkgs-update/rPackages.PxWebApiData/2024-03-04.log rPackages.PxWebApiData 0.8.0 -> 0.9.0 https://repology.org/project/r:pxwebapidata/versions attrpath: rPackages.PxWebApiData Checking auto update branch... No auto update branch exists Old version 0.8.0" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; 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.PxWebApiData 0.8.0 -> 0.9.0 https://repology.org/project/r:pxwebapidata/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python312Packages.globus-sdk, using log file: /var/log/nixpkgs-update/python312Packages.globus-sdk/2024-03-04.log python312Packages.globus-sdk 3.32.0 -> 3.38.0 https://github.com/globus/globus-sdk-python/releases attrpath: python312Packages.globus-sdk Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/qdxszwbm6h9vk3kxxzkj7nzz7bfhz1c6-packages.json.drv building '/nix/store/qdxszwbm6h9vk3kxxzkj7nzz7bfhz1c6-packages.json.drv'... Going to be running update for following packages: - python3.12-globus-sdk-3.32.0 Press Enter key to continue... Running update for: - python3.12-globus-sdk-3.32.0: UPDATING ... - python3.12-globus-sdk-3.32.0: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/globus-sdk/default.nix b/pkgs/development/python-modules/globus-sdk/default.nix index 6ad0646401a0..b819625061a4 100644 --- a/pkgs/development/python-modules/globus-sdk/default.nix +++ b/pkgs/development/python-modules/globus-sdk/default.nix @@ -12,7 +12,7 @@ buildPythonPackage rec { pname = "globus-sdk"; - version = "3.32.0"; + version = "3.38.0"; format = "setuptools"; disabled = pythonOlder "3.7"; @@ -21,7 +21,7 @@ buildPythonPackage rec { owner = "globus"; repo = "globus-sdk-python"; rev = "refs/tags/${version}"; - hash = "sha256-otf1A8onfi6u3Vv7IxBtziLEy2UqVeJxw1u+XIfSchA="; + hash = "sha256-2XGzDhlbEa8ox+LEGAZcFJWoSqHRbTmnNJnQVBm43kw="; }; propagatedBuildInputs = [ No auto update branch exists [outpaths] eval start [outpaths] eval end Received ExitFailure 1 when running Raw command: /nix/store/62fm7r6175k2bgvhc19hn9bdhw90wa3n-nix-2.18.1/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A python312Packages.globus-sdk nix build failed. Executing pythonRemoveTestsDir Finished executing pythonRemoveTestsDir @nix { "action": "setPhase", "phase": "installCheckPhase" } Running phase: installCheckPhase no Makefile or custom installCheckPhase, doing nothing @nix { "action": "setPhase", "phase": "pythonCatchConflictsPhase" } Running phase: pythonCatchConflictsPhase @nix { "action": "setPhase", "phase": "pythonRemoveBinBytecodePhase" } Running phase: pythonRemoveBinBytecodePhase @nix { "action": "setPhase", "phase": "pythonImportsCheckPhase" } Running phase: pythonImportsCheckPhase Executing pythonImportsCheckPhase Check whether the following modules can be imported: globus_sdk @nix { "action": "setPhase", "phase": "pytestCheckPhase" } Running phase: pytestCheckPhase Executing pytestCheckPhase /nix/store/srq6cpawjsy99hk77ws2hl1fxlzvydx3-python3.12-pytest-7.4.4/lib/python3.12/site-packages/_pytest/config/__init__.py:331: PluggyTeardownRaisedWarning: A plugin raised an exception during an old-style hookwrapper teardown. Plugin: helpconfig, Hook: pytest_cmdline_parse UsageError: usage: __main__.py [options] [file_or_dir] [file_or_dir] [...] __main__.py: error: unrecognized arguments: --no-success-flaky-report inifile: /build/source/pyproject.toml rootdir: /build/source For more information see https://pluggy.readthedocs.io/en/stable/api_reference.html#pluggy.PluggyTeardownRaisedWarning config = pluginmanager.hook.pytest_cmdline_parse( ERROR: usage: __main__.py [options] [file_or_dir] [file_or_dir] [...] __main__.py: error: unrecognized arguments: --no-success-flaky-report inifile: /build/source/pyproject.toml rootdir: /build/source  /nix/store/3qnm3nwjajgqa771dmi2dnwxrw0kzq5m-stdenv-linux/setup: line 1578: pop_var_context: head of shell_variables not a function context [result] Failed to update python312Packages.globus-sdk 3.32.0 -> 3.38.0 https://github.com/globus/globus-sdk-python/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.aocd-example-parser, using log file: /var/log/nixpkgs-update/python311Packages.aocd-example-parser/2024-03-04.log python311Packages.aocd-example-parser 0 -> 1 attrpath: python311Packages.aocd-example-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/9i9hd38jxcj7lkiwicgigrvfg26r4w5r-packages.json.drv building '/nix/store/9i9hd38jxcj7lkiwicgigrvfg26r4w5r-packages.json.drv'... Going to be running update for following packages: - python3.11-aocd-example-parser-unstable-2023-12-17 Press Enter key to continue... Running update for: - python3.11-aocd-example-parser-unstable-2023-12-17: UPDATING ... - python3.11-aocd-example-parser-unstable-2023-12-17: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.aocd-example-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 rPackages.nswgeo, using log file: /var/log/nixpkgs-update/rPackages.nswgeo/2024-03-04.log rPackages.nswgeo 0.3.3 -> 0.4.0 https://repology.org/project/r:nswgeo/versions attrpath: rPackages.nswgeo 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.nswgeo 0.3.3 -> 0.4.0 https://repology.org/project/r:nswgeo/versions [options] github_user: r-ryantm, pull_request: YES, batch_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.RobAStRDA, using log file: /var/log/nixpkgs-update/rPackages.RobAStRDA/2024-03-04.log rPackages.RobAStRDA 1.2.0 -> 1.2.1 https://repology.org/project/r:robastrda/versions attrpath: rPackages.RobAStRDA Checking auto update branch... No auto update branch exists Old version 1.2.0" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; 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.RobAStRDA 1.2.0 -> 1.2.1 https://repology.org/project/r:robastrda/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath coredns, using log file: /var/log/nixpkgs-update/coredns/2024-03-04.log coredns 1.11.1 -> 1.11.2 https://repology.org/project/coredns/versions attrpath: coredns Checking auto update branch... No auto update branch exists [version] [version] updated version and sha256 [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] Hashes equal; no update necessary [result] Failed to update coredns 1.11.1 -> 1.11.2 https://repology.org/project/coredns/versions [options] github_user: r-ryantm, pull_request: YES, batch_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.comf, using log file: /var/log/nixpkgs-update/rPackages.comf/2024-03-04.log rPackages.comf 0.1.11 -> 0.1.12 https://repology.org/project/r:comf/versions attrpath: rPackages.comf Checking auto update branch... No auto update branch exists Old version 0.1.11" 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.comf 0.1.11 -> 0.1.12 https://repology.org/project/r:comf/versions [options] github_user: r-ryantm, pull_request: YES, batch_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.iCellR, using log file: /var/log/nixpkgs-update/rPackages.iCellR/2024-03-04.log rPackages.iCellR 1.6.5 -> 1.6.7 https://repology.org/project/r:icellr/versions attrpath: rPackages.iCellR Checking auto update branch... No auto update branch exists Old version 1.6.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.iCellR 1.6.5 -> 1.6.7 https://repology.org/project/r:icellr/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python312Packages.pyrdfa3, using log file: /var/log/nixpkgs-update/python312Packages.pyrdfa3/2024-03-04.log python312Packages.pyrdfa3 3.5.3 -> 3.6.2 https://github.com/prrvchr/pyrdfa3/releases attrpath: python312Packages.pyrdfa3 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/m8mhkz9l1im9jxs34k2hfdajkv6mr764-packages.json.drv building '/nix/store/m8mhkz9l1im9jxs34k2hfdajkv6mr764-packages.json.drv'... Going to be running update for following packages: - python3.12-pyrdfa3-3.5.3 Press Enter key to continue... Running update for: - python3.12-pyrdfa3-3.5.3: UPDATING ... - python3.12-pyrdfa3-3.5.3: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/pyrdfa3/default.nix b/pkgs/development/python-modules/pyrdfa3/default.nix index 51f6411cb4fb..a76901b21f86 100644 --- a/pkgs/development/python-modules/pyrdfa3/default.nix +++ b/pkgs/development/python-modules/pyrdfa3/default.nix @@ -10,7 +10,7 @@ buildPythonPackage rec { pname = "pyrdfa3"; - version = "3.5.3"; + version = "3.6.2"; pyproject = true; disabled = pythonOlder "3.7"; @@ -18,7 +18,7 @@ buildPythonPackage rec { src = fetchPypi { inherit version; pname = "pyRdfa3"; - hash = "sha256-FXZjqSuH3zRbb2m94jXf9feXiRYI4S/h5PqNrWhxMa4="; + hash = "sha256-c2gdq5V/YJAWlnZziLlWpXaccwvEUdpv+y8ONvGDFMI="; }; patches = [ No auto update branch exists [outpaths] eval start [outpaths] eval end Received ExitFailure 1 when running Raw command: /nix/store/62fm7r6175k2bgvhc19hn9bdhw90wa3n-nix-2.18.1/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A python312Packages.pyrdfa3 nix build failed. 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/30zq5216ismcm4rkjqfr4hgr1ilgclai-pyRdfa3-3.6.2.tar.gz source root is pyRdfa3-3.6.2 setting SOURCE_DATE_EPOCH to timestamp 1704910832 of file pyRdfa3-3.6.2/setup.cfg @nix { "action": "setPhase", "phase": "patchPhase" } Running phase: patchPhase applying patch /nix/store/lwy2kxg3dhb6d1mgsqwm5crfz7m0f3m8-CVE-2022-4396.patch can't find file to patch at input line 3 Perhaps you used the wrong -p or --strip option? The text leading up to this was: -------------------------- |--- a/pyRdfa/__init__.py |+++ b/pyRdfa/__init__.py -------------------------- File to patch: Skip this patch? [y] Skipping patch. 5 out of 5 hunks ignored [result] Failed to update python312Packages.pyrdfa3 3.5.3 -> 3.6.2 https://github.com/prrvchr/pyrdfa3/releases [options] github_user: r-ryantm, pull_request: YES, batch_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-03-04.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/q59fki875ww5cgxl6cgnsx21y686r9mh-packages.json.drv building '/nix/store/q59fki875ww5cgxl6cgnsx21y686r9mh-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/62fm7r6175k2bgvhc19hn9bdhw90wa3n-nix-2.18.1/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.raptr, using log file: /var/log/nixpkgs-update/rPackages.raptr/2024-03-04.log rPackages.raptr 1.0.0 -> 1.0.1 https://repology.org/project/r:raptr/versions attrpath: rPackages.raptr 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.raptr 1.0.0 -> 1.0.1 https://repology.org/project/r:raptr/versions [options] github_user: r-ryantm, pull_request: YES, batch_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_devices, using log file: /var/log/nixpkgs-update/rPackages.R_devices/2024-03-04.log rPackages.R_devices 2.17.1 -> 2.17.2 https://repology.org/project/r:r.devices/versions attrpath: rPackages.R_devices Checking auto update branch... No auto update branch exists Old version 2.17.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_devices 2.17.1 -> 2.17.2 https://repology.org/project/r:r.devices/versions [options] github_user: r-ryantm, pull_request: YES, batch_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.PopVar, using log file: /var/log/nixpkgs-update/rPackages.PopVar/2024-03-04.log rPackages.PopVar 1.3.0 -> 1.3.1 https://repology.org/project/r:popvar/versions attrpath: rPackages.PopVar Checking auto update branch... No auto update branch exists Old version 1.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.PopVar 1.3.0 -> 1.3.1 https://repology.org/project/r:popvar/versions [options] github_user: r-ryantm, pull_request: YES, batch_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.GA, using log file: /var/log/nixpkgs-update/rPackages.GA/2024-03-04.log rPackages.GA 3.2.3 -> 3.2.4 https://repology.org/project/r:ga/versions attrpath: rPackages.GA Checking auto update branch... No auto update branch exists Old version 3.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.GA 3.2.3 -> 3.2.4 https://repology.org/project/r:ga/versions [options] github_user: r-ryantm, pull_request: YES, batch_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.SAIGEgds, using log file: /var/log/nixpkgs-update/rPackages.SAIGEgds/2024-03-04.log rPackages.SAIGEgds 2.2.0 -> 2.2.1 https://repology.org/project/r:saigegds/versions attrpath: rPackages.SAIGEgds Checking auto update branch... No auto update branch exists Old version 2.2.0" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; 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.SAIGEgds 2.2.0 -> 2.2.1 https://repology.org/project/r:saigegds/versions [options] github_user: r-ryantm, pull_request: YES, batch_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.yulab_utils, using log file: /var/log/nixpkgs-update/rPackages.yulab_utils/2024-03-04.log rPackages.yulab_utils 0.1.3 -> 0.1.4 https://repology.org/project/r:yulab.utils/versions attrpath: rPackages.yulab_utils Checking auto update branch... No auto update branch exists Old version 0.1.3" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; 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.yulab_utils 0.1.3 -> 0.1.4 https://repology.org/project/r:yulab.utils/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.ezplot, using log file: /var/log/nixpkgs-update/rPackages.ezplot/2024-03-04.log rPackages.ezplot 0.7.11 -> 0.7.13 https://repology.org/project/r:ezplot/versions attrpath: rPackages.ezplot Checking auto update branch... No auto update branch exists Old version 0.7.11" 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.ezplot 0.7.11 -> 0.7.13 https://repology.org/project/r:ezplot/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: 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-03-04.log python312Packages.mypy-boto3-rds 1.34.0 -> 7.23.2 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/mldjh5bckl0yj37nkmd47wrz047f4z7a-packages.json.drv building '/nix/store/mldjh5bckl0yj37nkmd47wrz047f4z7a-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.2 https://github.com/youtype/mypy_boto3_builder/releases [options] github_user: r-ryantm, pull_request: YES, batch_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-03-04.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 sysfsutils, using log file: /var/log/nixpkgs-update/sysfsutils/2024-03-04.log sysfsutils 2.1.0 -> 2.1.1 https://repology.org/project/sysfsutils/versions attrpath: sysfsutils 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/n2psi5qpgcyilzf4jdnv5i12yxgzw9nd-sysfsutils-2.1.1.tar.gz.drv building '/nix/store/n2psi5qpgcyilzf4jdnv5i12yxgzw9nd-sysfsutils-2.1.1.tar.gz.drv'... trying https://downloads.sourceforge.net/linux-diag/sysfsutils-2.1.1.tar.gz % 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/linux-diag/sysfsutils-2.1.1.tar.gz % 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/linux-diag/sysfsutils-2.1.1.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 138 100 138 0 0 1292 0 --:--:-- --:--:-- --:--:-- 1301 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/linux-diag/sysfsutils-2.1.1.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 154 100 154 0 0 240 0 --:--:-- --:--:-- --:--:-- 240 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/linux-diag/sysfsutils-2.1.1.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 316 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/linux-diag/sysfsutils-2.1.1.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 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 sysfsutils-2.1.1.tar.gz from any mirror error: boost::bad_format_string: format-string is ill-formed stderr did not split as expected full stderr was: error: attribute 'originalSrc' in selection path 'sysfsutils.originalSrc' not found stderr did not split as expected full stderr was: these 2 derivations will be built: /nix/store/n2psi5qpgcyilzf4jdnv5i12yxgzw9nd-sysfsutils-2.1.1.tar.gz.drv /nix/store/7y4g2s1ypbdzlq68v3pz0kj1kgwkvgj6-sysfsutils-2.1.1.drv building '/nix/store/n2psi5qpgcyilzf4jdnv5i12yxgzw9nd-sysfsutils-2.1.1.tar.gz.drv'... trying https://downloads.sourceforge.net/linux-diag/sysfsutils-2.1.1.tar.gz % 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/linux-diag/sysfsutils-2.1.1.tar.gz % 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/linux-diag/sysfsutils-2.1.1.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 138 100 138 0 0 1287 0 --:--:-- --:--:-- --:--:-- 1277 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/linux-diag/sysfsutils-2.1.1.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 154 100 154 0 0 245 0 --:--:-- --:--:-- --:--:-- 245 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/linux-diag/sysfsutils-2.1.1.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 316 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/linux-diag/sysfsutils-2.1.1.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 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 sysfsutils-2.1.1.tar.gz from any mirror error: builder for '/nix/store/n2psi5qpgcyilzf4jdnv5i12yxgzw9nd-sysfsutils-2.1.1.tar.gz.drv' failed with exit code 1; last 25 log lines: > trying https://versaweb.dl.sourceforge.net/sourceforge/linux-diag/sysfsutils-2.1.1.tar.gz > % Total % Received % Xferd Average Speed Time Time Time Current > Dload Upload Total Spent Left Speed > 100 154 100 154 0 0 245 0 --:--:-- --:--:-- --:--:-- 245 > 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/linux-diag/sysfsutils-2.1.1.tar.gz > % Total % Received % Xferd Average Speed Time Time Time Current > Dload Upload Total Spent Left Speed > 0 316 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/linux-diag/sysfsutils-2.1.1.tar.gz > % Total % Received % Xferd Average Speed Time Time Time Current > Dload Upload Total Spent Left Speed > 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 > 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 sysfsutils-2.1.1.tar.gz from any mirror For full logs, run 'nix log /nix/store/n2psi5qpgcyilzf4jdnv5i12yxgzw9nd-sysfsutils-2.1.1.tar.gz.drv'. error: 1 dependencies of derivation '/nix/store/7y4g2s1ypbdzlq68v3pz0kj1kgwkvgj6-sysfsutils-2.1.1.drv' failed to build [result] Failed to update sysfsutils 2.1.0 -> 2.1.1 https://repology.org/project/sysfsutils/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath raycast, using log file: /var/log/nixpkgs-update/raycast/2024-03-04.log raycast 1.66.2 -> 1.68.1 https://repology.org/project/raycast/versions attrpath: raycast Checking auto update branch... No auto update branch exists [version] [version] updated version and sha256 [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] skipping because derivation has no updateScript Diff after rewrites: diff --git a/pkgs/os-specific/darwin/raycast/default.nix b/pkgs/os-specific/darwin/raycast/default.nix index e45188f3e2cd..a5b63cdeda7c 100644 --- a/pkgs/os-specific/darwin/raycast/default.nix +++ b/pkgs/os-specific/darwin/raycast/default.nix @@ -6,12 +6,12 @@ stdenvNoCC.mkDerivation (finalAttrs: { pname = "raycast"; - version = "1.66.2"; + version = "1.68.1"; src = fetchurl { name = "Raycast.dmg"; url = "https://releases.raycast.com/releases/${finalAttrs.version}/download?build=universal"; - hash = "sha256-HV3urzJX33dQjzUxtQhVgMaguGk8nqtXJJBXjHwaqC0="; + hash = "sha256-QnBLJoC+K/55Y8HDyzh6dbotCymzhLuK52nL72GdIaQ="; }; dontPatch = true; [outpaths] eval start [outpaths] eval end Update edits cause no rebuilds. [result] Failed to update raycast 1.66.2 -> 1.68.1 https://repology.org/project/raycast/versions [options] github_user: r-ryantm, pull_request: YES, batch_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.incremental-parser, using log file: /var/log/nixpkgs-update/haskellPackages.incremental-parser/2024-03-04.log haskellPackages.incremental-parser 0.5.0.5 -> 0.5.1 https://repology.org/project/haskell:incremental-parser/versions attrpath: haskellPackages.incremental-parser Checking auto update branch... No auto update branch exists Derivation file says not to edit it [result] Failed to update haskellPackages.incremental-parser 0.5.0.5 -> 0.5.1 https://repology.org/project/haskell:incremental-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 currently don't know how to update perl [result] Failed to update perl536Packages.IOSocketSSL 2.083 -> 2.085 https://repology.org/project/perl:io-socket-ssl/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath surelog, using log file: /var/log/nixpkgs-update/surelog/2024-03-04.log surelog 1.80 -> 1.82 https://repology.org/project/surelog/versions attrpath: surelog Checking auto update branch... An auto update branch exists with message `surelog: 1.80 -> 1.82`. New version is 1.82. An auto update branch exists with an equal or greater version [result] Failed to update surelog 1.80 -> 1.82 https://repology.org/project/surelog/versions [options] github_user: r-ryantm, pull_request: YES, batch_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.sweidnumbr, using log file: /var/log/nixpkgs-update/rPackages.sweidnumbr/2024-03-04.log rPackages.sweidnumbr 1.4.2 -> 1.5.0 https://repology.org/project/r:sweidnumbr/versions attrpath: rPackages.sweidnumbr Checking auto update branch... No auto update branch exists Old version 1.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.sweidnumbr 1.4.2 -> 1.5.0 https://repology.org/project/r:sweidnumbr/versions [options] github_user: r-ryantm, pull_request: YES, batch_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.paws_application_integration, using log file: /var/log/nixpkgs-update/rPackages.paws_application_integration/2024-03-04.log rPackages.paws_application_integration 0.4.0 -> 0.5.0 https://repology.org/project/r:paws.application.integration/versions attrpath: rPackages.paws_application_integration 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.paws_application_integration 0.4.0 -> 0.5.0 https://repology.org/project/r:paws.application.integration/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath openjump, using log file: /var/log/nixpkgs-update/openjump/2024-03-04.log openjump 1.15 -> 2.0 https://repology.org/project/openjump/versions attrpath: openjump 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/9d9klv84carn2vvlc80j0crs6kib1lr7-OpenJUMP-Portable-2.0-r6241-CORE.zip.drv building '/nix/store/9d9klv84carn2vvlc80j0crs6kib1lr7-OpenJUMP-Portable-2.0-r6241-CORE.zip.drv'... trying https://downloads.sourceforge.net/jump-pilot/OpenJUMP/2.0/OpenJUMP-Portable-2.0-r6241-CORE.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/jump-pilot/OpenJUMP/2.0/OpenJUMP-Portable-2.0-r6241-CORE.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/jump-pilot/OpenJUMP/2.0/OpenJUMP-Portable-2.0-r6241-CORE.zip % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 138 100 138 0 0 1231 0 --:--:-- --:--:-- --:--:-- 1243 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/jump-pilot/OpenJUMP/2.0/OpenJUMP-Portable-2.0-r6241-CORE.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/jump-pilot/OpenJUMP/2.0/OpenJUMP-Portable-2.0-r6241-CORE.zip % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 342 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/jump-pilot/OpenJUMP/2.0/OpenJUMP-Portable-2.0-r6241-CORE.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 OpenJUMP-Portable-2.0-r6241-CORE.zip from any mirror error: boost::bad_format_string: format-string is ill-formed stderr did not split as expected full stderr was: error: attribute 'originalSrc' in selection path 'openjump.originalSrc' not found stderr did not split as expected full stderr was: these 2 derivations will be built: /nix/store/9d9klv84carn2vvlc80j0crs6kib1lr7-OpenJUMP-Portable-2.0-r6241-CORE.zip.drv /nix/store/3cb3d6kvalnq7zn9gxsmzinpsm2if7c3-openjump-2.0.drv building '/nix/store/9d9klv84carn2vvlc80j0crs6kib1lr7-OpenJUMP-Portable-2.0-r6241-CORE.zip.drv'... trying https://downloads.sourceforge.net/jump-pilot/OpenJUMP/2.0/OpenJUMP-Portable-2.0-r6241-CORE.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/jump-pilot/OpenJUMP/2.0/OpenJUMP-Portable-2.0-r6241-CORE.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/jump-pilot/OpenJUMP/2.0/OpenJUMP-Portable-2.0-r6241-CORE.zip % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 138 100 138 0 0 1255 0 --:--:-- --:--:-- --:--:-- 1266 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/jump-pilot/OpenJUMP/2.0/OpenJUMP-Portable-2.0-r6241-CORE.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/jump-pilot/OpenJUMP/2.0/OpenJUMP-Portable-2.0-r6241-CORE.zip % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 342 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/jump-pilot/OpenJUMP/2.0/OpenJUMP-Portable-2.0-r6241-CORE.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 OpenJUMP-Portable-2.0-r6241-CORE.zip from any mirror error: builder for '/nix/store/9d9klv84carn2vvlc80j0crs6kib1lr7-OpenJUMP-Portable-2.0-r6241-CORE.zip.drv' failed with exit code 1; last 25 log lines: > trying https://versaweb.dl.sourceforge.net/sourceforge/jump-pilot/OpenJUMP/2.0/OpenJUMP-Portable-2.0-r6241-CORE.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/jump-pilot/OpenJUMP/2.0/OpenJUMP-Portable-2.0-r6241-CORE.zip > % Total % Received % Xferd Average Speed Time Time Time Current > Dload Upload Total Spent Left Speed > 0 342 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/jump-pilot/OpenJUMP/2.0/OpenJUMP-Portable-2.0-r6241-CORE.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 OpenJUMP-Portable-2.0-r6241-CORE.zip from any mirror For full logs, run 'nix log /nix/store/9d9klv84carn2vvlc80j0crs6kib1lr7-OpenJUMP-Portable-2.0-r6241-CORE.zip.drv'. error: 1 dependencies of derivation '/nix/store/3cb3d6kvalnq7zn9gxsmzinpsm2if7c3-openjump-2.0.drv' failed to build [result] Failed to update openjump 1.15 -> 2.0 https://repology.org/project/openjump/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath ddd, using log file: /var/log/nixpkgs-update/ddd/2024-03-04.log ddd 3.3.12 -> 3.4.0 https://repology.org/project/ddd/versions attrpath: ddd 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/misc/ddd/default.nix b/pkgs/development/tools/misc/ddd/default.nix index e3d55472faac..5ed04099d791 100644 --- a/pkgs/development/tools/misc/ddd/default.nix +++ b/pkgs/development/tools/misc/ddd/default.nix @@ -2,10 +2,10 @@ stdenv.mkDerivation rec { pname = "ddd"; - version = "3.3.12"; + version = "3.4.0"; src = fetchurl { url = "mirror://gnu/${pname}/${pname}-${version}.tar.gz"; - sha256 = "0p5nx387857w3v2jbgvps2p6mlm0chajcdw5sfrddcglsxkwvmis"; + sha256 = "sha256-XUy8iguwRYVDhm1nkwjFOj7wZuQC/loZGOGWmKPTWA8="; }; buildInputs = [motif ncurses libX11 libXt]; configureFlags = [ "--with-x" ]; [outpaths] eval start [outpaths] eval end Received ExitFailure 1 when running Raw command: /nix/store/62fm7r6175k2bgvhc19hn9bdhw90wa3n-nix-2.18.1/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A ddd nix build failed. got build log for 'ddd' from 'daemon' @nix { "action": "setPhase", "phase": "unpackPhase" } Running phase: unpackPhase unpacking source archive /nix/store/r75b28jyaibk81a81lpizcbwxb8xbx3h-ddd-3.4.0.tar.gz source root is ddd-3.4.0 setting SOURCE_DATE_EPOCH to timestamp 1683591695 of file ddd-3.4.0/doc/html/ddd.html @nix { "action": "setPhase", "phase": "patchPhase" } Running phase: patchPhase applying patch /nix/store/66kpai8kjg4p92fc6i755rg8xbwm17p8-gcc44.patch can't find file to patch at input line 4 Perhaps you used the wrong -p or --strip option? The text leading up to this was: -------------------------- |http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=504868 |--- a/ddd/strclass.C~ 2008-11-07 17:57:13.000000000 +0000 |+++ b/ddd/strclass.C 2008-11-07 17:57:27.000000000 +0000 -------------------------- File to patch: Skip this patch? [y] Skipping patch. 1 out of 1 hunk ignored [result] Failed to update ddd 3.3.12 -> 3.4.0 https://repology.org/project/ddd/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath json2yaml, using log file: /var/log/nixpkgs-update/json2yaml/2024-03-04.log json2yaml 0.3.2.3 -> 1.2.0 https://repology.org/project/json2yaml/versions attrpath: json2yaml Checking auto update branch... No auto update branch exists Derivation file says not to edit it [result] Failed to update json2yaml 0.3.2.3 -> 1.2.0 https://repology.org/project/json2yaml/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath kstars, using log file: /var/log/nixpkgs-update/kstars/2024-03-04.log kstars 3.6.7 -> 3.6.9 https://repology.org/project/kstars/versions attrpath: kstars Checking auto update branch... No auto update branch exists There might already be an open PR for this update: - kstars: 3.6.7 -> 3.6.9 URL "https://api.github.com/repos/NixOS/nixpkgs/issues/281099" [result] Failed to update kstars 3.6.7 -> 3.6.9 https://repology.org/project/kstars/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath cloog, using log file: /var/log/nixpkgs-update/cloog/2024-03-04.log cloog 0.18.4 -> 0.21.1 https://repology.org/project/cloog/versions attrpath: cloog 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/dl31bn3q5mr7wnsxhklw5lwcyyw5flfc-cloog-0.21.1.tar.gz.drv building '/nix/store/dl31bn3q5mr7wnsxhklw5lwcyyw5flfc-cloog-0.21.1.tar.gz.drv'... trying http://www.bastoul.net/cloog/pages/download/count.php3?url=./cloog-0.21.1.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 318 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 error: cannot download cloog-0.21.1.tar.gz from any mirror error: boost::bad_format_string: format-string is ill-formed stderr did not split as expected full stderr was: error: attribute 'originalSrc' in selection path 'cloog.originalSrc' not found stderr did not split as expected full stderr was: these 2 derivations will be built: /nix/store/dl31bn3q5mr7wnsxhklw5lwcyyw5flfc-cloog-0.21.1.tar.gz.drv /nix/store/py342kgmzslszxlmmphga898v42ddzzj-cloog-0.21.1.drv this path will be fetched (0.52 MiB download, 1.87 MiB unpacked): /nix/store/mwcg7m0yw6bw77i10kidmaw9cyhc7bhx-isl-0.14.1 copying path '/nix/store/mwcg7m0yw6bw77i10kidmaw9cyhc7bhx-isl-0.14.1' from 'https://cache.nixos.org'... building '/nix/store/dl31bn3q5mr7wnsxhklw5lwcyyw5flfc-cloog-0.21.1.tar.gz.drv'... trying http://www.bastoul.net/cloog/pages/download/count.php3?url=./cloog-0.21.1.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 318 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 error: cannot download cloog-0.21.1.tar.gz from any mirror error: builder for '/nix/store/dl31bn3q5mr7wnsxhklw5lwcyyw5flfc-cloog-0.21.1.tar.gz.drv' failed with exit code 1; last 8 log lines: > > trying http://www.bastoul.net/cloog/pages/download/count.php3?url=./cloog-0.21.1.tar.gz > % Total % Received % Xferd Average Speed Time Time Time Current > Dload Upload Total Spent Left Speed > 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 > 0 318 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 > curl: (22) The requested URL returned error: 404 > error: cannot download cloog-0.21.1.tar.gz from any mirror For full logs, run 'nix log /nix/store/dl31bn3q5mr7wnsxhklw5lwcyyw5flfc-cloog-0.21.1.tar.gz.drv'. error: 1 dependencies of derivation '/nix/store/py342kgmzslszxlmmphga898v42ddzzj-cloog-0.21.1.drv' failed to build [result] Failed to update cloog 0.18.4 -> 0.21.1 https://repology.org/project/cloog/versions [options] github_user: r-ryantm, pull_request: YES, batch_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.epikit, using log file: /var/log/nixpkgs-update/rPackages.epikit/2024-03-04.log rPackages.epikit 0.1.5 -> 0.1.6 https://repology.org/project/r:epikit/versions attrpath: rPackages.epikit 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.epikit 0.1.5 -> 0.1.6 https://repology.org/project/r:epikit/versions [options] github_user: r-ryantm, pull_request: YES, batch_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.BTLLasso, using log file: /var/log/nixpkgs-update/rPackages.BTLLasso/2024-03-04.log rPackages.BTLLasso 0.1-11 -> 0.1-13 https://repology.org/project/r:btllasso/versions attrpath: rPackages.BTLLasso Checking auto update branch... No auto update branch exists Old version 0.1-11" 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.BTLLasso 0.1-11 -> 0.1-13 https://repology.org/project/r:btllasso/versions [options] github_user: r-ryantm, pull_request: 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.TestWarnings 0.032 -> 0.033 https://repology.org/project/perl:test-warnings/versions [options] github_user: r-ryantm, pull_request: YES, batch_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.statgenQTLxT, using log file: /var/log/nixpkgs-update/rPackages.statgenQTLxT/2024-03-04.log rPackages.statgenQTLxT 1.0.1 -> 1.0.2 https://repology.org/project/r:statgenqtlxt/versions attrpath: rPackages.statgenQTLxT 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.statgenQTLxT 1.0.1 -> 1.0.2 https://repology.org/project/r:statgenqtlxt/versions [options] github_user: r-ryantm, pull_request: YES, batch_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.ggrain, using log file: /var/log/nixpkgs-update/rPackages.ggrain/2024-03-04.log rPackages.ggrain 0.0.3 -> 0.0.4 https://repology.org/project/r:ggrain/versions attrpath: rPackages.ggrain 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.ggrain 0.0.3 -> 0.0.4 https://repology.org/project/r:ggrain/versions [options] github_user: r-ryantm, pull_request: YES, batch_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.plspm, using log file: /var/log/nixpkgs-update/rPackages.plspm/2024-03-04.log rPackages.plspm 0.5.0 -> 0.5.1 https://repology.org/project/r:plspm/versions attrpath: rPackages.plspm 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.plspm 0.5.0 -> 0.5.1 https://repology.org/project/r:plspm/versions [options] github_user: r-ryantm, pull_request: YES, batch_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.mapSpain, using log file: /var/log/nixpkgs-update/rPackages.mapSpain/2024-03-04.log rPackages.mapSpain 0.8.0 -> 0.9.0 https://repology.org/project/r:mapspain/versions attrpath: rPackages.mapSpain Checking auto update branch... No auto update branch exists Old version 0.8.0" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; 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.mapSpain 0.8.0 -> 0.9.0 https://repology.org/project/r:mapspain/versions [options] github_user: r-ryantm, pull_request: YES, batch_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-03-04.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.SpatialDecon, using log file: /var/log/nixpkgs-update/rPackages.SpatialDecon/2024-03-04.log rPackages.SpatialDecon 1.12.0 -> 1.12.3 https://repology.org/project/r:spatialdecon/versions attrpath: rPackages.SpatialDecon Checking auto update branch... No auto update branch exists Old version 1.12.0" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; 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.SpatialDecon 1.12.0 -> 1.12.3 https://repology.org/project/r:spatialdecon/versions [options] github_user: r-ryantm, pull_request: YES, batch_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.segmented, using log file: /var/log/nixpkgs-update/rPackages.segmented/2024-03-04.log rPackages.segmented 2.0-1 -> 2.0.3 https://repology.org/project/r:segmented/versions attrpath: rPackages.segmented 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.segmented 2.0-1 -> 2.0.3 https://repology.org/project/r:segmented/versions [options] github_user: r-ryantm, pull_request: YES, batch_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.MicSim, using log file: /var/log/nixpkgs-update/rPackages.MicSim/2024-03-04.log rPackages.MicSim 2.0.0 -> 2.0.1 https://repology.org/project/r:micsim/versions attrpath: rPackages.MicSim Checking auto update branch... No auto update branch exists Old version 2.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.MicSim 2.0.0 -> 2.0.1 https://repology.org/project/r:micsim/versions [options] github_user: r-ryantm, pull_request: YES, batch_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.spacesXYZ, using log file: /var/log/nixpkgs-update/rPackages.spacesXYZ/2024-03-04.log rPackages.spacesXYZ 1.2-1 -> 1.3-0 https://repology.org/project/r:spacesxyz/versions attrpath: rPackages.spacesXYZ Checking auto update branch... No auto update branch exists Old version 1.2-1" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; 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.spacesXYZ 1.2-1 -> 1.3-0 https://repology.org/project/r:spacesxyz/versions [options] github_user: r-ryantm, pull_request: YES, batch_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.ggh4x, using log file: /var/log/nixpkgs-update/rPackages.ggh4x/2024-03-04.log rPackages.ggh4x 0.2.7 -> 0.2.8 https://repology.org/project/r:ggh4x/versions attrpath: rPackages.ggh4x Checking auto update branch... No auto update branch exists Old version 0.2.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.ggh4x 0.2.7 -> 0.2.8 https://repology.org/project/r:ggh4x/versions [options] github_user: r-ryantm, pull_request: YES, batch_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.sparrpowR, using log file: /var/log/nixpkgs-update/rPackages.sparrpowR/2024-03-04.log rPackages.sparrpowR 0.2.7 -> 0.2.8 https://repology.org/project/r:sparrpowr/versions attrpath: rPackages.sparrpowR Checking auto update branch... No auto update branch exists Old version 0.2.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.sparrpowR 0.2.7 -> 0.2.8 https://repology.org/project/r:sparrpowr/versions [options] github_user: r-ryantm, pull_request: YES, batch_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-03-04.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 fwupd, using log file: /var/log/nixpkgs-update/fwupd/2024-03-04.log fwupd 1.9.13 -> 1.9.14 https://repology.org/project/fwupd/versions attrpath: fwupd Checking auto update branch... No auto update branch exists Old version 1.9.13" not present in master derivation file with contents: # Updating? Keep $out/etc synchronized with passthru keys { stdenv , lib , fetchFromGitHub , gi-docgen , pkg-config , gobject-introspection , gettext , libgudev , libdrm , polkit , libxmlb , gusb , sqlite , libarchive , libredirect , curl , libjcat , elfutils , valgrind , meson , libuuid , ninja , gnutls , protobufc , python3 , wrapGAppsNoGuiHook , ensureNewerSourcesForZipFilesHook , json-glib , bash-completion , shared-mime-info , umockdev , vala , makeFontsConf , freefont_ttf , pango , tpm2-tss , bubblewrap , efibootmgr , flashrom , tpm2-tools , fwupd-efi , nixosTests , runCommand , unstableGitUpdater , modemmanager , libqmi , libmbim , libcbor , xz , enableFlashrom ? false , enablePassim ? false }: let python = python3.withPackages (p: with p; [ jinja2 pygobject3 setuptools ]); isx86 = stdenv.hostPlatform.isx86; # Dell isn't supported on Aarch64 haveDell = isx86; # only redfish for x86_64 haveRedfish = stdenv.isx86_64; # only use msr if x86 (requires cpuid) haveMSR = isx86; # # Currently broken on Aarch64 # haveFlashrom = isx86; # Experimental haveFlashrom = isx86 && enableFlashrom; runPythonCommand = name: buildCommandPython: runCommand name { nativeBuildInputs = [ python3 ]; inherit buildCommandPython; } '' exec python3 -c "$buildCommandPython" ''; test-firmware = let version = "unstable-2022-04-02"; src = fetchFromGitHub { name = "fwupd-test-firmware-${version}"; owner = "fwupd"; repo = "fwupd-test-firmware"; rev = "39954e434d63e20e85870dd1074818f48a0c08b7"; hash = "sha256-d4qG3fKyxkfN91AplRYqARFz+aRr+R37BpE450bPxi0="; passthru = { inherit src version; # For update script updateScript = unstableGitUpdater { url = "${test-firmware.meta.homepage}.git"; }; }; }; in src // { meta = src.meta // { # For update script position = let pos = builtins.unsafeGetAttrPos "updateScript" test-firmware; in pos.file + ":" + toString pos.line; }; }; in stdenv.mkDerivation (finalAttrs: { pname = "fwupd"; version = "1.9.14"; # libfwupd goes to lib # daemon, plug-ins and libfwupdplugin go to out # CLI programs go to out outputs = [ "out" "lib" "dev" "devdoc" "man" "installedTests" ]; src = fetchFromGitHub { owner = "fwupd"; repo = "fwupd"; rev = finalAttrs.version; hash = "sha256-pG4pRksHw8p8rz99UnLURP+ROE+P+ySt4IlfmyRc1CQ="; }; patches = [ # Since /etc is the domain of NixOS, not Nix, # we cannot install files there. # Let’s install the files to $prefix/etc # while still reading them from /etc. # NixOS module for fwupd will take take care of copying the files appropriately. ./add-option-for-installation-sysconfdir.patch # Install plug-ins and libfwupdplugin to $out output, # they are not really part of the library. ./install-fwupdplugin-to-out.patch # Installed tests are installed to different output # we also cannot have fwupd-tests.conf in $out/etc since it would form a cycle. ./installed-tests-path.patch # EFI capsule is located in fwupd-efi now. ./efi-app-path.patch ]; nativeBuildInputs = [ # required for firmware zipping ensureNewerSourcesForZipFilesHook meson ninja gi-docgen pkg-config gobject-introspection gettext shared-mime-info valgrind gnutls protobufc # for protoc python wrapGAppsNoGuiHook vala ]; buildInputs = [ polkit libxmlb gusb sqlite libarchive libdrm curl elfutils libgudev libjcat libuuid json-glib umockdev bash-completion pango tpm2-tss fwupd-efi protobufc modemmanager libmbim libcbor libqmi xz # for liblzma ] ++ lib.optionals haveFlashrom [ flashrom ]; mesonFlags = [ "-Ddocs=enabled" # We are building the official releases. "-Dsupported_build=enabled" "-Dlaunchd=disabled" "-Dudevdir=lib/udev" "-Dsystemd_root_prefix=${placeholder "out"}" "-Dinstalled_test_prefix=${placeholder "installedTests"}" "--localstatedir=/var" "--sysconfdir=/etc" "-Dsysconfdir_install=${placeholder "out"}/etc" "-Defi_os_dir=nixos" "-Dplugin_modem_manager=enabled" "-Dvendor_metadata=true" # We do not want to place the daemon into lib (cyclic reference) "--libexecdir=${placeholder "out"}/libexec" ] ++ lib.optionals (!enablePassim) [ "-Dpassim=disabled" ] ++ lib.optionals (!haveDell) [ "-Dplugin_synaptics_mst=disabled" ] ++ lib.optionals (!haveRedfish) [ "-Dplugin_redfish=disabled" ] ++ lib.optionals (!haveFlashrom) [ "-Dplugin_flashrom=disabled" ] ++ lib.optionals (!haveMSR) [ "-Dplugin_msr=disabled" ]; # TODO: wrapGAppsHook wraps efi capsule even though it is not ELF dontWrapGApps = true; doCheck = true; # Environment variables # Fontconfig error: Cannot load default config file FONTCONFIG_FILE = let fontsConf = makeFontsConf { fontDirectories = [ freefont_ttf ]; }; in fontsConf; # error: “PolicyKit files are missing” # https://github.com/NixOS/nixpkgs/pull/67625#issuecomment-525788428 PKG_CONFIG_POLKIT_GOBJECT_1_ACTIONDIR = "/run/current-system/sw/share/polkit-1/actions"; # Phase hooks postPatch = '' patchShebangs \ contrib/generate-version-script.py \ contrib/generate-man.py \ po/test-deps # tests fail with: Failed to load SMBIOS: neither SMBIOS or DT found sed -i 's/test(.*)//' plugins/lenovo-thinklmi/meson.build sed -i 's/test(.*)//' plugins/mtd/meson.build # fails on amd cpu sed -i 's/test(.*)//' libfwupdplugin/meson.build # in nixos test tries to chmod 0777 $out/share/installed-tests/fwupd/tests/redfish.conf sed -i "s/get_option('tests')/false/" plugins/redfish/meson.build # Device tests use device emulation and need to download emulation data from # the internet, which does not work on our test VMs. # It's probably better to disable these tests for NixOS by setting # the device-tests directory to /dev/null. # For more info on device emulation, see: # https://github.com/fwupd/fwupd/blob/eeeac4e9ba8a6513428b456a551bffd95d533e50/docs/device-emulation.md substituteInPlace data/installed-tests/meson.build \ --replace "join_paths(datadir, 'fwupd', 'device-tests')" "'/dev/null'" ''; preBuild = '' # jcat-tool at buildtime requires a home directory export HOME="$(mktemp -d)" ''; preCheck = '' addToSearchPath XDG_DATA_DIRS "${shared-mime-info}/share" echo "12345678901234567890123456789012" > machine-id export NIX_REDIRECTS=/etc/machine-id=$(realpath machine-id) \ LD_PRELOAD=${libredirect}/lib/libredirect.so ''; postInstall = '' # These files have weird licenses so they are shipped separately. cp --recursive --dereference "${test-firmware}/installed-tests/tests" "$installedTests/libexec/installed-tests/fwupd" ''; preFixup = let binPath = [ efibootmgr bubblewrap tpm2-tools ]; in '' gappsWrapperArgs+=( --prefix XDG_DATA_DIRS : "${shared-mime-info}/share" # See programs reached with fu_common_find_program_in_path in source --prefix PATH : "${lib.makeBinPath binPath}" ) ''; postFixup = '' # Since we had to disable wrapGAppsHook, we need to wrap the executables manually. find -L "$out/bin" "$out/libexec" -type f -executable -print0 \ | while IFS= read -r -d ''' file; do if [[ "$file" != *.efi ]]; then echo "Wrapping program $file" wrapGApp "$file" fi done # Cannot be in postInstall, otherwise _multioutDocs hook in preFixup will move right back. moveToOutput "share/doc" "$devdoc" ''; separateDebugInfo = true; passthru = { filesInstalledToEtc = [ "fwupd/bios-settings.d/README.md" "fwupd/fwupd.conf" "fwupd/remotes.d/lvfs-testing.conf" "fwupd/remotes.d/lvfs.conf" "fwupd/remotes.d/vendor.conf" "fwupd/remotes.d/vendor-directory.conf" "pki/fwupd/GPG-KEY-Linux-Foundation-Firmware" "pki/fwupd/GPG-KEY-Linux-Vendor-Firmware-Service" "pki/fwupd/LVFS-CA.pem" "pki/fwupd-metadata/GPG-KEY-Linux-Foundation-Metadata" "pki/fwupd-metadata/GPG-KEY-Linux-Vendor-Firmware-Service" "pki/fwupd-metadata/LVFS-CA.pem" "grub.d/35_fwupd" ]; # For updating. inherit test-firmware; # For downstream consumers that need the fwupd-efi this was built with. inherit fwupd-efi; tests = let listToPy = list: "[${lib.concatMapStringsSep ", " (f: "'${f}'") list}]"; in { installedTests = nixosTests.installed-tests.fwupd; passthruMatches = runPythonCommand "fwupd-test-passthru-matches" '' import itertools import configparser import os import pathlib etc = '${finalAttrs.finalPackage}/etc' package_etc = set(itertools.chain.from_iterable([[os.path.relpath(os.path.join(prefix, file), etc) for file in files] for (prefix, dirs, files) in os.walk(etc)])) passthru_etc = set(${listToPy finalAttrs.passthru.filesInstalledToEtc}) assert len(package_etc - passthru_etc) == 0, f'fwupd package contains the following paths in /etc that are not listed in passthru.filesInstalledToEtc: {package_etc - passthru_etc}' assert len(passthru_etc - package_etc) == 0, f'fwupd package lists the following paths in passthru.filesInstalledToEtc that are not contained in /etc: {passthru_etc - package_etc}' pathlib.Path(os.getenv('out')).touch() ''; }; }; meta = with lib; { homepage = "https://fwupd.org/"; maintainers = with maintainers; [ rvdp ]; license = licenses.lgpl21Plus; platforms = platforms.linux; }; }) [result] Failed to update fwupd 1.9.13 -> 1.9.14 https://repology.org/project/fwupd/versions [options] github_user: r-ryantm, pull_request: YES, batch_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.ggdemetra, using log file: /var/log/nixpkgs-update/rPackages.ggdemetra/2024-03-04.log rPackages.ggdemetra 0.2.6 -> 0.2.8 https://repology.org/project/r:ggdemetra/versions attrpath: rPackages.ggdemetra Checking auto update branch... No auto update branch exists Old version 0.2.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.ggdemetra 0.2.6 -> 0.2.8 https://repology.org/project/r:ggdemetra/versions [options] github_user: r-ryantm, pull_request: YES, batch_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.blockcluster, using log file: /var/log/nixpkgs-update/rPackages.blockcluster/2024-03-04.log rPackages.blockcluster 4.5.3 -> 4.5.5 https://repology.org/project/r:blockcluster/versions attrpath: rPackages.blockcluster Checking auto update branch... No auto update branch exists Old version 4.5.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.blockcluster 4.5.3 -> 4.5.5 https://repology.org/project/r:blockcluster/versions [options] github_user: r-ryantm, pull_request: YES, batch_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-03-04.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 gns3Packages.serverPreview, using log file: /var/log/nixpkgs-update/gns3Packages.serverPreview/2024-03-04.log gns3Packages.serverPreview 2.2.45 -> 2.2.46 https://github.com/GNS3/gns3-server/releases attrpath: gns3Packages.serverPreview Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/r6jq8940j497b0niw9z4gw307lnj5clh-packages.json.drv building '/nix/store/r6jq8940j497b0niw9z4gw307lnj5clh-packages.json.drv'... Going to be running update for following packages: - gns3-server-2.2.45 Press Enter key to continue... Running update for: - gns3-server-2.2.45: UPDATING ... - gns3-server-2.2.45: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update gns3Packages.serverPreview 2.2.45 -> 2.2.46 https://github.com/GNS3/gns3-server/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.BaSkePro, using log file: /var/log/nixpkgs-update/rPackages.BaSkePro/2024-03-04.log rPackages.BaSkePro 0.1.0 -> 1.1.1 https://repology.org/project/r:baskepro/versions attrpath: rPackages.BaSkePro 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.BaSkePro 0.1.0 -> 1.1.1 https://repology.org/project/r:baskepro/versions [options] github_user: r-ryantm, pull_request: YES, batch_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-03-04.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 msrtool, using log file: /var/log/nixpkgs-update/msrtool/2024-03-04.log msrtool 4.21 -> 20141027 https://repology.org/project/msrtool/versions attrpath: msrtool Checking auto update branch... No auto update branch exists [version] Hashes equal; no update necessary [result] Failed to update msrtool 4.21 -> 20141027 https://repology.org/project/msrtool/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rectangle-pro, using log file: /var/log/nixpkgs-update/rectangle-pro/2024-03-04.log rectangle-pro 3.0.11 -> 3.0.19 https://repology.org/project/rectangle-pro/versions attrpath: rectangle-pro Checking auto update branch... No auto update branch exists There might already be an open PR for this update: - rectangle-pro: 3.0.11 -> 3.0.19 URL "https://api.github.com/repos/NixOS/nixpkgs/issues/293316" [result] Failed to update rectangle-pro 3.0.11 -> 3.0.19 https://repology.org/project/rectangle-pro/versions [options] github_user: r-ryantm, pull_request: YES, batch_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-03-04.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 haskellPackages.postgresql-simple-named, using log file: /var/log/nixpkgs-update/haskellPackages.postgresql-simple-named/2024-03-04.log haskellPackages.postgresql-simple-named 0.0.4.0 -> 0.0.5.0 https://repology.org/project/haskell:postgresql-simple-named/versions attrpath: haskellPackages.postgresql-simple-named Checking auto update branch... No auto update branch exists Derivation file says not to edit it [result] Failed to update haskellPackages.postgresql-simple-named 0.0.4.0 -> 0.0.5.0 https://repology.org/project/haskell:postgresql-simple-named/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath fairymax, using log file: /var/log/nixpkgs-update/fairymax/2024-03-04.log fairymax 4.8 -> 5.0b https://repology.org/project/fairymax/versions attrpath: fairymax 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 fairymax 4.8 -> 5.0b https://repology.org/project/fairymax/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath symbola, using log file: /var/log/nixpkgs-update/symbola/2024-03-04.log symbola 13.00 -> 14.00 https://repology.org/project/fonts:gdouros-symbola/versions attrpath: symbola 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 symbola 13.00 -> 14.00 https://repology.org/project/fonts:gdouros-symbola/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath woof, using log file: /var/log/nixpkgs-update/woof/2024-03-04.log woof 2022-01-13 -> 20220202 https://repology.org/project/woof-file-exchange/versions attrpath: woof Checking auto update branch... No auto update branch exists [version] Hashes equal; no update necessary [result] Failed to update woof 2022-01-13 -> 20220202 https://repology.org/project/woof-file-exchange/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath geonkick, using log file: /var/log/nixpkgs-update/geonkick/2024-03-04.log geonkick 2.9.1 -> 3.3.2 https://repology.org/project/geonkick/versions attrpath: geonkick 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/vcasbczj0mnnj3grn9h26182vikdk7c1-source.drv building '/nix/store/vcasbczj0mnnj3grn9h26182vikdk7c1-source.drv'... trying https://gitlab.com/api/v4/projects/iurie-sw%2Fgeonkick/repository/archive.tar.gz?sha=v3.3.2 % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 35 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 stderr did not split as expected full stderr was: error: attribute 'originalSrc' in selection path 'geonkick.originalSrc' not found stderr did not split as expected full stderr was: these 2 derivations will be built: /nix/store/vcasbczj0mnnj3grn9h26182vikdk7c1-source.drv /nix/store/6qi6ghi0r0vcn46p1dw7xgjpxa52ivy0-geonkick-3.3.2.drv building '/nix/store/vcasbczj0mnnj3grn9h26182vikdk7c1-source.drv'... trying https://gitlab.com/api/v4/projects/iurie-sw%2Fgeonkick/repository/archive.tar.gz?sha=v3.3.2 % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 35 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/vcasbczj0mnnj3grn9h26182vikdk7c1-source.drv' failed with exit code 1; last 7 log lines: > > trying https://gitlab.com/api/v4/projects/iurie-sw%2Fgeonkick/repository/archive.tar.gz?sha=v3.3.2 > % Total % Received % Xferd Average Speed Time Time Time Current > Dload Upload Total Spent Left Speed > 0 35 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/vcasbczj0mnnj3grn9h26182vikdk7c1-source.drv'. error: 1 dependencies of derivation '/nix/store/6qi6ghi0r0vcn46p1dw7xgjpxa52ivy0-geonkick-3.3.2.drv' failed to build [result] Failed to update geonkick 2.9.1 -> 3.3.2 https://repology.org/project/geonkick/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath losslesscut-bin, using log file: /var/log/nixpkgs-update/losslesscut-bin/2024-03-04.log losslesscut-bin 3.58.0 -> 3.59.1 https://repology.org/project/losslesscut/versions attrpath: losslesscut-bin 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 losslesscut-bin 3.58.0 -> 3.59.1 https://repology.org/project/losslesscut/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath bitcoin-unlimited, using log file: /var/log/nixpkgs-update/bitcoin-unlimited/2024-03-04.log bitcoin-unlimited 1.10.0.0 -> 2.0.0.0 https://repology.org/project/bitcoin-unlimited/versions attrpath: bitcoin-unlimited 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/blockchains/bitcoin-unlimited/default.nix b/pkgs/applications/blockchains/bitcoin-unlimited/default.nix index 033c3d6ed9bf..b645ee594de9 100644 --- a/pkgs/applications/blockchains/bitcoin-unlimited/default.nix +++ b/pkgs/applications/blockchains/bitcoin-unlimited/default.nix @@ -5,13 +5,13 @@ stdenv.mkDerivation rec { pname = "bitcoin" + lib.optionalString (!withGui) "d" + "-unlimited"; - version = "1.10.0.0"; + version = "2.0.0.0"; src = fetchFromGitLab { owner = "bitcoinunlimited"; repo = "BCHUnlimited"; rev = "BCHunlimited${version}"; - sha256 = "sha256-d+giTXq/6HpysRAPT7yOl/B1x4zie9irs4O7cJsBqHg="; + sha256 = "sha256-vDmUTGnzrCvatdzqXDRHqAnVOxfJzolkJnwjtwPDfrs="; }; nativeBuildInputs = [ pkg-config autoreconfHook python3 ] [outpaths] eval start [outpaths] eval end Received ExitFailure 1 when running Raw command: /nix/store/62fm7r6175k2bgvhc19hn9bdhw90wa3n-nix-2.18.1/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A bitcoin-unlimited Received ExitFailure 1 when running Raw command: /nix/store/62fm7r6175k2bgvhc19hn9bdhw90wa3n-nix-2.18.1/bin/nix --extra-experimental-features nix-command log -f . bitcoin-unlimited Standard output: error: … in the condition of the assert statement at /var/cache/nixpkgs-update/worker/worktree/bitcoin-unlimited/lib/customisation.nix:268:17: 267| in commonAttrs // { 268| drvPath = assert condition; drv.drvPath; | ^ 269| outPath = assert condition; drv.outPath; … while evaluating the attribute 'handled' at /var/cache/nixpkgs-update/worker/worktree/bitcoin-unlimited/pkgs/stdenv/generic/check-meta.nix:490:7: 489| # or, alternatively, just output a warning message. 490| handled = | ^ 491| ( (stack trace truncated; use '--show-trace' to show the full trace) error: Package ‘bitcoin-unlimited-2.0.0.0’ in /var/cache/nixpkgs-update/worker/worktree/bitcoin-unlimited/pkgs/applications/blockchains/bitcoin-unlimited/default.nix:31 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. [result] Failed to update bitcoin-unlimited 1.10.0.0 -> 2.0.0.0 https://repology.org/project/bitcoin-unlimited/versions [options] github_user: r-ryantm, pull_request: YES, batch_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.utop, using log file: /var/log/nixpkgs-update/ocamlPackages.utop/2024-03-04.log ocamlPackages.utop 2.13.1 -> 2.14.0 https://github.com/ocaml-community/utop/releases attrpath: ocamlPackages.utop Checking auto update branch... An auto update branch exists with message `ocamlPackages.utop: 2.13.1 -> 2.14.0`. New version is 2.14.0. An auto update branch exists with an equal or greater version [result] Failed to update ocamlPackages.utop 2.13.1 -> 2.14.0 https://github.com/ocaml-community/utop/releases [options] github_user: r-ryantm, pull_request: YES, batch_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.bartcs, using log file: /var/log/nixpkgs-update/rPackages.bartcs/2024-03-04.log rPackages.bartcs 1.2.0 -> 1.2.1 https://repology.org/project/r:bartcs/versions attrpath: rPackages.bartcs Checking auto update branch... No auto update branch exists Old version 1.2.0" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; 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.bartcs 1.2.0 -> 1.2.1 https://repology.org/project/r:bartcs/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python312Packages.flask-session-captcha, using log file: /var/log/nixpkgs-update/python312Packages.flask-session-captcha/2024-03-04.log python312Packages.flask-session-captcha 1.3.0 -> 1.4.0 https://github.com/Tethik/flask-session-captcha/releases attrpath: python312Packages.flask-session-captcha 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/xbzr2nwgiqrwlh2pv21yqrh876q11kxh-packages.json.drv building '/nix/store/xbzr2nwgiqrwlh2pv21yqrh876q11kxh-packages.json.drv'... Going to be running update for following packages: - python3.12-flask-session-captcha-1.3.0 Press Enter key to continue... Running update for: - python3.12-flask-session-captcha-1.3.0: UPDATING ... - python3.12-flask-session-captcha-1.3.0: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/flask-session-captcha/default.nix b/pkgs/development/python-modules/flask-session-captcha/default.nix index 8a71b99c1539..0f7ddd907640 100644 --- a/pkgs/development/python-modules/flask-session-captcha/default.nix +++ b/pkgs/development/python-modules/flask-session-captcha/default.nix @@ -18,14 +18,14 @@ buildPythonPackage rec { pname = "flask-session-captcha"; - version = "1.3.0"; + version = "1.4.0"; pyproject = true; src = fetchFromGitHub { owner = "Tethik"; repo = pname; - rev = "v${version}"; - hash = "sha256-V0f3mXCfqwH2l3OtJKOHGdrlKAFxs2ynqXvNve7Amkc="; + rev = "refs/tags/v${version}"; + hash = "sha256-eLdpLw1I4t9H0ek3AR9Cteb7Gfxo/LepM287p34Zw3s="; }; patches = [ No auto update branch exists [outpaths] eval start [outpaths] eval end Received ExitFailure 1 when running Raw command: /nix/store/62fm7r6175k2bgvhc19hn9bdhw90wa3n-nix-2.18.1/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A python312Packages.flask-session-captcha nix build failed. got build log for 'python312Packages.flask-session-captcha' 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/n8qj1ggjqi0ag48c12silw432rlimv4m-source source root is source setting SOURCE_DATE_EPOCH to timestamp 315619200 of file source/tests/test_flask_session_captcha.py @nix { "action": "setPhase", "phase": "patchPhase" } Running phase: patchPhase applying patch /nix/store/bglxq3m8rsa4yc7fmil4crgkl6cs8kpm-3f79c22a71c60dd60e9df61b550cce641603dcb6.patch patching file flask_session_captcha/__init__.py Hunk #1 FAILED at 3. 1 out of 1 hunk FAILED -- saving rejects to file flask_session_captcha/__init__.py.rej patching file setup.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 setup.py.rej [result] Failed to update python312Packages.flask-session-captcha 1.3.0 -> 1.4.0 https://github.com/Tethik/flask-session-captcha/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python312Packages.securetar, using log file: /var/log/nixpkgs-update/python312Packages.securetar/2024-03-04.log python312Packages.securetar 2024.2.0 -> 2024.2.1 https://github.com/pvizeli/securetar/releases attrpath: python312Packages.securetar Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/q9m538q13gkgcg37zl4hwf1jdw9lf5q1-packages.json.drv building '/nix/store/q9m538q13gkgcg37zl4hwf1jdw9lf5q1-packages.json.drv'... Going to be running update for following packages: - python3.12-securetar-2024.2.0 Press Enter key to continue... Running update for: - python3.12-securetar-2024.2.0: UPDATING ... - python3.12-securetar-2024.2.0: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/securetar/default.nix b/pkgs/development/python-modules/securetar/default.nix index 4104fa2dc499..b4c8c90989ec 100644 --- a/pkgs/development/python-modules/securetar/default.nix +++ b/pkgs/development/python-modules/securetar/default.nix @@ -9,7 +9,7 @@ buildPythonPackage rec { pname = "securetar"; - version = "2024.2.0"; + version = "2024.2.1"; pyproject = true; disabled = pythonOlder "3.9"; @@ -18,7 +18,7 @@ buildPythonPackage rec { owner = "pvizeli"; repo = "securetar"; rev = "refs/tags/${version}"; - hash = "sha256-rYRbrpXo2oVW8SpddNsKb0FBdscovNUaGXLHy7WBiVU="; + hash = "sha256-D50ceRlK+v5Uo3qBBpVtKwI8zKU/qh1Njn3qeKM4LiY="; }; nativeBuildInputs = [ No auto update branch exists [outpaths] eval start [outpaths] eval end Python package with too many package rebuilds 811 > 25 [result] Failed to update python312Packages.securetar 2024.2.0 -> 2024.2.1 https://github.com/pvizeli/securetar/releases [options] github_user: r-ryantm, pull_request: YES, batch_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.qualtRics, using log file: /var/log/nixpkgs-update/rPackages.qualtRics/2024-03-04.log rPackages.qualtRics 3.1.7 -> 3.2.0 https://repology.org/project/r:qualtrics/versions attrpath: rPackages.qualtRics Checking auto update branch... No auto update branch exists Old version 3.1.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.qualtRics 3.1.7 -> 3.2.0 https://repology.org/project/r:qualtrics/versions [options] github_user: r-ryantm, pull_request: YES, batch_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.causalweight, using log file: /var/log/nixpkgs-update/rPackages.causalweight/2024-03-04.log rPackages.causalweight 1.0.4 -> 1.1.0 https://repology.org/project/r:causalweight/versions attrpath: rPackages.causalweight 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.causalweight 1.0.4 -> 1.1.0 https://repology.org/project/r:causalweight/versions [options] github_user: r-ryantm, pull_request: YES, batch_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.spacesRGB, using log file: /var/log/nixpkgs-update/rPackages.spacesRGB/2024-03-04.log rPackages.spacesRGB 1.4-0 -> 1.5-0 https://repology.org/project/r:spacesrgb/versions attrpath: rPackages.spacesRGB Checking auto update branch... No auto update branch exists Old version 1.4-0" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; 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.spacesRGB 1.4-0 -> 1.5-0 https://repology.org/project/r:spacesrgb/versions [options] github_user: r-ryantm, pull_request: YES, batch_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.UKB_COVID19, using log file: /var/log/nixpkgs-update/rPackages.UKB_COVID19/2024-03-04.log rPackages.UKB_COVID19 0.1.3 -> 0.1.4 https://repology.org/project/r:ukb.covid19/versions attrpath: rPackages.UKB_COVID19 Checking auto update branch... No auto update branch exists Old version 0.1.3" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; 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.UKB_COVID19 0.1.3 -> 0.1.4 https://repology.org/project/r:ukb.covid19/versions [options] github_user: r-ryantm, pull_request: YES, batch_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.glmpathcr, using log file: /var/log/nixpkgs-update/rPackages.glmpathcr/2024-03-04.log rPackages.glmpathcr 1.0.9 -> 1.0.10 https://repology.org/project/r:glmpathcr/versions attrpath: rPackages.glmpathcr Checking auto update branch... No auto update branch exists Old version 1.0.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.glmpathcr 1.0.9 -> 1.0.10 https://repology.org/project/r:glmpathcr/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath devspace, using log file: /var/log/nixpkgs-update/devspace/2024-03-04.log devspace 6.3.11 -> 6.3.12 https://repology.org/project/devspace/versions attrpath: devspace Checking auto update branch... No auto update branch exists Old version 6.3.11" not present in master derivation file with contents: { lib , buildGoModule , fetchFromGitHub , testers , devspace }: buildGoModule rec { pname = "devspace"; version = "6.3.12"; src = fetchFromGitHub { owner = "devspace-sh"; repo = "devspace"; rev = "v${version}"; hash = "sha256-tnkMXB0BWavSZF3HEdvtCE42zgcHNRGI5CdK3RDvv9c="; }; vendorHash = null; ldflags = [ "-s" "-w" "-X main.version=${version}" ]; # Check are disable since they requiered a working K8S cluster # TODO: add a nixosTest to be able to perform the package check doCheck = false; passthru.tests.version = testers.testVersion { package = devspace; }; meta = with lib; { description = "An open-source developer tool for Kubernetes that lets you develop and deploy cloud-native software faster"; homepage = "https://devspace.sh/"; changelog = "https://github.com/devspace-sh/devspace/releases/tag/v${version}"; license = licenses.asl20; maintainers = with maintainers; [ darkonion0 ]; }; } [result] Failed to update devspace 6.3.11 -> 6.3.12 https://repology.org/project/devspace/versions [options] github_user: r-ryantm, pull_request: YES, batch_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.directlabels, using log file: /var/log/nixpkgs-update/rPackages.directlabels/2024-03-04.log rPackages.directlabels 2023.8.25 -> 2024.1.21 https://repology.org/project/r:directlabels/versions attrpath: rPackages.directlabels Checking auto update branch... No auto update branch exists Old version 2023.8.25" 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.directlabels 2023.8.25 -> 2024.1.21 https://repology.org/project/r:directlabels/versions [options] github_user: r-ryantm, pull_request: YES, batch_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.bcmaps, using log file: /var/log/nixpkgs-update/rPackages.bcmaps/2024-03-04.log rPackages.bcmaps 2.1.0 -> 2.2.0 https://repology.org/project/r:bcmaps/versions attrpath: rPackages.bcmaps Checking auto update branch... No auto update branch exists Old version 2.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.bcmaps 2.1.0 -> 2.2.0 https://repology.org/project/r:bcmaps/versions [options] github_user: r-ryantm, pull_request: YES, batch_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.MHD, using log file: /var/log/nixpkgs-update/rPackages.MHD/2024-03-04.log rPackages.MHD 0.1.1 -> 0.1.2 https://repology.org/project/r:mhd/versions attrpath: rPackages.MHD Checking auto update branch... No auto update branch exists Old version 0.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.MHD 0.1.1 -> 0.1.2 https://repology.org/project/r:mhd/versions [options] github_user: r-ryantm, pull_request: YES, batch_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.backbone, using log file: /var/log/nixpkgs-update/rPackages.backbone/2024-03-04.log rPackages.backbone 2.1.2 -> 2.1.3 https://repology.org/project/r:backbone/versions attrpath: rPackages.backbone Checking auto update branch... No auto update branch exists Old version 2.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.backbone 2.1.2 -> 2.1.3 https://repology.org/project/r:backbone/versions [options] github_user: r-ryantm, pull_request: YES, batch_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.HistDAWass, using log file: /var/log/nixpkgs-update/rPackages.HistDAWass/2024-03-04.log rPackages.HistDAWass 1.0.7 -> 1.0.8 https://repology.org/project/r:histdawass/versions attrpath: rPackages.HistDAWass Checking auto update branch... No auto update branch exists Old version 1.0.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.HistDAWass 1.0.7 -> 1.0.8 https://repology.org/project/r:histdawass/versions [options] github_user: r-ryantm, pull_request: YES, batch_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.dtComb, using log file: /var/log/nixpkgs-update/rPackages.dtComb/2024-03-04.log rPackages.dtComb 1.0.0 -> 1.0.2 https://repology.org/project/r:dtcomb/versions attrpath: rPackages.dtComb 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.dtComb 1.0.0 -> 1.0.2 https://repology.org/project/r:dtcomb/versions [options] github_user: r-ryantm, pull_request: YES, batch_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.fdasrvf, using log file: /var/log/nixpkgs-update/rPackages.fdasrvf/2024-03-04.log rPackages.fdasrvf 2.1.2 -> 2.2.0 https://repology.org/project/r:fdasrvf/versions attrpath: rPackages.fdasrvf Checking auto update branch... No auto update branch exists Old version 2.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.fdasrvf 2.1.2 -> 2.2.0 https://repology.org/project/r:fdasrvf/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO