For attrpath rPackages.gnn, using log file: /var/log/nixpkgs-update/rPackages.gnn/2024-03-13.log rPackages.gnn 0.0-3 -> 0.0-4 https://repology.org/project/r:gnn/versions attrpath: rPackages.gnn 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.gnn 0.0-3 -> 0.0-4 https://repology.org/project/r:gnn/versions [options] github_user: r-ryantm, pull_request: YES, batch_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.retrosheet, using log file: /var/log/nixpkgs-update/rPackages.retrosheet/2024-03-13.log rPackages.retrosheet 1.1.5 -> 1.1.6 https://repology.org/project/r:retrosheet/versions attrpath: rPackages.retrosheet Checking auto update branch... No auto update branch exists Old version 1.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.retrosheet 1.1.5 -> 1.1.6 https://repology.org/project/r:retrosheet/versions [options] github_user: r-ryantm, pull_request: YES, batch_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.GenoTriplo, using log file: /var/log/nixpkgs-update/rPackages.GenoTriplo/2024-03-13.log rPackages.GenoTriplo 1.0.3 -> 1.0.4 https://repology.org/project/r:genotriplo/versions attrpath: rPackages.GenoTriplo 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.GenoTriplo 1.0.3 -> 1.0.4 https://repology.org/project/r:genotriplo/versions [options] github_user: r-ryantm, pull_request: YES, batch_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.ibmsunburst, using log file: /var/log/nixpkgs-update/rPackages.ibmsunburst/2024-03-13.log rPackages.ibmsunburst 0.1.3 -> 0.1.4 https://repology.org/project/r:ibmsunburst/versions attrpath: rPackages.ibmsunburst 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.ibmsunburst 0.1.3 -> 0.1.4 https://repology.org/project/r:ibmsunburst/versions [options] github_user: r-ryantm, pull_request: YES, batch_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.CFtime, using log file: /var/log/nixpkgs-update/rPackages.CFtime/2024-03-13.log rPackages.CFtime 1.2.0 -> 1.3.0 https://repology.org/project/r:cftime/versions attrpath: rPackages.CFtime 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.CFtime 1.2.0 -> 1.3.0 https://repology.org/project/r:cftime/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rubyPackages_3_3.rack, using log file: /var/log/nixpkgs-update/rubyPackages_3_3.rack/2024-03-13.log rubyPackages_3_3.rack 3.0.9 -> 3.0.9.1 https://repology.org/project/ruby:rack/versions attrpath: rubyPackages_3_3.rack Checking auto update branch... No auto update branch exists [version] [version] generic version rewriter does not support multiple hashes [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] skipping because derivation has no updateScript The diff was empty after rewrites. [result] Failed to update rubyPackages_3_3.rack 3.0.9 -> 3.0.9.1 https://repology.org/project/ruby:rack/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath veracrypt, using log file: /var/log/nixpkgs-update/veracrypt/2024-03-13.log veracrypt 1.26-whatever7 -> 1.26.10 https://repology.org/project/veracrypt/versions attrpath: veracrypt Checking auto update branch... No auto update branch exists Old version 1.26-whatever7" not present in master derivation file with contents: { lib , stdenv , fetchurl , pkg-config , makeself , yasm , fuse , wxGTK , lvm2 , substituteAll , e2fsprogs , exfat , ntfs3g , btrfs-progs , pcsclite , wrapGAppsHook }: stdenv.mkDerivation rec { pname = "veracrypt"; version = "1.26.7"; src = fetchurl { url = "https://launchpad.net/${pname}/trunk/${lib.toLower version}/+download/VeraCrypt_${version}_Source.tar.bz2"; sha256 = "sha256-920nsYJBTg1P2ba1n76iiyXbb6afK7z/ouwmmxqGX2U="; }; patches = [ (substituteAll { src = ./fix-paths.patch; ext2 = "${e2fsprogs}/bin/mkfs.ext2"; ext3 = "${e2fsprogs}/bin/mkfs.ext3"; ext4 = "${e2fsprogs}/bin/mkfs.ext4"; exfat = "${exfat}/bin/mkfs.exfat"; ntfs = "${ntfs3g}/bin/mkfs.ntfs"; btrfs = "${btrfs-progs}/bin/mkfs.btrfs"; }) ]; sourceRoot = "src"; nativeBuildInputs = [ makeself pkg-config yasm wrapGAppsHook ]; buildInputs = [ fuse lvm2 wxGTK pcsclite ]; enableParallelBuilding = true; installPhase = '' install -Dm 755 Main/${pname} "$out/bin/${pname}" install -Dm 444 Resources/Icons/VeraCrypt-256x256.xpm "$out/share/pixmaps/${pname}.xpm" install -Dm 444 License.txt -t "$out/share/doc/${pname}/" install -d $out/share/applications substitute Setup/Linux/${pname}.desktop $out/share/applications/${pname}.desktop \ --replace "Exec=/usr/bin/veracrypt" "Exec=$out/bin/veracrypt" \ --replace "Icon=veracrypt" "Icon=veracrypt.xpm" ''; meta = with lib; { description = "Free Open-Source filesystem on-the-fly encryption"; homepage = "https://www.veracrypt.fr/"; license = with licenses; [ asl20 /* and */ unfree /* TrueCrypt License version 3.0 */ ]; maintainers = with maintainers; [ dsferruzza ]; platforms = platforms.linux; }; } [result] Failed to update veracrypt 1.26-whatever7 -> 1.26.10 https://repology.org/project/veracrypt/versions [options] github_user: r-ryantm, pull_request: YES, batch_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.akamai, using log file: /var/log/nixpkgs-update/terraform-providers.akamai/2024-03-13.log terraform-providers.akamai 0 -> 1 attrpath: terraform-providers.akamai Checking auto update branch... Derivation file opts-out of auto-updates [result] Failed to update terraform-providers.akamai 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.Markups, using log file: /var/log/nixpkgs-update/python311Packages.Markups/2024-03-13.log python311Packages.Markups 0 -> 1 attrpath: python311Packages.Markups Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/n584d1x935n9dc5g8c6cqgxvr2lg286s-packages.json.drv building '/nix/store/n584d1x935n9dc5g8c6cqgxvr2lg286s-packages.json.drv'... Going to be running update for following packages: - python3.11-markups-4.0.0 Press Enter key to continue... Running update for: - python3.11-markups-4.0.0: UPDATING ... - python3.11-markups-4.0.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.Markups 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.pdbfixer, using log file: /var/log/nixpkgs-update/python311Packages.pdbfixer/2024-03-13.log python311Packages.pdbfixer 0 -> 1 attrpath: python311Packages.pdbfixer Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/da500bp95snkvb1zligl43ydqg1hi48z-packages.json.drv building '/nix/store/da500bp95snkvb1zligl43ydqg1hi48z-packages.json.drv'... Going to be running update for following packages: - python3.11-pdbfixer-1.9 Press Enter key to continue... Running update for: - python3.11-pdbfixer-1.9: UPDATING ... - python3.11-pdbfixer-1.9: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.pdbfixer 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath sonarr, using log file: /var/log/nixpkgs-update/sonarr/2024-03-13.log sonarr 0 -> 1 attrpath: sonarr 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/p5b0h3p3n0xr2vf0xmryads5q0vmvyl0-packages.json.drv building '/nix/store/p5b0h3p3n0xr2vf0xmryads5q0vmvyl0-packages.json.drv'... Going to be running update for following packages: - sonarr-4.0.1.929 Press Enter key to continue... Running update for: - sonarr-4.0.1.929: UPDATING ... - sonarr-4.0.1.929: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/servers/sonarr/default.nix b/pkgs/servers/sonarr/default.nix index cf56476719a1..f0a85b251db0 100644 --- a/pkgs/servers/sonarr/default.nix +++ b/pkgs/servers/sonarr/default.nix @@ -10,15 +10,15 @@ let }."${stdenv.hostPlatform.system}" or (throw "Unsupported system: ${stdenv.hostPlatform.system}"); hash = { - x64-linux_hash = "sha256-9YNhyhxnnn2CesXLJH5Cs7yB9w23YUAZPrk9vEHvevk="; - arm64-linux_hash = "sha256-RBCyfozmBpWrmsfMcdb1BqcBXj64CMDrgpMZTzj85ZQ="; - x64-osx_hash = "sha256-+AKENBZohBUEKQEM3L69EzC84MhCX3fGvsNFn5p2v84="; - arm64-osx_hash = "sha256-Arx8usecAN+d0NGL7Hv+rB4GG7p/KLAaqpJFgNg7C2Y="; + x64-linux_hash = "sha256-S9j6zXEJM963tki88awPW0uK0fQd1bBwBcsHBlDSg/E="; + arm64-linux_hash = "sha256-73FkmdliX5SNrQRRZeAkU0G96ehCd9mT8NVyJoZiA38="; + x64-osx_hash = "sha256-XZ4ITJtc2ENw7IAYrBZF0N/NCjUVve+SkWhu6kfQIQA="; + arm64-osx_hash = "sha256-2tA17mDuCX5X0U96Rp6QUQOVWvu9sPMOimD6kks+S00="; }."${arch}-${os}_hash"; in stdenv.mkDerivation rec { pname = "sonarr"; - version = "4.0.1.929"; + version = "4.0.2.1183"; src = fetchurl { url = "https://github.com/Sonarr/Sonarr/releases/download/v${version}/Sonarr.main.${version}.${os}-${arch}.tar.gz"; An auto update branch exists with message `sonarr: 4.0.1.929 -> 4.0.2.1183`. New version is 4.0.2.1183. An auto update branch exists with an equal or greater version [result] Failed to update sonarr 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.websockify, using log file: /var/log/nixpkgs-update/python311Packages.websockify/2024-03-13.log python311Packages.websockify 0 -> 1 attrpath: python311Packages.websockify Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/0ipm0iqjd2bvq2936hzc46qild4bli0r-packages.json.drv building '/nix/store/0ipm0iqjd2bvq2936hzc46qild4bli0r-packages.json.drv'... Going to be running update for following packages: - python3.11-websockify-0.11.0 Press Enter key to continue... Running update for: - python3.11-websockify-0.11.0: UPDATING ... - python3.11-websockify-0.11.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.websockify 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.moretools, using log file: /var/log/nixpkgs-update/python311Packages.moretools/2024-03-13.log python311Packages.moretools 0 -> 1 attrpath: python311Packages.moretools Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/500pm0zwn5prigby7kjk8krz45msiksi-packages.json.drv building '/nix/store/500pm0zwn5prigby7kjk8krz45msiksi-packages.json.drv'... Going to be running update for following packages: - python3.11-moretools-0.1.12 Press Enter key to continue... Running update for: - python3.11-moretools-0.1.12: UPDATING ... - python3.11-moretools-0.1.12: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.moretools 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.feedgen, using log file: /var/log/nixpkgs-update/python311Packages.feedgen/2024-03-13.log python311Packages.feedgen 0 -> 1 attrpath: python311Packages.feedgen Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/2fvfhxxhvgssdmj922s7scwsr4nc9giy-packages.json.drv building '/nix/store/2fvfhxxhvgssdmj922s7scwsr4nc9giy-packages.json.drv'... Going to be running update for following packages: - python3.11-feedgen-0.9.0 Press Enter key to continue... Running update for: - python3.11-feedgen-0.9.0: UPDATING ... - python3.11-feedgen-0.9.0: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/feedgen/default.nix b/pkgs/development/python-modules/feedgen/default.nix index b430b1a200a2..46e51c49bda1 100644 --- a/pkgs/development/python-modules/feedgen/default.nix +++ b/pkgs/development/python-modules/feedgen/default.nix @@ -2,12 +2,12 @@ buildPythonPackage rec { pname = "feedgen"; - version = "0.9.0"; + version = "1.0.0"; format = "setuptools"; src = fetchPypi { inherit pname version; - sha256 = "0jl0b87l7v6c0f1nx6k81skjhdj5i11kmchdjls00mynpvdip0cf"; + sha256 = "sha256-2b1Rw7XpVqKlKZjDcIxNLHKfL8wxEYjh5dO5cmOTVGo="; }; propagatedBuildInputs = [ python-dateutil lxml ]; No auto update branch exists Old version 0.9.0" not present in staging derivation file with contents: { lib, buildPythonPackage, fetchPypi, python-dateutil, lxml }: buildPythonPackage rec { pname = "feedgen"; version = "1.0.0"; format = "setuptools"; src = fetchPypi { inherit pname version; sha256 = "sha256-2b1Rw7XpVqKlKZjDcIxNLHKfL8wxEYjh5dO5cmOTVGo="; }; propagatedBuildInputs = [ python-dateutil lxml ]; # No tests in archive doCheck = false; meta = with lib; { description = "Python module to generate ATOM feeds, RSS feeds and Podcasts."; downloadPage = "https://github.com/lkiesow/python-feedgen/releases"; homepage = "https://github.com/lkiesow/python-feedgen"; license = with licenses; [ bsd2 lgpl3 ]; maintainers = with maintainers; [ casey ]; }; } [result] Failed to update python311Packages.feedgen 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: 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-tables, using log file: /var/log/nixpkgs-update/python311Packages.mdformat-tables/2024-03-13.log python311Packages.mdformat-tables 0 -> 1 attrpath: python311Packages.mdformat-tables Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/3qrra20fk8c904f43hdwf28jl43xcqrk-packages.json.drv building '/nix/store/3qrra20fk8c904f43hdwf28jl43xcqrk-packages.json.drv'... Going to be running update for following packages: - python3.11-mdformat-tables-0.4.1 Press Enter key to continue... Running update for: - python3.11-mdformat-tables-0.4.1: UPDATING ... - python3.11-mdformat-tables-0.4.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.mdformat-tables 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.bnunicodenormalizer, using log file: /var/log/nixpkgs-update/python311Packages.bnunicodenormalizer/2024-03-13.log python311Packages.bnunicodenormalizer 0 -> 1 attrpath: python311Packages.bnunicodenormalizer Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/zf6j14zl9sxl3cyqg8i80w28mfp12sdm-packages.json.drv building '/nix/store/zf6j14zl9sxl3cyqg8i80w28mfp12sdm-packages.json.drv'... Going to be running update for following packages: - python3.11-bnunicodenormalizer-0.1.6 Press Enter key to continue... Running update for: - python3.11-bnunicodenormalizer-0.1.6: UPDATING ... - python3.11-bnunicodenormalizer-0.1.6: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.bnunicodenormalizer 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath microcodeIntel, using log file: /var/log/nixpkgs-update/microcodeIntel/2024-03-13.log microcodeIntel 20231114 -> 20240312 https://repology.org/project/intel-microcode/versions attrpath: microcodeIntel 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/microcode/intel.nix b/pkgs/os-specific/linux/microcode/intel.nix index de51beb2cc18..6953bbca8963 100644 --- a/pkgs/os-specific/linux/microcode/intel.nix +++ b/pkgs/os-specific/linux/microcode/intel.nix @@ -2,13 +2,13 @@ stdenv.mkDerivation rec { pname = "microcode-intel"; - version = "20231114"; + version = "20240312"; src = fetchFromGitHub { owner = "intel"; repo = "Intel-Linux-Processor-Microcode-Data-Files"; rev = "microcode-${version}"; - hash = "sha256-cZ7APDjwjarPCzk1HWxqIXdGwNOl6HG0KSCtffmEhx0="; + hash = "sha256-4ZSA+LVczfjZINXhImmFOCc/6kKNrrUQvrXPdOvMM8g="; }; nativeBuildInputs = [ iucode-tool libarchive ]; [outpaths] eval start [outpaths] eval end Successfully finished processing cachix "/nix/store/nkknfij6kgyfmfr1674kkk5jz12vb8m5-microcode-intel-20240312" [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/intel-microcode/versions. meta.description for microcodeIntel is: Microcode for Intel processors meta.homepage for microcodeIntel is: https://www.intel.com/ meta.changelog for microcodeIntel is: https://github.com/intel/Intel-Linux-Processor-Microcode-Data-Files/releases/tag/microcode-20240312 ###### Updates performed - Version update ###### To inspect upstream changes - [Release on GitHub](https://github.com/intel/Intel-Linux-Processor-Microcode-Data-Files/releases/tag/microcode-20240312) - [Compare changes on GitHub](https://github.com/intel/Intel-Linux-Processor-Microcode-Data-Files/compare/microcode-20231114...microcode-20240312) ###### Impact Checks done --- - built on NixOS - The tests defined in `passthru.tests`, if any, passed - found 20240312 in filename of file in /nix/store/nkknfij6kgyfmfr1674kkk5jz12vb8m5-microcode-intel-20240312 ---
Rebuild report (if merged into master) (click to expand) ``` 1 total rebuild path(s) 1 package rebuild(s) First fifty rebuilds by attrpath microcodeIntel ```
Instructions to test this update (click to expand) --- Either **download from Cachix**: ``` nix-store -r /nix/store/nkknfij6kgyfmfr1674kkk5jz12vb8m5-microcode-intel-20240312 \ --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 microcodeIntel https://github.com/r-ryantm/nixpkgs/archive/6df0b0cb96754ea3353264501c82ff15d65a69bb.tar.gz ``` Or: ``` nix build github:r-ryantm/nixpkgs/6df0b0cb96754ea3353264501c82ff15d65a69bb#microcodeIntel ``` After you've downloaded or built it, look at the files and if there are any, run the binaries: ``` ls -la /nix/store/nkknfij6kgyfmfr1674kkk5jz12vb8m5-microcode-intel-20240312 ls -la /nix/store/nkknfij6kgyfmfr1674kkk5jz12vb8m5-microcode-intel-20240312/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 https://api.github.com/repos/NixOS/nixpkgs/pulls/295467 [result] Success updating microcodeIntel 20231114 -> 20240312 https://repology.org/project/intel-microcode/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath corerad, using log file: /var/log/nixpkgs-update/corerad/2024-03-13.log corerad 1.2.2 -> 1.3.0 https://github.com/mdlayher/corerad/releases attrpath: corerad Checking auto update branch... No auto update branch exists There might already be an open PR for this update: - corerad: 1.2.2 -> 1.3.0 URL "https://api.github.com/repos/NixOS/nixpkgs/issues/295391" [result] Failed to update corerad 1.2.2 -> 1.3.0 https://github.com/mdlayher/corerad/releases [options] github_user: r-ryantm, pull_request: YES, batch_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.svydiags, using log file: /var/log/nixpkgs-update/rPackages.svydiags/2024-03-13.log rPackages.svydiags 0.4 -> 0.5 https://repology.org/project/r:svydiags/versions attrpath: rPackages.svydiags Checking auto update branch... No auto update branch exists Old version 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.svydiags 0.4 -> 0.5 https://repology.org/project/r:svydiags/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath irpf, using log file: /var/log/nixpkgs-update/irpf/2024-03-13.log irpf 2023-1.5 -> 2024.1.0 https://repology.org/project/irpf/versions attrpath: irpf 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/22yfsfkxyip0ygwaakpzq3mgp7c6k7mb-source.drv building '/nix/store/22yfsfkxyip0ygwaakpzq3mgp7c6k7mb-source.drv'... trying https://downloadirpf.receita.fazenda.gov.br/irpf/2024/irpf/arquivos/IRPF2024.1.0.zip % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 238 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 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 'irpf.originalSrc' not found stderr did not split as expected full stderr was: these 3 derivations will be built: /nix/store/22yfsfkxyip0ygwaakpzq3mgp7c6k7mb-source.drv /nix/store/6m68g381x432czs6l3228qy908jf88nl-irpf.desktop.drv /nix/store/dr99ip8glq24c6hnpx17pmmsb378p7xn-irpf-2024.1.0.drv building '/nix/store/6m68g381x432czs6l3228qy908jf88nl-irpf.desktop.drv'... building '/nix/store/22yfsfkxyip0ygwaakpzq3mgp7c6k7mb-source.drv'... trying https://downloadirpf.receita.fazenda.gov.br/irpf/2024/irpf/arquivos/IRPF2024.1.0.zip % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 238 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/22yfsfkxyip0ygwaakpzq3mgp7c6k7mb-source.drv' failed with exit code 1; last 7 log lines: > > trying https://downloadirpf.receita.fazenda.gov.br/irpf/2024/irpf/arquivos/IRPF2024.1.0.zip > % Total % Received % Xferd Average Speed Time Time Time Current > Dload Upload Total Spent Left Speed > 0 238 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/22yfsfkxyip0ygwaakpzq3mgp7c6k7mb-source.drv'. error: 1 dependencies of derivation '/nix/store/dr99ip8glq24c6hnpx17pmmsb378p7xn-irpf-2024.1.0.drv' failed to build [result] Failed to update irpf 2023-1.5 -> 2024.1.0 https://repology.org/project/irpf/versions [options] github_user: r-ryantm, pull_request: YES, batch_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.cffr, using log file: /var/log/nixpkgs-update/rPackages.cffr/2024-03-13.log rPackages.cffr 0.5.0 -> 1.0.0 https://repology.org/project/r:cffr/versions attrpath: rPackages.cffr 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.cffr 0.5.0 -> 1.0.0 https://repology.org/project/r:cffr/versions [options] github_user: r-ryantm, pull_request: YES, batch_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.hce, using log file: /var/log/nixpkgs-update/rPackages.hce/2024-03-13.log rPackages.hce 0.5.9 -> 0.6.0 https://repology.org/project/r:hce/versions attrpath: rPackages.hce Checking auto update branch... No auto update branch exists Old version 0.5.9" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; configurePhase = '' runHook preConfigure export R_LIBS_SITE="$R_LIBS_SITE''${R_LIBS_SITE:+:}$out/library" runHook postConfigure ''; buildPhase = '' runHook preBuild runHook postBuild ''; installFlags = if attrs.doCheck or true then [] else [ "--no-test-load" ]; rCommand = if requireX then # Unfortunately, xvfb-run has a race condition even with -a option, so that # we acquire a lock explicitly. "flock ${xvfb-run} xvfb-run -a -e xvfb-error R" else "R"; installPhase = '' runHook preInstall mkdir -p $out/library $rCommand CMD INSTALL --built-timestamp='1970-01-01 00:00:00 UTC' $installFlags --configure-args="$configureFlags" -l $out/library . runHook postInstall ''; postFixup = '' if test -e $out/nix-support/propagated-build-inputs; then ln -s $out/nix-support/propagated-build-inputs $out/nix-support/propagated-user-env-packages fi ''; checkPhase = '' # noop since R CMD INSTALL tests packages ''; } // attrs // { name = "r-" + name; }) [result] Failed to update rPackages.hce 0.5.9 -> 0.6.0 https://repology.org/project/r:hce/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath lldb, using log file: /var/log/nixpkgs-update/lldb/2024-03-13.log lldb 17.0.6 -> 18.1.1 https://repology.org/project/llvm/versions attrpath: lldb Checking auto update branch... No auto update branch exists Old version 17.0.6" not present in master derivation file with contents: { lib , stdenv , llvm_meta , release_version , cmake , zlib , ncurses , swig3 , swig4 , which , libedit , libxml2 , libllvm , libclang , python3 , version , darwin , lit , makeWrapper , lua5_3 , ninja , runCommand , src ? null , monorepoSrc ? null , patches ? [ ] , enableManpages ? false , ... }: let src' = if monorepoSrc != null then runCommand "lldb-src-${version}" { } '' mkdir -p "$out" cp -r ${monorepoSrc}/cmake "$out" cp -r ${monorepoSrc}/lldb "$out" '' else src; vscodeExt = { name = if lib.versionAtLeast release_version "18" then "lldb-dap" else "lldb-vscode"; version = if lib.versionAtLeast release_version "18" then "0.2.0" else "0.1.0"; }; swig = if lib.versionAtLeast release_version "18" then swig4 else swig3; in stdenv.mkDerivation (rec { passthru.monorepoSrc = monorepoSrc; pname = "lldb"; inherit version; src = src'; inherit patches; outputs = [ "out" "lib" "dev" ]; sourceRoot = lib.optional (lib.versionAtLeast release_version "13") "${src.name}/${pname}"; nativeBuildInputs = [ cmake python3 which swig lit makeWrapper lua5_3 ] ++ lib.optionals enableManpages [ python3.pkgs.sphinx ] ++ lib.optionals (lib.versionOlder release_version "18" && enableManpages) [ python3.pkgs.recommonmark ] ++ lib.optionals (lib.versionAtLeast release_version "18" && enableManpages) [ python3.pkgs.myst-parser ] ++ lib.optionals (lib.versionAtLeast release_version "14") [ ninja ]; buildInputs = [ ncurses zlib libedit libxml2 libllvm ] ++ lib.optionals (lib.versionAtLeast release_version "16") [ # Starting with LLVM 16, the resource dir patch is no longer enough to get # libclang into the rpath of the lldb executables. By putting it into # buildInputs cc-wrapper will set up rpath correctly for us. (lib.getLib libclang) ] ++ lib.optionals stdenv.isDarwin [ darwin.libobjc darwin.apple_sdk.libs.xpc darwin.apple_sdk.frameworks.Foundation darwin.bootstrap_cmds darwin.apple_sdk.frameworks.Carbon darwin.apple_sdk.frameworks.Cocoa ] # The older libSystem used on x86_64 macOS is missing the # `` header which `lldb` uses. # # We copy this header over from macOS 10.12 SDK. # # See here for context: # https://github.com/NixOS/nixpkgs/pull/194634#issuecomment-1272129132 ++ lib.optional ( stdenv.targetPlatform.isDarwin && !stdenv.targetPlatform.isAarch64 && (lib.versionAtLeast release_version "15") ) ( runCommand "bsm-audit-session-header" { } '' install -Dm444 \ "${lib.getDev darwin.apple_sdk.sdk}/include/bsm/audit_session.h" \ "$out/include/bsm/audit_session.h" '' ); hardeningDisable = [ "format" ]; cmakeFlags = [ "-DLLDB_INCLUDE_TESTS=${if doCheck then "YES" else "NO"}" "-DLLVM_ENABLE_RTTI=OFF" "-DClang_DIR=${lib.getDev libclang}/lib/cmake" "-DLLVM_EXTERNAL_LIT=${lit}/bin/lit" ] ++ lib.optionals stdenv.isDarwin [ "-DLLDB_USE_SYSTEM_DEBUGSERVER=ON" ] ++ lib.optionals (!stdenv.isDarwin) [ "-DLLDB_CODESIGN_IDENTITY=" # codesigning makes nondeterministic ] ++ lib.optionals (lib.versionAtLeast release_version "17") [ "-DCLANG_RESOURCE_DIR=../../../../${libclang.lib}" ] ++ lib.optionals enableManpages ([ "-DLLVM_ENABLE_SPHINX=ON" "-DSPHINX_OUTPUT_MAN=ON" "-DSPHINX_OUTPUT_HTML=OFF" ] ++ lib.optionals (lib.versionAtLeast release_version "15") [ # docs reference `automodapi` but it's not added to the extensions list when # only building the manpages: # https://github.com/llvm/llvm-project/blob/af6ec9200b09039573d85e349496c4f5b17c3d7f/lldb/docs/conf.py#L54 # # so, we just ignore the resulting errors "-DSPHINX_WARNINGS_AS_ERRORS=OFF" ]) ++ lib.optionals doCheck [ "-DLLDB_TEST_C_COMPILER=${stdenv.cc}/bin/${stdenv.cc.targetPrefix}cc" "-DLLDB_TEST_CXX_COMPILER=${stdenv.cc}/bin/${stdenv.cc.targetPrefix}c++" ]; doCheck = false; doInstallCheck = lib.versionOlder release_version "15"; # TODO: cleanup with mass-rebuild installCheckPhase = '' if [ ! -e $lib/${python3.sitePackages}/lldb/_lldb*.so ] ; then echo "ERROR: python files not installed where expected!"; return 1; fi '' # Something lua is built on older versions but this file doesn't exist. + lib.optionalString (lib.versionAtLeast release_version "14") '' if [ ! -e "$lib/lib/lua/${lua5_3.luaversion}/lldb.so" ] ; then echo "ERROR: lua files not installed where expected!"; return 1; fi ''; postInstall = '' wrapProgram $out/bin/lldb --prefix PYTHONPATH : $lib/${python3.sitePackages}/ # Editor support # vscode: install -D ../tools/${vscodeExt.name}/package.json $out/share/vscode/extensions/llvm-org.${vscodeExt.name}-${vscodeExt.version}/package.json mkdir -p $out/share/vscode/extensions/llvm-org.${vscodeExt.name}-${vscodeExt.version}/bin ln -s $out/bin/*${if lib.versionAtLeast release_version "18" then vscodeExt.name else "-vscode"} $out/share/vscode/extensions/llvm-org.${vscodeExt.name}-${vscodeExt.version}/bin ''; passthru.vscodeExtName = vscodeExt.name; passthru.vscodeExtPublisher = "llvm"; passthru.vscodeExtUniqueId = "llvm-org.${vscodeExt.name}-${vscodeExt.version}"; meta = llvm_meta // { homepage = "https://lldb.llvm.org/"; description = "A next-generation high-performance debugger"; longDescription = '' LLDB is a next generation, high-performance debugger. It is built as a set of reusable components which highly leverage existing libraries in the larger LLVM Project, such as the Clang expression parser and LLVM disassembler. ''; # llvm <10 never built on aarch64-darwin since first introduction in nixpkgs broken = (lib.versionOlder release_version "11" && stdenv.isDarwin && stdenv.isAarch64) || (((lib.versions.major release_version) == "13") && stdenv.isDarwin); mainProgram = "lldb"; }; } // lib.optionalAttrs enableManpages { pname = "lldb-manpages"; buildPhase = lib.optionalString (lib.versionOlder release_version "15") '' make ${if (lib.versionOlder release_version "12") then "docs-man" else "docs-lldb-man"} ''; ninjaFlags = lib.optionals (lib.versionAtLeast release_version "15") [ "docs-lldb-man" ]; propagatedBuildInputs = [ ]; # manually install lldb man page installPhase = '' mkdir -p $out/share/man/man1 install docs/man/lldb.1 -t $out/share/man/man1/ ''; postPatch = null; postInstall = null; outputs = [ "out" ]; doCheck = false; meta = llvm_meta // { description = "man pages for LLDB ${version}"; }; }) [result] Failed to update lldb 17.0.6 -> 18.1.1 https://repology.org/project/llvm/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath netcat, using log file: /var/log/nixpkgs-update/netcat/2024-03-13.log netcat 3.8.2 -> 3.8.3 https://repology.org/project/libressl/versions attrpath: netcat 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 netcat 3.8.2 -> 3.8.3 https://repology.org/project/libressl/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath cffconvert, using log file: /var/log/nixpkgs-update/cffconvert/2024-03-13.log cffconvert 0 -> 1 attrpath: cffconvert Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/x0ppnc2gcjzhb44hn6158ywd9h0di0lg-packages.json.drv building '/nix/store/x0ppnc2gcjzhb44hn6158ywd9h0di0lg-packages.json.drv'... Going to be running update for following packages: - cffconvert-2.0.0-unstable-2024-02-12 Press Enter key to continue... Running update for: - cffconvert-2.0.0-unstable-2024-02-12: UPDATING ... - cffconvert-2.0.0-unstable-2024-02-12: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update cffconvert 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_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.AllMetrics, using log file: /var/log/nixpkgs-update/rPackages.AllMetrics/2024-03-13.log rPackages.AllMetrics 0.2.0 -> 0.2.1 https://repology.org/project/r:allmetrics/versions attrpath: rPackages.AllMetrics 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.AllMetrics 0.2.0 -> 0.2.1 https://repology.org/project/r:allmetrics/versions [options] github_user: r-ryantm, pull_request: YES, batch_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.epwshiftr, using log file: /var/log/nixpkgs-update/rPackages.epwshiftr/2024-03-13.log rPackages.epwshiftr 0.1.3 -> 0.1.4 https://repology.org/project/r:epwshiftr/versions attrpath: rPackages.epwshiftr 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.epwshiftr 0.1.3 -> 0.1.4 https://repology.org/project/r:epwshiftr/versions [options] github_user: r-ryantm, pull_request: YES, batch_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.NeuCA, using log file: /var/log/nixpkgs-update/rPackages.NeuCA/2024-03-13.log rPackages.NeuCA 1.6.0 -> 1.8.1 https://repology.org/project/r:neuca/versions attrpath: rPackages.NeuCA Checking auto update branch... No auto update branch exists Old version 1.6.0" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; 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.NeuCA 1.6.0 -> 1.8.1 https://repology.org/project/r:neuca/versions [options] github_user: r-ryantm, pull_request: YES, batch_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.BioNAR, using log file: /var/log/nixpkgs-update/rPackages.BioNAR/2024-03-13.log rPackages.BioNAR 1.4.1 -> 1.4.4 https://repology.org/project/r:bionar/versions attrpath: rPackages.BioNAR Checking auto update branch... No auto update branch exists Old version 1.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.BioNAR 1.4.1 -> 1.4.4 https://repology.org/project/r:bionar/versions [options] github_user: r-ryantm, pull_request: YES, batch_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.bnlearn, using log file: /var/log/nixpkgs-update/rPackages.bnlearn/2024-03-13.log rPackages.bnlearn 4.9.1 -> 4.9.2 https://repology.org/project/r:bnlearn/versions attrpath: rPackages.bnlearn Checking auto update branch... No auto update branch exists Old version 4.9.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.bnlearn 4.9.1 -> 4.9.2 https://repology.org/project/r:bnlearn/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath jetbrains.rider, using log file: /var/log/nixpkgs-update/jetbrains.rider/2024-03-13.log jetbrains.rider 2023.3.3 -> 2023.3.4 https://repology.org/project/rider/versions attrpath: jetbrains.rider Checking auto update branch... No auto update branch exists Old version 2023.3.3" not present in master derivation file with contents: { lib , stdenv , callPackage , fetchurl , jdk , zlib , python3 , lldb , dotnet-sdk_7 , maven , openssl , expat , libxcrypt , libxcrypt-legacy , fontconfig , libxml2 , runCommand , musl , R , libgcc , lttng-ust_2_12 , xz , xorg , libGL , vmopts ? null }: let inherit (stdenv.hostPlatform) system; # `ides.json` is handwritten and contains information that doesn't change across updates, like maintainers and other metadata # `versions.json` contains everything generated/needed by the update script version numbers, build numbers and tarball hashes ideInfo = lib.importJSON ./bin/ides.json; versions = lib.importJSON ./bin/versions.json; products = versions.${system} or (throw "Unsupported system: ${system}"); package = if stdenv.isDarwin then ./bin/darwin.nix else ./bin/linux.nix; mkJetBrainsProductCore = callPackage package { inherit vmopts; }; mkMeta = meta: fromSource: { inherit (meta) homepage longDescription; description = meta.description + lib.optionalString meta.isOpenSource (if fromSource then " (built from source)" else " (patched binaries from jetbrains)"); maintainers = map (x: lib.maintainers."${x}") meta.maintainers; license = if meta.isOpenSource then lib.licenses.asl20 else lib.licenses.unfree; }; mkJetBrainsProduct = { pname , fromSource ? false , extraWrapperArgs ? [ ] , extraLdPath ? [ ] , extraBuildInputs ? [ ] }: mkJetBrainsProductCore { inherit pname jdk extraWrapperArgs extraLdPath extraBuildInputs; src = if fromSource then communitySources."${pname}" else fetchurl { url = products."${pname}".url; sha256 = products."${pname}".sha256; }; inherit (products."${pname}") version; buildNumber = products."${pname}".build_number; inherit (ideInfo."${pname}") wmClass product; productShort = ideInfo."${pname}".productShort or ideInfo."${pname}".product; meta = mkMeta ideInfo."${pname}".meta fromSource; libdbm = if ideInfo."${pname}".meta.isOpenSource then communitySources."${pname}".libdbm else communitySources.idea-community.libdbm; fsnotifier = if ideInfo."${pname}".meta.isOpenSource then communitySources."${pname}".fsnotifier else communitySources.idea-community.fsnotifier; }; communitySources = callPackage ./source { }; buildIdea = args: mkJetBrainsProduct (args // { extraLdPath = [ zlib ]; extraWrapperArgs = [ ''--set M2_HOME "${maven}/maven"'' ''--set M2 "${maven}/maven/bin"'' ]; }); buildPycharm = args: (mkJetBrainsProduct args).overrideAttrs (finalAttrs: previousAttrs: lib.optionalAttrs stdenv.isLinux { buildInputs = with python3.pkgs; (previousAttrs.buildInputs or []) ++ [ python3 setuptools ]; preInstall = '' echo "compiling cython debug speedups" if [[ -d plugins/python-ce ]]; then ${python3.interpreter} plugins/python-ce/helpers/pydev/setup_cython.py build_ext --inplace else ${python3.interpreter} plugins/python/helpers/pydev/setup_cython.py build_ext --inplace fi ''; # See https://www.jetbrains.com/help/pycharm/2022.1/cython-speedups.html }); in rec { # Sorted alphabetically clion = (mkJetBrainsProduct { pname = "clion"; extraBuildInputs = lib.optionals (stdenv.isLinux) [ python3 stdenv.cc.cc openssl libxcrypt-legacy musl ] ++ lib.optionals (stdenv.isLinux && stdenv.isAarch64) [ expat libxml2 xz ]; }).overrideAttrs (attrs: { postFixup = (attrs.postFixup or "") + lib.optionalString (stdenv.isLinux) '' ( cd $out/clion # I think the included gdb has a couple of patches, so we patch it instead of replacing ls -d $PWD/bin/gdb/linux/*/lib/python3.8/lib-dynload/* | xargs patchelf \ --replace-needed libssl.so.10 libssl.so \ --replace-needed libcrypto.so.10 libcrypto.so ls -d $PWD/bin/lldb/linux/*/lib/python3.8/lib-dynload/* | xargs patchelf \ --replace-needed libssl.so.10 libssl.so \ --replace-needed libcrypto.so.10 libcrypto.so ) ''; }); datagrip = mkJetBrainsProduct { pname = "datagrip"; extraBuildInputs = [ stdenv.cc.cc ]; }; dataspell = let libr = runCommand "libR" {} '' mkdir -p $out/lib ln -s ${R}/lib/R/lib/libR.so $out/lib/libR.so ''; in mkJetBrainsProduct { pname = "dataspell"; extraBuildInputs = [ libgcc libr stdenv.cc.cc ]; }; gateway = mkJetBrainsProduct { pname = "gateway"; }; goland = (mkJetBrainsProduct { pname = "goland"; extraWrapperArgs = [ # fortify source breaks build since delve compiles with -O0 ''--prefix CGO_CPPFLAGS " " "-U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=0"'' ]; extraBuildInputs = [ libgcc stdenv.cc.cc ]; }).overrideAttrs (attrs: { postFixup = (attrs.postFixup or "") + lib.optionalString stdenv.isLinux '' interp="$(cat $NIX_CC/nix-support/dynamic-linker)" patchelf --set-interpreter $interp $out/goland/plugins/go-plugin/lib/dlv/linux/dlv chmod +x $out/goland/plugins/go-plugin/lib/dlv/linux/dlv ''; }); idea-community-bin = buildIdea { pname = "idea-community"; extraBuildInputs = [ stdenv.cc.cc ]; }; idea-community-src = buildIdea { pname = "idea-community"; extraBuildInputs = [ stdenv.cc.cc ]; fromSource = true; }; idea-community = if stdenv.isDarwin || stdenv.isAarch64 then idea-community-bin else idea-community-src; idea-ultimate = buildIdea { pname = "idea-ultimate"; extraBuildInputs = [ stdenv.cc.cc lldb musl ]; }; mps = mkJetBrainsProduct { pname = "mps"; }; phpstorm = mkJetBrainsProduct { pname = "phpstorm"; extraBuildInputs = [ stdenv.cc.cc musl ]; }; pycharm-community-bin = buildPycharm { pname = "pycharm-community"; }; pycharm-community-src = buildPycharm { pname = "pycharm-community"; fromSource = true; }; pycharm-community = if stdenv.isDarwin then pycharm-community-bin else pycharm-community-src; pycharm-professional = buildPycharm { pname = "pycharm-professional"; extraBuildInputs = [ musl ]; }; rider = (mkJetBrainsProduct { pname = "rider"; extraBuildInputs = [ fontconfig stdenv.cc.cc openssl libxcrypt lttng-ust_2_12 musl ]; }).overrideAttrs (attrs: { postInstall = (attrs.postInstall or "") + lib.optionalString (stdenv.isLinux) '' ( cd $out/rider ls -d $PWD/plugins/cidr-debugger-plugin/bin/lldb/linux/*/lib/python3.8/lib-dynload/* | xargs patchelf \ --replace-needed libssl.so.10 libssl.so \ --replace-needed libcrypto.so.10 libcrypto.so \ --replace-needed libcrypt.so.1 libcrypt.so for dir in lib/ReSharperHost/linux-*; do rm -rf $dir/dotnet ln -s ${dotnet-sdk_7} $dir/dotnet done ) ''; }); ruby-mine = mkJetBrainsProduct { pname = "ruby-mine"; extraBuildInputs = [ stdenv.cc.cc musl ]; }; rust-rover = (mkJetBrainsProduct { pname = "rust-rover"; extraBuildInputs = lib.optionals (stdenv.isLinux) [ python3 openssl libxcrypt-legacy fontconfig xorg.libX11 libGL ] ++ lib.optionals (stdenv.isLinux && stdenv.isAarch64) [ expat libxml2 xz ]; }).overrideAttrs (attrs: { postFixup = (attrs.postFixup or "") + lib.optionalString (stdenv.isLinux) '' ( cd $out/rust-rover # Copied over from clion (gdb seems to have a couple of patches) ls -d $PWD/bin/gdb/linux/*/lib/python3.8/lib-dynload/* | xargs patchelf \ --replace-needed libssl.so.10 libssl.so \ --replace-needed libcrypto.so.10 libcrypto.so ls -d $PWD/bin/lldb/linux/*/lib/python3.8/lib-dynload/* | xargs patchelf \ --replace-needed libssl.so.10 libssl.so \ --replace-needed libcrypto.so.10 libcrypto.so interp="$(cat $NIX_CC/nix-support/dynamic-linker)" patchelf --set-interpreter $interp $PWD/plugins/intellij-rust/bin/linux/*/intellij-rust-native-helper chmod +x $PWD/plugins/intellij-rust/bin/linux/*/intellij-rust-native-helper ) ''; }); webstorm = mkJetBrainsProduct { pname = "webstorm"; extraBuildInputs = [ stdenv.cc.cc musl ]; }; plugins = callPackage ./plugins { } // { __attrsFailEvaluation = true; }; } [result] Failed to update jetbrains.rider 2023.3.3 -> 2023.3.4 https://repology.org/project/rider/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath streamlit, using log file: /var/log/nixpkgs-update/streamlit/2024-03-13.log streamlit 1.32.0 -> 1.32.1 https://repology.org/project/python:streamlit/versions attrpath: streamlit Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/q2spbnwd4m5wy8n3d6zgw4xyi6ggmz48-packages.json.drv building '/nix/store/q2spbnwd4m5wy8n3d6zgw4xyi6ggmz48-packages.json.drv'... Going to be running update for following packages: - streamlit-1.32.0 Press Enter key to continue... Running update for: - streamlit-1.32.0: UPDATING ... - streamlit-1.32.0: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/streamlit/default.nix b/pkgs/development/python-modules/streamlit/default.nix index a0f6111c6eab..851a613d8740 100644 --- a/pkgs/development/python-modules/streamlit/default.nix +++ b/pkgs/development/python-modules/streamlit/default.nix @@ -32,14 +32,14 @@ buildPythonPackage rec { pname = "streamlit"; - version = "1.32.0"; + version = "1.32.1"; pyproject = true; disabled = pythonOlder "3.8"; src = fetchPypi { inherit pname version; - hash = "sha256-Zb8i4ZDelzuRDAsSezPYDTHFJ17Ykcb950DeRuXgUyM="; + hash = "sha256-7GQASW9niFIUPLwjxMQ4ifeLbJPC4nVv2OBgzM3kuP0="; }; nativeBuildInputs = [ No auto update branch exists [outpaths] eval start [outpaths] eval end Successfully finished processing cachix "/nix/store/njhfyk7f29liyciy1a9xfwnayxi9xibp-python3.11-streamlit-1.32.1" [check][nixpkgs-review] Result of `nixpkgs-review --extra-nixpkgs-config '{ allowInsecurePredicate = x: true; }'` run on x86_64-linux [1](https://github.com/Mic92/nixpkgs-review)
2 packages 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 streamlit is: The fastest way to build custom ML tools meta.homepage for streamlit is: https://streamlit.io/ meta.changelog for streamlit is: https://github.com/streamlit/streamlit/releases/tag/1.32.1 ###### 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.32.1 with grep in /nix/store/njhfyk7f29liyciy1a9xfwnayxi9xibp-python3.11-streamlit-1.32.1 - found 1.32.1 in filename of file in /nix/store/njhfyk7f29liyciy1a9xfwnayxi9xibp-python3.11-streamlit-1.32.1 ---
Rebuild report (if merged into master) (click to expand) ``` 2 total rebuild path(s) 2 package rebuild(s) First fifty rebuilds by attrpath python311Packages.streamlit streamlit ```
Instructions to test this update (click to expand) --- Either **download from Cachix**: ``` nix-store -r /nix/store/njhfyk7f29liyciy1a9xfwnayxi9xibp-python3.11-streamlit-1.32.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 streamlit https://github.com/r-ryantm/nixpkgs/archive/50eb9c640ec92d4b44a114880c83b3902def5101.tar.gz ``` Or: ``` nix build github:r-ryantm/nixpkgs/50eb9c640ec92d4b44a114880c83b3902def5101#streamlit ``` After you've downloaded or built it, look at the files and if there are any, run the binaries: ``` ls -la /nix/store/njhfyk7f29liyciy1a9xfwnayxi9xibp-python3.11-streamlit-1.32.1 ls -la /nix/store/njhfyk7f29liyciy1a9xfwnayxi9xibp-python3.11-streamlit-1.32.1/bin ``` ---

### Pre-merge build results We have automatically built all packages that will get rebuilt due to this change. This gives evidence on whether the upgrade will break dependent packages. Note sometimes packages show up as _failed to build_ independent of the change, simply because they are already broken on the target branch. Result of `nixpkgs-review --extra-nixpkgs-config '{ allowInsecurePredicate = x: true; }'` run on x86_64-linux [1](https://github.com/Mic92/nixpkgs-review)
2 packages built:
--- ###### Maintainer pings cc @natsukium @yrashk 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/295475 [result] Success updating streamlit 1.32.0 -> 1.32.1 https://repology.org/project/python:streamlit/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath arrow-cpp, using log file: /var/log/nixpkgs-update/arrow-cpp/2024-03-13.log arrow-cpp 15.0.0 -> 15.0.1 https://repology.org/project/apache-arrow/versions attrpath: arrow-cpp Checking auto update branch... No auto update branch exists [version] [version] generic version rewriter does not support multiple hashes [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] skipping because derivation has no updateScript The diff was empty after rewrites. [result] Failed to update arrow-cpp 15.0.0 -> 15.0.1 https://repology.org/project/apache-arrow/versions [options] github_user: r-ryantm, pull_request: YES, batch_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.dotenv, using log file: /var/log/nixpkgs-update/rubyPackages.dotenv/2024-03-13.log rubyPackages.dotenv 2.8.1 -> 3.1.0 https://repology.org/project/ruby:dotenv/versions attrpath: rubyPackages.dotenv 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.dotenv 2.8.1 -> 3.1.0 https://repology.org/project/ruby:dotenv/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath docker-buildx, using log file: /var/log/nixpkgs-update/docker-buildx/2024-03-13.log docker-buildx 0.13.0 -> 0.13.1 https://github.com/docker/buildx/releases attrpath: docker-buildx Checking auto update branch... No auto update branch exists [version] [version] generic version rewriter does not support multiple hashes [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Found old vendorHash = null [golangModuleVersion] Set vendorHash to null [golangModuleVersion] Finished updating vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] skipping because derivation has no updateScript Diff after rewrites: diff --git a/pkgs/applications/virtualization/docker/buildx.nix b/pkgs/applications/virtualization/docker/buildx.nix index 000bb6ee4bcd..f8853316dc53 100644 --- a/pkgs/applications/virtualization/docker/buildx.nix +++ b/pkgs/applications/virtualization/docker/buildx.nix @@ -2,13 +2,13 @@ buildGoModule rec { pname = "docker-buildx"; - version = "0.13.0"; + version = "0.13.1"; src = fetchFromGitHub { owner = "docker"; repo = "buildx"; rev = "v${version}"; - hash = "sha256-R4+MVC8G4wNwjZtBnLFq+TBiesUYACg9c5y2CUcqHHQ="; + hash = "sha256-mesFwYgDCZ44/EJ31mzx9yLeMyV2bXpxaNSx6L3BQG0="; }; doCheck = false; [outpaths] eval start [outpaths] eval end Successfully finished processing cachix "/nix/store/ckpfjn3crnlh51gsi1nz5s2hal2jkhh7-docker-buildx-0.13.1" [check][nixpkgs-review] Result of `nixpkgs-review --extra-nixpkgs-config '{ allowInsecurePredicate = x: true; }'` run on x86_64-linux [1](https://github.com/Mic92/nixpkgs-review)
2 packages failed to build:
22 packages built:
Automatic update generated by [nixpkgs-update](https://github.com/ryantm/nixpkgs-update) tools. This update was made based on information from https://github.com/docker/buildx/releases. meta.description for docker-buildx is: Docker CLI plugin for extended build capabilities with BuildKit meta.homepage for docker-buildx is: https://github.com/docker/buildx ###### Updates performed - Golang update ###### To inspect upstream changes - [Release on GitHub](https://github.com/docker/buildx/releases/tag/v0.13.1) - [Compare changes on GitHub](https://github.com/docker/buildx/compare/v0.13.0...v0.13.1) ###### Impact Checks done --- - built on NixOS - The tests defined in `passthru.tests`, if any, passed - found 0.13.1 with grep in /nix/store/ckpfjn3crnlh51gsi1nz5s2hal2jkhh7-docker-buildx-0.13.1 - found 0.13.1 in filename of file in /nix/store/ckpfjn3crnlh51gsi1nz5s2hal2jkhh7-docker-buildx-0.13.1 ---
Rebuild report (if merged into master) (click to expand) ``` 20 total rebuild path(s) 20 package rebuild(s) First fifty rebuilds by attrpath airlift apptainer apptainer-overriden-nixos charliecloud docker docker-buildx docker-client docker-gc docker-sbom docker_20_10 docker_24 docker_25 fn-cli nvidia-docker pipework python311Packages.jupyter-repo2docker python312Packages.jupyter-repo2docker singularity singularity-overriden-nixos udocker ```
Instructions to test this update (click to expand) --- Either **download from Cachix**: ``` nix-store -r /nix/store/ckpfjn3crnlh51gsi1nz5s2hal2jkhh7-docker-buildx-0.13.1 \ --option binary-caches 'https://cache.nixos.org/ https://nix-community.cachix.org/' \ --option trusted-public-keys ' nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs= cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY= ' ``` (The Cachix cache is only trusted for this store-path realization.) For the Cachix download to work, your user must be in the `trusted-users` list or you can use `sudo` since root is effectively trusted. Or, **build yourself**: ``` nix-build -A docker-buildx https://github.com/r-ryantm/nixpkgs/archive/8f6a469b4888d8058cae6dd680ab6def922b2aa0.tar.gz ``` Or: ``` nix build github:r-ryantm/nixpkgs/8f6a469b4888d8058cae6dd680ab6def922b2aa0#docker-buildx ``` After you've downloaded or built it, look at the files and if there are any, run the binaries: ``` ls -la /nix/store/ckpfjn3crnlh51gsi1nz5s2hal2jkhh7-docker-buildx-0.13.1 ls -la /nix/store/ckpfjn3crnlh51gsi1nz5s2hal2jkhh7-docker-buildx-0.13.1/bin ``` ---

### Pre-merge build results We have automatically built all packages that will get rebuilt due to this change. This gives evidence on whether the upgrade will break dependent packages. Note sometimes packages show up as _failed to build_ independent of the change, simply because they are already broken on the target branch. Result of `nixpkgs-review --extra-nixpkgs-config '{ allowInsecurePredicate = x: true; }'` run on x86_64-linux [1](https://github.com/Mic92/nixpkgs-review)
2 packages failed to build:
22 packages built:
--- ###### Maintainer pings cc @bobrik @developer-guy 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/295480 [result] Success updating docker-buildx 0.13.0 -> 0.13.1 https://github.com/docker/buildx/releases [options] github_user: r-ryantm, pull_request: YES, batch_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-polaris, using log file: /var/log/nixpkgs-update/kubernetes-polaris/2024-03-13.log kubernetes-polaris 8.5.5 -> 9.0.0 https://github.com/FairwindsOps/polaris/releases attrpath: kubernetes-polaris 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-ZWetW+Xar4BXXlR0iG+O/NRqYk41x+PPVCGis2W2Nkk=" build succeeded unexpectedlystderr did not split as expected full stderr was: error: attribute 'originalSrc' in selection path 'kubernetes-polaris.originalSrc' not found stderr did not split as expected full stderr was: these 2 derivations will be built: /nix/store/zzf68xa9wxvi6zh0cl8ydqlrk1511s44-kubernetes-polaris-9.0.0-go-modules.drv /nix/store/3ijp891sv08f9p5c6ma1va6zfqry3gjg-kubernetes-polaris-9.0.0.drv building '/nix/store/zzf68xa9wxvi6zh0cl8ydqlrk1511s44-kubernetes-polaris-9.0.0-go-modules.drv'... Running phase: unpackPhase unpacking source archive /nix/store/pkr8b3qdhs597ypmcykyv2al94qg2i9r-source source root is source Running phase: patchPhase Running phase: updateAutotoolsGnuConfigScriptsPhase Running phase: configurePhase Running phase: buildPhase DEBU[2024-03-13T01:02:39Z] *parser.Parser#NewFromRoots options="{\"IgnoreImports\":false,\"Ignores\":null}" roots="[\"/build/source\"]" DEBU[2024-03-13T01:02:39Z] *parser.Parser#NewFromRoots walking=/build/source DEBU[2024-03-13T01:02:39Z] *parser.Parser#NewFromRoots found prospects=0 DEBU[2024-03-13T01:02:39Z] *parser.Parser#NewFromRoots options="{\"IgnoreImports\":false,\"Ignores\":null}" roots="[\"/build/source\"]" DEBU[2024-03-13T01:02:39Z] *parser.Parser#NewFromRoots walking=/build/source DEBU[2024-03-13T01:02:39Z] *parser.Parser#NewFromRoots found prospects=0 DEBU[2024-03-13T01:02:39Z] *parser.Parser#NewFromRoots options="{\"IgnoreImports\":true,\"Ignores\":null}" roots="[\"/build/source\"]" DEBU[2024-03-13T01:02:39Z] *parser.Parser#NewFromRoots walking=/build/source DEBU[2024-03-13T01:02:39Z] *parser.finder#findAllGoFiles dir=/build/source DEBU[2024-03-13T01:02:39Z] parser#IsProspect (TRUE) path=/build/source/cmd/polaris/audit.go status=true DEBU[2024-03-13T01:02:39Z] *parser.Parser#NewFromRoots mapping=/build/source/cmd/polaris/audit.go DEBU[2024-03-13T01:02:39Z] parser#IsProspect (TRUE) path=/build/source/cmd/polaris/auth.go status=true DEBU[2024-03-13T01:02:39Z] *parser.Parser#NewFromRoots mapping=/build/source/cmd/polaris/auth.go DEBU[2024-03-13T01:02:39Z] parser#IsProspect (TRUE) path=/build/source/cmd/polaris/dashboard.go status=true DEBU[2024-03-13T01:02:39Z] *parser.Parser#NewFromRoots mapping=/build/source/cmd/polaris/dashboard.go DEBU[2024-03-13T01:02:39Z] parser#IsProspect (TRUE) path=/build/source/cmd/polaris/fix.go status=true DEBU[2024-03-13T01:02:39Z] *parser.Parser#NewFromRoots mapping=/build/source/cmd/polaris/fix.go DEBU[2024-03-13T01:02:39Z] parser#IsProspect (TRUE) path=/build/source/cmd/polaris/root.go status=true DEBU[2024-03-13T01:02:39Z] *parser.Parser#NewFromRoots mapping=/build/source/cmd/polaris/root.go DEBU[2024-03-13T01:02:39Z] parser#IsProspect (TRUE) path=/build/source/cmd/polaris/version.go status=true DEBU[2024-03-13T01:02:39Z] *parser.Parser#NewFromRoots mapping=/build/source/cmd/polaris/version.go DEBU[2024-03-13T01:02:39Z] parser#IsProspect (TRUE) path=/build/source/cmd/polaris/webhook.go status=true DEBU[2024-03-13T01:02:39Z] *parser.Parser#NewFromRoots mapping=/build/source/cmd/polaris/webhook.go DEBU[2024-03-13T01:02:39Z] parser#IsProspect (TRUE) path=/build/source/main.go status=true DEBU[2024-03-13T01:02:39Z] *parser.Parser#NewFromRoots mapping=/build/source/main.go DEBU[2024-03-13T01:02:39Z] parser#IsProspect (TRUE) path=/build/source/pkg/auth/auth.go status=true DEBU[2024-03-13T01:02:39Z] *parser.Parser#NewFromRoots mapping=/build/source/pkg/auth/auth.go DEBU[2024-03-13T01:02:39Z] parser#IsProspect (TRUE) path=/build/source/pkg/auth/browser.go status=true DEBU[2024-03-13T01:02:39Z] *parser.Parser#NewFromRoots mapping=/build/source/pkg/auth/browser.go DEBU[2024-03-13T01:02:39Z] parser#IsProspect (TRUE) path=/build/source/pkg/auth/login.go status=true DEBU[2024-03-13T01:02:39Z] *parser.Parser#NewFromRoots mapping=/build/source/pkg/auth/login.go DEBU[2024-03-13T01:02:39Z] parser#IsProspect (TRUE) path=/build/source/pkg/auth/logout.go status=true DEBU[2024-03-13T01:02:39Z] *parser.Parser#NewFromRoots mapping=/build/source/pkg/auth/logout.go DEBU[2024-03-13T01:02:39Z] parser#IsProspect (TRUE) path=/build/source/pkg/auth/status.go status=true DEBU[2024-03-13T01:02:39Z] *parser.Parser#NewFromRoots mapping=/build/source/pkg/auth/status.go DEBU[2024-03-13T01:02:39Z] parser#IsProspect (TRUE) path=/build/source/pkg/auth/token.go status=true DEBU[2024-03-13T01:02:39Z] *parser.Parser#NewFromRoots mapping=/build/source/pkg/auth/token.go DEBU[2024-03-13T01:02:39Z] parser#IsProspect (TRUE) path=/build/source/pkg/config/checks.go status=true DEBU[2024-03-13T01:02:39Z] *parser.Parser#NewFromRoots mapping=/build/source/pkg/config/checks.go DEBU[2024-03-13T01:02:39Z] parser#IsProspect (TRUE) path=/build/source/pkg/config/config.go status=true DEBU[2024-03-13T01:02:39Z] *parser.Parser#NewFromRoots mapping=/build/source/pkg/config/config.go DEBU[2024-03-13T01:02:39Z] parser#IsProspect (TRUE) path=/build/source/pkg/config/exemptions.go status=true DEBU[2024-03-13T01:02:39Z] *parser.Parser#NewFromRoots mapping=/build/source/pkg/config/exemptions.go DEBU[2024-03-13T01:02:39Z] parser#IsProspect (TRUE) path=/build/source/pkg/config/schema.go status=true DEBU[2024-03-13T01:02:39Z] *parser.Parser#NewFromRoots mapping=/build/source/pkg/config/schema.go DEBU[2024-03-13T01:02:39Z] parser#IsProspect (TRUE) path=/build/source/pkg/config/severity.go status=true DEBU[2024-03-13T01:02:39Z] *parser.Parser#NewFromRoots mapping=/build/source/pkg/config/severity.go DEBU[2024-03-13T01:02:39Z] parser#IsProspect (TRUE) path=/build/source/pkg/dashboard/dashboard.go status=true DEBU[2024-03-13T01:02:39Z] *parser.Parser#NewFromRoots mapping=/build/source/pkg/dashboard/dashboard.go DEBU[2024-03-13T01:02:39Z] parser#IsProspect (TRUE) path=/build/source/pkg/dashboard/helpers.go status=true DEBU[2024-03-13T01:02:39Z] *parser.Parser#NewFromRoots mapping=/build/source/pkg/dashboard/helpers.go DEBU[2024-03-13T01:02:39Z] parser#IsProspect (TRUE) path=/build/source/pkg/fix/fix.go status=true DEBU[2024-03-13T01:02:39Z] *parser.Parser#NewFromRoots mapping=/build/source/pkg/fix/fix.go DEBU[2024-03-13T01:02:39Z] parser#IsProspect (TRUE) path=/build/source/pkg/insights/client.go status=true DEBU[2024-03-13T01:02:39Z] *parser.Parser#NewFromRoots mapping=/build/source/pkg/insights/client.go DEBU[2024-03-13T01:02:39Z] parser#IsProspect (TRUE) path=/build/source/pkg/insights/reporter.go status=true DEBU[2024-03-13T01:02:39Z] *parser.Parser#NewFromRoots mapping=/build/source/pkg/insights/reporter.go DEBU[2024-03-13T01:02:39Z] parser#IsProspect (TRUE) path=/build/source/pkg/kube/resource.go status=true DEBU[2024-03-13T01:02:39Z] *parser.Parser#NewFromRoots mapping=/build/source/pkg/kube/resource.go DEBU[2024-03-13T01:02:39Z] parser#IsProspect (TRUE) path=/build/source/pkg/kube/resources.go status=true DEBU[2024-03-13T01:02:39Z] *parser.Parser#NewFromRoots mapping=/build/source/pkg/kube/resources.go DEBU[2024-03-13T01:02:39Z] parser#IsProspect (TRUE) path=/build/source/pkg/mutation/mutate.go status=true DEBU[2024-03-13T01:02:39Z] *parser.Parser#NewFromRoots mapping=/build/source/pkg/mutation/mutate.go DEBU[2024-03-13T01:02:39Z] parser#IsProspect (TRUE) path=/build/source/pkg/validator/fullaudit.go status=true DEBU[2024-03-13T01:02:39Z] *parser.Parser#NewFromRoots mapping=/build/source/pkg/validator/fullaudit.go DEBU[2024-03-13T01:02:39Z] parser#IsProspect (TRUE) path=/build/source/pkg/validator/output.go status=true DEBU[2024-03-13T01:02:39Z] *parser.Parser#NewFromRoots mapping=/build/source/pkg/validator/output.go DEBU[2024-03-13T01:02:39Z] parser#IsProspect (TRUE) path=/build/source/pkg/validator/schema.go status=true DEBU[2024-03-13T01:02:39Z] *parser.Parser#NewFromRoots mapping=/build/source/pkg/validator/schema.go DEBU[2024-03-13T01:02:39Z] parser#IsProspect (TRUE) path=/build/source/pkg/validator/summary.go status=true DEBU[2024-03-13T01:02:39Z] *parser.Parser#NewFromRoots mapping=/build/source/pkg/validator/summary.go DEBU[2024-03-13T01:02:39Z] parser#IsProspect (TRUE) path=/build/source/pkg/webhook/mutate.go status=true DEBU[2024-03-13T01:02:39Z] *parser.Parser#NewFromRoots mapping=/build/source/pkg/webhook/mutate.go DEBU[2024-03-13T01:02:39Z] parser#IsProspect (TRUE) path=/build/source/pkg/webhook/webhook.go status=true DEBU[2024-03-13T01:02:39Z] *parser.Parser#NewFromRoots mapping=/build/source/pkg/webhook/webhook.go DEBU[2024-03-13T01:02:39Z] parser#IsProspect (TRUE) path=/build/source/test/fixtures.go status=true DEBU[2024-03-13T01:02:39Z] *parser.Parser#NewFromRoots mapping=/build/source/test/fixtures.go DEBU[2024-03-13T01:02:39Z] *parser.Parser#NewFromRoots reading file=/build/source/pkg/auth/auth.go DEBU[2024-03-13T01:02:39Z] *parser.Parser#NewFromRoots reading file=/build/source/pkg/auth/browser.go DEBU[2024-03-13T01:02:39Z] *parser.Parser#NewFromRoots reading file=/build/source/pkg/config/schema.go DEBU[2024-03-13T01:02:39Z] *parser.Parser#NewFromRoots reading file=/build/source/pkg/kube/resource.go DEBU[2024-03-13T01:02:39Z] *parser.Parser#NewFromRoots reading file=/build/source/pkg/validator/fullaudit.go DEBU[2024-03-13T01:02:39Z] *parser.Parser#NewFromRoots reading file=/build/source/pkg/config/severity.go DEBU[2024-03-13T01:02:39Z] *parser.Parser#NewFromRoots reading file=/build/source/pkg/kube/resources.go DEBU[2024-03-13T01:02:39Z] *parser.Parser#NewFromRoots reading file=/build/source/pkg/mutation/mutate.go DEBU[2024-03-13T01:02:39Z] *parser.Parser#NewFromRoots reading file=/build/source/pkg/validator/summary.go DEBU[2024-03-13T01:02:39Z] *parser.Parser#NewFromRoots reading file=/build/source/cmd/polaris/audit.go DEBU[2024-03-13T01:02:39Z] *parser.Parser#NewFromRoots reading file=/build/source/cmd/polaris/fix.go DEBU[2024-03-13T01:02:39Z] *parser.Parser#NewFromRoots reading file=/build/source/pkg/auth/login.go DEBU[2024-03-13T01:02:39Z] *parser.Parser#NewFromRoots reading file=/build/source/cmd/polaris/root.go DEBU[2024-03-13T01:02:39Z] *parser.Parser#NewFromRoots reading file=/build/source/pkg/webhook/mutate.go DEBU[2024-03-13T01:02:39Z] *parser.Parser#NewFromRoots reading file=/build/source/main.go DEBU[2024-03-13T01:02:39Z] *parser.Parser#NewFromRoots reading file=/build/source/pkg/auth/status.go DEBU[2024-03-13T01:02:39Z] *parser.Parser#NewFromRoots reading file=/build/source/pkg/auth/token.go DEBU[2024-03-13T01:02:39Z] *parser.Parser#NewFromRoots reading file=/build/source/pkg/config/checks.go DEBU[2024-03-13T01:02:39Z] *parser.Parser#NewFromRoots reading file=/build/source/pkg/config/config.go DEBU[2024-03-13T01:02:39Z] *parser.Parser#NewFromRoots reading file=/build/source/pkg/dashboard/dashboard.go DEBU[2024-03-13T01:02:39Z] *parser.Parser#NewFromRoots reading file=/build/source/pkg/dashboard/helpers.go DEBU[2024-03-13T01:02:39Z] *parser.Parser#NewFromRoots reading file=/build/source/pkg/fix/fix.go DEBU[2024-03-13T01:02:39Z] *parser.Parser#NewFromRoots reading file=/build/source/pkg/insights/client.go DEBU[2024-03-13T01:02:39Z] *parser.Parser#NewFromRoots reading file=/build/source/cmd/polaris/dashboard.go DEBU[2024-03-13T01:02:39Z] *parser.Parser#NewFromRoots reading file=/build/source/cmd/polaris/webhook.go DEBU[2024-03-13T01:02:39Z] *parser.Parser#NewFromRoots reading file=/build/source/pkg/webhook/webhook.go DEBU[2024-03-13T01:02:39Z] *parser.Parser#NewFromRoots reading file=/build/source/test/fixtures.go DEBU[2024-03-13T01:02:39Z] *parser.Parser#NewFromRoots reading file=/build/source/cmd/polaris/version.go DEBU[2024-03-13T01:02:39Z] *parser.Parser#NewFromRoots reading file=/build/source/pkg/insights/reporter.go DEBU[2024-03-13T01:02:39Z] *parser.Parser#NewFromRoots reading file=/build/source/cmd/polaris/auth.go DEBU[2024-03-13T01:02:39Z] *parser.Parser#NewFromRoots reading file=/build/source/pkg/auth/logout.go DEBU[2024-03-13T01:02:39Z] *parser.Parser#NewFromRoots reading file=/build/source/pkg/config/exemptions.go DEBU[2024-03-13T01:02:39Z] *parser.Parser#NewFromRoots reading file=/build/source/pkg/validator/output.go DEBU[2024-03-13T01:02:39Z] *parser.Parser#NewFromRoots reading file=/build/source/pkg/validator/schema.go DEBU[2024-03-13T01:02:39Z] *parser.Parser#NewFromRoots found prospects=34 DEBU[2024-03-13T01:02:39Z] *parser.Parser#Run parsing=/build/source/pkg/auth/auth.go DEBU[2024-03-13T01:02:39Z] *parser.Parser#Run parsing=/build/source/pkg/auth/browser.go DEBU[2024-03-13T01:02:39Z] *parser.Parser#Run parsing=/build/source/pkg/config/schema.go DEBU[2024-03-13T01:02:39Z] *parser.Parser#Run parsing=/build/source/pkg/kube/resource.go DEBU[2024-03-13T01:02:39Z] *parser.Parser#Run parsing=/build/source/pkg/validator/fullaudit.go DEBU[2024-03-13T01:02:39Z] *parser.Parser#Run parsing=/build/source/pkg/config/severity.go DEBU[2024-03-13T01:02:39Z] *parser.Parser#Run parsing=/build/source/pkg/kube/resources.go DEBU[2024-03-13T01:02:39Z] *parser.Parser#Run parsing=/build/source/pkg/mutation/mutate.go DEBU[2024-03-13T01:02:39Z] *parser.Parser#Run parsing=/build/source/pkg/validator/summary.go DEBU[2024-03-13T01:02:39Z] *parser.Parser#Run parsing=/build/source/cmd/polaris/audit.go DEBU[2024-03-13T01:02:39Z] *parser.Parser#Run parsing=/build/source/cmd/polaris/fix.go DEBU[2024-03-13T01:02:39Z] *parser.Parser#Run parsing=/build/source/pkg/auth/login.go DEBU[2024-03-13T01:02:39Z] *parser.Parser#Run parsing=/build/source/cmd/polaris/root.go DEBU[2024-03-13T01:02:39Z] *parser.Parser#Run parsing=/build/source/pkg/webhook/mutate.go DEBU[2024-03-13T01:02:39Z] *parser.Parser#Run parsing=/build/source/main.go DEBU[2024-03-13T01:02:39Z] *parser.Parser#Run parsing=/build/source/pkg/auth/status.go DEBU[2024-03-13T01:02:39Z] *parser.Parser#Run parsing=/build/source/pkg/auth/token.go DEBU[2024-03-13T01:02:39Z] *parser.Parser#Run parsing=/build/source/pkg/config/checks.go DEBU[2024-03-13T01:02:39Z] *parser.Parser#Run parsing=/build/source/pkg/config/config.go DEBU[2024-03-13T01:02:39Z] *parser.Parser#Run parsing=/build/source/pkg/dashboard/dashboard.go DEBU[2024-03-13T01:02:39Z] *parser.Parser#Run parsing=/build/source/pkg/dashboard/helpers.go DEBU[2024-03-13T01:02:39Z] *parser.Parser#Run parsing=/build/source/pkg/fix/fix.go DEBU[2024-03-13T01:02:39Z] *parser.Parser#Run parsing=/build/source/pkg/insights/client.go DEBU[2024-03-13T01:02:39Z] *parser.Parser#Run parsing=/build/source/cmd/polaris/dashboard.go DEBU[2024-03-13T01:02:39Z] *parser.Parser#Run parsing=/build/source/cmd/polaris/webhook.go DEBU[2024-03-13T01:02:39Z] *parser.Parser#Run parsing=/build/source/pkg/webhook/webhook.go DEBU[2024-03-13T01:02:39Z] *parser.Parser#Run parsing=/build/source/test/fixtures.go DEBU[2024-03-13T01:02:39Z] *parser.Parser#Run parsing=/build/source/cmd/polaris/version.go DEBU[2024-03-13T01:02:39Z] *parser.Parser#Run parsing=/build/source/pkg/insights/reporter.go DEBU[2024-03-13T01:02:39Z] *parser.Parser#Run parsing=/build/source/cmd/polaris/auth.go DEBU[2024-03-13T01:02:39Z] *parser.Parser#Run parsing=/build/source/pkg/auth/logout.go DEBU[2024-03-13T01:02:39Z] *parser.Parser#Run parsing=/build/source/pkg/config/exemptions.go DEBU[2024-03-13T01:02:39Z] *parser.Parser#Run parsing=/build/source/pkg/validator/output.go DEBU[2024-03-13T01:02:39Z] *parser.Parser#Run parsing=/build/source/pkg/validator/schema.go DEBU[2024-03-13T01:02:39Z] found 0 boxes go: downloading github.com/sirupsen/logrus v1.9.3 go: downloading github.com/stretchr/testify v1.8.4 go: downloading github.com/thoas/go-funk v0.9.3 go: downloading github.com/fairwindsops/insights-plugins/plugins/workloads v0.0.0-20230601204422-5c789e15990c go: downloading github.com/fairwindsops/controller-utils v0.3.0 go: downloading k8s.io/client-go v0.29.0 go: downloading k8s.io/apimachinery v0.29.0 go: downloading github.com/pkg/errors v0.9.1 go: downloading k8s.io/api v0.29.0 go: downloading gopkg.in/yaml.v3 v3.0.1 go: downloading sigs.k8s.io/controller-runtime v0.15.0 go: downloading gomodules.xyz/jsonpatch/v2 v2.3.0 go: downloading sigs.k8s.io/yaml v1.3.0 go: downloading github.com/qri-io/jsonschema v0.1.2 go: downloading github.com/AlecAivazis/survey/v2 v2.3.7 go: downloading github.com/gorilla/mux v1.8.0 go: downloading github.com/spf13/cobra v1.8.0 go: downloading github.com/fatih/color v1.15.0 go: downloading golang.org/x/sys v0.13.0 go: downloading github.com/davecgh/go-spew v1.1.1 go: downloading github.com/pmezard/go-difflib v1.0.0 go: downloading gopkg.in/yaml.v2 v2.4.0 go: downloading k8s.io/klog/v2 v2.110.1 go: downloading github.com/gogo/protobuf v1.3.2 go: downloading github.com/google/gofuzz v1.2.0 go: downloading sigs.k8s.io/structured-merge-diff/v4 v4.4.1 go: downloading gopkg.in/inf.v0 v0.9.1 go: downloading github.com/mattn/go-colorable v0.1.13 go: downloading github.com/mattn/go-isatty v0.0.17 go: downloading github.com/inconshreveable/mousetrap v1.1.0 go: downloading github.com/spf13/pflag v1.0.5 go: downloading github.com/evanphx/json-patch/v5 v5.6.0 go: downloading github.com/evanphx/json-patch v5.6.0+incompatible go: downloading github.com/go-logr/logr v1.3.0 go: downloading github.com/prometheus/client_golang v1.15.1 go: downloading k8s.io/utils v0.0.0-20230726121419-3b25d923346b go: downloading sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd go: downloading k8s.io/kube-openapi v0.0.0-20231010175941-2dd684a91f00 go: downloading github.com/json-iterator/go v1.1.12 go: downloading github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51 go: downloading golang.org/x/term v0.13.0 go: downloading golang.org/x/text v0.13.0 go: downloading github.com/fsnotify/fsnotify v1.6.0 go: downloading github.com/qri-io/jsonpointer v0.1.1 go: downloading k8s.io/component-base v0.27.2 go: downloading golang.org/x/net v0.17.0 go: downloading github.com/mgutz/ansi v0.0.0-20170206155736-9520e82c474b go: downloading github.com/modern-go/reflect2 v1.0.2 go: downloading github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd go: downloading github.com/prometheus/client_model v0.4.0 go: downloading github.com/prometheus/common v0.42.0 go: downloading github.com/beorn7/perks v1.0.1 go: downloading github.com/cespare/xxhash/v2 v2.2.0 go: downloading github.com/prometheus/procfs v0.9.0 go: downloading google.golang.org/protobuf v1.31.0 go: downloading golang.org/x/time v0.3.0 go: downloading github.com/google/uuid v1.3.0 go: downloading github.com/imdario/mergo v0.3.13 go: downloading github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da go: downloading github.com/golang/protobuf v1.5.3 go: downloading github.com/google/gnostic-models v0.6.8 go: downloading github.com/google/go-cmp v0.6.0 go: downloading golang.org/x/oauth2 v0.10.0 go: downloading github.com/go-openapi/jsonreference v0.20.2 go: downloading github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 go: downloading github.com/go-openapi/swag v0.22.3 go: downloading google.golang.org/appengine v1.6.7 go: downloading github.com/emicklei/go-restful/v3 v3.11.0 go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.4 go: downloading github.com/go-openapi/jsonpointer v0.19.6 go: downloading github.com/mailru/easyjson v0.7.7 go: downloading github.com/josharian/intern v1.0.0 go: updates to go.mod needed; to update it: go mod tidy error: builder for '/nix/store/zzf68xa9wxvi6zh0cl8ydqlrk1511s44-kubernetes-polaris-9.0.0-go-modules.drv' failed with exit code 1; last 25 log lines: > go: downloading github.com/prometheus/client_model v0.4.0 > go: downloading github.com/prometheus/common v0.42.0 > go: downloading github.com/beorn7/perks v1.0.1 > go: downloading github.com/cespare/xxhash/v2 v2.2.0 > go: downloading github.com/prometheus/procfs v0.9.0 > go: downloading google.golang.org/protobuf v1.31.0 > go: downloading golang.org/x/time v0.3.0 > go: downloading github.com/google/uuid v1.3.0 > go: downloading github.com/imdario/mergo v0.3.13 > go: downloading github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da > go: downloading github.com/golang/protobuf v1.5.3 > go: downloading github.com/google/gnostic-models v0.6.8 > go: downloading github.com/google/go-cmp v0.6.0 > go: downloading golang.org/x/oauth2 v0.10.0 > go: downloading github.com/go-openapi/jsonreference v0.20.2 > go: downloading github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 > go: downloading github.com/go-openapi/swag v0.22.3 > go: downloading google.golang.org/appengine v1.6.7 > go: downloading github.com/emicklei/go-restful/v3 v3.11.0 > go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.4 > go: downloading github.com/go-openapi/jsonpointer v0.19.6 > go: downloading github.com/mailru/easyjson v0.7.7 > go: downloading github.com/josharian/intern v1.0.0 > go: updates to go.mod needed; to update it: > go mod tidy For full logs, run 'nix log /nix/store/zzf68xa9wxvi6zh0cl8ydqlrk1511s44-kubernetes-polaris-9.0.0-go-modules.drv'. error: 1 dependencies of derivation '/nix/store/3ijp891sv08f9p5c6ma1va6zfqry3gjg-kubernetes-polaris-9.0.0.drv' failed to build [result] Failed to update kubernetes-polaris 8.5.5 -> 9.0.0 https://github.com/FairwindsOps/polaris/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath flarectl, using log file: /var/log/nixpkgs-update/flarectl/2024-03-13.log flarectl 0.89.0 -> 0.90.0 https://github.com/cloudflare/cloudflare-go/releases attrpath: flarectl Checking auto update branch... No auto update branch exists [version] [version] generic version rewriter does not support multiple hashes [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Found old vendorHash = "sha256-AxBvmDB3mfgkv7U+BzR0Khdgx1hrDI61CSxr45pRZqg=" [golangModuleVersion] Replaced vendorHash with sha256-F1fwzzBg60E7B9iPV0gziGB3WE1tcZ/6nMpnEyTjV1g= [golangModuleVersion] Finished updating vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] skipping because derivation has no updateScript Diff after rewrites: diff --git a/pkgs/by-name/fl/flarectl/package.nix b/pkgs/by-name/fl/flarectl/package.nix index aedf03584372..05b2493557bb 100644 --- a/pkgs/by-name/fl/flarectl/package.nix +++ b/pkgs/by-name/fl/flarectl/package.nix @@ -5,16 +5,16 @@ buildGoModule rec { pname = "flarectl"; - version = "0.89.0"; + version = "0.90.0"; src = fetchFromGitHub { owner = "cloudflare"; repo = "cloudflare-go"; rev = "v${version}"; - hash = "sha256-BXG9pKkgSSlBNiWiDOWL6D/DSC2iVzVCktL4xyi6/Ao="; + hash = "sha256-4FgRK8tsds+4EFwYpZB2HrPvXN6LdZjehG2oilhOkVw="; }; - vendorHash = "sha256-AxBvmDB3mfgkv7U+BzR0Khdgx1hrDI61CSxr45pRZqg="; + vendorHash = "sha256-F1fwzzBg60E7B9iPV0gziGB3WE1tcZ/6nMpnEyTjV1g="; subPackages = [ "cmd/flarectl" ]; [outpaths] eval start [outpaths] eval end Successfully finished processing cachix "/nix/store/9cz6mm1zapzya4y6qm7wk6i1a386j29h-flarectl-0.90.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/cloudflare/cloudflare-go/releases. meta.description for flarectl is: CLI application for interacting with a Cloudflare account meta.homepage for flarectl is: https://github.com/cloudflare/cloudflare-go meta.changelog for flarectl is: https://github.com/cloudflare/cloudflare-go/blob/v0.90.0/CHANGELOG.md ###### Updates performed - Golang update ###### To inspect upstream changes - [Release on GitHub](https://github.com/cloudflare/cloudflare-go/releases/tag/v0.90.0) - [Compare changes on GitHub](https://github.com/cloudflare/cloudflare-go/compare/v0.89.0...v0.90.0) ###### Impact Checks done --- - built on NixOS - The tests defined in `passthru.tests`, if any, passed - found 0.90.0 in filename of file in /nix/store/9cz6mm1zapzya4y6qm7wk6i1a386j29h-flarectl-0.90.0 ---
Rebuild report (if merged into master) (click to expand) ``` 1 total rebuild path(s) 1 package rebuild(s) First fifty rebuilds by attrpath flarectl ```
Instructions to test this update (click to expand) --- Either **download from Cachix**: ``` nix-store -r /nix/store/9cz6mm1zapzya4y6qm7wk6i1a386j29h-flarectl-0.90.0 \ --option binary-caches 'https://cache.nixos.org/ https://nix-community.cachix.org/' \ --option trusted-public-keys ' nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs= cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY= ' ``` (The Cachix cache is only trusted for this store-path realization.) For the Cachix download to work, your user must be in the `trusted-users` list or you can use `sudo` since root is effectively trusted. Or, **build yourself**: ``` nix-build -A flarectl https://github.com/r-ryantm/nixpkgs/archive/ac1a8bbb1439794994ce39a37f7d65cab4cc406e.tar.gz ``` Or: ``` nix build github:r-ryantm/nixpkgs/ac1a8bbb1439794994ce39a37f7d65cab4cc406e#flarectl ``` After you've downloaded or built it, look at the files and if there are any, run the binaries: ``` ls -la /nix/store/9cz6mm1zapzya4y6qm7wk6i1a386j29h-flarectl-0.90.0 ls -la /nix/store/9cz6mm1zapzya4y6qm7wk6i1a386j29h-flarectl-0.90.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 @jmbaur 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/295484 [result] Success updating flarectl 0.89.0 -> 0.90.0 https://github.com/cloudflare/cloudflare-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 ollama, using log file: /var/log/nixpkgs-update/ollama/2024-03-13.log ollama 0.1.28 -> 0.1.29 https://repology.org/project/ollama/versions attrpath: ollama 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-DPIhDqE/yXpSQqrx07osMBMafK61yU2dl4cZhxSTvm8=" build succeeded unexpectedlystderr did not split as expected full stderr was: error: attribute 'originalSrc' in selection path 'ollama.originalSrc' not found stderr did not split as expected full stderr was: these 2 derivations will be built: /nix/store/5r73xla5i7nz39b1lwssv76s0297fmxl-ollama-0.1.29-go-modules.drv /nix/store/5ida22xh7mxsc524wfx61fxqsynal733-ollama-0.1.29.drv building '/nix/store/5r73xla5i7nz39b1lwssv76s0297fmxl-ollama-0.1.29-go-modules.drv'... Running phase: unpackPhase unpacking source archive /nix/store/39nhjcivdnzyxfd50lczqswpyp9hkyaq-source source root is source Running phase: patchPhase applying patch /nix/store/liqb6g8spk497dz0bsxlp4bmadr4189c-remove-git.patch patching file llm/generate/gen_common.sh applying patch /nix/store/53fs5wbc3lq27pkcdhg65q9gkf0z8g88-replace-gcc.patch patching file llm/generate/gen_common.sh Hunk #1 succeeded at 89 (offset 3 lines). applying patch /nix/store/2cdxz0qw4igxmw97847rdj5pgmf1lgqp-01-cache.diff patching file llm/llama.cpp/examples/server/server.cpp Hunk #1 succeeded at 997 with fuzz 1 (offset 96 lines). applying patch /nix/store/14knk8s9hw5ir4sbcsjyhmi4nqci8fnn-02-cudaleaks.diff patching file llm/llama.cpp/examples/server/server.cpp Hunk #1 succeeded at 31 with fuzz 1 (offset 1 line). Hunk #2 succeeded at 367 (offset 10 lines). Hunk #3 succeeded at 3552 (offset 402 lines). patching file llm/llama.cpp/ggml-cuda.cu Hunk #1 succeeded at 43 (offset 4 lines). Hunk #2 succeeded at 8752 (offset 760 lines). Hunk #3 succeeded at 8765 (offset 760 lines). Hunk #4 succeeded at 8836 (offset 760 lines). Hunk #5 succeeded at 12491 (offset 886 lines). patching file llm/llama.cpp/ggml-cuda.h Running phase: updateAutotoolsGnuConfigScriptsPhase Running phase: configurePhase Running phase: buildPhase go: go.mod requires go >= 1.22 (running go 1.21.7; GOTOOLCHAIN=local) /nix/store/v099hqvw5z87423p4hz1vfhzaqa07dii-stdenv-linux/setup: line 131: pop_var_context: head of shell_variables not a function context error: builder for '/nix/store/5r73xla5i7nz39b1lwssv76s0297fmxl-ollama-0.1.29-go-modules.drv' failed with exit code 1; last 25 log lines: > applying patch /nix/store/liqb6g8spk497dz0bsxlp4bmadr4189c-remove-git.patch > patching file llm/generate/gen_common.sh > applying patch /nix/store/53fs5wbc3lq27pkcdhg65q9gkf0z8g88-replace-gcc.patch > patching file llm/generate/gen_common.sh > Hunk #1 succeeded at 89 (offset 3 lines). > applying patch /nix/store/2cdxz0qw4igxmw97847rdj5pgmf1lgqp-01-cache.diff > patching file llm/llama.cpp/examples/server/server.cpp > Hunk #1 succeeded at 997 with fuzz 1 (offset 96 lines). > applying patch /nix/store/14knk8s9hw5ir4sbcsjyhmi4nqci8fnn-02-cudaleaks.diff > patching file llm/llama.cpp/examples/server/server.cpp > Hunk #1 succeeded at 31 with fuzz 1 (offset 1 line). > Hunk #2 succeeded at 367 (offset 10 lines). > Hunk #3 succeeded at 3552 (offset 402 lines). > patching file llm/llama.cpp/ggml-cuda.cu > Hunk #1 succeeded at 43 (offset 4 lines). > Hunk #2 succeeded at 8752 (offset 760 lines). > Hunk #3 succeeded at 8765 (offset 760 lines). > Hunk #4 succeeded at 8836 (offset 760 lines). > Hunk #5 succeeded at 12491 (offset 886 lines). > patching file llm/llama.cpp/ggml-cuda.h > Running phase: updateAutotoolsGnuConfigScriptsPhase > Running phase: configurePhase > Running phase: buildPhase > go: go.mod requires go >= 1.22 (running go 1.21.7; GOTOOLCHAIN=local) > /nix/store/v099hqvw5z87423p4hz1vfhzaqa07dii-stdenv-linux/setup: line 131: pop_var_context: head of shell_variables not a function context For full logs, run 'nix log /nix/store/5r73xla5i7nz39b1lwssv76s0297fmxl-ollama-0.1.29-go-modules.drv'. error: 1 dependencies of derivation '/nix/store/5ida22xh7mxsc524wfx61fxqsynal733-ollama-0.1.29.drv' failed to build [result] Failed to update ollama 0.1.28 -> 0.1.29 https://repology.org/project/ollama/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath sdkmanager, using log file: /var/log/nixpkgs-update/sdkmanager/2024-03-13.log sdkmanager 0.6.6 -> 0.6.7 https://repology.org/project/sdkmanager/versions attrpath: 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/2qda30hq3x2hsns07b94lvfkwd3cvxr2-packages.json.drv building '/nix/store/2qda30hq3x2hsns07b94lvfkwd3cvxr2-packages.json.drv'... Going to be running update for following packages: - sdkmanager-0.6.6 Press Enter key to continue... Running update for: - sdkmanager-0.6.6: UPDATING ... - sdkmanager-0.6.6: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update sdkmanager 0.6.6 -> 0.6.7 https://repology.org/project/sdkmanager/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath kdePackages.breeze, using log file: /var/log/nixpkgs-update/kdePackages.breeze/2024-03-13.log kdePackages.breeze 6.0.1 -> 6.0.2 https://repology.org/project/breeze/versions attrpath: kdePackages.breeze Checking auto update branch... No auto update branch exists Old version 6.0.1" not present in master derivation file with contents: { mkKdeDerivation, qtbase, libsForQt5, }: mkKdeDerivation { pname = "breeze"; outputs = ["out" "dev" "qt5"]; # We can't add qt5 stuff to dependencies or the hooks blow up, # so manually point everything to everything. Oof. extraCmakeFlags = [ "-DQt5_DIR=${libsForQt5.qtbase.dev}/lib/cmake/Qt5" "-DQt5Core_DIR=${libsForQt5.qtbase.dev}/lib/cmake/Qt5Core" "-DQt5DBus_DIR=${libsForQt5.qtbase.dev}/lib/cmake/Qt5DBus" "-DQt5Gui_DIR=${libsForQt5.qtbase.dev}/lib/cmake/Qt5Gui" "-DQt5Network_DIR=${libsForQt5.qtbase.dev}/lib/cmake/Qt5Network" "-DQt5Qml_DIR=${libsForQt5.qtdeclarative.dev}/lib/cmake/Qt5Qml" "-DQt5QmlModels_DIR=${libsForQt5.qtdeclarative.dev}/lib/cmake/Qt5QmlModels" "-DQt5Quick_DIR=${libsForQt5.qtdeclarative.dev}/lib/cmake/Qt5Quick" "-DQt5Widgets_DIR=${libsForQt5.qtbase.dev}/lib/cmake/Qt5Widgets" "-DQt5X11Extras_DIR=${libsForQt5.qtx11extras.dev}/lib/cmake/Qt5X11Extras" "-DQt5Xml_DIR=${libsForQt5.qtbase.dev}/lib/cmake/Qt5Xml" "-DKF5Auth_DIR=${libsForQt5.kauth.dev}/lib/cmake/KF5Auth" "-DKF5Codecs_DIR=${libsForQt5.kcodecs.dev}/lib/cmake/KF5Codecs" "-DKF5Config_DIR=${libsForQt5.kconfig.dev}/lib/cmake/KF5Config" "-DKF5ConfigWidgets_DIR=${libsForQt5.kconfigwidgets.dev}/lib/cmake/KF5ConfigWidgets" "-DKF5CoreAddons_DIR=${libsForQt5.kcoreaddons.dev}/lib/cmake/KF5CoreAddons" "-DKF5FrameworkIntegration_DIR=${libsForQt5.frameworkintegration.dev}/lib/cmake/KF5FrameworkIntegration" "-DKF5GuiAddons_DIR=${libsForQt5.kguiaddons.dev}/lib/cmake/KF5GuiAddons" "-DKF5IconThemes_DIR=${libsForQt5.kiconthemes.dev}/lib/cmake/KF5IconThemes" "-DKF5Kirigami2_DIR=${libsForQt5.kirigami2.dev}/lib/cmake/KF5Kirigami2" "-DKF5WidgetsAddons_DIR=${libsForQt5.kwidgetsaddons.dev}/lib/cmake/KF5WidgetsAddons" "-DKF5WindowSystem_DIR=${libsForQt5.kwindowsystem.dev}/lib/cmake/KF5WindowSystem" ]; # Move Qt5 plugin to Qt5 plugin path postInstall = '' mkdir -p $qt5/${libsForQt5.qtbase.qtPluginPrefix}/styles mv $out/${qtbase.qtPluginPrefix}/styles/breeze5.so $qt5/${libsForQt5.qtbase.qtPluginPrefix}/styles ''; } [result] Failed to update kdePackages.breeze 6.0.1 -> 6.0.2 https://repology.org/project/breeze/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath kdePackages.bluedevil, using log file: /var/log/nixpkgs-update/kdePackages.bluedevil/2024-03-13.log kdePackages.bluedevil 6.0.1 -> 6.0.2 https://repology.org/project/bluedevil/versions attrpath: kdePackages.bluedevil Checking auto update branch... No auto update branch exists Old version 6.0.1" not present in master derivation file with contents: { mkKdeDerivation, shared-mime-info, }: mkKdeDerivation { pname = "bluedevil"; extraNativeBuildInputs = [shared-mime-info]; } [result] Failed to update kdePackages.bluedevil 6.0.1 -> 6.0.2 https://repology.org/project/bluedevil/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath kdePackages.milou, using log file: /var/log/nixpkgs-update/kdePackages.milou/2024-03-13.log kdePackages.milou 6.0.1 -> 6.0.2 https://repology.org/project/milou/versions attrpath: kdePackages.milou Checking auto update branch... No auto update branch exists Old version 6.0.1" not present in master derivation file with contents: {mkKdeDerivation}: mkKdeDerivation { pname = "milou"; } [result] Failed to update kdePackages.milou 6.0.1 -> 6.0.2 https://repology.org/project/milou/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath kdePackages.kscreenlocker, using log file: /var/log/nixpkgs-update/kdePackages.kscreenlocker/2024-03-13.log kdePackages.kscreenlocker 6.0.1 -> 6.0.2 https://repology.org/project/kscreenlocker/versions attrpath: kdePackages.kscreenlocker Checking auto update branch... No auto update branch exists Old version 6.0.1" not present in master derivation file with contents: { mkKdeDerivation, pam, qqc2-breeze-style, }: mkKdeDerivation { pname = "kscreenlocker"; extraBuildInputs = [pam qqc2-breeze-style]; } [result] Failed to update kdePackages.kscreenlocker 6.0.1 -> 6.0.2 https://repology.org/project/kscreenlocker/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath kdePackages.sddm-kcm, using log file: /var/log/nixpkgs-update/kdePackages.sddm-kcm/2024-03-13.log kdePackages.sddm-kcm 6.0.1 -> 6.0.2 https://repology.org/project/sddm-kcm/versions attrpath: kdePackages.sddm-kcm Checking auto update branch... No auto update branch exists Old version 6.0.1" not present in master derivation file with contents: {mkKdeDerivation}: mkKdeDerivation { pname = "sddm-kcm"; } [result] Failed to update kdePackages.sddm-kcm 6.0.1 -> 6.0.2 https://repology.org/project/sddm-kcm/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath kdePackages.ksystemstats, using log file: /var/log/nixpkgs-update/kdePackages.ksystemstats/2024-03-13.log kdePackages.ksystemstats 6.0.1 -> 6.0.2 https://repology.org/project/ksystemstats/versions attrpath: kdePackages.ksystemstats Checking auto update branch... No auto update branch exists Old version 6.0.1" not present in master derivation file with contents: { mkKdeDerivation, pkg-config, libksysguard, networkmanager-qt, lm_sensors, libnl, }: mkKdeDerivation { pname = "ksystemstats"; extraNativeBuildInputs = [pkg-config]; extraBuildInputs = [networkmanager-qt lm_sensors libnl]; cmakeFlags = ["-DSYSTEMSTATS_DBUS_INTERFACE=${libksysguard}/share/dbus-1/interfaces/org.kde.ksystemstats1.xml"]; } [result] Failed to update kdePackages.ksystemstats 6.0.1 -> 6.0.2 https://repology.org/project/ksystemstats/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath kdePackages.layer-shell-qt, using log file: /var/log/nixpkgs-update/kdePackages.layer-shell-qt/2024-03-13.log kdePackages.layer-shell-qt 6.0.1 -> 6.0.2 https://repology.org/project/layer-shell-qt/versions attrpath: kdePackages.layer-shell-qt Checking auto update branch... No auto update branch exists Old version 6.0.1" not present in master derivation file with contents: { mkKdeDerivation, qtwayland, pkg-config, wayland, wayland-protocols, }: mkKdeDerivation { pname = "layer-shell-qt"; extraNativeBuildInputs = [pkg-config]; extraBuildInputs = [qtwayland wayland wayland-protocols]; } [result] Failed to update kdePackages.layer-shell-qt 6.0.1 -> 6.0.2 https://repology.org/project/layer-shell-qt/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath kdePackages.plasma-activities, using log file: /var/log/nixpkgs-update/kdePackages.plasma-activities/2024-03-13.log kdePackages.plasma-activities 6.0.1 -> 6.0.2 https://repology.org/project/plasma-activities/versions attrpath: kdePackages.plasma-activities Checking auto update branch... No auto update branch exists Old version 6.0.1" not present in master derivation file with contents: { mkKdeDerivation, qtdeclarative, boost, }: mkKdeDerivation { pname = "plasma-activities"; extraBuildInputs = [qtdeclarative boost]; } [result] Failed to update kdePackages.plasma-activities 6.0.1 -> 6.0.2 https://repology.org/project/plasma-activities/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath kdePackages.ksshaskpass, using log file: /var/log/nixpkgs-update/kdePackages.ksshaskpass/2024-03-13.log kdePackages.ksshaskpass 6.0.1 -> 6.0.2 https://repology.org/project/ksshaskpass/versions attrpath: kdePackages.ksshaskpass Checking auto update branch... No auto update branch exists Old version 6.0.1" not present in master derivation file with contents: {mkKdeDerivation}: mkKdeDerivation { pname = "ksshaskpass"; } [result] Failed to update kdePackages.ksshaskpass 6.0.1 -> 6.0.2 https://repology.org/project/ksshaskpass/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath kdePackages.plasma-activities-stats, using log file: /var/log/nixpkgs-update/kdePackages.plasma-activities-stats/2024-03-13.log kdePackages.plasma-activities-stats 6.0.1 -> 6.0.2 https://repology.org/project/plasma-activities-stats/versions attrpath: kdePackages.plasma-activities-stats Checking auto update branch... No auto update branch exists Old version 6.0.1" not present in master derivation file with contents: {mkKdeDerivation}: mkKdeDerivation { pname = "plasma-activities-stats"; } [result] Failed to update kdePackages.plasma-activities-stats 6.0.1 -> 6.0.2 https://repology.org/project/plasma-activities-stats/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath kdePackages.kwin, using log file: /var/log/nixpkgs-update/kdePackages.kwin/2024-03-13.log kdePackages.kwin 6.0.1 -> 6.0.2 https://repology.org/project/kwin/versions attrpath: kdePackages.kwin Checking auto update branch... No auto update branch exists Old version 6.0.1" not present in master derivation file with contents: { mkKdeDerivation, pkg-config, qtquick3d, qtsensors, qttools, qtvirtualkeyboard, qtwayland, libinput, xorg, libdisplay-info, mesa, lcms2, libcap, pipewire, krunner, python3, }: mkKdeDerivation { pname = "kwin"; patches = [ # Follow symlinks when searching for aurorae configs # FIXME(later): upstream? ./0001-follow-symlinks.patch # The rest are NixOS-specific hacks ./0003-plugins-qpa-allow-using-nixos-wrapper.patch ./0001-NixOS-Unwrap-executable-name-for-.desktop-search.patch ]; postPatch = '' patchShebangs src/plugins/strip-effect-metadata.py ''; extraNativeBuildInputs = [pkg-config python3]; extraBuildInputs = [ qtquick3d qtsensors qttools qtvirtualkeyboard qtwayland krunner mesa # libgbm lcms2 libcap libdisplay-info libinput pipewire xorg.libxcvt ]; } [result] Failed to update kdePackages.kwin 6.0.1 -> 6.0.2 https://repology.org/project/kwin/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath kdePackages.plasma5support, using log file: /var/log/nixpkgs-update/kdePackages.plasma5support/2024-03-13.log kdePackages.plasma5support 6.0.1 -> 6.0.2 https://repology.org/project/plasma5support/versions attrpath: kdePackages.plasma5support Checking auto update branch... No auto update branch exists Old version 6.0.1" not present in master derivation file with contents: {mkKdeDerivation}: mkKdeDerivation { pname = "plasma5support"; } [result] Failed to update kdePackages.plasma5support 6.0.1 -> 6.0.2 https://repology.org/project/plasma5support/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath kdePackages.plasma-nm, using log file: /var/log/nixpkgs-update/kdePackages.plasma-nm/2024-03-13.log kdePackages.plasma-nm 6.0.1 -> 6.0.2 https://repology.org/project/plasma-nm/versions attrpath: kdePackages.plasma-nm Checking auto update branch... No auto update branch exists Old version 6.0.1" not present in master derivation file with contents: { mkKdeDerivation, substituteAll, pkg-config, qtwebengine, mobile-broadband-provider-info, openconnect, openvpn, }: mkKdeDerivation { pname = "plasma-nm"; patches = [ (substituteAll { src = ./0002-openvpn-binary-path.patch; inherit openvpn; }) ]; extraNativeBuildInputs = [pkg-config]; extraBuildInputs = [ qtwebengine mobile-broadband-provider-info openconnect ]; } [result] Failed to update kdePackages.plasma-nm 6.0.1 -> 6.0.2 https://repology.org/project/plasma-nm/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath kdePackages.kactivitymanagerd, using log file: /var/log/nixpkgs-update/kdePackages.kactivitymanagerd/2024-03-13.log kdePackages.kactivitymanagerd 6.0.1 -> 6.0.2 https://repology.org/project/kactivitymanagerd/versions attrpath: kdePackages.kactivitymanagerd Checking auto update branch... No auto update branch exists Old version 6.0.1" not present in master derivation file with contents: { mkKdeDerivation, qt5compat, boost, }: mkKdeDerivation { pname = "kactivitymanagerd"; extraBuildInputs = [qt5compat boost]; } [result] Failed to update kdePackages.kactivitymanagerd 6.0.1 -> 6.0.2 https://repology.org/project/kactivitymanagerd/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath kdePackages.breeze-gtk, using log file: /var/log/nixpkgs-update/kdePackages.breeze-gtk/2024-03-13.log kdePackages.breeze-gtk 6.0.1.1 -> 6.0.2 https://repology.org/project/breeze-gtk/versions attrpath: kdePackages.breeze-gtk Checking auto update branch... No auto update branch exists Old version 6.0.1.1" not present in master derivation file with contents: { mkKdeDerivation, sass, python3, python3Packages, }: mkKdeDerivation { pname = "breeze-gtk"; # FIXME(later): upstream patches = [./0001-fix-add-executable-bit.patch]; extraNativeBuildInputs = [sass python3 python3Packages.pycairo]; } [result] Failed to update kdePackages.breeze-gtk 6.0.1.1 -> 6.0.2 https://repology.org/project/breeze-gtk/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath kdePackages.kdecoration, using log file: /var/log/nixpkgs-update/kdePackages.kdecoration/2024-03-13.log kdePackages.kdecoration 6.0.1 -> 6.0.2 https://repology.org/project/kdecoration/versions attrpath: kdePackages.kdecoration Checking auto update branch... No auto update branch exists Old version 6.0.1" not present in master derivation file with contents: {mkKdeDerivation}: mkKdeDerivation { pname = "kdecoration"; } [result] Failed to update kdePackages.kdecoration 6.0.1 -> 6.0.2 https://repology.org/project/kdecoration/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath kdePackages.kpipewire, using log file: /var/log/nixpkgs-update/kdePackages.kpipewire/2024-03-13.log kdePackages.kpipewire 6.0.1.1 -> 6.0.2 https://repology.org/project/kpipewire/versions attrpath: kdePackages.kpipewire Checking auto update branch... No auto update branch exists Old version 6.0.1.1" not present in master derivation file with contents: { mkKdeDerivation, qtquick3d, pkg-config, pipewire, ffmpeg, mesa, libva, }: mkKdeDerivation { pname = "kpipewire"; extraNativeBuildInputs = [pkg-config]; extraBuildInputs = [qtquick3d pipewire ffmpeg mesa libva]; } [result] Failed to update kdePackages.kpipewire 6.0.1.1 -> 6.0.2 https://repology.org/project/kpipewire/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath kdePackages.kde-gtk-config, using log file: /var/log/nixpkgs-update/kdePackages.kde-gtk-config/2024-03-13.log kdePackages.kde-gtk-config 6.0.1 -> 6.0.2 https://repology.org/project/kde-gtk-config/versions attrpath: kdePackages.kde-gtk-config Checking auto update branch... No auto update branch exists Old version 6.0.1" not present in master derivation file with contents: { mkKdeDerivation, pkg-config, wrapGAppsHook, sass, qtsvg, gsettings-desktop-schemas, }: mkKdeDerivation { pname = "kde-gtk-config"; # The gtkconfig KDED module will crash the daemon if the GSettings schemas # aren't found. patches = [./0001-gsettings-schemas-path.patch]; preConfigure = '' NIX_CFLAGS_COMPILE+=" -DGSETTINGS_SCHEMAS_PATH=\"$GSETTINGS_SCHEMAS_PATH\"" ''; extraNativeBuildInputs = [pkg-config wrapGAppsHook sass]; extraBuildInputs = [qtsvg]; dontWrapGApps = true; # There is nothing to wrap extraCmakeFlags = ["-DGLIB_SCHEMAS_DIR=${gsettings-desktop-schemas.out}/"]; } [result] Failed to update kdePackages.kde-gtk-config 6.0.1 -> 6.0.2 https://repology.org/project/kde-gtk-config/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath kdePackages.plasma-vault, using log file: /var/log/nixpkgs-update/kdePackages.plasma-vault/2024-03-13.log kdePackages.plasma-vault 6.0.1 -> 6.0.2 https://repology.org/project/plasma-vault/versions attrpath: kdePackages.plasma-vault Checking auto update branch... No auto update branch exists Old version 6.0.1" not present in master derivation file with contents: { lib, mkKdeDerivation, pkg-config, gocryptfs, fuse, cryfs, encfs, }: mkKdeDerivation { pname = "plasma-vault"; patches = [ ./0001-encfs-path.patch ./0002-cryfs-path.patch ./0003-fusermount-path.patch ./0004-gocryptfs-path.patch ]; CXXFLAGS = [ ''-DNIXPKGS_ENCFS=\"${lib.getBin encfs}/bin/encfs\"'' ''-DNIXPKGS_ENCFSCTL=\"${lib.getBin encfs}/bin/encfsctl\"'' ''-DNIXPKGS_CRYFS=\"${lib.getBin cryfs}/bin/cryfs\"'' ''-DNIXPKGS_FUSERMOUNT=\"${lib.getBin fuse}/bin/fusermount\"'' ''-DNIXPKGS_GOCRYPTFS=\"${lib.getBin gocryptfs}/bin/gocryptfs\"'' ]; extraNativeBuildInputs = [pkg-config]; } [result] Failed to update kdePackages.plasma-vault 6.0.1 -> 6.0.2 https://repology.org/project/plasma-vault/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath kdePackages.plasma-integration, using log file: /var/log/nixpkgs-update/kdePackages.plasma-integration/2024-03-13.log kdePackages.plasma-integration 6.0.1 -> 6.0.2 https://repology.org/project/plasma-integration/versions attrpath: kdePackages.plasma-integration Checking auto update branch... No auto update branch exists Old version 6.0.1" not present in master derivation file with contents: { mkKdeDerivation, qtbase, qtwayland, libsForQt5, xorg, }: mkKdeDerivation { pname = "plasma-integration"; # force it to check our custom import path too patches = [./qml-path.patch]; outputs = ["out" "dev" "qt5"]; # We can't add qt5 stuff to dependencies or the hooks blow up, # so manually point everything to everything. Oof. extraCmakeFlags = [ "-DQt5_DIR=${libsForQt5.qtbase.dev}/lib/cmake/Qt5" "-DQt5Concurrent_DIR=${libsForQt5.qtbase.dev}/lib/cmake/Qt5Concurrent" "-DQt5Core_DIR=${libsForQt5.qtbase.dev}/lib/cmake/Qt5Core" "-DQt5DBus_DIR=${libsForQt5.qtbase.dev}/lib/cmake/Qt5DBus" "-DQt5Gui_DIR=${libsForQt5.qtbase.dev}/lib/cmake/Qt5Gui" "-DQt5Network_DIR=${libsForQt5.qtbase.dev}/lib/cmake/Qt5Network" "-DQt5Qml_DIR=${libsForQt5.qtdeclarative.dev}/lib/cmake/Qt5Qml" "-DQt5QmlModels_DIR=${libsForQt5.qtdeclarative.dev}/lib/cmake/Qt5QmlModels" "-DQt5Quick_DIR=${libsForQt5.qtdeclarative.dev}/lib/cmake/Qt5Quick" "-DQt5QuickControls2_DIR=${libsForQt5.qtquickcontrols2.dev}/lib/cmake/Qt5QuickControls2" "-DQt5ThemeSupport_LIBRARY=${libsForQt5.qtbase.out}/lib/libQt5ThemeSupport.a" "-DQt5ThemeSupport_INCLUDE_DIR=${libsForQt5.qtbase.dev}/include/QtThemeSupport/${libsForQt5.qtbase.version}" "-DQt5WaylandClient_DIR=${libsForQt5.qtwayland.dev}/lib/cmake/Qt5WaylandClient" "-DQt5WaylandScanner_EXECUTABLE=${libsForQt5.qtwayland.dev}/bin/qtwaylandscanner" "-DQt5Widgets_DIR=${libsForQt5.qtbase.dev}/lib/cmake/Qt5Widgets" "-DQt5X11Extras_DIR=${libsForQt5.qtx11extras.dev}/lib/cmake/Qt5X11Extras" "-DQt5Xml_DIR=${libsForQt5.qtbase.dev}/lib/cmake/Qt5Xml" "-DQtWaylandScanner_EXECUTABLE=${libsForQt5.qtwayland.dev}/bin/qtwaylandscanner" "-DKF5Auth_DIR=${libsForQt5.kauth.dev}/lib/cmake/KF5Auth" "-DKF5Bookmarks_DIR=${libsForQt5.kbookmarks.dev}/lib/cmake/KF5Bookmarks" "-DKF5Codecs_DIR=${libsForQt5.kcodecs.dev}/lib/cmake/KF5Codecs" "-DKF5Completion_DIR=${libsForQt5.kcompletion.dev}/lib/cmake/KF5Completion" "-DKF5Config_DIR=${libsForQt5.kconfig.dev}/lib/cmake/KF5Config" "-DKF5ConfigWidgets_DIR=${libsForQt5.kconfigwidgets.dev}/lib/cmake/KF5ConfigWidgets" "-DKF5CoreAddons_DIR=${libsForQt5.kcoreaddons.dev}/lib/cmake/KF5CoreAddons" "-DKF5GuiAddons_DIR=${libsForQt5.kguiaddons.dev}/lib/cmake/KF5GuiAddons" "-DKF5I18n_DIR=${libsForQt5.ki18n.dev}/lib/cmake/KF5I18n" "-DKF5IconThemes_DIR=${libsForQt5.kiconthemes.dev}/lib/cmake/KF5IconThemes" "-DKF5ItemViews_DIR=${libsForQt5.kitemviews.dev}/lib/cmake/KF5ItemViews" "-DKF5JobWidgets_DIR=${libsForQt5.kjobwidgets.dev}/lib/cmake/KF5JobWidgets" "-DKF5KIO_DIR=${libsForQt5.kio.dev}/lib/cmake/KF5KIO" "-DKF5Notifications_DIR=${libsForQt5.knotifications.dev}/lib/cmake/KF5Notifications" "-DKF5Service_DIR=${libsForQt5.kservice.dev}/lib/cmake/KF5Service" "-DKF5Solid_DIR=${libsForQt5.solid.dev}/lib/cmake/KF5Solid" "-DKF5Wayland_DIR=${libsForQt5.kwayland.dev}/lib/cmake/KF5Wayland" "-DKF5WidgetsAddons_DIR=${libsForQt5.kwidgetsaddons.dev}/lib/cmake/KF5WidgetsAddons" "-DKF5WindowSystem_DIR=${libsForQt5.kwindowsystem.dev}/lib/cmake/KF5WindowSystem" "-DKF5XmlGui_DIR=${libsForQt5.kxmlgui.dev}/lib/cmake/KF5XmlGui" ]; extraBuildInputs = [qtwayland xorg.libXcursor]; # Move Qt5 plugin to Qt5 plugin path postInstall = '' mkdir -p $qt5/${libsForQt5.qtbase.qtPluginPrefix}/platformthemes mv $out/${qtbase.qtPluginPrefix}/platformthemes/KDEPlasmaPlatformTheme5.so $qt5/${libsForQt5.qtbase.qtPluginPrefix}/platformthemes ''; } [result] Failed to update kdePackages.plasma-integration 6.0.1 -> 6.0.2 https://repology.org/project/plasma-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 kdePackages.plasma-nano, using log file: /var/log/nixpkgs-update/kdePackages.plasma-nano/2024-03-13.log kdePackages.plasma-nano 6.0.1 -> 6.0.2 https://repology.org/project/plasma-nano/versions attrpath: kdePackages.plasma-nano Checking auto update branch... No auto update branch exists Old version 6.0.1" not present in master derivation file with contents: { mkKdeDerivation, qtsvg, }: mkKdeDerivation { pname = "plasma-nano"; extraBuildInputs = [qtsvg]; } [result] Failed to update kdePackages.plasma-nano 6.0.1 -> 6.0.2 https://repology.org/project/plasma-nano/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath kdePackages.plasma-welcome, using log file: /var/log/nixpkgs-update/kdePackages.plasma-welcome/2024-03-13.log kdePackages.plasma-welcome 6.0.1 -> 6.0.2 https://repology.org/project/plasma-welcome/versions attrpath: kdePackages.plasma-welcome Checking auto update branch... No auto update branch exists Old version 6.0.1" not present in master derivation file with contents: { mkKdeDerivation, qtsvg, kuserfeedback, }: mkKdeDerivation { pname = "plasma-welcome"; extraBuildInputs = [qtsvg kuserfeedback]; } [result] Failed to update kdePackages.plasma-welcome 6.0.1 -> 6.0.2 https://repology.org/project/plasma-welcome/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath kdePackages.kgamma, using log file: /var/log/nixpkgs-update/kdePackages.kgamma/2024-03-13.log kdePackages.kgamma 6.0.1 -> 6.0.2 https://repology.org/project/kgamma/versions attrpath: kdePackages.kgamma Checking auto update branch... No auto update branch exists Old version 6.0.1" not present in master derivation file with contents: { mkKdeDerivation, xorg, }: mkKdeDerivation { pname = "kgamma"; extraBuildInputs = [xorg.libXxf86vm]; } [result] Failed to update kdePackages.kgamma 6.0.1 -> 6.0.2 https://repology.org/project/kgamma/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath kdePackages.ocean-sound-theme, using log file: /var/log/nixpkgs-update/kdePackages.ocean-sound-theme/2024-03-13.log kdePackages.ocean-sound-theme 6.0.1 -> 6.0.2 https://repology.org/project/ocean-sound-theme/versions attrpath: kdePackages.ocean-sound-theme Checking auto update branch... No auto update branch exists Old version 6.0.1" not present in master derivation file with contents: {mkKdeDerivation}: mkKdeDerivation { pname = "ocean-sound-theme"; } [result] Failed to update kdePackages.ocean-sound-theme 6.0.1 -> 6.0.2 https://repology.org/project/ocean-sound-theme/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath kdePackages.xdg-desktop-portal-kde, using log file: /var/log/nixpkgs-update/kdePackages.xdg-desktop-portal-kde/2024-03-13.log kdePackages.xdg-desktop-portal-kde 6.0.1 -> 6.0.2 https://repology.org/project/xdg-desktop-portal-kde/versions attrpath: kdePackages.xdg-desktop-portal-kde Checking auto update branch... No auto update branch exists Old version 6.0.1" not present in master derivation file with contents: { mkKdeDerivation, pkg-config, qtwayland, wayland, wayland-protocols, cups, }: mkKdeDerivation { pname = "xdg-desktop-portal-kde"; extraNativeBuildInputs = [pkg-config]; extraBuildInputs = [qtwayland wayland wayland-protocols cups]; } [result] Failed to update kdePackages.xdg-desktop-portal-kde 6.0.1 -> 6.0.2 https://repology.org/project/xdg-desktop-portal-kde/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath kdePackages.oxygen, using log file: /var/log/nixpkgs-update/kdePackages.oxygen/2024-03-13.log kdePackages.oxygen 6.0.1 -> 6.0.2 https://repology.org/project/oxygen/versions attrpath: kdePackages.oxygen Checking auto update branch... No auto update branch exists Old version 6.0.1" not present in master derivation file with contents: { mkKdeDerivation, qtbase, libsForQt5, }: mkKdeDerivation { pname = "oxygen"; outputs = ["out" "dev" "qt5"]; # We can't add qt5 stuff to dependencies or the hooks blow up, # so manually point everything to everything. Oof. extraCmakeFlags = [ "-DQt5_DIR=${libsForQt5.qtbase.dev}/lib/cmake/Qt5" "-DQt5Core_DIR=${libsForQt5.qtbase.dev}/lib/cmake/Qt5Core" "-DQt5DBus_DIR=${libsForQt5.qtbase.dev}/lib/cmake/Qt5DBus" "-DQt5Gui_DIR=${libsForQt5.qtbase.dev}/lib/cmake/Qt5Gui" "-DQt5Network_DIR=${libsForQt5.qtbase.dev}/lib/cmake/Qt5Network" "-DQt5Qml_DIR=${libsForQt5.qtdeclarative.dev}/lib/cmake/Qt5Qml" "-DQt5QmlModels_DIR=${libsForQt5.qtdeclarative.dev}/lib/cmake/Qt5QmlModels" "-DQt5Quick_DIR=${libsForQt5.qtdeclarative.dev}/lib/cmake/Qt5Quick" "-DQt5Widgets_DIR=${libsForQt5.qtbase.dev}/lib/cmake/Qt5Widgets" "-DQt5X11Extras_DIR=${libsForQt5.qtx11extras.dev}/lib/cmake/Qt5X11Extras" "-DQt5Xml_DIR=${libsForQt5.qtbase.dev}/lib/cmake/Qt5Xml" "-DKF5Auth_DIR=${libsForQt5.kauth.dev}/lib/cmake/KF5Auth" "-DKF5Codecs_DIR=${libsForQt5.kcodecs.dev}/lib/cmake/KF5Codecs" "-DKF5Config_DIR=${libsForQt5.kconfig.dev}/lib/cmake/KF5Config" "-DKF5ConfigWidgets_DIR=${libsForQt5.kconfigwidgets.dev}/lib/cmake/KF5ConfigWidgets" "-DKF5Completion_DIR=${libsForQt5.kcompletion.dev}/lib/cmake/KF5Completion" "-DKF5CoreAddons_DIR=${libsForQt5.kcoreaddons.dev}/lib/cmake/KF5CoreAddons" "-DKF5FrameworkIntegration_DIR=${libsForQt5.frameworkintegration.dev}/lib/cmake/KF5FrameworkIntegration" "-DKF5GuiAddons_DIR=${libsForQt5.kguiaddons.dev}/lib/cmake/KF5GuiAddons" "-DKF5IconThemes_DIR=${libsForQt5.kiconthemes.dev}/lib/cmake/KF5IconThemes" "-DKF5I18n_DIR=${libsForQt5.ki18n.dev}/lib/cmake/KF5I18n" "-DKF5Kirigami2_DIR=${libsForQt5.kirigami2.dev}/lib/cmake/KF5Kirigami2" "-DKF5Service_DIR=${libsForQt5.kservice.dev}/lib/cmake/KF5Service" "-DKF5WidgetsAddons_DIR=${libsForQt5.kwidgetsaddons.dev}/lib/cmake/KF5WidgetsAddons" "-DKF5WindowSystem_DIR=${libsForQt5.kwindowsystem.dev}/lib/cmake/KF5WindowSystem" ]; # Move Qt5 plugin to Qt5 plugin path postInstall = '' mkdir -p $qt5/${libsForQt5.qtbase.qtPluginPrefix}/styles mv $out/${qtbase.qtPluginPrefix}/styles/oxygen5.so $qt5/${libsForQt5.qtbase.qtPluginPrefix}/styles moveToOutput bin/oxygen-demo5 $qt5 moveToOutput 'lib/liboxygenstyle5*' $qt5 moveToOutput 'lib/liboxygenstyleconfig5*' $qt5 ''; } [result] Failed to update kdePackages.oxygen 6.0.1 -> 6.0.2 https://repology.org/project/oxygen/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath kdePackages.plasma-disks, using log file: /var/log/nixpkgs-update/kdePackages.plasma-disks/2024-03-13.log kdePackages.plasma-disks 6.0.1 -> 6.0.2 https://repology.org/project/plasma-disks/versions attrpath: kdePackages.plasma-disks Checking auto update branch... No auto update branch exists Old version 6.0.1" not present in master derivation file with contents: { mkKdeDerivation, lib, substituteAll, smartmontools, }: mkKdeDerivation { pname = "plasma-disks"; patches = [ (substituteAll { smartctl = lib.getExe smartmontools; src = ./smartctl-path.patch; }) ]; } [result] Failed to update kdePackages.plasma-disks 6.0.1 -> 6.0.2 https://repology.org/project/plasma-disks/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath kdePackages.kdeplasma-addons, using log file: /var/log/nixpkgs-update/kdePackages.kdeplasma-addons/2024-03-13.log kdePackages.kdeplasma-addons 6.0.1 -> 6.0.2 https://repology.org/project/kdeplasma-addons/versions attrpath: kdePackages.kdeplasma-addons Checking auto update branch... No auto update branch exists Old version 6.0.1" not present in master derivation file with contents: { mkKdeDerivation, qtwebengine, }: mkKdeDerivation { pname = "kdeplasma-addons"; extraBuildInputs = [qtwebengine]; } [result] Failed to update kdePackages.kdeplasma-addons 6.0.1 -> 6.0.2 https://repology.org/project/kdeplasma-addons/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath kdePackages.kde-cli-tools, using log file: /var/log/nixpkgs-update/kdePackages.kde-cli-tools/2024-03-13.log kdePackages.kde-cli-tools 6.0.1 -> 6.0.2 https://repology.org/project/kde-cli-tools/versions attrpath: kdePackages.kde-cli-tools Checking auto update branch... No auto update branch exists Old version 6.0.1" not present in master derivation file with contents: { mkKdeDerivation, qtsvg, }: mkKdeDerivation { pname = "kde-cli-tools"; extraBuildInputs = [qtsvg]; } [result] Failed to update kdePackages.kde-cli-tools 6.0.1 -> 6.0.2 https://repology.org/project/kde-cli-tools/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath kdePackages.wacomtablet, using log file: /var/log/nixpkgs-update/kdePackages.wacomtablet/2024-03-13.log kdePackages.wacomtablet 6.0.1 -> 6.0.2 https://repology.org/project/kcm-wacomtablet/versions attrpath: kdePackages.wacomtablet Checking auto update branch... No auto update branch exists Old version 6.0.1" not present in master derivation file with contents: { mkKdeDerivation, pkg-config, libwacom, xf86_input_wacom, }: mkKdeDerivation { pname = "wacomtablet"; extraNativeBuildInputs = [pkg-config]; extraBuildInputs = [libwacom xf86_input_wacom]; } [result] Failed to update kdePackages.wacomtablet 6.0.1 -> 6.0.2 https://repology.org/project/kcm-wacomtablet/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath kdePackages.plasma-workspace-wallpapers, using log file: /var/log/nixpkgs-update/kdePackages.plasma-workspace-wallpapers/2024-03-13.log kdePackages.plasma-workspace-wallpapers 6.0.1 -> 6.0.2 https://repology.org/project/plasma-workspace-wallpapers/versions attrpath: kdePackages.plasma-workspace-wallpapers Checking auto update branch... No auto update branch exists Old version 6.0.1" not present in master derivation file with contents: { mkKdeDerivation, extra-cmake-modules, }: mkKdeDerivation { pname = "plasma-workspace-wallpapers"; extraBuildInputs = [extra-cmake-modules]; } [result] Failed to update kdePackages.plasma-workspace-wallpapers 6.0.1 -> 6.0.2 https://repology.org/project/plasma-workspace-wallpapers/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath kdePackages.breeze-plymouth, using log file: /var/log/nixpkgs-update/kdePackages.breeze-plymouth/2024-03-13.log kdePackages.breeze-plymouth 6.0.1.1 -> 6.0.2 https://repology.org/project/breeze-plymouth/versions attrpath: kdePackages.breeze-plymouth Checking auto update branch... No auto update branch exists Old version 6.0.1.1" not present in master derivation file with contents: { lib, mkKdeDerivation, pkg-config, plymouth, imagemagick, netpbm, perl, logoName ? null, logoFile ? null, osName ? null, osVersion ? null, topColor ? "black", bottomColor ? "black", }: let validColors = ["black" "cardboard_grey" "charcoal_grey" "icon_blue" "paper_white" "plasma_blue" "neon_blue" "neon_green"]; resolvedLogoName = if (logoFile != null && logoName == null) then lib.strings.removeSuffix ".png" (baseNameOf (toString logoFile)) else logoName; in assert lib.asserts.assertOneOf "topColor" topColor validColors; assert lib.asserts.assertOneOf "bottomColor" bottomColor validColors; mkKdeDerivation { pname = "breeze-plymouth"; # FIXME(later): discuss with upstream patches = [./install-paths.patch]; extraNativeBuildInputs = [pkg-config] ++ lib.optionals (logoFile != null) [imagemagick netpbm perl]; extraBuildInputs = [plymouth]; extraCmakeFlags = [] ++ lib.optional (osName != null) "-DDISTRO_NAME=${osName}" ++ lib.optional (osVersion != null) "-DDISTRO_VERSION=${osVersion}" ++ lib.optional (logoName != null) "-DDISTRO_LOGO=${logoName}" ++ lib.optional (topColor != null) "-DBACKGROUND_TOP_COLOR=${topColor}" ++ lib.optional (bottomColor != null) "-DBACKGROUND_BOTTOM_COLOR=${bottomColor}"; postPatch = '' substituteInPlace cmake/FindPlymouth.cmake --subst-var out '' + lib.optionalString (logoFile != null) '' cp ${logoFile} breeze/images/${resolvedLogoName}.logo.png # conversion for 16bit taken from the breeze-plymouth readme convert ${logoFile} -alpha Background -background "#000000" -fill "#000000" -flatten tmp.png pngtopnm tmp.png | pnmquant 16 | pnmtopng > breeze/images/16bit/${resolvedLogoName}.logo.png ''; } [result] Failed to update kdePackages.breeze-plymouth 6.0.1.1 -> 6.0.2 https://repology.org/project/breeze-plymouth/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath kdePackages.plasma-sdk, using log file: /var/log/nixpkgs-update/kdePackages.plasma-sdk/2024-03-13.log kdePackages.plasma-sdk 6.0.1 -> 6.0.2 https://repology.org/project/plasma-sdk/versions attrpath: kdePackages.plasma-sdk Checking auto update branch... No auto update branch exists Old version 6.0.1" not present in master derivation file with contents: { mkKdeDerivation, qtsvg, }: mkKdeDerivation { pname = "plasma-sdk"; extraBuildInputs = [qtsvg]; } [result] Failed to update kdePackages.plasma-sdk 6.0.1 -> 6.0.2 https://repology.org/project/plasma-sdk/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath govc, using log file: /var/log/nixpkgs-update/govc/2024-03-13.log govc 0.36.0 -> 0.36.1 https://github.com/vmware/govmomi/releases attrpath: govc 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-1EAQMYaTEtfAiu7+UTkC7QZwSWC1Ihwj9leTd90T0ZU=" [golangModuleVersion] Replaced vendorHash with sha256-1EAQMYaTEtfAiu7+UTkC7QZwSWC1Ihwj9leTd90T0ZU= [golangModuleVersion] Finished updating vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] skipping because derivation has no updateScript Diff after rewrites: diff --git a/pkgs/tools/virtualization/govc/default.nix b/pkgs/tools/virtualization/govc/default.nix index fe4f69c9e32f..d00fd1a49905 100644 --- a/pkgs/tools/virtualization/govc/default.nix +++ b/pkgs/tools/virtualization/govc/default.nix @@ -2,7 +2,7 @@ buildGoModule rec { pname = "govc"; - version = "0.36.0"; + version = "0.36.1"; subPackages = [ "govc" ]; @@ -10,7 +10,7 @@ buildGoModule rec { rev = "v${version}"; owner = "vmware"; repo = "govmomi"; - sha256 = "sha256-laceJmheluiY120q1gqXk98mtztC9xwMd+5j3wUspas="; + sha256 = "sha256-09zeE2ry5RqwT92HMe0ANclWy+tVTgeJAiQkWX8PbYs="; }; vendorHash = "sha256-1EAQMYaTEtfAiu7+UTkC7QZwSWC1Ihwj9leTd90T0ZU="; [outpaths] eval start [outpaths] eval end Successfully finished processing cachix "/nix/store/0fl103da16m81kkj95807ci4r3hsacjh-govc-0.36.1" [check][nixpkgs-review] Result of `nixpkgs-review --extra-nixpkgs-config '{ allowInsecurePredicate = x: true; }'` run on x86_64-linux [1](https://github.com/Mic92/nixpkgs-review)
1 package built:
Automatic update generated by [nixpkgs-update](https://github.com/ryantm/nixpkgs-update) tools. This update was made based on information from https://github.com/vmware/govmomi/releases. meta.description for govc is: A vSphere CLI built on top of govmomi meta.homepage for govc is: https://github.com/vmware/govmomi/tree/master/govc ###### Updates performed - Golang update ###### To inspect upstream changes - [Release on GitHub](https://github.com/vmware/govmomi/releases/tag/v0.36.1) - [Compare changes on GitHub](https://github.com/vmware/govmomi/compare/v0.36.0...v0.36.1) ###### Impact Checks done --- - built on NixOS - The tests defined in `passthru.tests`, if any, passed - found 0.36.1 with grep in /nix/store/0fl103da16m81kkj95807ci4r3hsacjh-govc-0.36.1 - found 0.36.1 in filename of file in /nix/store/0fl103da16m81kkj95807ci4r3hsacjh-govc-0.36.1 ---
Rebuild report (if merged into master) (click to expand) ``` 1 total rebuild path(s) 1 package rebuild(s) First fifty rebuilds by attrpath govc ```
Instructions to test this update (click to expand) --- Either **download from Cachix**: ``` nix-store -r /nix/store/0fl103da16m81kkj95807ci4r3hsacjh-govc-0.36.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 govc https://github.com/r-ryantm/nixpkgs/archive/839cb91790b671589c6df558a53b8167dfdbe0e6.tar.gz ``` Or: ``` nix build github:r-ryantm/nixpkgs/839cb91790b671589c6df558a53b8167dfdbe0e6#govc ``` After you've downloaded or built it, look at the files and if there are any, run the binaries: ``` ls -la /nix/store/0fl103da16m81kkj95807ci4r3hsacjh-govc-0.36.1 ls -la /nix/store/0fl103da16m81kkj95807ci4r3hsacjh-govc-0.36.1/bin ``` ---

### Pre-merge build results We have automatically built all packages that will get rebuilt due to this change. This gives evidence on whether the upgrade will break dependent packages. Note sometimes packages show up as _failed to build_ independent of the change, simply because they are already broken on the target branch. Result of `nixpkgs-review --extra-nixpkgs-config '{ allowInsecurePredicate = x: true; }'` run on x86_64-linux [1](https://github.com/Mic92/nixpkgs-review)
1 package built:
--- ###### Maintainer pings cc @nicknovitski 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/295491 [result] Success updating govc 0.36.0 -> 0.36.1 https://github.com/vmware/govmomi/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.meson, using log file: /var/log/nixpkgs-update/python311Packages.meson/2024-03-13.log python311Packages.meson 1.3.2 -> 1.4.0 https://github.com/mesonbuild/meson/releases attrpath: python311Packages.meson Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/21ibliv1fg7czg8npx6zsjrs9p6n48qg-packages.json.drv building '/nix/store/21ibliv1fg7czg8npx6zsjrs9p6n48qg-packages.json.drv'... Going to be running update for following packages: - meson-1.3.2 Press Enter key to continue... Running update for: - meson-1.3.2: UPDATING ... - meson-1.3.2: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/by-name/me/meson/package.nix b/pkgs/by-name/me/meson/package.nix index 4bf3a3a7d551..41927b55c2b4 100644 --- a/pkgs/by-name/me/meson/package.nix +++ b/pkgs/by-name/me/meson/package.nix @@ -18,13 +18,13 @@ let in python3.pkgs.buildPythonApplication rec { pname = "meson"; - version = "1.3.2"; + version = "1.4.0"; src = fetchFromGitHub { owner = "mesonbuild"; repo = "meson"; rev = "refs/tags/${version}"; - hash = "sha256-7M/El2snWsQi+gaZWPHnEr9gpJW3trqG1RbnT43M49s="; + hash = "sha256-hRTmKO2E6SIdvAhO7OJtV8dcsGm39c51H+2ZGEkdcFY="; }; patches = [ No auto update branch exists [outpaths] eval start [outpaths] eval end Received ExitFailure 1 when running Raw command: /nix/store/6r0bm8shswm9v08kzvq24ib48mx3kxmn-nix-2.18.1/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A python311Packages.meson nix build failed. File "/build/source/mesonbuild/mtest.py", line 2101, in _run_tests await complete_all(futures) File "/build/source/mesonbuild/mtest.py", line 1262, in complete_all check_futures(done) File "/build/source/mesonbuild/mtest.py", line 1251, in check_futures f.result() FileNotFoundError: [Errno 2] No such file or directory: '/build/source/b b603af6d0f/b.py' """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/build/source/./run_project_tests.py", line 1641, in res = run_tests(all_tests, 'meson-test-run', options.failfast, options.extra_args, options.use_tmpdir, options.num_workers) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/build/source/./run_project_tests.py", line 1149, in run_tests return _run_tests(all_tests, log_name_base, failfast, extra_args, use_tmp, num_workers, lf) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/build/source/./run_project_tests.py", line 1288, in _run_tests result = f.result ^^^^^^^^ File "/build/source/./run_project_tests.py", line 1176, in result return self.future.result() if self.future else None ^^^^^^^^^^^^^^^^^^^^ File "/nix/store/3v2ch16fkl50i85n05h5ckss8pxx6836-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 449, in result return self.__get_result() ^^^^^^^^^^^^^^^^^^^ File "/nix/store/3v2ch16fkl50i85n05h5ckss8pxx6836-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 401, in __get_result raise self._exception FileNotFoundError: [Errno 2] No such file or directory: '/build/source/b b603af6d0f/b.py' [result] Failed to update python311Packages.meson 1.3.2 -> 1.4.0 https://github.com/mesonbuild/meson/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.llama-index-legacy, using log file: /var/log/nixpkgs-update/python311Packages.llama-index-legacy/2024-03-13.log python311Packages.llama-index-legacy 0.10.18 -> 0.10.19 https://github.com/run-llama/llama_index/releases attrpath: python311Packages.llama-index-legacy Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/6z65mzl50wr5ryf27w6l7jg43zhfmcw4-packages.json.drv building '/nix/store/6z65mzl50wr5ryf27w6l7jg43zhfmcw4-packages.json.drv'... Going to be running update for following packages: - python3.11-llama-index-legacy-0.10.18 Press Enter key to continue... Running update for: - python3.11-llama-index-legacy-0.10.18: UPDATING ... - python3.11-llama-index-legacy-0.10.18: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/llama-index-core/default.nix b/pkgs/development/python-modules/llama-index-core/default.nix index 8a71591eb27d..03dc031ca5ab 100644 --- a/pkgs/development/python-modules/llama-index-core/default.nix +++ b/pkgs/development/python-modules/llama-index-core/default.nix @@ -30,7 +30,7 @@ buildPythonPackage rec { pname = "llama-index-core"; - version = "0.10.18"; + version = "0.10.19"; pyproject = true; disabled = pythonOlder "3.8"; @@ -39,7 +39,7 @@ buildPythonPackage rec { owner = "run-llama"; repo = "llama_index"; rev = "refs/tags/v${version}"; - hash = "sha256-xNPvaXODY159x8Fl3HRdYCdYeFNIieX5TsLTfup8Dtg="; + hash = "sha256-2giVN2zXvk+fqRXZB8jrzL5PYGDcL3s/vRwnaC1ZIvE="; }; sourceRoot = "${src.name}/${pname}"; No auto update branch exists [outpaths] eval start [outpaths] eval end Successfully finished processing cachix "/nix/store/y55gjnpbfrcwmp5aa062jwfsiywlzdxr-python3.11-llama-index-legacy-0.10.19" [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 failed to build:
  • python311Packages.llama-index
  • python311Packages.llama-index-readers-file
  • python311Packages.llama-index-readers-file.dist
  • python311Packages.llama-index.dist
36 packages built:
  • python311Packages.clarifai
  • python311Packages.clarifai.dist
  • python311Packages.llama-index-agent-openai
  • python311Packages.llama-index-agent-openai.dist
  • python311Packages.llama-index-cli
  • python311Packages.llama-index-cli.dist
  • python311Packages.llama-index-core
  • python311Packages.llama-index-core.dist
  • python311Packages.llama-index-embeddings-gemini
  • python311Packages.llama-index-embeddings-gemini.dist
  • python311Packages.llama-index-embeddings-google
  • python311Packages.llama-index-embeddings-google.dist
  • python311Packages.llama-index-embeddings-openai
  • python311Packages.llama-index-embeddings-openai.dist
  • python311Packages.llama-index-indices-managed-llama-cloud
  • python311Packages.llama-index-indices-managed-llama-cloud.dist
  • python311Packages.llama-index-legacy
  • python311Packages.llama-index-legacy.dist
  • python311Packages.llama-index-llms-openai
  • python311Packages.llama-index-llms-openai.dist
  • python311Packages.llama-index-multi-modal-llms-openai
  • python311Packages.llama-index-multi-modal-llms-openai.dist
  • python311Packages.llama-index-program-openai
  • python311Packages.llama-index-program-openai.dist
  • python311Packages.llama-index-question-gen-openai
  • python311Packages.llama-index-question-gen-openai.dist
  • python311Packages.llama-index-readers-json
  • python311Packages.llama-index-readers-json.dist
  • python311Packages.llama-index-readers-llama-parse
  • python311Packages.llama-index-readers-llama-parse.dist
  • python311Packages.llama-index-readers-weather
  • python311Packages.llama-index-readers-weather.dist
  • python311Packages.llama-index-vector-stores-chroma
  • python311Packages.llama-index-vector-stores-chroma.dist
  • python311Packages.llama-parse
  • python311Packages.llama-parse.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.llama-index-legacy is: Data framework for your LLM applications meta.homepage for python311Packages.llama-index-legacy is: https://github.com/run-llama/llama_index/ meta.changelog for python311Packages.llama-index-legacy is: https://github.com/run-llama/llama_index/blob/0.10.19/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 0.10.19 with grep in /nix/store/y55gjnpbfrcwmp5aa062jwfsiywlzdxr-python3.11-llama-index-legacy-0.10.19 - found 0.10.19 in filename of file in /nix/store/y55gjnpbfrcwmp5aa062jwfsiywlzdxr-python3.11-llama-index-legacy-0.10.19 ---
Rebuild report (if merged into master) (click to expand) ``` 20 total rebuild path(s) 20 package rebuild(s) First fifty rebuilds by attrpath python311Packages.clarifai python311Packages.llama-index python311Packages.llama-index-agent-openai python311Packages.llama-index-cli python311Packages.llama-index-core python311Packages.llama-index-embeddings-gemini python311Packages.llama-index-embeddings-google python311Packages.llama-index-embeddings-openai python311Packages.llama-index-indices-managed-llama-cloud python311Packages.llama-index-legacy python311Packages.llama-index-llms-openai python311Packages.llama-index-multi-modal-llms-openai python311Packages.llama-index-program-openai python311Packages.llama-index-question-gen-openai python311Packages.llama-index-readers-file python311Packages.llama-index-readers-json python311Packages.llama-index-readers-llama-parse python311Packages.llama-index-readers-weather python311Packages.llama-index-vector-stores-chroma python311Packages.llama-parse ```
Instructions to test this update (click to expand) --- Either **download from Cachix**: ``` nix-store -r /nix/store/y55gjnpbfrcwmp5aa062jwfsiywlzdxr-python3.11-llama-index-legacy-0.10.19 \ --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.llama-index-legacy https://github.com/r-ryantm/nixpkgs/archive/195710856d6a8ffdc2ec0dd6802cd242d221a507.tar.gz ``` Or: ``` nix build github:r-ryantm/nixpkgs/195710856d6a8ffdc2ec0dd6802cd242d221a507#python311Packages.llama-index-legacy ``` After you've downloaded or built it, look at the files and if there are any, run the binaries: ``` ls -la /nix/store/y55gjnpbfrcwmp5aa062jwfsiywlzdxr-python3.11-llama-index-legacy-0.10.19 ls -la /nix/store/y55gjnpbfrcwmp5aa062jwfsiywlzdxr-python3.11-llama-index-legacy-0.10.19/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 failed to build:
  • python311Packages.llama-index
  • python311Packages.llama-index-readers-file
  • python311Packages.llama-index-readers-file.dist
  • python311Packages.llama-index.dist
36 packages built:
  • python311Packages.clarifai
  • python311Packages.clarifai.dist
  • python311Packages.llama-index-agent-openai
  • python311Packages.llama-index-agent-openai.dist
  • python311Packages.llama-index-cli
  • python311Packages.llama-index-cli.dist
  • python311Packages.llama-index-core
  • python311Packages.llama-index-core.dist
  • python311Packages.llama-index-embeddings-gemini
  • python311Packages.llama-index-embeddings-gemini.dist
  • python311Packages.llama-index-embeddings-google
  • python311Packages.llama-index-embeddings-google.dist
  • python311Packages.llama-index-embeddings-openai
  • python311Packages.llama-index-embeddings-openai.dist
  • python311Packages.llama-index-indices-managed-llama-cloud
  • python311Packages.llama-index-indices-managed-llama-cloud.dist
  • python311Packages.llama-index-legacy
  • python311Packages.llama-index-legacy.dist
  • python311Packages.llama-index-llms-openai
  • python311Packages.llama-index-llms-openai.dist
  • python311Packages.llama-index-multi-modal-llms-openai
  • python311Packages.llama-index-multi-modal-llms-openai.dist
  • python311Packages.llama-index-program-openai
  • python311Packages.llama-index-program-openai.dist
  • python311Packages.llama-index-question-gen-openai
  • python311Packages.llama-index-question-gen-openai.dist
  • python311Packages.llama-index-readers-json
  • python311Packages.llama-index-readers-json.dist
  • python311Packages.llama-index-readers-llama-parse
  • python311Packages.llama-index-readers-llama-parse.dist
  • python311Packages.llama-index-readers-weather
  • python311Packages.llama-index-readers-weather.dist
  • python311Packages.llama-index-vector-stores-chroma
  • python311Packages.llama-index-vector-stores-chroma.dist
  • python311Packages.llama-parse
  • python311Packages.llama-parse.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/295498 [result] Success updating python311Packages.llama-index-legacy 0.10.18 -> 0.10.19 https://github.com/run-llama/llama_index/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: 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-py, using log file: /var/log/nixpkgs-update/python311Packages.sseclient-py/2024-03-13.log python311Packages.sseclient-py 0 -> 1 attrpath: python311Packages.sseclient-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/l39midx6rlhxlqly1vyp5ymcmabmg1p6-packages.json.drv building '/nix/store/l39midx6rlhxlqly1vyp5ymcmabmg1p6-packages.json.drv'... Going to be running update for following packages: - python3.11-sseclient-py-1.8.0 Press Enter key to continue... Running update for: - python3.11-sseclient-py-1.8.0: UPDATING ... - python3.11-sseclient-py-1.8.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.sseclient-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.cookies, using log file: /var/log/nixpkgs-update/python311Packages.cookies/2024-03-13.log python311Packages.cookies 0 -> 1 attrpath: python311Packages.cookies 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/zixmrg086pgn6sihdkq4ws9s9ifpjs7f-packages.json.drv building '/nix/store/zixmrg086pgn6sihdkq4ws9s9ifpjs7f-packages.json.drv'... Going to be running update for following packages: - python3.11-cookies-2.2.1 Press Enter key to continue... Running update for: - python3.11-cookies-2.2.1: UPDATING ... - python3.11-cookies-2.2.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.cookies 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.ots-python, using log file: /var/log/nixpkgs-update/python311Packages.ots-python/2024-03-13.log python311Packages.ots-python 0 -> 1 attrpath: python311Packages.ots-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/d9qr0zpb701mw37kwjidjj6cvqikbxd6-packages.json.drv building '/nix/store/d9qr0zpb701mw37kwjidjj6cvqikbxd6-packages.json.drv'... Going to be running update for following packages: - python3.11-ots-python-9.1.0 Press Enter key to continue... Running update for: - python3.11-ots-python-9.1.0: UPDATING ... - python3.11-ots-python-9.1.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.ots-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 linkerd, using log file: /var/log/nixpkgs-update/linkerd/2024-03-13.log linkerd 0 -> 1 attrpath: linkerd 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/0pwnnwhj1xggchf6gjr7iday563hx46h-packages.json.drv building '/nix/store/0pwnnwhj1xggchf6gjr7iday563hx46h-packages.json.drv'... Going to be running update for following packages: - linkerd-stable-2.14.9 Press Enter key to continue... Running update for: - linkerd-stable-2.14.9: UPDATING ... - linkerd-stable-2.14.9: ERROR --- SHOWING ERROR LOG FOR linkerd-stable-2.14.9 ---------------------- ++ dirname /var/cache/nixpkgs-update/worker/worktree/linkerd/pkgs/applications/networking/cluster/linkerd/update-stable.sh + cd /var/cache/nixpkgs-update/worker/worktree/linkerd/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 stable ++ sed 's/["|,| ]//g' ++ sed s/stable-// ++ sort -V -r ++ head -n1 + VERSION=2.14.10 ++ nix-prefetch-url --quiet --unpack https://github.com/linkerd/linkerd2/archive/refs/tags/stable-2.14.10.tar.gz + SHA256=1fa5qmp0ny1g0yhzkmadbblgs1q0x640cf378wvjh2vv0ybr2ixc + setKV version 2.14.10 + sed -i 's|version = ".*"|version = "2.14.10"|' ./default.nix + setKV sha256 1fa5qmp0ny1g0yhzkmadbblgs1q0x640cf378wvjh2vv0ybr2ixc + sed -i 's|sha256 = ".*"|sha256 = "1fa5qmp0ny1g0yhzkmadbblgs1q0x640cf378wvjh2vv0ybr2ixc"|' ./default.nix + setKV vendorHash sha256-BBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBB= + sed -i 's|vendorHash = ".*"|vendorHash = "sha256-BBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBB="|' ./default.nix + cd ../../../../../ + set +e ++ nix-build --no-out-link -A linkerd ++ 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-stable-2.14.9 ---------------------- The update script for linkerd-stable-2.14.9 failed with exit code 1 [result] Failed to update linkerd 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.versioningit, using log file: /var/log/nixpkgs-update/python311Packages.versioningit/2024-03-13.log python311Packages.versioningit 0 -> 1 attrpath: python311Packages.versioningit Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/v032g3si563qgblqabxsdgffdx91mlam-packages.json.drv building '/nix/store/v032g3si563qgblqabxsdgffdx91mlam-packages.json.drv'... Going to be running update for following packages: - python3.11-versioningit-2.3.0 Press Enter key to continue... Running update for: - python3.11-versioningit-2.3.0: UPDATING ... - python3.11-versioningit-2.3.0: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/versioningit/default.nix b/pkgs/development/python-modules/versioningit/default.nix index b87ec1e1a9aa..b903f97b7e67 100644 --- a/pkgs/development/python-modules/versioningit/default.nix +++ b/pkgs/development/python-modules/versioningit/default.nix @@ -17,14 +17,14 @@ buildPythonPackage rec { pname = "versioningit"; - version = "2.3.0"; + version = "3.0.0"; format = "pyproject"; disabled = pythonOlder "3.8"; src = fetchPypi { inherit pname version; - hash = "sha256-HQ1xz6PCvE+N+z1KFcFE64qmoJ2dqYkj1BCZSi74Juo="; + hash = "sha256-TjzkemQk2FCunlXhsTSgIOn8vLiVM48QfytcUdNMnBs="; }; postPatch = '' No auto update branch exists Old version 2.3.0" not present in staging derivation file with contents: { lib , buildPythonPackage , pythonOlder , fetchPypi , importlib-metadata , packaging , tomli , pytestCheckHook , build , hatchling , pydantic , pytest-mock , setuptools , git , mercurial }: buildPythonPackage rec { pname = "versioningit"; version = "3.0.0"; format = "pyproject"; disabled = pythonOlder "3.8"; src = fetchPypi { inherit pname version; hash = "sha256-TjzkemQk2FCunlXhsTSgIOn8vLiVM48QfytcUdNMnBs="; }; postPatch = '' substituteInPlace tox.ini \ --replace "--cov=versioningit" "" \ --replace "--cov-config=tox.ini" "" \ --replace "--no-cov-on-fail" "" ''; nativeBuildInputs = [ hatchling ]; propagatedBuildInputs = [ packaging ] ++ lib.optionals (pythonOlder "3.10") [ importlib-metadata ] ++ lib.optionals (pythonOlder "3.11") [ tomli ]; nativeCheckInputs = [ pytestCheckHook build hatchling pydantic pytest-mock setuptools git mercurial ]; disabledTests = [ # wants to write to the Nix store "test_editable_mode" ]; pythonImportsCheck = [ "versioningit" ]; meta = with lib; { description = "setuptools plugin for determining package version from VCS"; homepage = "https://github.com/jwodder/versioningit"; changelog = "https://versioningit.readthedocs.io/en/latest/changelog.html"; license = licenses.mit; maintainers = with maintainers; [ DeeUnderscore ]; }; } [result] Failed to update python311Packages.versioningit 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.datamodeldict, using log file: /var/log/nixpkgs-update/python311Packages.datamodeldict/2024-03-13.log python311Packages.datamodeldict 0 -> 1 attrpath: python311Packages.datamodeldict Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/x6qgv9rpk0qlzr5nm2ckrfpr8mgfjba4-packages.json.drv building '/nix/store/x6qgv9rpk0qlzr5nm2ckrfpr8mgfjba4-packages.json.drv'... Going to be running update for following packages: - python3.11-datamodeldict-0.9.9 Press Enter key to continue... Running update for: - python3.11-datamodeldict-0.9.9: UPDATING ... - python3.11-datamodeldict-0.9.9: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.datamodeldict 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath frp, using log file: /var/log/nixpkgs-update/frp/2024-03-13.log frp 0.54.0 -> 0.55.1 https://github.com/fatedier/frp/releases attrpath: frp 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-jj0ViYBFxexgoBPzjDC/9i7lH0/ZdEH2u8offndIKSw=" build succeeded unexpectedlystderr did not split as expected full stderr was: error: attribute 'originalSrc' in selection path 'frp.originalSrc' not found stderr did not split as expected full stderr was: these 2 derivations will be built: /nix/store/6h9vm5gnj4i5hi62y1xcsdbwd4fxn2d9-frp-0.55.1-go-modules.drv /nix/store/byg1csl252g2lcinxzdapi9gw3jvhlj9-frp-0.55.1.drv building '/nix/store/6h9vm5gnj4i5hi62y1xcsdbwd4fxn2d9-frp-0.55.1-go-modules.drv'... Running phase: unpackPhase unpacking source archive /nix/store/p7yzpa4m0lyyfs2j2xd0xmwsvz0wb9k4-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/6h9vm5gnj4i5hi62y1xcsdbwd4fxn2d9-frp-0.55.1-go-modules.drv' failed with exit code 1; last 8 log lines: > Running phase: unpackPhase > unpacking source archive /nix/store/p7yzpa4m0lyyfs2j2xd0xmwsvz0wb9k4-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/6h9vm5gnj4i5hi62y1xcsdbwd4fxn2d9-frp-0.55.1-go-modules.drv'. error: 1 dependencies of derivation '/nix/store/byg1csl252g2lcinxzdapi9gw3jvhlj9-frp-0.55.1.drv' failed to build [result] Failed to update frp 0.54.0 -> 0.55.1 https://github.com/fatedier/frp/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.layoutparser, using log file: /var/log/nixpkgs-update/python311Packages.layoutparser/2024-03-13.log python311Packages.layoutparser 0 -> 1 attrpath: python311Packages.layoutparser Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/z4188p3048wj565fdap9sa7yqhqdr4yx-packages.json.drv building '/nix/store/z4188p3048wj565fdap9sa7yqhqdr4yx-packages.json.drv'... Going to be running update for following packages: - python3.11-layoutparser-0.3.4 Press Enter key to continue... Running update for: - python3.11-layoutparser-0.3.4: UPDATING ... - python3.11-layoutparser-0.3.4: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.layoutparser 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.nfcpy, using log file: /var/log/nixpkgs-update/python311Packages.nfcpy/2024-03-13.log python311Packages.nfcpy 0 -> 1 attrpath: python311Packages.nfcpy Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/jic1gf2x38ghhs5j05m7hnvp6fxvmm34-packages.json.drv building '/nix/store/jic1gf2x38ghhs5j05m7hnvp6fxvmm34-packages.json.drv'... Going to be running update for following packages: - python3.11-nfcpy-1.0.4 Press Enter key to continue... Running update for: - python3.11-nfcpy-1.0.4: UPDATING ... - python3.11-nfcpy-1.0.4: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.nfcpy 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python312Packages.llama-index-legacy, using log file: /var/log/nixpkgs-update/python312Packages.llama-index-legacy/2024-03-13.log python312Packages.llama-index-legacy 0.10.18 -> 0.10.19 https://github.com/run-llama/llama_index/releases attrpath: python312Packages.llama-index-legacy Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/40xvmkyx2zvwc4lszrg2fmwbspc7zzg7-packages.json.drv building '/nix/store/40xvmkyx2zvwc4lszrg2fmwbspc7zzg7-packages.json.drv'... Going to be running update for following packages: - python3.12-llama-index-legacy-0.10.18 Press Enter key to continue... Running update for: - python3.12-llama-index-legacy-0.10.18: UPDATING ... - python3.12-llama-index-legacy-0.10.18: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/llama-index-core/default.nix b/pkgs/development/python-modules/llama-index-core/default.nix index 8a71591eb27d..03dc031ca5ab 100644 --- a/pkgs/development/python-modules/llama-index-core/default.nix +++ b/pkgs/development/python-modules/llama-index-core/default.nix @@ -30,7 +30,7 @@ buildPythonPackage rec { pname = "llama-index-core"; - version = "0.10.18"; + version = "0.10.19"; pyproject = true; disabled = pythonOlder "3.8"; @@ -39,7 +39,7 @@ buildPythonPackage rec { owner = "run-llama"; repo = "llama_index"; rev = "refs/tags/v${version}"; - hash = "sha256-xNPvaXODY159x8Fl3HRdYCdYeFNIieX5TsLTfup8Dtg="; + hash = "sha256-2giVN2zXvk+fqRXZB8jrzL5PYGDcL3s/vRwnaC1ZIvE="; }; sourceRoot = "${src.name}/${pname}"; No auto update branch exists [outpaths] eval start [outpaths] eval end Received ExitFailure 1 when running Raw command: /nix/store/6r0bm8shswm9v08kzvq24ib48mx3kxmn-nix-2.18.1/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A python312Packages.llama-index-legacy Received ExitFailure 1 when running Raw command: /nix/store/6r0bm8shswm9v08kzvq24ib48mx3kxmn-nix-2.18.1/bin/nix --extra-experimental-features nix-command log -f . python312Packages.llama-index-legacy Standard output: error: … while evaluating the attribute 'drvPath' at /var/cache/nixpkgs-update/worker/worktree/python312Packages.llama-index-legacy/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.llama-index-legacy/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.llama-index-legacy 0.10.18 -> 0.10.19 https://github.com/run-llama/llama_index/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python312Packages.llama-index-embeddings-google, using log file: /var/log/nixpkgs-update/python312Packages.llama-index-embeddings-google/2024-03-13.log python312Packages.llama-index-embeddings-google 0.10.18 -> 0.10.19 https://github.com/run-llama/llama_index/releases attrpath: python312Packages.llama-index-embeddings-google Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/4qqzvnrr85sqvsxlmlci9aynq1jqglnm-packages.json.drv building '/nix/store/4qqzvnrr85sqvsxlmlci9aynq1jqglnm-packages.json.drv'... Going to be running update for following packages: - python3.12-llama-index-embeddings-google-0.10.18 Press Enter key to continue... Running update for: - python3.12-llama-index-embeddings-google-0.10.18: UPDATING ... - python3.12-llama-index-embeddings-google-0.10.18: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/llama-index-core/default.nix b/pkgs/development/python-modules/llama-index-core/default.nix index 8a71591eb27d..03dc031ca5ab 100644 --- a/pkgs/development/python-modules/llama-index-core/default.nix +++ b/pkgs/development/python-modules/llama-index-core/default.nix @@ -30,7 +30,7 @@ buildPythonPackage rec { pname = "llama-index-core"; - version = "0.10.18"; + version = "0.10.19"; pyproject = true; disabled = pythonOlder "3.8"; @@ -39,7 +39,7 @@ buildPythonPackage rec { owner = "run-llama"; repo = "llama_index"; rev = "refs/tags/v${version}"; - hash = "sha256-xNPvaXODY159x8Fl3HRdYCdYeFNIieX5TsLTfup8Dtg="; + hash = "sha256-2giVN2zXvk+fqRXZB8jrzL5PYGDcL3s/vRwnaC1ZIvE="; }; sourceRoot = "${src.name}/${pname}"; No auto update branch exists [outpaths] eval start [outpaths] eval end Received ExitFailure 1 when running Raw command: /nix/store/6r0bm8shswm9v08kzvq24ib48mx3kxmn-nix-2.18.1/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A python312Packages.llama-index-embeddings-google Received ExitFailure 1 when running Raw command: /nix/store/6r0bm8shswm9v08kzvq24ib48mx3kxmn-nix-2.18.1/bin/nix --extra-experimental-features nix-command log -f . python312Packages.llama-index-embeddings-google Standard output: error: … while evaluating the attribute 'drvPath' at /var/cache/nixpkgs-update/worker/worktree/python312Packages.llama-index-embeddings-google/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.llama-index-embeddings-google/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.llama-index-embeddings-google 0.10.18 -> 0.10.19 https://github.com/run-llama/llama_index/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python312Packages.radios, using log file: /var/log/nixpkgs-update/python312Packages.radios/2024-03-13.log python312Packages.radios 0.3.0 -> 0.3.1 https://github.com/frenck/python-radios/releases attrpath: python312Packages.radios Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/8yxki7z61hys9qqjjbyqibnc4mr50d47-packages.json.drv building '/nix/store/8yxki7z61hys9qqjjbyqibnc4mr50d47-packages.json.drv'... Going to be running update for following packages: - python3.12-radios-0.3.0 Press Enter key to continue... Running update for: - python3.12-radios-0.3.0: UPDATING ... - python3.12-radios-0.3.0: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/radios/default.nix b/pkgs/development/python-modules/radios/default.nix index 73630f59fd3a..79d9f76e6339 100644 --- a/pkgs/development/python-modules/radios/default.nix +++ b/pkgs/development/python-modules/radios/default.nix @@ -19,7 +19,7 @@ buildPythonPackage rec { pname = "radios"; - version = "0.3.0"; + version = "0.3.1"; pyproject = true; disabled = pythonOlder "3.11"; @@ -28,8 +28,8 @@ buildPythonPackage rec { src = fetchFromGitHub { owner = "frenck"; repo = "python-radios"; - rev = "v${version}"; - hash = "sha256-bzo+SA8kqc2GcxSV0TiIJyPVG+JshdsMoXSUhZYSphU="; + rev = "refs/tags/v${version}"; + hash = "sha256-c0zfpfEdZvjvKtwGcNLLgEkBihhtz/wouHuYRLCxtBY="; }; postPatch = '' No auto update branch exists [outpaths] eval start [outpaths] eval end Received ExitFailure 1 when running Raw command: /nix/store/6r0bm8shswm9v08kzvq24ib48mx3kxmn-nix-2.18.1/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A python312Packages.radios nix build failed. 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/9fvb3l2rz58gpsf12djpplaik8czm05y-source source root is source setting SOURCE_DATE_EPOCH to timestamp 315619200 of file source/tests/test_radios.py @nix { "action": "setPhase", "phase": "patchPhase" } Running phase: patchPhase substituteStream(): WARNING: '--replace' is deprecated, use --replace-{fail,warn,quiet}. (file 'pyproject.toml') @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 radios-0.3.1-py3-none-any.whl Finished creating a wheel... Finished executing pypaBuildPhase @nix { "action": "setPhase", "phase": "pythonRuntimeDepsCheckHook" } Running phase: pythonRuntimeDepsCheckHook Executing pythonRuntimeDepsCheck Checking runtime dependencies for radios-0.3.1-py3-none-any.whl - pycountry<24.0.0,>=23.0.0 not satisfied by version 22.3.5 [result] Failed to update python312Packages.radios 0.3.0 -> 0.3.1 https://github.com/frenck/python-radios/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python312Packages.llama-index-vector-stores-chroma, using log file: /var/log/nixpkgs-update/python312Packages.llama-index-vector-stores-chroma/2024-03-13.log python312Packages.llama-index-vector-stores-chroma 0.10.18 -> 0.10.19 https://github.com/run-llama/llama_index/releases attrpath: python312Packages.llama-index-vector-stores-chroma Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/525nynhab057kmw1v6hw41spyizcnham-packages.json.drv building '/nix/store/525nynhab057kmw1v6hw41spyizcnham-packages.json.drv'... Going to be running update for following packages: - python3.12-llama-index-vector-stores-chroma-0.10.18 Press Enter key to continue... Running update for: - python3.12-llama-index-vector-stores-chroma-0.10.18: UPDATING ... - python3.12-llama-index-vector-stores-chroma-0.10.18: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/llama-index-core/default.nix b/pkgs/development/python-modules/llama-index-core/default.nix index 8a71591eb27d..03dc031ca5ab 100644 --- a/pkgs/development/python-modules/llama-index-core/default.nix +++ b/pkgs/development/python-modules/llama-index-core/default.nix @@ -30,7 +30,7 @@ buildPythonPackage rec { pname = "llama-index-core"; - version = "0.10.18"; + version = "0.10.19"; pyproject = true; disabled = pythonOlder "3.8"; @@ -39,7 +39,7 @@ buildPythonPackage rec { owner = "run-llama"; repo = "llama_index"; rev = "refs/tags/v${version}"; - hash = "sha256-xNPvaXODY159x8Fl3HRdYCdYeFNIieX5TsLTfup8Dtg="; + hash = "sha256-2giVN2zXvk+fqRXZB8jrzL5PYGDcL3s/vRwnaC1ZIvE="; }; sourceRoot = "${src.name}/${pname}"; No auto update branch exists [outpaths] eval start [outpaths] eval end Received ExitFailure 1 when running Raw command: /nix/store/6r0bm8shswm9v08kzvq24ib48mx3kxmn-nix-2.18.1/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A python312Packages.llama-index-vector-stores-chroma Received ExitFailure 1 when running Raw command: /nix/store/6r0bm8shswm9v08kzvq24ib48mx3kxmn-nix-2.18.1/bin/nix --extra-experimental-features nix-command log -f . python312Packages.llama-index-vector-stores-chroma Standard output: error: … while evaluating the attribute 'drvPath' at /var/cache/nixpkgs-update/worker/worktree/python312Packages.llama-index-vector-stores-chroma/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.llama-index-vector-stores-chroma/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.llama-index-vector-stores-chroma 0.10.18 -> 0.10.19 https://github.com/run-llama/llama_index/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.nutils, using log file: /var/log/nixpkgs-update/python311Packages.nutils/2024-03-13.log python311Packages.nutils 0 -> 1 attrpath: python311Packages.nutils Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/wvjv6rcsyir987i3hn6g9zi4v6blwpw6-packages.json.drv building '/nix/store/wvjv6rcsyir987i3hn6g9zi4v6blwpw6-packages.json.drv'... Going to be running update for following packages: - python3.11-nutils-8.4 Press Enter key to continue... Running update for: - python3.11-nutils-8.4: UPDATING ... - python3.11-nutils-8.4: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/nutils/default.nix b/pkgs/development/python-modules/nutils/default.nix index 803a4f1c04fd..3447f4deddf3 100644 --- a/pkgs/development/python-modules/nutils/default.nix +++ b/pkgs/development/python-modules/nutils/default.nix @@ -13,7 +13,7 @@ buildPythonPackage rec { pname = "nutils"; - version = "8.4"; + version = "8.6"; format = "pyproject"; disabled = pythonOlder "3.7"; @@ -22,7 +22,7 @@ buildPythonPackage rec { owner = "evalf"; repo = "nutils"; rev = "refs/tags/v${version}"; - hash = "sha256-cwMo3ixTK7UO9sxhcQBN4/gNZNAoBH/xL2tZ1Orh8LE="; + hash = "sha256-vfdb7+jcJ5EuWDoZyRExWEPEWt+lgbzmAL3QhguLtHE="; }; nativeBuildInputs = [ No auto update branch exists Old version 8.4" not present in staging derivation file with contents: { lib , stdenv , buildPythonPackage , fetchFromGitHub , numpy , treelog , stringly , flit-core , bottombar , pytestCheckHook , pythonOlder }: buildPythonPackage rec { pname = "nutils"; version = "8.6"; format = "pyproject"; disabled = pythonOlder "3.7"; src = fetchFromGitHub { owner = "evalf"; repo = "nutils"; rev = "refs/tags/v${version}"; hash = "sha256-vfdb7+jcJ5EuWDoZyRExWEPEWt+lgbzmAL3QhguLtHE="; }; nativeBuildInputs = [ flit-core ]; propagatedBuildInputs = [ numpy treelog stringly bottombar ]; nativeCheckInputs = [ pytestCheckHook ]; pythonImportsCheck = [ "nutils" ]; disabledTestPaths = [ # AttributeError: type object 'setup' has no attribute '__code__' "tests/test_cli.py" ]; meta = with lib; { description = "Numerical Utilities for Finite Element Analysis"; changelog = "https://github.com/evalf/nutils/releases/tag/v${version}"; homepage = "https://www.nutils.org/"; license = licenses.mit; maintainers = with maintainers; [ Scriptkiddi ]; }; } [result] Failed to update python311Packages.nutils 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.opencontainers, using log file: /var/log/nixpkgs-update/python311Packages.opencontainers/2024-03-13.log python311Packages.opencontainers 0 -> 1 attrpath: python311Packages.opencontainers Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/2cr337myzhlaf02hixddw8apm3ygmmn3-packages.json.drv building '/nix/store/2cr337myzhlaf02hixddw8apm3ygmmn3-packages.json.drv'... Going to be running update for following packages: - python3.11-opencontainers-0.0.14 Press Enter key to continue... Running update for: - python3.11-opencontainers-0.0.14: UPDATING ... - python3.11-opencontainers-0.0.14: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.opencontainers 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.rtsp-to-webrtc, using log file: /var/log/nixpkgs-update/python311Packages.rtsp-to-webrtc/2024-03-13.log python311Packages.rtsp-to-webrtc 0 -> 1 attrpath: python311Packages.rtsp-to-webrtc Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/r3cs1xc573rl6dllfih8rp128n49isl9-packages.json.drv building '/nix/store/r3cs1xc573rl6dllfih8rp128n49isl9-packages.json.drv'... Going to be running update for following packages: - python3.11-rtsp-to-webrtc-0.5.1 Press Enter key to continue... Running update for: - python3.11-rtsp-to-webrtc-0.5.1: UPDATING ... - python3.11-rtsp-to-webrtc-0.5.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.rtsp-to-webrtc 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.readme, using log file: /var/log/nixpkgs-update/python311Packages.readme/2024-03-13.log python311Packages.readme 0 -> 1 attrpath: python311Packages.readme Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/6vlvqqjndab8974jiiy66fd1lj2c8ayl-packages.json.drv building '/nix/store/6vlvqqjndab8974jiiy66fd1lj2c8ayl-packages.json.drv'... Going to be running update for following packages: - python3.11-readme-0.7.1 Press Enter key to continue... Running update for: - python3.11-readme-0.7.1: UPDATING ... - python3.11-readme-0.7.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.readme 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath ocsinventory-agent, using log file: /var/log/nixpkgs-update/ocsinventory-agent/2024-03-13.log ocsinventory-agent 0 -> 1 attrpath: ocsinventory-agent Checking auto update branch... Derivation contains buildPerlPackage [result] Failed to update ocsinventory-agent 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.paho-mqtt, using log file: /var/log/nixpkgs-update/python311Packages.paho-mqtt/2024-03-13.log python311Packages.paho-mqtt 0 -> 1 attrpath: python311Packages.paho-mqtt Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/9yaafpl7hr8a59jv0v3xfkdxy3r8ckvj-packages.json.drv building '/nix/store/9yaafpl7hr8a59jv0v3xfkdxy3r8ckvj-packages.json.drv'... Going to be running update for following packages: - python3.11-paho-mqtt-1.6.1 Press Enter key to continue... Running update for: - python3.11-paho-mqtt-1.6.1: UPDATING ... - python3.11-paho-mqtt-1.6.1: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/paho-mqtt/default.nix b/pkgs/development/python-modules/paho-mqtt/default.nix index 8c0e54d18d60..e9597ac8fe12 100644 --- a/pkgs/development/python-modules/paho-mqtt/default.nix +++ b/pkgs/development/python-modules/paho-mqtt/default.nix @@ -10,14 +10,14 @@ buildPythonPackage rec { pname = "paho-mqtt"; - version = "1.6.1"; + version = "2.0.0"; format = "setuptools"; src = fetchFromGitHub { owner = "eclipse"; repo = "paho.mqtt.python"; - rev = "v${version}"; - hash = "sha256-9nH6xROVpmI+iTKXfwv2Ar1PAmWbEunI3HO0pZyK6Rg="; + rev = "refs/tags/v${version}"; + hash = "sha256-dR/MCz3c9eHai76I17PGD71E5/nZVEo6uRwUULOzKQU="; }; nativeCheckInputs = [ No auto update branch exists There might already be an open PR for this update: - python311Packages.paho-mqtt: 1.6.1 -> 2.0.0 URL "https://api.github.com/repos/NixOS/nixpkgs/issues/288219" [result] Failed to update python311Packages.paho-mqtt 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.zigpy-deconz, using log file: /var/log/nixpkgs-update/python311Packages.zigpy-deconz/2024-03-13.log python311Packages.zigpy-deconz 0 -> 1 attrpath: python311Packages.zigpy-deconz Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/a3cgwn8sqaxg801wps1g0r1v25fahg8k-packages.json.drv building '/nix/store/a3cgwn8sqaxg801wps1g0r1v25fahg8k-packages.json.drv'... Going to be running update for following packages: - python3.11-zigpy-deconz-0.23.1 Press Enter key to continue... Running update for: - python3.11-zigpy-deconz-0.23.1: UPDATING ... - python3.11-zigpy-deconz-0.23.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.zigpy-deconz 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.pyialarm, using log file: /var/log/nixpkgs-update/python311Packages.pyialarm/2024-03-13.log python311Packages.pyialarm 0 -> 1 attrpath: python311Packages.pyialarm Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/1nrvpbh74b7avr51ljxwv5mjm7rl4b1n-packages.json.drv building '/nix/store/1nrvpbh74b7avr51ljxwv5mjm7rl4b1n-packages.json.drv'... Going to be running update for following packages: - python3.11-pyialarm-2.2.0 Press Enter key to continue... Running update for: - python3.11-pyialarm-2.2.0: UPDATING ... - python3.11-pyialarm-2.2.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.pyialarm 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: 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-ctags3, using log file: /var/log/nixpkgs-update/python311Packages.python-ctags3/2024-03-13.log python311Packages.python-ctags3 0 -> 1 attrpath: python311Packages.python-ctags3 Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/rfv7dkmq42ycysh22xf5wjm7bfd7l88r-packages.json.drv building '/nix/store/rfv7dkmq42ycysh22xf5wjm7bfd7l88r-packages.json.drv'... Going to be running update for following packages: - python3.11-python-ctags3-1.5.0 Press Enter key to continue... Running update for: - python3.11-python-ctags3-1.5.0: UPDATING ... - python3.11-python-ctags3-1.5.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.python-ctags3 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath printrun, using log file: /var/log/nixpkgs-update/printrun/2024-03-13.log printrun 0 -> 1 attrpath: printrun Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/1ih89wf3zyi2sv82b70pj9ms0xcc14dj-packages.json.drv building '/nix/store/1ih89wf3zyi2sv82b70pj9ms0xcc14dj-packages.json.drv'... Going to be running update for following packages: - printrun-2.0.1 Press Enter key to continue... Running update for: - printrun-2.0.1: UPDATING ... - printrun-2.0.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update printrun 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.pagelabels, using log file: /var/log/nixpkgs-update/python311Packages.pagelabels/2024-03-13.log python311Packages.pagelabels 0 -> 1 attrpath: python311Packages.pagelabels Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/3p6hijx3mjvgsg136q7y58hv13p6arlx-packages.json.drv building '/nix/store/3p6hijx3mjvgsg136q7y58hv13p6arlx-packages.json.drv'... Going to be running update for following packages: - python3.11-pagelabels-1.2.0 Press Enter key to continue... Running update for: - python3.11-pagelabels-1.2.0: UPDATING ... - python3.11-pagelabels-1.2.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.pagelabels 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_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.sc, using log file: /var/log/nixpkgs-update/aspellDicts.sc/2024-03-13.log aspellDicts.sc 0 -> 1 attrpath: aspellDicts.sc 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/jzby8xyijw7ibn0208fagqdazkvff77h-update-aspellDict-sc.drv /nix/store/fcfg4zd9vkaazvjlnc519ah3ci4fzr9d-packages.json.drv building '/nix/store/jzby8xyijw7ibn0208fagqdazkvff77h-update-aspellDict-sc.drv'... building '/nix/store/fcfg4zd9vkaazvjlnc519ah3ci4fzr9d-packages.json.drv'... Going to be running update for following packages: - aspell-dict-sc-1.0 Press Enter key to continue... Running update for: - aspell-dict-sc-1.0: UPDATING ... - aspell-dict-sc-1.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update aspellDicts.sc 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.minimal-snowplow-tracker, using log file: /var/log/nixpkgs-update/python311Packages.minimal-snowplow-tracker/2024-03-13.log python311Packages.minimal-snowplow-tracker 0 -> 1 attrpath: python311Packages.minimal-snowplow-tracker Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/pjf9kd3knzr4si98pb1zb64dq6shl3xj-packages.json.drv building '/nix/store/pjf9kd3knzr4si98pb1zb64dq6shl3xj-packages.json.drv'... Going to be running update for following packages: - python3.11-minimal-snowplow-tracker-0.0.2 Press Enter key to continue... Running update for: - python3.11-minimal-snowplow-tracker-0.0.2: UPDATING ... - python3.11-minimal-snowplow-tracker-0.0.2: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.minimal-snowplow-tracker 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath netbox_3_6, using log file: /var/log/nixpkgs-update/netbox_3_6/2024-03-13.log netbox_3_6 3.6.9 -> 3.7.3 https://github.com/netbox-community/netbox/releases attrpath: netbox_3_6 Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/y01xwl6g157khrfps2b7ygwsa38bjakg-packages.json.drv building '/nix/store/y01xwl6g157khrfps2b7ygwsa38bjakg-packages.json.drv'... Going to be running update for following packages: - netbox-3.6.9 Press Enter key to continue... Running update for: - netbox-3.6.9: UPDATING ... - netbox-3.6.9: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update netbox_3_6 3.6.9 -> 3.7.3 https://github.com/netbox-community/netbox/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath onboard, using log file: /var/log/nixpkgs-update/onboard/2024-03-13.log onboard 0 -> 1 attrpath: onboard Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/gcvixgbdkzaiz694il5f6yf4grlhlzp6-packages.json.drv building '/nix/store/gcvixgbdkzaiz694il5f6yf4grlhlzp6-packages.json.drv'... Going to be running update for following packages: - onboard-1.4.1 Press Enter key to continue... Running update for: - onboard-1.4.1: UPDATING ... - onboard-1.4.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update onboard 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath zsh-fzf-tab, using log file: /var/log/nixpkgs-update/zsh-fzf-tab/2024-03-13.log zsh-fzf-tab 0 -> 1 attrpath: zsh-fzf-tab Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/60piwnixwvnbf2mammj2bk78dl2i1lj4-packages.json.drv building '/nix/store/60piwnixwvnbf2mammj2bk78dl2i1lj4-packages.json.drv'... Going to be running update for following packages: - zsh-fzf-tab-1.0 Press Enter key to continue... Running update for: - zsh-fzf-tab-1.0: UPDATING ... - zsh-fzf-tab-1.0: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/shells/zsh/zsh-fzf-tab/default.nix b/pkgs/shells/zsh/zsh-fzf-tab/default.nix index 97a6992ee672..064244d42a64 100644 --- a/pkgs/shells/zsh/zsh-fzf-tab/default.nix +++ b/pkgs/shells/zsh/zsh-fzf-tab/default.nix @@ -4,13 +4,13 @@ let INSTALL_PATH="${placeholder "out"}/share/fzf-tab"; in stdenv.mkDerivation rec { pname = "zsh-fzf-tab"; - version = "1.0"; + version = "1.1.1"; src = fetchFromGitHub { owner = "Aloxaf"; repo = "fzf-tab"; rev = "v${version}"; - hash = "sha256-o3R9dh9t8w/SVO3IUeJqP8kkQxwnRjNX8oZ4wSZxBYo="; + hash = "sha256-0/YOL1/G2SWncbLNaclSYUz7VyfWu+OB8TYJYm4NYkM="; }; strictDeps = true; No auto update branch exists [outpaths] eval start [outpaths] eval end Received ExitFailure 1 when running Raw command: /nix/store/6r0bm8shswm9v08kzvq24ib48mx3kxmn-nix-2.18.1/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A zsh-fzf-tab nix build failed. checking for mbrtowc... yes checking for towupper... yes checking for towlower... yes checking for wcschr... yes checking for wcscpy... yes checking for wcslen... yes checking for wcsncmp... yes checking for wcsncpy... yes checking for wcrtomb... yes checking for wcwidth... yes checking for wmemchr... yes checking for wmemcmp... yes checking for wmemcpy... yes checking for wmemmove... yes checking for wmemset... yes configure: all functions found, multibyte support enabled checking if the wcwidth() and/or iswprint() functions are broken... no checking if the isprint() function is broken... no checking if your system uses ELF binaries... yes checking if we can use -rdynamic... yes checking if your dlsym() needs a leading underscore... no checking if environ is available in shared libraries... yes checking if tgetent is available in shared libraries... yes checking if tigetstr is available in shared libraries... yes checking if name clashes in shared objects are OK... yes checking for working RTLD_GLOBAL... yes checking whether symbols in the executable are available... yes checking whether executables can be stripped... yes checking whether libraries can be stripped... yes ./configure: line 15290: ./Src/Modules/fzftab.mdd: No such file or directory [result] Failed to update zsh-fzf-tab 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.typeshed-client, using log file: /var/log/nixpkgs-update/python311Packages.typeshed-client/2024-03-13.log python311Packages.typeshed-client 0 -> 1 attrpath: python311Packages.typeshed-client Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/jz1y7ljnzyq6yrdsyd377785a502q04i-packages.json.drv building '/nix/store/jz1y7ljnzyq6yrdsyd377785a502q04i-packages.json.drv'... Going to be running update for following packages: - python3.11-typeshed-client-2.4.0 Press Enter key to continue... Running update for: - python3.11-typeshed-client-2.4.0: UPDATING ... - python3.11-typeshed-client-2.4.0: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/typeshed-client/default.nix b/pkgs/development/python-modules/typeshed-client/default.nix index 03877756e572..153f8a79daf4 100644 --- a/pkgs/development/python-modules/typeshed-client/default.nix +++ b/pkgs/development/python-modules/typeshed-client/default.nix @@ -9,7 +9,7 @@ buildPythonPackage rec { pname = "typeshed-client"; - version = "2.4.0"; + version = "2.5.1"; pyproject = true; disabled = pythonOlder "3.7"; @@ -18,7 +18,7 @@ buildPythonPackage rec { owner = "JelleZijlstra"; repo = "typeshed_client"; rev = "refs/tags/v${version}"; - hash = "sha256-g3FECKebKeM3JPWem6+Y9T27PcAxVxj1SiBd5siLSJ4="; + hash = "sha256-lITreXYn/ZOc1fF2Sqcn8UDrZAjWYfjFSEaAxqTHb4s="; }; nativeBuildInputs = [ No auto update branch exists Old version 2.4.0" not present in staging derivation file with contents: { lib , buildPythonPackage , fetchFromGitHub , importlib-resources , pytestCheckHook , pythonOlder , setuptools }: buildPythonPackage rec { pname = "typeshed-client"; version = "2.5.1"; pyproject = true; disabled = pythonOlder "3.7"; src = fetchFromGitHub { owner = "JelleZijlstra"; repo = "typeshed_client"; rev = "refs/tags/v${version}"; hash = "sha256-lITreXYn/ZOc1fF2Sqcn8UDrZAjWYfjFSEaAxqTHb4s="; }; nativeBuildInputs = [ setuptools ]; propagatedBuildInputs = [ importlib-resources ]; nativeCheckInputs = [ pytestCheckHook ]; pythonImportsCheck = [ "typeshed_client" ]; pytestFlagsArray = [ "tests/test.py" ]; meta = with lib; { description = "Retrieve information from typeshed and other typing stubs"; homepage = "https://github.com/JelleZijlstra/typeshed_client"; changelog = "https://github.com/JelleZijlstra/typeshed_client/releases/tag/v${version}"; license = licenses.mit; maintainers = with maintainers; [ ]; }; } [result] Failed to update python311Packages.typeshed-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 pageedit, using log file: /var/log/nixpkgs-update/pageedit/2024-03-13.log pageedit 2.0.0 -> 2.0.2 https://github.com/Sigil-Ebook/pageedit/releases attrpath: pageedit Checking auto update branch... No auto update branch exists [version] [version] updated version and sha256 [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] skipping because derivation has no updateScript Diff after rewrites: diff --git a/pkgs/applications/office/PageEdit/default.nix b/pkgs/applications/office/PageEdit/default.nix index 0c98eaac4b37..4af3f05f0182 100644 --- a/pkgs/applications/office/PageEdit/default.nix +++ b/pkgs/applications/office/PageEdit/default.nix @@ -2,13 +2,13 @@ stdenv.mkDerivation rec { pname = "pageedit"; - version = "2.0.0"; + version = "2.0.2"; src = fetchFromGitHub { owner = "Sigil-Ebook"; repo = pname; rev = version; - hash = "sha256-zwOSt1eyvuuqfQ1G2bCB4yj6GgixFRc2FLOgcCrdg3Q="; + hash = "sha256-y9jnrlk0ZQh0xPFOuk3rlhwFzwuU8+lVVmao37FpXTY="; }; nativeBuildInputs = [ cmake wrapQtAppsHook qttools ]; [outpaths] eval start [outpaths] eval end Received ExitFailure 1 when running Raw command: /nix/store/6r0bm8shswm9v08kzvq24ib48mx3kxmn-nix-2.18.1/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A pageedit nix build failed. Update the VERSION argument value or use a ... suffix to tell CMake that the project does not need compatibility with older versions.  CMake Warning at CMakeLists6.txt:25 (find_package): By not providing "FindQt6.cmake" in CMAKE_MODULE_PATH this project has asked CMake to find a package configuration file provided by "Qt6", but CMake did not find one. Could not find a package configuration file provided by "Qt6" (requested version 6.2) with any of the following names: Qt6Config.cmake qt6-config.cmake Add the installation prefix of "Qt6" to CMAKE_PREFIX_PATH or set "Qt6_DIR" to a directory containing one of the above files. If "Qt6" provides a separate development package or SDK, be sure it has been installed. Call Stack (most recent call first): CMakeLists.txt:79 (include)  CMake Error at CMakeLists6.txt:151 (qt6_wrap_ui): Unknown CMake command "qt6_wrap_ui". Call Stack (most recent call first): CMakeLists.txt:79 (include)  -- Configuring incomplete, errors occurred! [result] Failed to update pageedit 2.0.0 -> 2.0.2 https://github.com/Sigil-Ebook/pageedit/releases [options] github_user: r-ryantm, pull_request: YES, batch_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, using log file: /var/log/nixpkgs-update/fcitx5/2024-03-13.log fcitx5 0 -> 1 attrpath: fcitx5 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/s9mssliw2mjxm0pic7g077c5j3vczs41-packages.json.drv building '/nix/store/s9mssliw2mjxm0pic7g077c5j3vczs41-packages.json.drv'... Going to be running update for following packages: - fcitx5-5.1.8 Press Enter key to continue... Running update for: - fcitx5-5.1.8: UPDATING ... - fcitx5-5.1.8: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/tools/inputmethods/fcitx5/fcitx5-qt.nix b/pkgs/tools/inputmethods/fcitx5/fcitx5-qt.nix index b0cd6dc6d59b..289634f39f64 100644 --- a/pkgs/tools/inputmethods/fcitx5/fcitx5-qt.nix +++ b/pkgs/tools/inputmethods/fcitx5/fcitx5-qt.nix @@ -14,13 +14,13 @@ let in stdenv.mkDerivation rec { pname = "fcitx5-qt${majorVersion}"; - version = "5.1.4"; + version = "5.1.5"; src = fetchFromGitHub { owner = "fcitx"; repo = "fcitx5-qt"; rev = version; - sha256 = "sha256-bVH2US/uEZGERslnAh/fyUbzR9fK1UfG4J+mOmrIE8Y="; + sha256 = "sha256-CxPumuXF7vVKraQruJTj8103FhDUsQZowXcd/g7fXPQ="; }; postPatch = '' Package version did not change. [result] Failed to update fcitx5 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO [options] github_user: r-ryantm, pull_request: YES, batch_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.luadbi-postgresql, using log file: /var/log/nixpkgs-update/lua52Packages.luadbi-postgresql/2024-03-13.log lua52Packages.luadbi-postgresql 0.7.2-1 -> 0.7.3 https://github.com/mwild1/luadbi/releases attrpath: lua52Packages.luadbi-postgresql Packages for lua are currently skipped. https://github.com/NixOS/nixpkgs/pull/37501#issuecomment-375169646 [result] Failed to update lua52Packages.luadbi-postgresql 0.7.2-1 -> 0.7.3 https://github.com/mwild1/luadbi/releases [options] github_user: r-ryantm, pull_request: YES, batch_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.luadbi-sqlite3, using log file: /var/log/nixpkgs-update/lua53Packages.luadbi-sqlite3/2024-03-13.log lua53Packages.luadbi-sqlite3 0.7.2-1 -> 0.7.3 https://github.com/mwild1/luadbi/releases attrpath: lua53Packages.luadbi-sqlite3 Packages for lua are currently skipped. https://github.com/NixOS/nixpkgs/pull/37501#issuecomment-375169646 [result] Failed to update lua53Packages.luadbi-sqlite3 0.7.2-1 -> 0.7.3 https://github.com/mwild1/luadbi/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath luajitPackages.luadbi, using log file: /var/log/nixpkgs-update/luajitPackages.luadbi/2024-03-13.log luajitPackages.luadbi 0.7.2-1 -> 0.7.3 https://github.com/mwild1/luadbi/releases attrpath: luajitPackages.luadbi Packages for lua are currently skipped. https://github.com/NixOS/nixpkgs/pull/37501#issuecomment-375169646 [result] Failed to update luajitPackages.luadbi 0.7.2-1 -> 0.7.3 https://github.com/mwild1/luadbi/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath luajitPackages.luadbi-mysql, using log file: /var/log/nixpkgs-update/luajitPackages.luadbi-mysql/2024-03-13.log luajitPackages.luadbi-mysql 0.7.2-1 -> 0.7.3 https://github.com/mwild1/luadbi/releases attrpath: luajitPackages.luadbi-mysql Packages for lua are currently skipped. https://github.com/NixOS/nixpkgs/pull/37501#issuecomment-375169646 [result] Failed to update luajitPackages.luadbi-mysql 0.7.2-1 -> 0.7.3 https://github.com/mwild1/luadbi/releases [options] github_user: r-ryantm, pull_request: YES, batch_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.luadbi, using log file: /var/log/nixpkgs-update/lua51Packages.luadbi/2024-03-13.log lua51Packages.luadbi 0.7.2-1 -> 0.7.3 https://github.com/mwild1/luadbi/releases attrpath: lua51Packages.luadbi Packages for lua are currently skipped. https://github.com/NixOS/nixpkgs/pull/37501#issuecomment-375169646 [result] Failed to update lua51Packages.luadbi 0.7.2-1 -> 0.7.3 https://github.com/mwild1/luadbi/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.furl, using log file: /var/log/nixpkgs-update/python311Packages.furl/2024-03-13.log python311Packages.furl 0 -> 1 attrpath: python311Packages.furl 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/cd3bz9mm9q9jwiq8qaxyrx51nnnrzs9r-packages.json.drv building '/nix/store/cd3bz9mm9q9jwiq8qaxyrx51nnnrzs9r-packages.json.drv'... Going to be running update for following packages: - python3.11-furl-2.1.3 Press Enter key to continue... Running update for: - python3.11-furl-2.1.3: UPDATING ... - python3.11-furl-2.1.3: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.furl 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.picobox, using log file: /var/log/nixpkgs-update/python311Packages.picobox/2024-03-13.log python311Packages.picobox 0 -> 1 attrpath: python311Packages.picobox Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/9zvfhjzzclypqbab42wsw03y97v390hq-packages.json.drv building '/nix/store/9zvfhjzzclypqbab42wsw03y97v390hq-packages.json.drv'... Going to be running update for following packages: - python3.11-picobox-4.0.0 Press Enter key to continue... Running update for: - python3.11-picobox-4.0.0: UPDATING ... - python3.11-picobox-4.0.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.picobox 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.hsluv, using log file: /var/log/nixpkgs-update/python311Packages.hsluv/2024-03-13.log python311Packages.hsluv 0 -> 1 attrpath: python311Packages.hsluv Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/lrq990p96y574y422m69lyjhgl0qdz6x-packages.json.drv building '/nix/store/lrq990p96y574y422m69lyjhgl0qdz6x-packages.json.drv'... Going to be running update for following packages: - python3.11-hsluv-5.0.4 Press Enter key to continue... Running update for: - python3.11-hsluv-5.0.4: UPDATING ... - python3.11-hsluv-5.0.4: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.hsluv 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.xdg-base-dirs, using log file: /var/log/nixpkgs-update/python311Packages.xdg-base-dirs/2024-03-13.log python311Packages.xdg-base-dirs 0 -> 1 attrpath: python311Packages.xdg-base-dirs Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/a73lmmg54zhas44bvniymlq90qmp7nhm-packages.json.drv building '/nix/store/a73lmmg54zhas44bvniymlq90qmp7nhm-packages.json.drv'... Going to be running update for following packages: - python3.11-xdg-base-dirs-6.0.1 Press Enter key to continue... Running update for: - python3.11-xdg-base-dirs-6.0.1: UPDATING ... - python3.11-xdg-base-dirs-6.0.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.xdg-base-dirs 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_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-c, using log file: /var/log/nixpkgs-update/cargo-c/2024-03-13.log cargo-c 0.9.24 -> 0.9.30 https://github.com/lu-zero/cargo-c/releases attrpath: cargo-c Checking auto update branch... No auto update branch exists Old version 0.9.24" not present in staging derivation file with contents: { lib , rustPlatform , fetchCrate , pkg-config , curl , openssl , stdenv , CoreFoundation , libiconv , Security , rav1e }: rustPlatform.buildRustPackage rec { pname = "cargo-c"; version = "0.9.29"; src = fetchCrate { inherit pname; # this version may need to be updated along with package version version = "${version}+cargo-0.76.0"; hash = "sha256-Uy5Bm8WwN3jQO2btnV/ayxTlIJAe5q2FUvhxCCrn9U8="; }; cargoHash = "sha256-fkekUCZReiexdtiQcWx+Hqz4XDDbRGa4fGheBCNZ3Qw="; nativeBuildInputs = [ pkg-config (lib.getDev curl) ]; buildInputs = [ openssl curl ] ++ lib.optionals stdenv.isDarwin [ CoreFoundation libiconv Security ]; # Ensure that we are avoiding build of the curl vendored in curl-sys doInstallCheck = stdenv.hostPlatform.libc == "glibc"; installCheckPhase = '' runHook preInstallCheck ldd "$out/bin/cargo-cbuild" | grep libcurl.so runHook postInstallCheck ''; passthru.tests = { inherit rav1e; }; meta = with lib; { description = "A cargo subcommand to build and install C-ABI compatible dynamic and static libraries"; longDescription = '' Cargo C-ABI helpers. A cargo applet that produces and installs a correct pkg-config file, a static library and a dynamic library, and a C header to be used by any C (and C-compatible) software. ''; homepage = "https://github.com/lu-zero/cargo-c"; changelog = "https://github.com/lu-zero/cargo-c/releases/tag/v${version}"; license = licenses.mit; maintainers = with maintainers; [ ]; }; } [result] Failed to update cargo-c 0.9.24 -> 0.9.30 https://github.com/lu-zero/cargo-c/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.pytest-django, using log file: /var/log/nixpkgs-update/python311Packages.pytest-django/2024-03-13.log python311Packages.pytest-django 0 -> 1 attrpath: python311Packages.pytest-django Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/jl7wwsdfj3wbr26qvkp34ivbazhlpx2p-packages.json.drv building '/nix/store/jl7wwsdfj3wbr26qvkp34ivbazhlpx2p-packages.json.drv'... Going to be running update for following packages: - python3.11-pytest-django-4.7.0 Press Enter key to continue... Running update for: - python3.11-pytest-django-4.7.0: UPDATING ... - python3.11-pytest-django-4.7.0: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/pytest-django/default.nix b/pkgs/development/python-modules/pytest-django/default.nix index 531ad08dec46..af7169bffc60 100644 --- a/pkgs/development/python-modules/pytest-django/default.nix +++ b/pkgs/development/python-modules/pytest-django/default.nix @@ -10,12 +10,12 @@ }: buildPythonPackage rec { pname = "pytest-django"; - version = "4.7.0"; + version = "4.8.0"; pyproject = true; src = fetchPypi { inherit pname version; - hash = "sha256-ktb9RrHXm1T7awYLuzlCgHM5bOxxfV8uEiqZDUtqpeg="; + hash = "sha256-XQVP4BHFbzsQ+Xj0Go77Llrfx+aA7zb7VxraHyR3nZA="; }; nativeBuildInputs = [ No auto update branch exists Old version 4.7.0" not present in staging derivation file with contents: { lib , buildPythonPackage , fetchPypi , django , setuptools , setuptools-scm , django-configurations , pytest , pytestCheckHook }: buildPythonPackage rec { pname = "pytest-django"; version = "4.8.0"; pyproject = true; src = fetchPypi { inherit pname version; hash = "sha256-XQVP4BHFbzsQ+Xj0Go77Llrfx+aA7zb7VxraHyR3nZA="; }; nativeBuildInputs = [ setuptools setuptools-scm ]; buildInputs = [ pytest ]; propagatedBuildInputs = [ django ]; nativeCheckInputs = [ django-configurations pytestCheckHook ]; preCheck = '' # bring pytest_django_test module into PYTHONPATH export PYTHONPATH="$(pwd):$PYTHONPATH" # test the lightweight sqlite flavor export DJANGO_SETTINGS_MODULE="pytest_django_test.settings_sqlite" ''; disabledTests = [ # AttributeError: type object 'TestLiveServer' has no attribute '_test_settings_before_run' "test_settings_restored" ]; __darwinAllowLocalNetworking = true; meta = with lib; { description = "py.test plugin for testing of Django applications"; homepage = "https://pytest-django.readthedocs.org/en/latest/"; license = licenses.bsd3; }; } [result] Failed to update python311Packages.pytest-django 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.yacs, using log file: /var/log/nixpkgs-update/python311Packages.yacs/2024-03-13.log python311Packages.yacs 0 -> 1 attrpath: python311Packages.yacs Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/crjvwncx5qzp6gb0jzdhhk31pisbmicx-packages.json.drv building '/nix/store/crjvwncx5qzp6gb0jzdhhk31pisbmicx-packages.json.drv'... Going to be running update for following packages: - python3.11-yacs-0.1.8 Press Enter key to continue... Running update for: - python3.11-yacs-0.1.8: UPDATING ... - python3.11-yacs-0.1.8: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.yacs 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.multi-key-dict, using log file: /var/log/nixpkgs-update/python311Packages.multi-key-dict/2024-03-13.log python311Packages.multi-key-dict 0 -> 1 attrpath: python311Packages.multi-key-dict Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/fk8sgi086yacwlj1zjfpah1n2h33bvln-packages.json.drv building '/nix/store/fk8sgi086yacwlj1zjfpah1n2h33bvln-packages.json.drv'... Going to be running update for following packages: - python3.11-multi-key-dict-2.0.3 Press Enter key to continue... Running update for: - python3.11-multi-key-dict-2.0.3: UPDATING ... - python3.11-multi-key-dict-2.0.3: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.multi-key-dict 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath transmission-gtk, using log file: /var/log/nixpkgs-update/transmission-gtk/2024-03-13.log transmission-gtk 3.00 -> 4.0.5 https://github.com/transmission/transmission/releases attrpath: transmission-gtk 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 transmission-gtk 3.00 -> 4.0.5 https://github.com/transmission/transmission/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: 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-cdn, using log file: /var/log/nixpkgs-update/python311Packages.azure-mgmt-cdn/2024-03-13.log python311Packages.azure-mgmt-cdn 0 -> 1 attrpath: python311Packages.azure-mgmt-cdn Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/n5vyjgg8qwnf8wsp1xvmgsjjmi88cb3d-packages.json.drv building '/nix/store/n5vyjgg8qwnf8wsp1xvmgsjjmi88cb3d-packages.json.drv'... Going to be running update for following packages: - python3.11-azure-mgmt-cdn-13.0.0 Press Enter key to continue... Running update for: - python3.11-azure-mgmt-cdn-13.0.0: UPDATING ... - python3.11-azure-mgmt-cdn-13.0.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.azure-mgmt-cdn 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.datashader, using log file: /var/log/nixpkgs-update/python311Packages.datashader/2024-03-13.log python311Packages.datashader 0 -> 1 attrpath: python311Packages.datashader Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/76y7lvlrfm0hi0yf1sg5x64a3cmp09af-packages.json.drv building '/nix/store/76y7lvlrfm0hi0yf1sg5x64a3cmp09af-packages.json.drv'... Going to be running update for following packages: - python3.11-datashader-0.16.0 Press Enter key to continue... Running update for: - python3.11-datashader-0.16.0: UPDATING ... - python3.11-datashader-0.16.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.datashader 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath dnglab, using log file: /var/log/nixpkgs-update/dnglab/2024-03-13.log dnglab 0.5.2 -> 0.6.0 https://github.com/dnglab/dnglab/releases attrpath: dnglab Checking auto update branch... An auto update branch exists with message `dnglab: 0.5.2 -> 0.6.0`. New version is 0.6.0. An auto update branch exists with an equal or greater version [result] Failed to update dnglab 0.5.2 -> 0.6.0 https://github.com/dnglab/dnglab/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.kivy-garden, using log file: /var/log/nixpkgs-update/python311Packages.kivy-garden/2024-03-13.log python311Packages.kivy-garden 0 -> 1 attrpath: python311Packages.kivy-garden Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/bawxdqpmhp0zgx3jxjv6hxjz0xb2570f-packages.json.drv building '/nix/store/bawxdqpmhp0zgx3jxjv6hxjz0xb2570f-packages.json.drv'... Going to be running update for following packages: - python3.11-kivy-garden-0.1.5 Press Enter key to continue... Running update for: - python3.11-kivy-garden-0.1.5: UPDATING ... - python3.11-kivy-garden-0.1.5: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.kivy-garden 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: 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, using log file: /var/log/nixpkgs-update/python311Packages.pygame/2024-03-13.log python311Packages.pygame 0 -> 1 attrpath: python311Packages.pygame Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/5c7dp2h621hfc9h9gqi8hg3dmm09fhl1-packages.json.drv building '/nix/store/5c7dp2h621hfc9h9gqi8hg3dmm09fhl1-packages.json.drv'... Going to be running update for following packages: - python3.11-pygame-2.5.2 Press Enter key to continue... Running update for: - python3.11-pygame-2.5.2: UPDATING ... - python3.11-pygame-2.5.2: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.pygame 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath wordbook, using log file: /var/log/nixpkgs-update/wordbook/2024-03-13.log wordbook 0 -> 1 attrpath: wordbook Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/95zbcigkwdq87zb34s1d20xrwsir4mav-packages.json.drv building '/nix/store/95zbcigkwdq87zb34s1d20xrwsir4mav-packages.json.drv'... Going to be running update for following packages: - wordbook-unstable-2022-11-02 Press Enter key to continue... Running update for: - wordbook-unstable-2022-11-02: UPDATING ... - wordbook-unstable-2022-11-02: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update wordbook 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: 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-mail, using log file: /var/log/nixpkgs-update/python311Packages.flask-mail/2024-03-13.log python311Packages.flask-mail 0 -> 1 attrpath: python311Packages.flask-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/4l77ijyrkl2cl7lx6rynya382rxihy7b-packages.json.drv building '/nix/store/4l77ijyrkl2cl7lx6rynya382rxihy7b-packages.json.drv'... Going to be running update for following packages: - python3.11-flask-mail-0.9.1 Press Enter key to continue... Running update for: - python3.11-flask-mail-0.9.1: UPDATING ... - python3.11-flask-mail-0.9.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.flask-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 mindforger, using log file: /var/log/nixpkgs-update/mindforger/2024-03-13.log mindforger 1.52.0 -> 2.0.0 https://github.com/dvorka/mindforger/releases attrpath: mindforger 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 mindforger 1.52.0 -> 2.0.0 https://github.com/dvorka/mindforger/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.pysigma-backend-qradar, using log file: /var/log/nixpkgs-update/python311Packages.pysigma-backend-qradar/2024-03-13.log python311Packages.pysigma-backend-qradar 0 -> 1 attrpath: python311Packages.pysigma-backend-qradar Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/y2vgm8cb654h8g57jrl6gay3zm4xx8nd-packages.json.drv building '/nix/store/y2vgm8cb654h8g57jrl6gay3zm4xx8nd-packages.json.drv'... Going to be running update for following packages: - python3.11-pysigma-backend-qradar-0.3.3 Press Enter key to continue... Running update for: - python3.11-pysigma-backend-qradar-0.3.3: UPDATING ... - python3.11-pysigma-backend-qradar-0.3.3: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.pysigma-backend-qradar 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.autoflake, using log file: /var/log/nixpkgs-update/python311Packages.autoflake/2024-03-13.log python311Packages.autoflake 2.3.0 -> 2.3.1 https://github.com/myint/autoflake/releases attrpath: python311Packages.autoflake Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/swli9baqpzlvnpw7s2vvwwna9i02sql8-packages.json.drv building '/nix/store/swli9baqpzlvnpw7s2vvwwna9i02sql8-packages.json.drv'... Going to be running update for following packages: - python3.11-autoflake-2.3.0 Press Enter key to continue... Running update for: - python3.11-autoflake-2.3.0: UPDATING ... - python3.11-autoflake-2.3.0: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/autoflake/default.nix b/pkgs/development/python-modules/autoflake/default.nix index 64d429629276..e6f9c94c3f8f 100644 --- a/pkgs/development/python-modules/autoflake/default.nix +++ b/pkgs/development/python-modules/autoflake/default.nix @@ -9,12 +9,12 @@ }: buildPythonPackage rec { pname = "autoflake"; - version = "2.3.0"; + version = "2.3.1"; format = "pyproject"; src = fetchPypi { inherit pname version; - hash = "sha256-jCAR+jRwG519zwW5hzvEhZ1Pzk5i3+qQ3/79FXb18B0="; + hash = "sha256-yYt13FsKhkWcTwGh0yrH60M47EMXpEaVFf8eaH7NkJ4="; }; nativeBuildInputs = [ No auto update branch exists [outpaths] eval start [outpaths] eval end Successfully finished processing cachix "/nix/store/hikczsbai451cymcmajm3rwv77fqw3vx-python3.11-autoflake-2.3.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)
10 packages built:
  • autoflake (python311Packages.autoflake)
  • autoflake.dist (python311Packages.autoflake.dist)
  • nbqa
  • nbqa.dist
  • python311Packages.unstructured-api-tools
  • python311Packages.unstructured-api-tools.dist
  • python312Packages.autoflake
  • python312Packages.autoflake.dist
  • python312Packages.unstructured-api-tools
  • python312Packages.unstructured-api-tools.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.autoflake is: Tool to remove unused imports and unused variables meta.homepage for python311Packages.autoflake is: https://github.com/myint/autoflake ###### 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.1 with grep in /nix/store/hikczsbai451cymcmajm3rwv77fqw3vx-python3.11-autoflake-2.3.1 - found 2.3.1 in filename of file in /nix/store/hikczsbai451cymcmajm3rwv77fqw3vx-python3.11-autoflake-2.3.1 ---
Rebuild report (if merged into master) (click to expand) ``` 6 total rebuild path(s) 6 package rebuild(s) First fifty rebuilds by attrpath autoflake nbqa python311Packages.autoflake python311Packages.unstructured-api-tools python312Packages.autoflake python312Packages.unstructured-api-tools ```
Instructions to test this update (click to expand) --- Either **download from Cachix**: ``` nix-store -r /nix/store/hikczsbai451cymcmajm3rwv77fqw3vx-python3.11-autoflake-2.3.1 \ --option binary-caches 'https://cache.nixos.org/ https://nix-community.cachix.org/' \ --option trusted-public-keys ' nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs= cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY= ' ``` (The Cachix cache is only trusted for this store-path realization.) For the Cachix download to work, your user must be in the `trusted-users` list or you can use `sudo` since root is effectively trusted. Or, **build yourself**: ``` nix-build -A python311Packages.autoflake https://github.com/r-ryantm/nixpkgs/archive/01a7b9d8abc7947bff4e9da34d101d976bb35ffd.tar.gz ``` Or: ``` nix build github:r-ryantm/nixpkgs/01a7b9d8abc7947bff4e9da34d101d976bb35ffd#python311Packages.autoflake ``` After you've downloaded or built it, look at the files and if there are any, run the binaries: ``` ls -la /nix/store/hikczsbai451cymcmajm3rwv77fqw3vx-python3.11-autoflake-2.3.1 ls -la /nix/store/hikczsbai451cymcmajm3rwv77fqw3vx-python3.11-autoflake-2.3.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)
10 packages built:
  • autoflake (python311Packages.autoflake)
  • autoflake.dist (python311Packages.autoflake.dist)
  • nbqa
  • nbqa.dist
  • python311Packages.unstructured-api-tools
  • python311Packages.unstructured-api-tools.dist
  • python312Packages.autoflake
  • python312Packages.autoflake.dist
  • python312Packages.unstructured-api-tools
  • python312Packages.unstructured-api-tools.dist
--- ###### Maintainer pings cc @yuriaisaka 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/295525 [result] Success updating python311Packages.autoflake 2.3.0 -> 2.3.1 https://github.com/myint/autoflake/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.phone-modem, using log file: /var/log/nixpkgs-update/python311Packages.phone-modem/2024-03-13.log python311Packages.phone-modem 0 -> 1 attrpath: python311Packages.phone-modem Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/d5rkkhwfp3sligls2jpfq007l2bihgyj-packages.json.drv building '/nix/store/d5rkkhwfp3sligls2jpfq007l2bihgyj-packages.json.drv'... Going to be running update for following packages: - python3.11-phone-modem-0.1.2 Press Enter key to continue... Running update for: - python3.11-phone-modem-0.1.2: UPDATING ... - python3.11-phone-modem-0.1.2: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.phone-modem 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.pyotgw, using log file: /var/log/nixpkgs-update/python311Packages.pyotgw/2024-03-13.log python311Packages.pyotgw 0 -> 1 attrpath: python311Packages.pyotgw Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/awix3vx37p21yjfrxl8sa2yd6f8pxaa7-packages.json.drv building '/nix/store/awix3vx37p21yjfrxl8sa2yd6f8pxaa7-packages.json.drv'... Going to be running update for following packages: - python3.11-pyotgw-2.1.3 Press Enter key to continue... Running update for: - python3.11-pyotgw-2.1.3: UPDATING ... - python3.11-pyotgw-2.1.3: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.pyotgw 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath libsignal-ffi, using log file: /var/log/nixpkgs-update/libsignal-ffi/2024-03-13.log libsignal-ffi 0.39.2 -> 0.41.2 https://github.com/signalapp/libsignal/releases attrpath: libsignal-ffi 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/li/libsignal-ffi/package.nix b/pkgs/by-name/li/libsignal-ffi/package.nix index b6faa11f8482..afc863596bb8 100644 --- a/pkgs/by-name/li/libsignal-ffi/package.nix +++ b/pkgs/by-name/li/libsignal-ffi/package.nix @@ -12,13 +12,13 @@ rustPlatform.buildRustPackage rec { pname = "libsignal-ffi"; # must match the version used in mautrix-signal # see https://github.com/mautrix/signal/issues/401 - version = "0.39.2"; + version = "0.41.2"; src = fetchFromGitHub { owner = "signalapp"; repo = "libsignal"; rev = "v${version}"; - hash = "sha256-MKmkqfUhXOHUlP3jSNKsplT9kP0ERj3rmTrLLU3T2no="; + hash = "sha256-Q4tiL9OFjmQcIBvDBBdbvAtDvT1VUhv9dpbIuW50MKA="; }; nativeBuildInputs = [ protobuf ] ++ lib.optionals stdenv.isDarwin [ xcodebuild ]; [outpaths] eval start [outpaths] eval end Received ExitFailure 1 when running Raw command: /nix/store/6r0bm8shswm9v08kzvq24ib48mx3kxmn-nix-2.18.1/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A libsignal-ffi nix build failed. < dependencies = [ < "sha1_smol", < ] --- > checksum = "5e395fcf16a7a3d8127ec99782007af141946b4795001f876d54fb0d55978560" 4180c3750 < "bitflags 2.4.2", --- > "bitflags 2.4.1", 4488d4057 < "cfg-if", 4498d4066 < "rayon", 4500d4067 < "sha2", 4520d4086 < "num_enum", 4528d4093 < "test-case", 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 libsignal-ffi 0.39.2 -> 0.41.2 https://github.com/signalapp/libsignal/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.pycosat, using log file: /var/log/nixpkgs-update/python311Packages.pycosat/2024-03-13.log python311Packages.pycosat 0 -> 1 attrpath: python311Packages.pycosat Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/n9ablr4h0nyqcdfmza1h2wf4ziky8rll-packages.json.drv building '/nix/store/n9ablr4h0nyqcdfmza1h2wf4ziky8rll-packages.json.drv'... Going to be running update for following packages: - python3.11-pycosat-0.6.3 Press Enter key to continue... Running update for: - python3.11-pycosat-0.6.3: UPDATING ... - python3.11-pycosat-0.6.3: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.pycosat 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.recline, using log file: /var/log/nixpkgs-update/python311Packages.recline/2024-03-13.log python311Packages.recline 0 -> 1 attrpath: python311Packages.recline Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/vpbxkacpal65d2dhmiabxiwpwdcrpwq9-packages.json.drv building '/nix/store/vpbxkacpal65d2dhmiabxiwpwdcrpwq9-packages.json.drv'... Going to be running update for following packages: - python3.11-recline-2023.5 Press Enter key to continue... Running update for: - python3.11-recline-2023.5: UPDATING ... - python3.11-recline-2023.5: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.recline 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.grapheme, using log file: /var/log/nixpkgs-update/python311Packages.grapheme/2024-03-13.log python311Packages.grapheme 0 -> 1 attrpath: python311Packages.grapheme Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/542lpjjbqvm7psir19y9ym9h0kmxchc6-packages.json.drv building '/nix/store/542lpjjbqvm7psir19y9ym9h0kmxchc6-packages.json.drv'... Going to be running update for following packages: - python3.11-grapheme-0.6.0 Press Enter key to continue... Running update for: - python3.11-grapheme-0.6.0: UPDATING ... - python3.11-grapheme-0.6.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.grapheme 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.testfixtures, using log file: /var/log/nixpkgs-update/python311Packages.testfixtures/2024-03-13.log python311Packages.testfixtures 0 -> 1 attrpath: python311Packages.testfixtures 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/8iw715a1fbvh4xmn87n642vqvpw6a28a-packages.json.drv building '/nix/store/8iw715a1fbvh4xmn87n642vqvpw6a28a-packages.json.drv'... Going to be running update for following packages: - python3.11-testfixtures-7.2.2 Press Enter key to continue... Running update for: - python3.11-testfixtures-7.2.2: UPDATING ... - python3.11-testfixtures-7.2.2: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/testfixtures/default.nix b/pkgs/development/python-modules/testfixtures/default.nix index 911d1496165f..ce12ed1c7d4a 100644 --- a/pkgs/development/python-modules/testfixtures/default.nix +++ b/pkgs/development/python-modules/testfixtures/default.nix @@ -14,7 +14,7 @@ buildPythonPackage rec { pname = "testfixtures"; - version = "7.2.2"; + version = "8.1.0"; pyproject = true; # DO NOT CONTACT upstream. # https://github.com/simplistix/ is only concerned with internal CI process. @@ -27,7 +27,7 @@ buildPythonPackage rec { src = fetchPypi { inherit pname version; - hash = "sha256-gHdK7LAklFgnWreD9TCT++dXlf8rMhjSLOP/8KEsTaY="; + hash = "sha256-gISJkDBIWcOito3+S8r3e25kJaOSUEe8JaUnVSd7+m0="; }; patches = [ No auto update branch exists Old version 7.2.2" not present in staging derivation file with contents: { lib , buildPythonPackage , fetchPypi , mock , pytestCheckHook , pythonOlder , setuptools , sybil , twisted }: buildPythonPackage rec { pname = "testfixtures"; version = "8.1.0"; pyproject = true; # DO NOT CONTACT upstream. # https://github.com/simplistix/ is only concerned with internal CI process. # Any attempt by non-standard pip workflows to comment on issues will # be met with hostility. # https://github.com/simplistix/testfixtures/issues/169 # https://github.com/simplistix/testfixtures/issues/168 disabled = pythonOlder "3.7"; src = fetchPypi { inherit pname version; hash = "sha256-gISJkDBIWcOito3+S8r3e25kJaOSUEe8JaUnVSd7+m0="; }; build-system = [ setuptools ]; nativeCheckInputs = [ mock pytestCheckHook sybil twisted ]; disabledTestPaths = [ # Django is too much hasle to setup at the moment "testfixtures/tests/test_django" ]; pytestFlagsArray = [ "testfixtures/tests" ]; pythonImportsCheck = [ "testfixtures" ]; meta = with lib; { description = "Collection of helpers and mock objects for unit tests and doc tests"; homepage = "https://github.com/Simplistix/testfixtures"; changelog = "https://github.com/simplistix/testfixtures/blob/${version}/CHANGELOG.rst"; license = licenses.mit; maintainers = with maintainers; [ siriobalmelli ]; }; } [result] Failed to update python311Packages.testfixtures 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.pytorch-msssim, using log file: /var/log/nixpkgs-update/python311Packages.pytorch-msssim/2024-03-13.log python311Packages.pytorch-msssim 0 -> 1 attrpath: python311Packages.pytorch-msssim Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/ljhqvhc0i1zfgxijl43civqhbsy6zws0-packages.json.drv building '/nix/store/ljhqvhc0i1zfgxijl43civqhbsy6zws0-packages.json.drv'... Going to be running update for following packages: - python3.11-pytorch-msssim-1.0.0 Press Enter key to continue... Running update for: - python3.11-pytorch-msssim-1.0.0: UPDATING ... - python3.11-pytorch-msssim-1.0.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.pytorch-msssim 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath xorex, using log file: /var/log/nixpkgs-update/xorex/2024-03-13.log xorex 0 -> 1 attrpath: xorex Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/gzkbwrwd87kn8ia1yk5qs2jkra8wdmiz-packages.json.drv building '/nix/store/gzkbwrwd87kn8ia1yk5qs2jkra8wdmiz-packages.json.drv'... Going to be running update for following packages: - xorex-0.3.0 Press Enter key to continue... Running update for: - xorex-0.3.0: UPDATING ... - xorex-0.3.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update xorex 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.uproot, using log file: /var/log/nixpkgs-update/python311Packages.uproot/2024-03-13.log python311Packages.uproot 0 -> 1 attrpath: python311Packages.uproot Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/66yhbb2mw7jax1bbhfb5mnycvgmjqxvy-packages.json.drv building '/nix/store/66yhbb2mw7jax1bbhfb5mnycvgmjqxvy-packages.json.drv'... Going to be running update for following packages: - python3.11-uproot-5.3.1 Press Enter key to continue... Running update for: - python3.11-uproot-5.3.1: UPDATING ... - python3.11-uproot-5.3.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.uproot 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath vte, using log file: /var/log/nixpkgs-update/vte/2024-03-13.log vte 0 -> 1 attrpath: vte Checking auto update branch... Do not update GNOME during a release cycle [result] Failed to update vte 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_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.http, using log file: /var/log/nixpkgs-update/terraform-providers.http/2024-03-13.log terraform-providers.http 0 -> 1 attrpath: terraform-providers.http Checking auto update branch... Derivation file opts-out of auto-updates [result] Failed to update terraform-providers.http 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_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.hsa-amd-aqlprofile-bin, using log file: /var/log/nixpkgs-update/rocmPackages.hsa-amd-aqlprofile-bin/2024-03-13.log rocmPackages.hsa-amd-aqlprofile-bin 0 -> 1 attrpath: rocmPackages.hsa-amd-aqlprofile-bin Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Failed with exit code 1 these 2 derivations will be built: /nix/store/gxzvf5n0m0mxc5j50z40az7xznwxhndc-update.sh.drv /nix/store/8jz5rwjxzlsm2j41km1h1r9zs61vfxs2-packages.json.drv building '/nix/store/gxzvf5n0m0mxc5j50z40az7xznwxhndc-update.sh.drv'... building '/nix/store/8jz5rwjxzlsm2j41km1h1r9zs61vfxs2-packages.json.drv'... Going to be running update for following packages: - hsa-amd-aqlprofile-bin-5.7.1 Press Enter key to continue... Running update for: - hsa-amd-aqlprofile-bin-5.7.1: UPDATING ... - hsa-amd-aqlprofile-bin-5.7.1: ERROR --- SHOWING ERROR LOG FOR hsa-amd-aqlprofile-bin-5.7.1 ---------------------- 'rocmPackages_5.hsa-amd-aqlprofile-bin' is already at it's maximum allowed version. Any further upgrades should go into 'rocmPackages_X.hsa-amd-aqlprofile-bin'. --- SHOWING ERROR LOG FOR hsa-amd-aqlprofile-bin-5.7.1 ---------------------- The update script for hsa-amd-aqlprofile-bin-5.7.1 failed with exit code 1 [result] Failed to update rocmPackages.hsa-amd-aqlprofile-bin 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.osmpythontools, using log file: /var/log/nixpkgs-update/python311Packages.osmpythontools/2024-03-13.log python311Packages.osmpythontools 0 -> 1 attrpath: python311Packages.osmpythontools Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/xwi4bmdv3jjr3jmxbikisrj9m7v5zzql-packages.json.drv building '/nix/store/xwi4bmdv3jjr3jmxbikisrj9m7v5zzql-packages.json.drv'... Going to be running update for following packages: - python3.11-osmpythontools-0.3.5 Press Enter key to continue... Running update for: - python3.11-osmpythontools-0.3.5: UPDATING ... - python3.11-osmpythontools-0.3.5: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.osmpythontools 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.led-ble, using log file: /var/log/nixpkgs-update/python311Packages.led-ble/2024-03-13.log python311Packages.led-ble 0 -> 1 attrpath: python311Packages.led-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/9lmhif3vl5pvnici7s3ipxsylkb73kzz-packages.json.drv building '/nix/store/9lmhif3vl5pvnici7s3ipxsylkb73kzz-packages.json.drv'... Going to be running update for following packages: - python3.11-led-ble-1.0.1 Press Enter key to continue... Running update for: - python3.11-led-ble-1.0.1: UPDATING ... - python3.11-led-ble-1.0.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.led-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.snaptime, using log file: /var/log/nixpkgs-update/python311Packages.snaptime/2024-03-13.log python311Packages.snaptime 0 -> 1 attrpath: python311Packages.snaptime Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/zvd7byipsgp5xhrns8gnxl29hkf1vlbm-packages.json.drv building '/nix/store/zvd7byipsgp5xhrns8gnxl29hkf1vlbm-packages.json.drv'... Going to be running update for following packages: - python3.11-snaptime-0.2.4 Press Enter key to continue... Running update for: - python3.11-snaptime-0.2.4: UPDATING ... - python3.11-snaptime-0.2.4: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.snaptime 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.alarmdecoder, using log file: /var/log/nixpkgs-update/python311Packages.alarmdecoder/2024-03-13.log python311Packages.alarmdecoder 0 -> 1 attrpath: python311Packages.alarmdecoder Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/v6g2hffkdqdn1yad8nsnmb6lv503ljnb-packages.json.drv building '/nix/store/v6g2hffkdqdn1yad8nsnmb6lv503ljnb-packages.json.drv'... Going to be running update for following packages: - python3.11-alarmdecoder-1.13.11 Press Enter key to continue... Running update for: - python3.11-alarmdecoder-1.13.11: UPDATING ... - python3.11-alarmdecoder-1.13.11: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.alarmdecoder 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.aiohwenergy, using log file: /var/log/nixpkgs-update/python311Packages.aiohwenergy/2024-03-13.log python311Packages.aiohwenergy 0 -> 1 attrpath: python311Packages.aiohwenergy Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/hvqk4sixqgxlfyqrw6fi96wxi64pah26-packages.json.drv building '/nix/store/hvqk4sixqgxlfyqrw6fi96wxi64pah26-packages.json.drv'... Going to be running update for following packages: - python3.11-aiohwenergy-0.8.0 Press Enter key to continue... Running update for: - python3.11-aiohwenergy-0.8.0: UPDATING ... - python3.11-aiohwenergy-0.8.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.aiohwenergy 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.testtools, using log file: /var/log/nixpkgs-update/python311Packages.testtools/2024-03-13.log python311Packages.testtools 0 -> 1 attrpath: python311Packages.testtools Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/5rxb2rpnrqmmybixkf42cnflvyppv408-packages.json.drv building '/nix/store/5rxb2rpnrqmmybixkf42cnflvyppv408-packages.json.drv'... Going to be running update for following packages: - python3.11-testtools-2.7.1 Press Enter key to continue... Running update for: - python3.11-testtools-2.7.1: UPDATING ... - python3.11-testtools-2.7.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.testtools 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath dynamic-wallpaper, using log file: /var/log/nixpkgs-update/dynamic-wallpaper/2024-03-13.log dynamic-wallpaper 0 -> 1 attrpath: dynamic-wallpaper Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/wxx2rkiwflf1k60dcvk5xjr5q7zvknfk-packages.json.drv building '/nix/store/wxx2rkiwflf1k60dcvk5xjr5q7zvknfk-packages.json.drv'... Going to be running update for following packages: - dynamic-wallpaper-0.1.0 Press Enter key to continue... Running update for: - dynamic-wallpaper-0.1.0: UPDATING ... - dynamic-wallpaper-0.1.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update dynamic-wallpaper 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: 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-classifier, using log file: /var/log/nixpkgs-update/python311Packages.karton-classifier/2024-03-13.log python311Packages.karton-classifier 0 -> 1 attrpath: python311Packages.karton-classifier Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/n62c0acpii8hvp4inb44r6zamrm0j2d6-packages.json.drv building '/nix/store/n62c0acpii8hvp4inb44r6zamrm0j2d6-packages.json.drv'... Going to be running update for following packages: - python3.11-karton-classifier-2.0.0 Press Enter key to continue... Running update for: - python3.11-karton-classifier-2.0.0: UPDATING ... - python3.11-karton-classifier-2.0.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.karton-classifier 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath openrefine, using log file: /var/log/nixpkgs-update/openrefine/2024-03-13.log openrefine 0 -> 1 attrpath: openrefine 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/s4fwxhd8g4rkx52j2dsal0lgllfksxp6-packages.json.drv building '/nix/store/s4fwxhd8g4rkx52j2dsal0lgllfksxp6-packages.json.drv'... Going to be running update for following packages: - openrefine-3.7.9 Press Enter key to continue... Running update for: - openrefine-3.7.9: UPDATING ... - openrefine-3.7.9: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update openrefine 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.bytewax, using log file: /var/log/nixpkgs-update/python311Packages.bytewax/2024-03-13.log python311Packages.bytewax 0 -> 1 attrpath: python311Packages.bytewax Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/ccv260brv70s20xsxpnrfsz8v1dgmi20-packages.json.drv building '/nix/store/ccv260brv70s20xsxpnrfsz8v1dgmi20-packages.json.drv'... Going to be running update for following packages: - python3.11-bytewax-0.17.2 Press Enter key to continue... Running update for: - python3.11-bytewax-0.17.2: UPDATING ... - python3.11-bytewax-0.17.2: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.bytewax 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.pyhumps, using log file: /var/log/nixpkgs-update/python311Packages.pyhumps/2024-03-13.log python311Packages.pyhumps 0 -> 1 attrpath: python311Packages.pyhumps Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/n6jdb8pp99q61ahc1xn4acdkysxhzjm4-packages.json.drv building '/nix/store/n6jdb8pp99q61ahc1xn4acdkysxhzjm4-packages.json.drv'... Going to be running update for following packages: - python3.11-pyhumps-3.8.0 Press Enter key to continue... Running update for: - python3.11-pyhumps-3.8.0: UPDATING ... - python3.11-pyhumps-3.8.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.pyhumps 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath dnsrecon, using log file: /var/log/nixpkgs-update/dnsrecon/2024-03-13.log dnsrecon 0 -> 1 attrpath: dnsrecon Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/ixbnrq8k84l5imjg44bzhkif515i3fhw-packages.json.drv building '/nix/store/ixbnrq8k84l5imjg44bzhkif515i3fhw-packages.json.drv'... Going to be running update for following packages: - dnsrecon-1.1.5 Press Enter key to continue... Running update for: - dnsrecon-1.1.5: UPDATING ... - dnsrecon-1.1.5: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update dnsrecon 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.btchip, using log file: /var/log/nixpkgs-update/python311Packages.btchip/2024-03-13.log python311Packages.btchip 0 -> 1 attrpath: python311Packages.btchip Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/id6b248pgwii32ir5prhj9cag4vd365w-packages.json.drv building '/nix/store/id6b248pgwii32ir5prhj9cag4vd365w-packages.json.drv'... Going to be running update for following packages: - python3.11-btchip-python-0.1.32 Press Enter key to continue... Running update for: - python3.11-btchip-python-0.1.32: UPDATING ... - python3.11-btchip-python-0.1.32: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.btchip 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.opensearch-py, using log file: /var/log/nixpkgs-update/python311Packages.opensearch-py/2024-03-13.log python311Packages.opensearch-py 0 -> 1 attrpath: python311Packages.opensearch-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/xl40chbv9fcncb1yqqabkclxwqlr5vhy-packages.json.drv building '/nix/store/xl40chbv9fcncb1yqqabkclxwqlr5vhy-packages.json.drv'... Going to be running update for following packages: - python3.11-opensearch-py-2.4.2 Press Enter key to continue... Running update for: - python3.11-opensearch-py-2.4.2: UPDATING ... - python3.11-opensearch-py-2.4.2: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.opensearch-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.javaproperties, using log file: /var/log/nixpkgs-update/python311Packages.javaproperties/2024-03-13.log python311Packages.javaproperties 0 -> 1 attrpath: python311Packages.javaproperties Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/yh0xdafix9c3dlzhj4wxz5zqc1y3zyxk-packages.json.drv building '/nix/store/yh0xdafix9c3dlzhj4wxz5zqc1y3zyxk-packages.json.drv'... Going to be running update for following packages: - python3.11-javaproperties-0.8.1 Press Enter key to continue... Running update for: - python3.11-javaproperties-0.8.1: UPDATING ... - python3.11-javaproperties-0.8.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.javaproperties 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.josepy, using log file: /var/log/nixpkgs-update/python311Packages.josepy/2024-03-13.log python311Packages.josepy 0 -> 1 attrpath: python311Packages.josepy Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/nkvwya2d0ahsss96x3g63l8q1wwfn679-packages.json.drv building '/nix/store/nkvwya2d0ahsss96x3g63l8q1wwfn679-packages.json.drv'... Going to be running update for following packages: - python3.11-josepy-1.14.0 Press Enter key to continue... Running update for: - python3.11-josepy-1.14.0: UPDATING ... - python3.11-josepy-1.14.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.josepy 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.num2words, using log file: /var/log/nixpkgs-update/python311Packages.num2words/2024-03-13.log python311Packages.num2words 0 -> 1 attrpath: python311Packages.num2words Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/gi340rfh30frp4gxmxac17l66h6l3pcr-packages.json.drv building '/nix/store/gi340rfh30frp4gxmxac17l66h6l3pcr-packages.json.drv'... Going to be running update for following packages: - python3.11-num2words-0.5.13 Press Enter key to continue... Running update for: - python3.11-num2words-0.5.13: UPDATING ... - python3.11-num2words-0.5.13: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.num2words 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.jira, using log file: /var/log/nixpkgs-update/python311Packages.jira/2024-03-13.log python311Packages.jira 0 -> 1 attrpath: python311Packages.jira Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/q801vxqlw5gaaz1dnfvr9k4b3cddl0ca-packages.json.drv building '/nix/store/q801vxqlw5gaaz1dnfvr9k4b3cddl0ca-packages.json.drv'... Going to be running update for following packages: - python3.11-jira-3.5.2 Press Enter key to continue... Running update for: - python3.11-jira-3.5.2: UPDATING ... - python3.11-jira-3.5.2: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/jira/default.nix b/pkgs/development/python-modules/jira/default.nix index 9b8a808b878f..e1e324b10b9d 100644 --- a/pkgs/development/python-modules/jira/default.nix +++ b/pkgs/development/python-modules/jira/default.nix @@ -21,7 +21,7 @@ buildPythonPackage rec { pname = "jira"; - version = "3.5.2"; + version = "3.6.0"; pyproject = true; disabled = pythonOlder "3.8"; @@ -30,7 +30,7 @@ buildPythonPackage rec { owner = "pycontribs"; repo = pname; rev = "refs/tags/${version}"; - hash = "sha256-9hzKN57OHi2be9C2mtHZU1KcpbcKxiiYDj9Vw7MxTK4="; + hash = "sha256-Wv6xjk1nyFIDKAypyQRlqFglzxe9Ems2ON3PEehUP/Q="; }; nativeBuildInputs = [ No auto update branch exists Old version 3.5.2" not present in staging derivation file with contents: { lib , buildPythonPackage , fetchFromGitHub , defusedxml , flaky , ipython , keyring , packaging , pyjwt , pytestCheckHook , pythonOlder , requests , requests-futures , requests-mock , requests-oauthlib , requests-toolbelt , setuptools , setuptools-scm , typing-extensions }: buildPythonPackage rec { pname = "jira"; version = "3.6.0"; pyproject = true; disabled = pythonOlder "3.8"; src = fetchFromGitHub { owner = "pycontribs"; repo = pname; rev = "refs/tags/${version}"; hash = "sha256-Wv6xjk1nyFIDKAypyQRlqFglzxe9Ems2ON3PEehUP/Q="; }; nativeBuildInputs = [ setuptools setuptools-scm ]; propagatedBuildInputs = [ defusedxml packaging requests requests-oauthlib requests-toolbelt typing-extensions ]; passthru.optional-dependencies = { cli = [ ipython keyring ]; opt = [ # filemagic pyjwt # requests-jwt # requests-keyberos ]; async = [ requests-futures ]; }; nativeCheckInputs = [ flaky pytestCheckHook requests-mock ]; postPatch = '' substituteInPlace setup.cfg \ --replace "--cov-report=xml --cov jira" "" ''; pythonImportsCheck = [ "jira" ]; # impure tests because of connectivity attempts to jira servers doCheck = false; meta = with lib; { description = "Library to interact with the JIRA REST API"; homepage = "https://github.com/pycontribs/jira"; changelog = "https://github.com/pycontribs/jira/releases/tag/${version}"; license = licenses.bsd2; maintainers = with maintainers; [ ]; mainProgram = "jirashell"; }; } [result] Failed to update python311Packages.jira 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.parameterized, using log file: /var/log/nixpkgs-update/python311Packages.parameterized/2024-03-13.log python311Packages.parameterized 0 -> 1 attrpath: python311Packages.parameterized Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/f4v3kf7nja9mwlc905kg63a1qyl0c4ff-packages.json.drv building '/nix/store/f4v3kf7nja9mwlc905kg63a1qyl0c4ff-packages.json.drv'... Going to be running update for following packages: - python3.11-parameterized-0.9.0 Press Enter key to continue... Running update for: - python3.11-parameterized-0.9.0: UPDATING ... - python3.11-parameterized-0.9.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.parameterized 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.resize-right, using log file: /var/log/nixpkgs-update/python311Packages.resize-right/2024-03-13.log python311Packages.resize-right 0 -> 1 attrpath: python311Packages.resize-right Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/if9hbkjaly3l4nwwlmpilsb864cb4sl3-packages.json.drv building '/nix/store/if9hbkjaly3l4nwwlmpilsb864cb4sl3-packages.json.drv'... Going to be running update for following packages: - python3.11-resize-right-0.0.2 Press Enter key to continue... Running update for: - python3.11-resize-right-0.0.2: UPDATING ... - python3.11-resize-right-0.0.2: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.resize-right 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_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_6_23, using log file: /var/log/nixpkgs-update/rocksdb_6_23/2024-03-13.log rocksdb_6_23 6.23.3 -> 8.11.3 https://github.com/facebook/rocksdb/releases attrpath: rocksdb_6_23 Checking auto update branch... No auto update branch exists Version in attr path rocksdb_6_23 not compatible with 8.11.3 [result] Failed to update rocksdb_6_23 6.23.3 -> 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 getmail6, using log file: /var/log/nixpkgs-update/getmail6/2024-03-13.log getmail6 0 -> 1 attrpath: getmail6 Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/9sz0cgjz2w8rs1rv025fk6ciqyh2rsz8-packages.json.drv building '/nix/store/9sz0cgjz2w8rs1rv025fk6ciqyh2rsz8-packages.json.drv'... Going to be running update for following packages: - getmail6-6.18.13 Press Enter key to continue... Running update for: - getmail6-6.18.13: UPDATING ... - getmail6-6.18.13: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update getmail6 0 -> 1 [options] github_user: r-ryantm, pull_request: 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.libxfce4ui 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.aiooss2, using log file: /var/log/nixpkgs-update/python311Packages.aiooss2/2024-03-13.log python311Packages.aiooss2 0 -> 1 attrpath: python311Packages.aiooss2 Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/5j7l5v9wlw9aw0h7wzfmz8l0him7jhmy-packages.json.drv building '/nix/store/5j7l5v9wlw9aw0h7wzfmz8l0him7jhmy-packages.json.drv'... Going to be running update for following packages: - python3.11-aiooss2-0.2.9 Press Enter key to continue... Running update for: - python3.11-aiooss2-0.2.9: UPDATING ... - python3.11-aiooss2-0.2.9: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.aiooss2 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.etelemetry, using log file: /var/log/nixpkgs-update/python311Packages.etelemetry/2024-03-13.log python311Packages.etelemetry 0 -> 1 attrpath: python311Packages.etelemetry Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/742lkk874i13z08rpi5sxm86i4x5y4nr-packages.json.drv building '/nix/store/742lkk874i13z08rpi5sxm86i4x5y4nr-packages.json.drv'... Going to be running update for following packages: - python3.11-etelemetry-0.2.1 Press Enter key to continue... Running update for: - python3.11-etelemetry-0.2.1: UPDATING ... - python3.11-etelemetry-0.2.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.etelemetry 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.lion-pytorch, using log file: /var/log/nixpkgs-update/python311Packages.lion-pytorch/2024-03-13.log python311Packages.lion-pytorch 0 -> 1 attrpath: python311Packages.lion-pytorch Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/d26s5hgimamnjig66agvx9sc9v979sza-packages.json.drv building '/nix/store/d26s5hgimamnjig66agvx9sc9v979sza-packages.json.drv'... Going to be running update for following packages: - python3.11-lion-pytorch-0.1.2 Press Enter key to continue... Running update for: - python3.11-lion-pytorch-0.1.2: UPDATING ... - python3.11-lion-pytorch-0.1.2: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.lion-pytorch 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: 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-securitycenter, using log file: /var/log/nixpkgs-update/python311Packages.google-cloud-securitycenter/2024-03-13.log python311Packages.google-cloud-securitycenter 0 -> 1 attrpath: python311Packages.google-cloud-securitycenter Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/m9mwwpg249h7k1gvrnygivgqcw5v28p9-packages.json.drv building '/nix/store/m9mwwpg249h7k1gvrnygivgqcw5v28p9-packages.json.drv'... Going to be running update for following packages: - python3.11-google-cloud-securitycenter-1.28.0 Press Enter key to continue... Running update for: - python3.11-google-cloud-securitycenter-1.28.0: UPDATING ... - python3.11-google-cloud-securitycenter-1.28.0: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/google-cloud-securitycenter/default.nix b/pkgs/development/python-modules/google-cloud-securitycenter/default.nix index d27b35b56b1e..a553d67e0670 100644 --- a/pkgs/development/python-modules/google-cloud-securitycenter/default.nix +++ b/pkgs/development/python-modules/google-cloud-securitycenter/default.nix @@ -13,14 +13,14 @@ buildPythonPackage rec { pname = "google-cloud-securitycenter"; - version = "1.28.0"; + version = "1.29.0"; pyproject = true; disabled = pythonOlder "3.7"; src = fetchPypi { inherit pname version; - hash = "sha256-80syqWoK2J+CjsBFO6LJEuF+pimJGpufgRLObHSKcAw="; + hash = "sha256-4c7tuLxO3+B8ZojVpSKWcl35doqoqHrofY6n80t9UrY="; }; nativeBuildInputs = [ No auto update branch exists [outpaths] eval start [outpaths] eval end Successfully finished processing cachix "/nix/store/kxjq7rl33sj2k7gqqyl2y7nfq4mqdrn2-python3.11-google-cloud-securitycenter-1.29.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)
4 packages built:
  • python311Packages.google-cloud-securitycenter
  • python311Packages.google-cloud-securitycenter.dist
  • python312Packages.google-cloud-securitycenter
  • python312Packages.google-cloud-securitycenter.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.google-cloud-securitycenter is: Cloud Security Command Center API API client library meta.homepage for python311Packages.google-cloud-securitycenter is: https://github.com/googleapis/google-cloud-python/tree/main/packages/google-cloud-securitycenter meta.changelog for python311Packages.google-cloud-securitycenter is: https://github.com/googleapis/google-cloud-python/blob/google-cloud-securitycenter-v1.29.0/packages/google-cloud-securitycenter/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.29.0 with grep in /nix/store/kxjq7rl33sj2k7gqqyl2y7nfq4mqdrn2-python3.11-google-cloud-securitycenter-1.29.0 - found 1.29.0 in filename of file in /nix/store/kxjq7rl33sj2k7gqqyl2y7nfq4mqdrn2-python3.11-google-cloud-securitycenter-1.29.0 ---
Rebuild report (if merged into master) (click to expand) ``` 2 total rebuild path(s) 2 package rebuild(s) First fifty rebuilds by attrpath python311Packages.google-cloud-securitycenter python312Packages.google-cloud-securitycenter ```
Instructions to test this update (click to expand) --- Either **download from Cachix**: ``` nix-store -r /nix/store/kxjq7rl33sj2k7gqqyl2y7nfq4mqdrn2-python3.11-google-cloud-securitycenter-1.29.0 \ --option binary-caches 'https://cache.nixos.org/ https://nix-community.cachix.org/' \ --option trusted-public-keys ' nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs= cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY= ' ``` (The Cachix cache is only trusted for this store-path realization.) For the Cachix download to work, your user must be in the `trusted-users` list or you can use `sudo` since root is effectively trusted. Or, **build yourself**: ``` nix-build -A python311Packages.google-cloud-securitycenter https://github.com/r-ryantm/nixpkgs/archive/6125670501364d28b4e92979a7dcd507398c8aec.tar.gz ``` Or: ``` nix build github:r-ryantm/nixpkgs/6125670501364d28b4e92979a7dcd507398c8aec#python311Packages.google-cloud-securitycenter ``` After you've downloaded or built it, look at the files and if there are any, run the binaries: ``` ls -la /nix/store/kxjq7rl33sj2k7gqqyl2y7nfq4mqdrn2-python3.11-google-cloud-securitycenter-1.29.0 ls -la /nix/store/kxjq7rl33sj2k7gqqyl2y7nfq4mqdrn2-python3.11-google-cloud-securitycenter-1.29.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)
4 packages built:
  • python311Packages.google-cloud-securitycenter
  • python311Packages.google-cloud-securitycenter.dist
  • python312Packages.google-cloud-securitycenter
  • python312Packages.google-cloud-securitycenter.dist
--- ###### Maintainer pings https://api.github.com/repos/NixOS/nixpkgs/pulls/295530 [result] Success updating python311Packages.google-cloud-securitycenter 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.wadllib, using log file: /var/log/nixpkgs-update/python311Packages.wadllib/2024-03-13.log python311Packages.wadllib 0 -> 1 attrpath: python311Packages.wadllib Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/gqqny21sjn0y4pwa9px1kkkbjk4pyd9j-packages.json.drv building '/nix/store/gqqny21sjn0y4pwa9px1kkkbjk4pyd9j-packages.json.drv'... Going to be running update for following packages: - python3.11-wadllib-1.3.6 Press Enter key to continue... Running update for: - python3.11-wadllib-1.3.6: UPDATING ... - python3.11-wadllib-1.3.6: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.wadllib 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_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-wallpapers, using log file: /var/log/nixpkgs-update/pantheon.elementary-wallpapers/2024-03-13.log pantheon.elementary-wallpapers 0 -> 1 attrpath: pantheon.elementary-wallpapers Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/ri6szgyhi7jd6zbcdvbkldp7bb2l4i65-packages.json.drv building '/nix/store/ri6szgyhi7jd6zbcdvbkldp7bb2l4i65-packages.json.drv'... Going to be running update for following packages: - elementary-wallpapers-7.0.0 Press Enter key to continue... Running update for: - elementary-wallpapers-7.0.0: UPDATING ... - elementary-wallpapers-7.0.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update pantheon.elementary-wallpapers 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath g4music, using log file: /var/log/nixpkgs-update/g4music/2024-03-13.log g4music 0 -> 1 attrpath: g4music Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/80br8ffw32hdph3g3sk7q28vnr5gri7z-packages.json.drv building '/nix/store/80br8ffw32hdph3g3sk7q28vnr5gri7z-packages.json.drv'... Going to be running update for following packages: - g4music-3.5.1 Press Enter key to continue... Running update for: - g4music-3.5.1: UPDATING ... - g4music-3.5.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update g4music 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.pycognito, using log file: /var/log/nixpkgs-update/python311Packages.pycognito/2024-03-13.log python311Packages.pycognito 0 -> 1 attrpath: python311Packages.pycognito Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/l20n6wsrm9h0wsk6bys20805fcvg8pqq-packages.json.drv building '/nix/store/l20n6wsrm9h0wsk6bys20805fcvg8pqq-packages.json.drv'... Going to be running update for following packages: - python3.11-pycognito-2023.5.0 Press Enter key to continue... Running update for: - python3.11-pycognito-2023.5.0: UPDATING ... - python3.11-pycognito-2023.5.0: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/pycognito/default.nix b/pkgs/development/python-modules/pycognito/default.nix index aa503a379cf1..48ec46b19c39 100644 --- a/pkgs/development/python-modules/pycognito/default.nix +++ b/pkgs/development/python-modules/pycognito/default.nix @@ -15,7 +15,7 @@ buildPythonPackage rec { pname = "pycognito"; - version = "2023.5.0"; + version = "2024.2.0"; format = "setuptools"; disabled = isPy27; @@ -23,7 +23,7 @@ buildPythonPackage rec { owner = "pvizeli"; repo = pname; rev = "refs/tags/${version}"; - hash = "sha256-2Aqid2bd5BAnWQ+Wtji0zXjLAmSpyJNGqJ0VroGi6lY="; + hash = "sha256-VYko5KcJvnhPUceTll2BBJWb88SYnSL7S3mZ7XSLPSQ="; }; propagatedBuildInputs = [ No auto update branch exists Old version 2023.5.0" not present in staging derivation file with contents: { lib , boto3 , buildPythonPackage , envs , fetchFromGitHub , isPy27 , freezegun , mock , moto , pyjwt , pytestCheckHook , requests , requests-mock }: buildPythonPackage rec { pname = "pycognito"; version = "2024.2.0"; format = "setuptools"; disabled = isPy27; src = fetchFromGitHub { owner = "pvizeli"; repo = pname; rev = "refs/tags/${version}"; hash = "sha256-VYko5KcJvnhPUceTll2BBJWb88SYnSL7S3mZ7XSLPSQ="; }; propagatedBuildInputs = [ boto3 envs pyjwt requests ] ++ pyjwt.optional-dependencies.crypto; nativeCheckInputs = [ freezegun mock moto pytestCheckHook requests-mock ] ++ moto.optional-dependencies.cognitoidp; postPatch = '' substituteInPlace setup.py \ --replace 'python-jose[cryptography]' 'python-jose' ''; pytestFlagsArray = [ "tests.py" ]; disabledTests = [ # requires network access "test_srp_requests_http_auth" ]; pythonImportsCheck = [ "pycognito" ]; meta = with lib; { description = "Python class to integrate Boto3's Cognito client so it is easy to login users. With SRP support"; homepage = "https://github.com/pvizeli/pycognito"; license = licenses.asl20; maintainers = with maintainers; [ mic92 ]; }; } [result] Failed to update python311Packages.pycognito 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.stanio, using log file: /var/log/nixpkgs-update/python311Packages.stanio/2024-03-13.log python311Packages.stanio 0 -> 1 attrpath: python311Packages.stanio Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/6fhgq5lf1nx95aq4k7d1b5p3lndhjg3l-packages.json.drv building '/nix/store/6fhgq5lf1nx95aq4k7d1b5p3lndhjg3l-packages.json.drv'... Going to be running update for following packages: - python3.11-stanio-0.5.0 Press Enter key to continue... Running update for: - python3.11-stanio-0.5.0: UPDATING ... - python3.11-stanio-0.5.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.stanio 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath pyditz, using log file: /var/log/nixpkgs-update/pyditz/2024-03-13.log pyditz 0 -> 1 attrpath: pyditz Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/0yprjggr9xvj9sirq2y5bra48pi80mja-packages.json.drv building '/nix/store/0yprjggr9xvj9sirq2y5bra48pi80mja-packages.json.drv'... Going to be running update for following packages: - pyditz-0.11 Press Enter key to continue... Running update for: - pyditz-0.11: UPDATING ... - pyditz-0.11: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update pyditz 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.monero, using log file: /var/log/nixpkgs-update/python311Packages.monero/2024-03-13.log python311Packages.monero 0 -> 1 attrpath: python311Packages.monero Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/b01gh2pll4lf8d194xbzpvs82z9dsrxg-packages.json.drv building '/nix/store/b01gh2pll4lf8d194xbzpvs82z9dsrxg-packages.json.drv'... Going to be running update for following packages: - python3.11-monero-1.1.1 Press Enter key to continue... Running update for: - python3.11-monero-1.1.1: UPDATING ... - python3.11-monero-1.1.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.monero 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath tepl, using log file: /var/log/nixpkgs-update/tepl/2024-03-13.log tepl 0 -> 1 attrpath: tepl Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/zisdkbzn1jdkvb89fkcf8h3jfs1dl51n-packages.json.drv building '/nix/store/zisdkbzn1jdkvb89fkcf8h3jfs1dl51n-packages.json.drv'... Going to be running update for following packages: - tepl-6.8.0 Press Enter key to continue... Running update for: - tepl-6.8.0: UPDATING ... - tepl-6.8.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update tepl 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_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-aggregator, using log file: /var/log/nixpkgs-update/git-aggregator/2024-03-13.log git-aggregator 0 -> 1 attrpath: git-aggregator Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/fxcl9p0i37jcyscgx20i31rapkxq0dgm-packages.json.drv building '/nix/store/fxcl9p0i37jcyscgx20i31rapkxq0dgm-packages.json.drv'... Going to be running update for following packages: - git-aggregator-2.1.0 Press Enter key to continue... Running update for: - git-aggregator-2.1.0: UPDATING ... - git-aggregator-2.1.0: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/applications/version-management/git-aggregator/default.nix b/pkgs/applications/version-management/git-aggregator/default.nix index 34365cb5d90d..4694669cce4b 100644 --- a/pkgs/applications/version-management/git-aggregator/default.nix +++ b/pkgs/applications/version-management/git-aggregator/default.nix @@ -2,11 +2,11 @@ python3Packages.buildPythonApplication rec { pname = "git-aggregator"; - version = "2.1.0"; + version = "4.0"; src = fetchPypi { inherit pname version; - sha256 = "sha256-79xNPzYP1j71sU5wZM5e2xTqQExqQEdxXPxbk4T/Scw="; + sha256 = "sha256-g31wsNW+mazyC9lA2nwItnEJ8ARrhX/xI60EiWBRVZg="; }; nativeBuildInputs = with python3Packages; [ No auto update branch exists [outpaths] eval start [outpaths] eval end Received ExitFailure 1 when running Raw command: /nix/store/6r0bm8shswm9v08kzvq24ib48mx3kxmn-nix-2.18.1/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A git-aggregator Received ExitFailure 1 when running Raw command: /nix/store/6r0bm8shswm9v08kzvq24ib48mx3kxmn-nix-2.18.1/bin/nix --extra-experimental-features nix-command log -f . git-aggregator Standard output: error: build log of 'git-aggregator' is not available [result] Failed to update git-aggregator 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.bbox, using log file: /var/log/nixpkgs-update/python311Packages.bbox/2024-03-13.log python311Packages.bbox 0 -> 1 attrpath: python311Packages.bbox Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/rwnrjn75j7vwwifvjn6p9wjn7mbd0vjd-packages.json.drv building '/nix/store/rwnrjn75j7vwwifvjn6p9wjn7mbd0vjd-packages.json.drv'... Going to be running update for following packages: - python3.11-bbox-0.9.4 Press Enter key to continue... Running update for: - python3.11-bbox-0.9.4: UPDATING ... - python3.11-bbox-0.9.4: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.bbox 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.piper-phonemize, using log file: /var/log/nixpkgs-update/python311Packages.piper-phonemize/2024-03-13.log python311Packages.piper-phonemize 0 -> 1 attrpath: python311Packages.piper-phonemize Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/58bb6ll0piarhw970db4g5yriifm5vdl-packages.json.drv building '/nix/store/58bb6ll0piarhw970db4g5yriifm5vdl-packages.json.drv'... Going to be running update for following packages: - python3.11-piper-phonemize-2023.11.14-4 Press Enter key to continue... Running update for: - python3.11-piper-phonemize-2023.11.14-4: UPDATING ... - python3.11-piper-phonemize-2023.11.14-4: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.piper-phonemize 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: 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-data-tools, using log file: /var/log/nixpkgs-update/python311Packages.bluetooth-data-tools/2024-03-13.log python311Packages.bluetooth-data-tools 0 -> 1 attrpath: python311Packages.bluetooth-data-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/iwaar3bhahf0kqjk5a5b0gvha4q9jbci-packages.json.drv building '/nix/store/iwaar3bhahf0kqjk5a5b0gvha4q9jbci-packages.json.drv'... Going to be running update for following packages: - python3.11-bluetooth-data-tools-1.19.0 Press Enter key to continue... Running update for: - python3.11-bluetooth-data-tools-1.19.0: UPDATING ... - python3.11-bluetooth-data-tools-1.19.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.bluetooth-data-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-spec, using log file: /var/log/nixpkgs-update/python311Packages.pytest-spec/2024-03-13.log python311Packages.pytest-spec 0 -> 1 attrpath: python311Packages.pytest-spec Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/q28lmhbbqrgap67kmprkgpck359maiag-packages.json.drv building '/nix/store/q28lmhbbqrgap67kmprkgpck359maiag-packages.json.drv'... Going to be running update for following packages: - python3.11-pytest-spec-unstable-2023-06-04 Press Enter key to continue... Running update for: - python3.11-pytest-spec-unstable-2023-06-04: UPDATING ... - python3.11-pytest-spec-unstable-2023-06-04: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.pytest-spec 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.herepy, using log file: /var/log/nixpkgs-update/python311Packages.herepy/2024-03-13.log python311Packages.herepy 0 -> 1 attrpath: python311Packages.herepy Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/djv1lbyi0kr8j0dkkxfdgy6inz92rcbr-packages.json.drv building '/nix/store/djv1lbyi0kr8j0dkkxfdgy6inz92rcbr-packages.json.drv'... Going to be running update for following packages: - python3.11-herepy-3.6.0 Press Enter key to continue... Running update for: - python3.11-herepy-3.6.0: UPDATING ... - python3.11-herepy-3.6.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.herepy 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_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-mpd, using log file: /var/log/nixpkgs-update/mopidy-mpd/2024-03-13.log mopidy-mpd 0 -> 1 attrpath: mopidy-mpd Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/b1zil5ikyw5rfgzrd24wkkhx56b8a9l1-packages.json.drv building '/nix/store/b1zil5ikyw5rfgzrd24wkkhx56b8a9l1-packages.json.drv'... Going to be running update for following packages: - Mopidy-MPD-3.3.0 Press Enter key to continue... Running update for: - Mopidy-MPD-3.3.0: UPDATING ... - Mopidy-MPD-3.3.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update mopidy-mpd 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_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.openswoole, using log file: /var/log/nixpkgs-update/php81Extensions.openswoole/2024-03-13.log php81Extensions.openswoole 0 -> 1 attrpath: php81Extensions.openswoole Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/xxhdjs7wppdchpi7bxfja7g0wqyrwhnb-packages.json.drv building '/nix/store/xxhdjs7wppdchpi7bxfja7g0wqyrwhnb-packages.json.drv'... Going to be running update for following packages: - php-openswoole-22.1.2 Press Enter key to continue... Running update for: - php-openswoole-22.1.2: UPDATING ... - php-openswoole-22.1.2: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update php81Extensions.openswoole 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath turbo, using log file: /var/log/nixpkgs-update/turbo/2024-03-13.log turbo 0 -> 1 attrpath: turbo 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/zrgbzsnp6ixknlp0015xx3v2z8lpsdwp-packages.json.drv building '/nix/store/zrgbzsnp6ixknlp0015xx3v2z8lpsdwp-packages.json.drv'... Going to be running update for following packages: - turbo-1.11.3 Press Enter key to continue... Running update for: - turbo-1.11.3: UPDATING ... - turbo-1.11.3: ERROR --- SHOWING ERROR LOG FOR turbo-1.11.3 ---------------------- Traceback (most recent call last): File "/nix/store/pkv73byvfz0gnmqdanz195q1kf3cb8z7-nix-update-1.2.0/bin/.nix-update-wrapped", line 9, in sys.exit(main()) ^^^^^^ File "/nix/store/pkv73byvfz0gnmqdanz195q1kf3cb8z7-nix-update-1.2.0/lib/python3.11/site-packages/nix_update/__init__.py", line 291, in main package = update(options) ^^^^^^^^^^^^^^^ File "/nix/store/pkv73byvfz0gnmqdanz195q1kf3cb8z7-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/pkv73byvfz0gnmqdanz195q1kf3cb8z7-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/pkv73byvfz0gnmqdanz195q1kf3cb8z7-nix-update-1.2.0/lib/python3.11/site-packages/nix_update/version/__init__.py", line 125, in fetch_latest_version raise VersionError( nix_update.errors.VersionError: Not version matched the regex. The following versions were found: turbopack-240312.5 turbopack-240312.4 turbopack-240312.3 turbopack-240312.2 turbopack-240312.1 turbopack-240311.2 turbopack-240311.1 turbopack-240310.1 turbopack-240309.1 turbopack-240308.3 --- SHOWING ERROR LOG FOR turbo-1.11.3 ---------------------- The update script for turbo-1.11.3 failed with exit code 1 [result] Failed to update turbo 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_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.modeltests, using log file: /var/log/nixpkgs-update/rPackages.modeltests/2024-03-13.log rPackages.modeltests 0.1.4 -> 0.1.5 https://repology.org/project/r:modeltests/versions attrpath: rPackages.modeltests 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.modeltests 0.1.4 -> 0.1.5 https://repology.org/project/r:modeltests/versions [options] github_user: r-ryantm, pull_request: YES, batch_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.gg4way, using log file: /var/log/nixpkgs-update/rPackages.gg4way/2024-03-13.log rPackages.gg4way 1.0.1 -> 1.0.2 https://repology.org/project/r:gg4way/versions attrpath: rPackages.gg4way 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.gg4way 1.0.1 -> 1.0.2 https://repology.org/project/r:gg4way/versions [options] github_user: r-ryantm, pull_request: YES, batch_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.DIDmultiplegt, using log file: /var/log/nixpkgs-update/rPackages.DIDmultiplegt/2024-03-13.log rPackages.DIDmultiplegt 0.1.0 -> 0.1.3 https://repology.org/project/r:didmultiplegt/versions attrpath: rPackages.DIDmultiplegt 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.DIDmultiplegt 0.1.0 -> 0.1.3 https://repology.org/project/r:didmultiplegt/versions [options] github_user: r-ryantm, pull_request: YES, batch_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.RJDemetra, using log file: /var/log/nixpkgs-update/rPackages.RJDemetra/2024-03-13.log rPackages.RJDemetra 0.2.4 -> 0.2.5 https://repology.org/project/r:rjdemetra/versions attrpath: rPackages.RJDemetra Checking auto update branch... No auto update branch exists Old version 0.2.4" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; configurePhase = '' runHook preConfigure export R_LIBS_SITE="$R_LIBS_SITE''${R_LIBS_SITE:+:}$out/library" runHook postConfigure ''; buildPhase = '' runHook preBuild runHook postBuild ''; installFlags = if attrs.doCheck or true then [] else [ "--no-test-load" ]; rCommand = if requireX then # Unfortunately, xvfb-run has a race condition even with -a option, so that # we acquire a lock explicitly. "flock ${xvfb-run} xvfb-run -a -e xvfb-error R" else "R"; installPhase = '' runHook preInstall mkdir -p $out/library $rCommand CMD INSTALL --built-timestamp='1970-01-01 00:00:00 UTC' $installFlags --configure-args="$configureFlags" -l $out/library . runHook postInstall ''; postFixup = '' if test -e $out/nix-support/propagated-build-inputs; then ln -s $out/nix-support/propagated-build-inputs $out/nix-support/propagated-user-env-packages fi ''; checkPhase = '' # noop since R CMD INSTALL tests packages ''; } // attrs // { name = "r-" + name; }) [result] Failed to update rPackages.RJDemetra 0.2.4 -> 0.2.5 https://repology.org/project/r:rjdemetra/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python312Packages.uharfbuzz, using log file: /var/log/nixpkgs-update/python312Packages.uharfbuzz/2024-03-13.log python312Packages.uharfbuzz 0.37.3 -> 0.39.0 https://github.com/harfbuzz/uharfbuzz/releases attrpath: python312Packages.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/aa2hx3b12j3179n0x1z33hv09j18may6-packages.json.drv building '/nix/store/aa2hx3b12j3179n0x1z33hv09j18may6-packages.json.drv'... Going to be running update for following packages: - python3.12-uharfbuzz-0.37.3 Press Enter key to continue... Running update for: - python3.12-uharfbuzz-0.37.3: UPDATING ... - python3.12-uharfbuzz-0.37.3: ERROR --- SHOWING ERROR LOG FOR python3.12-uharfbuzz-0.37.3 ---------------------- INFO:root:Updating packages... Traceback (most recent call last): File "/nix/store/jmllqgg9bg9yrcp2zzsb96ssrwwgyms8-update-python-libraries", line 596, in main() File "/nix/store/jmllqgg9bg9yrcp2zzsb96ssrwwgyms8-update-python-libraries", line 575, in main results = list(filter(bool, p.map(lambda pkg: _update(pkg, target), packages))) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/3v2ch16fkl50i85n05h5ckss8pxx6836-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/3v2ch16fkl50i85n05h5ckss8pxx6836-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 317, in _result_or_cancel return fut.result(timeout) ^^^^^^^^^^^^^^^^^^^ File "/nix/store/3v2ch16fkl50i85n05h5ckss8pxx6836-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 456, in result return self.__get_result() ^^^^^^^^^^^^^^^^^^^ File "/nix/store/3v2ch16fkl50i85n05h5ckss8pxx6836-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 401, in __get_result raise self._exception File "/nix/store/3v2ch16fkl50i85n05h5ckss8pxx6836-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/jmllqgg9bg9yrcp2zzsb96ssrwwgyms8-update-python-libraries", line 575, in results = list(filter(bool, p.map(lambda pkg: _update(pkg, target), packages))) ^^^^^^^^^^^^^^^^^^^^ File "/nix/store/jmllqgg9bg9yrcp2zzsb96ssrwwgyms8-update-python-libraries", line 519, in _update return _update_package(path, target) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/jmllqgg9bg9yrcp2zzsb96ssrwwgyms8-update-python-libraries", line 430, in _update_package new_version, new_sha256, prefix = FETCHERS[fetcher]( ^^^^^^^^^^^^^^^^^^ File "/nix/store/jmllqgg9bg9yrcp2zzsb96ssrwwgyms8-update-python-libraries", line 294, in _get_latest_version_github response = subprocess.check_output(cmd) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/3v2ch16fkl50i85n05h5ckss8pxx6836-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/3v2ch16fkl50i85n05h5ckss8pxx6836-python3-3.11.8/lib/python3.11/subprocess.py", line 548, in run with Popen(*popenargs, **kwargs) as process: ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/3v2ch16fkl50i85n05h5ckss8pxx6836-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/3v2ch16fkl50i85n05h5ckss8pxx6836-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-uharfbuzz-0.37.3 ---------------------- The update script for python3.12-uharfbuzz-0.37.3 failed with exit code 1 [result] Failed to update python312Packages.uharfbuzz 0.37.3 -> 0.39.0 https://github.com/harfbuzz/uharfbuzz/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath authentik, using log file: /var/log/nixpkgs-update/authentik/2024-03-13.log authentik 2023.10.7 -> 2024.2.2 https://github.com/goauthentik/authentik/releases attrpath: authentik Checking auto update branch... No auto update branch exists There might already be an open PR for this update: - authentik,authentik-outposts.ldap: 2023.10.7 -> 2024.2.2 URL "https://api.github.com/repos/NixOS/nixpkgs/issues/292109" [result] Failed to update authentik 2023.10.7 -> 2024.2.2 https://github.com/goauthentik/authentik/releases [options] github_user: r-ryantm, pull_request: YES, batch_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.DMCFB, using log file: /var/log/nixpkgs-update/rPackages.DMCFB/2024-03-13.log rPackages.DMCFB 1.14.0 -> 1.16.1 https://repology.org/project/r:dmcfb/versions attrpath: rPackages.DMCFB Checking auto update branch... No auto update branch exists Old version 1.14.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.DMCFB 1.14.0 -> 1.16.1 https://repology.org/project/r:dmcfb/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath cro-mag-rally, using log file: /var/log/nixpkgs-update/cro-mag-rally/2024-03-13.log cro-mag-rally 3.0.0-unstable-2023-05-21 -> 3.0.1 https://github.com/jorio/CroMagRally/releases attrpath: cro-mag-rally Checking auto update branch... No auto update branch exists [version] Hashes equal; no update necessary [result] Failed to update cro-mag-rally 3.0.0-unstable-2023-05-21 -> 3.0.1 https://github.com/jorio/CroMagRally/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath comodoro, using log file: /var/log/nixpkgs-update/comodoro/2024-03-13.log comodoro 0.0.10 -> 0.1.2 https://github.com/soywod/comodoro/releases attrpath: comodoro 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-CC0ChFX0NS3h+VLQo2xkbL3+C446k4A8sD4JoJDV8ak= Received ExitFailure 1 when running Raw command: /nix/store/6r0bm8shswm9v08kzvq24ib48mx3kxmn-nix-2.18.1/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A comodoro nix build failed.  |  ^^^^^^^^^^  |  = note: `#[warn(unused_imports)]` on by default warning: unused import: `std::collections::HashMap`  --> src/preset/config.rs:7:5  | 7 | use std::collections::HashMap;  |  ^^^^^^^^^^^^^^^^^^^^^^^^^ error[E0609]: no field `hooks` on type `Arc`  --> src/protocol/mod.rs:56:37  | 56 |  let hook = config_clone.hooks.get(&hook_name).cloned();  |  ^^^^^ unknown field  |  = note: available fields are: `preset`, `cycles`, `tcp`, `cycles_count`, `timer_precision` error[E0609]: no field `hooks` on type `Arc`  --> src/protocol/mod.rs:88:37  | 88 |  let hook = config_clone.hooks.get(&hook_name).cloned();  |  ^^^^^ unknown field  |  = note: available fields are: `preset`, `cycles`, `tcp`, `cycles_count`, `timer_precision` For more information about this error, try `rustc --explain E0609`. warning: `comodoro` (lib) generated 2 warnings error: could not compile `comodoro` (lib) due to 2 previous errors; 2 warnings emitted warning: build failed, waiting for other jobs to finish... [result] Failed to update comodoro 0.0.10 -> 0.1.2 https://github.com/soywod/comodoro/releases [options] github_user: r-ryantm, pull_request: YES, batch_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-13.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.AER, using log file: /var/log/nixpkgs-update/rPackages.AER/2024-03-13.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 python312Packages.sphinx-issues, using log file: /var/log/nixpkgs-update/python312Packages.sphinx-issues/2024-03-13.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/arp0573aaswzp0la46kn6yqjaqza5dm1-packages.json.drv building '/nix/store/arp0573aaswzp0la46kn6yqjaqza5dm1-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-13.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-13.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-13.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 lomiri.lomiri-url-dispatcher, using log file: /var/log/nixpkgs-update/lomiri.lomiri-url-dispatcher/2024-03-13.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/vnqw8fhr1415yl6maxysbd4wdx1rvind-packages.json.drv building '/nix/store/vnqw8fhr1415yl6maxysbd4wdx1rvind-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.ufmt, using log file: /var/log/nixpkgs-update/python311Packages.ufmt/2024-03-13.log python311Packages.ufmt 0 -> 1 attrpath: python311Packages.ufmt Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/3mjrvqqmm1qy0pna5qpdl8ngr58ry95p-packages.json.drv building '/nix/store/3mjrvqqmm1qy0pna5qpdl8ngr58ry95p-packages.json.drv'... Going to be running update for following packages: - python3.11-ufmt-2.1.0 Press Enter key to continue... Running update for: - python3.11-ufmt-2.1.0: UPDATING ... - python3.11-ufmt-2.1.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.ufmt 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python312Packages.asdf-transform-schemas, using log file: /var/log/nixpkgs-update/python312Packages.asdf-transform-schemas/2024-03-13.log python312Packages.asdf-transform-schemas 0.4.0 -> 0.5.0 https://github.com/asdf-format/asdf-transform-schemas/releases attrpath: python312Packages.asdf-transform-schemas Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/fcn1dw0jyy48zkb6wmyi3nabh3845s0p-packages.json.drv building '/nix/store/fcn1dw0jyy48zkb6wmyi3nabh3845s0p-packages.json.drv'... Going to be running update for following packages: - python3.12-asdf-transform-schemas-0.4.0 Press Enter key to continue... Running update for: - python3.12-asdf-transform-schemas-0.4.0: UPDATING ... - python3.12-asdf-transform-schemas-0.4.0: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/asdf-transform-schemas/default.nix b/pkgs/development/python-modules/asdf-transform-schemas/default.nix index d00e43e756a3..d42e41891352 100644 --- a/pkgs/development/python-modules/asdf-transform-schemas/default.nix +++ b/pkgs/development/python-modules/asdf-transform-schemas/default.nix @@ -9,7 +9,7 @@ buildPythonPackage rec { pname = "asdf-transform-schemas"; - version = "0.4.0"; + version = "0.5.0"; pyproject = true; disabled = pythonOlder "3.8"; @@ -17,7 +17,7 @@ buildPythonPackage rec { src = fetchPypi { pname = "asdf_transform_schemas"; inherit version; - hash = "sha256-3n/cP+41+5V/wylXh3oOnX3U0uhRvWMaclnxHCvSlMo="; + hash = "sha256-gs9MeCV1c0qJUyfyX/WDzpSZ1+K4Nv6IgLLXlhxrRis="; }; nativeBuildInputs = [ No auto update branch exists [outpaths] eval start [outpaths] eval end Received ExitFailure 1 when running Raw command: /nix/store/6r0bm8shswm9v08kzvq24ib48mx3kxmn-nix-2.18.1/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A python312Packages.asdf-transform-schemas nix build failed. adding 'asdf_transform_schemas/resources/stsci.edu/schemas/zenithal_equal_area-1.2.0.yaml' adding 'asdf_transform_schemas/resources/stsci.edu/schemas/zenithal_equal_area-1.3.0.yaml' adding 'asdf_transform_schemas/resources/stsci.edu/schemas/zenithal_equidistant-1.0.0.yaml' adding 'asdf_transform_schemas/resources/stsci.edu/schemas/zenithal_equidistant-1.1.0.yaml' adding 'asdf_transform_schemas/resources/stsci.edu/schemas/zenithal_equidistant-1.2.0.yaml' adding 'asdf_transform_schemas/resources/stsci.edu/schemas/zenithal_equidistant-1.3.0.yaml' adding 'asdf_transform_schemas/resources/stsci.edu/schemas/zenithal_perspective-1.0.0.yaml' adding 'asdf_transform_schemas/resources/stsci.edu/schemas/zenithal_perspective-1.1.0.yaml' adding 'asdf_transform_schemas/resources/stsci.edu/schemas/zenithal_perspective-1.2.0.yaml' adding 'asdf_transform_schemas/resources/stsci.edu/schemas/zenithal_perspective-1.3.0.yaml' adding 'asdf_transform_schemas/resources/stsci.edu/schemas/zenithal_perspective-1.4.0.yaml' adding 'asdf_transform_schemas/resources/stsci.edu/schemas/property/bounding_box-1.0.0.yaml' adding 'asdf_transform_schemas/resources/stsci.edu/schemas/property/bounding_box-1.1.0.yaml' adding 'asdf_transform_schemas/resources/stsci.edu/schemas/property/compound_bounding_box-1.0.0.yaml' adding 'asdf_transform_schemas/resources/stsci.edu/schemas/property/compound_bounding_box-1.1.0.yaml' adding 'asdf_transform_schemas-0.5.0.dist-info/LICENSE' adding 'asdf_transform_schemas-0.5.0.dist-info/METADATA' adding 'asdf_transform_schemas-0.5.0.dist-info/WHEEL' adding 'asdf_transform_schemas-0.5.0.dist-info/entry_points.txt' adding 'asdf_transform_schemas-0.5.0.dist-info/top_level.txt' adding 'asdf_transform_schemas-0.5.0.dist-info/RECORD' removing build/bdist.linux-x86_64/wheel Successfully built asdf_transform_schemas-0.5.0-py3-none-any.whl Finished creating a wheel... Finished executing pypaBuildPhase @nix { "action": "setPhase", "phase": "pythonRuntimeDepsCheckHook" } Running phase: pythonRuntimeDepsCheckHook Executing pythonRuntimeDepsCheck Checking runtime dependencies for asdf_transform_schemas-0.5.0-py3-none-any.whl - asdf-standard>=1.1.0 not satisfied by version 1.0.3 [result] Failed to update python312Packages.asdf-transform-schemas 0.4.0 -> 0.5.0 https://github.com/asdf-format/asdf-transform-schemas/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python312Packages.niworkflows, using log file: /var/log/nixpkgs-update/python312Packages.niworkflows/2024-03-13.log python312Packages.niworkflows 1.10.0 -> 1.10.1 https://repology.org/project/python:niworkflows/versions attrpath: python312Packages.niworkflows Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/fgssr455ccvxby7aijyj6m9gaik3rcmf-packages.json.drv building '/nix/store/fgssr455ccvxby7aijyj6m9gaik3rcmf-packages.json.drv'... Going to be running update for following packages: - python3.12-niworkflows-1.10.1 Press Enter key to continue... Running update for: - python3.12-niworkflows-1.10.1: UPDATING ... - python3.12-niworkflows-1.10.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python312Packages.niworkflows 1.10.0 -> 1.10.1 https://repology.org/project/python:niworkflows/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python312Packages.linknlink, using log file: /var/log/nixpkgs-update/python312Packages.linknlink/2024-03-13.log python312Packages.linknlink 0.2.0 -> 0.2.1 https://github.com/xuanxuan000/python-linknlink/releases attrpath: python312Packages.linknlink Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/350frmxs2lxf88hbapfvkgvqnk032hjm-packages.json.drv building '/nix/store/350frmxs2lxf88hbapfvkgvqnk032hjm-packages.json.drv'... Going to be running update for following packages: - python3.12-linknlink-0.2.0 Press Enter key to continue... Running update for: - python3.12-linknlink-0.2.0: UPDATING ... - python3.12-linknlink-0.2.0: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/linknlink/default.nix b/pkgs/development/python-modules/linknlink/default.nix index 3c1a3253c10e..44a2a15a8f81 100644 --- a/pkgs/development/python-modules/linknlink/default.nix +++ b/pkgs/development/python-modules/linknlink/default.nix @@ -8,7 +8,7 @@ buildPythonPackage rec { pname = "linknlink"; - version = "0.2.0"; + version = "0.2.1"; pyproject = true; disabled = pythonOlder "3.7"; @@ -17,7 +17,7 @@ buildPythonPackage rec { owner = "xuanxuan000"; repo = "python-linknlink"; rev = "refs/tags/${version}"; - hash = "sha256-gQqBxV5hidMejYE3xdB13n0gb1T4kVl1oELZ3hVy60E="; + hash = "sha256-MOZw+7oFHeH7Vaj6pylR7wqe3ZyHcsiG+n8jnRAQ8PA="; }; nativeBuildInputs = [ No auto update branch exists [outpaths] eval start [outpaths] eval end Successfully finished processing cachix "/nix/store/p2qa66lns2rcv50drwgc606dpwrzd9z8-python3.12-linknlink-0.2.1" [check][nixpkgs-review] Result of `nixpkgs-review --extra-nixpkgs-config '{ allowInsecurePredicate = x: true; }'` run on x86_64-linux [1](https://github.com/Mic92/nixpkgs-review)
4 packages built:
  • python311Packages.linknlink
  • python311Packages.linknlink.dist
  • python312Packages.linknlink
  • python312Packages.linknlink.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.linknlink is: Module and CLI for controlling Linklink devices locally meta.homepage for python312Packages.linknlink is: https://github.com/xuanxuan000/python-linknlink meta.changelog for python312Packages.linknlink is: https://github.com/xuanxuan000/python-linknlink/releases/tag/0.2.1 ###### Updates performed - Ran passthru.UpdateScript ###### To inspect upstream changes ###### Impact Checks done --- - built on NixOS - The tests defined in `passthru.tests`, if any, passed - found 0.2.1 with grep in /nix/store/p2qa66lns2rcv50drwgc606dpwrzd9z8-python3.12-linknlink-0.2.1 - found 0.2.1 in filename of file in /nix/store/p2qa66lns2rcv50drwgc606dpwrzd9z8-python3.12-linknlink-0.2.1 ---
Rebuild report (if merged into master) (click to expand) ``` 2 total rebuild path(s) 2 package rebuild(s) First fifty rebuilds by attrpath python311Packages.linknlink python312Packages.linknlink ```
Instructions to test this update (click to expand) --- Either **download from Cachix**: ``` nix-store -r /nix/store/p2qa66lns2rcv50drwgc606dpwrzd9z8-python3.12-linknlink-0.2.1 \ --option binary-caches 'https://cache.nixos.org/ https://nix-community.cachix.org/' \ --option trusted-public-keys ' nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs= cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY= ' ``` (The Cachix cache is only trusted for this store-path realization.) For the Cachix download to work, your user must be in the `trusted-users` list or you can use `sudo` since root is effectively trusted. Or, **build yourself**: ``` nix-build -A python312Packages.linknlink https://github.com/r-ryantm/nixpkgs/archive/d1e7b81517189592d004415ca0c9aa0cfe5e4b94.tar.gz ``` Or: ``` nix build github:r-ryantm/nixpkgs/d1e7b81517189592d004415ca0c9aa0cfe5e4b94#python312Packages.linknlink ``` After you've downloaded or built it, look at the files and if there are any, run the binaries: ``` ls -la /nix/store/p2qa66lns2rcv50drwgc606dpwrzd9z8-python3.12-linknlink-0.2.1 ls -la /nix/store/p2qa66lns2rcv50drwgc606dpwrzd9z8-python3.12-linknlink-0.2.1/bin ``` ---

### Pre-merge build results We have automatically built all packages that will get rebuilt due to this change. This gives evidence on whether the upgrade will break dependent packages. Note sometimes packages show up as _failed to build_ independent of the change, simply because they are already broken on the target branch. Result of `nixpkgs-review --extra-nixpkgs-config '{ allowInsecurePredicate = x: true; }'` run on x86_64-linux [1](https://github.com/Mic92/nixpkgs-review)
4 packages built:
  • python311Packages.linknlink
  • python311Packages.linknlink.dist
  • python312Packages.linknlink
  • python312Packages.linknlink.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/295543 [result] Success updating python312Packages.linknlink 0.2.0 -> 0.2.1 https://github.com/xuanxuan000/python-linknlink/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath trunk, using log file: /var/log/nixpkgs-update/trunk/2024-03-13.log trunk 0.18.8 -> 0.19.0 https://github.com/thedodd/trunk/releases attrpath: trunk 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 'trunk.originalSrc' not found stderr did not split as expected full stderr was: these 2 derivations will be built: /nix/store/ky5akh5l01jw1vdn5zzy28cdgg7pjwng-trunk-0.19.0-vendor.tar.gz.drv /nix/store/8ikzhw2ysqrblkds1as76xrqmpl7nm9n-trunk-0.19.0.drv building '/nix/store/ky5akh5l01jw1vdn5zzy28cdgg7pjwng-trunk-0.19.0-vendor.tar.gz.drv'... Running phase: unpackPhase unpacking source archive /nix/store/hvv3mi25qg8lfvw4ihy5fz235hqfrb75-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 Downloading crates ... Downloaded addr2line v0.21.0 Downloaded openssl-probe v0.1.5 Downloaded fsevent-sys v4.1.0 Downloaded phf v0.11.2 Downloaded ahash v0.8.11 Downloaded parcel_sourcemap v2.1.1 Downloaded ahash v0.7.8 Downloaded option-ext v0.2.0 Downloaded openssl-sys v0.9.101 Downloaded phf_generator v0.11.2 Downloaded pin-project-lite v0.2.13 Downloaded phf_shared v0.8.0 Downloaded async-trait v0.1.77 Downloaded powerfmt v0.2.0 Downloaded redox_syscall v0.4.1 Downloaded rustls-pemfile v1.0.4 Downloaded rand_core v0.5.1 Downloaded security-framework-sys v2.9.1 Downloaded rand_chacha v0.2.2 Downloaded block-buffer v0.10.4 Downloaded same-file v1.0.6 Downloaded servo_arc v0.1.1 Downloaded semver v1.0.22 Downloaded sha1 v0.10.6 Downloaded signal-hook-registry v1.4.1 Downloaded ryu v1.0.17 Downloaded futures-macro v0.3.30 Downloaded num-conv v0.1.0 Downloaded new_debug_unreachable v1.0.4 Downloaded try-lock v0.2.5 Downloaded normpath v1.2.0 Downloaded hermit-abi v0.3.9 Downloaded wasm-bindgen-shared v0.2.92 Downloaded wasm-bindgen-macro-support v0.2.92 Downloaded nu-ansi-term v0.46.0 Downloaded rkyv v0.7.44 Downloaded httpdate v1.0.3 Downloaded sync_wrapper v0.1.2 Downloaded itoa v0.4.8 Downloaded cargo-lock v9.0.0 Downloaded termcolor v1.4.1 Downloaded http v0.2.12 Downloaded matches v0.1.10 Downloaded want v0.3.1 Downloaded tower-layer v0.3.2 Downloaded string_cache_codegen v0.5.2 Downloaded unicode-width v0.1.11 Downloaded kqueue v1.0.8 Downloaded matchers v0.1.0 Downloaded tokio-rustls v0.24.1 Downloaded serde_json v1.0.114 Downloaded slab v0.4.9 Downloaded inotify-sys v0.1.5 Downloaded smallvec v1.13.1 Downloaded rayon v1.9.0 Downloaded thin-slice v0.1.1 Downloaded tinyvec_macros v0.1.1 Downloaded hyper-rustls v0.24.2 Downloaded http-range-header v0.3.1 Downloaded thread_local v1.1.8 Downloaded ipconfig v0.3.2 Downloaded tower-service v0.3.2 Downloaded tracing-attributes v0.1.27 Downloaded indexmap v2.2.5 Downloaded tokio-tungstenite v0.20.1 Downloaded lru-cache v0.1.2 Downloaded tinyvec v1.6.0 Downloaded toml v0.8.10 Downloaded libdeflater v1.19.3 Downloaded linked-hash-map v0.5.6 Downloaded tower-http v0.4.4 Downloaded nipper v0.1.9 Downloaded spin v0.9.8 Downloaded ipnet v2.9.0 Downloaded libdeflate-sys v1.19.3 Downloaded js-sys v0.3.69 Downloaded tokio-util v0.7.10 Downloaded getrandom v0.2.12 Downloaded hyper v0.14.28 Downloaded widestring v1.0.2 Downloaded idna v0.5.0 Downloaded windows_x86_64_gnullvm v0.42.2 Downloaded toml_edit v0.22.6 Downloaded unicode-normalization v0.1.23 Downloaded windows_x86_64_gnullvm v0.48.5 Downloaded itertools v0.12.1 Downloaded winnow v0.5.40 Downloaded itertools v0.10.5 Downloaded time v0.3.34 Downloaded winnow v0.6.5 Downloaded windows_aarch64_gnullvm v0.48.5 Downloaded tracing-subscriber v0.3.18 Downloaded windows_x86_64_gnu v0.42.2 Downloaded windows_aarch64_msvc v0.52.4 Downloaded libc v0.2.153 Downloaded windows_i686_msvc v0.52.4 Downloaded gimli v0.28.1 Downloaded tokio v1.36.0 Downloaded linux-raw-sys v0.4.13 Downloaded webpki-roots v0.25.4 Downloaded openssl v0.10.64 Downloaded windows_x86_64_gnu v0.48.5 Downloaded windows_x86_64_gnu v0.52.4 Downloaded web-sys v0.3.69 Downloaded windows_aarch64_gnullvm v0.42.2 Downloaded windows-sys v0.52.0 Downloaded trust-dns-proto v0.23.2 Downloaded tokio-openssl v0.6.4 Downloaded windows_aarch64_gnullvm v0.52.4 Downloaded neli-proc-macros v0.1.3 Downloaded windows_x86_64_gnullvm v0.52.4 Downloaded windows_i686_gnu v0.42.2 Downloaded chrono v0.4.35 Downloaded ring v0.17.8 Downloaded regex-automata v0.4.6 Downloaded neli v0.6.4 Downloaded oxipng v9.0.0 Downloaded clap_builder v4.5.2 Downloaded idna v0.4.0 Downloaded object v0.32.2 Downloaded bzip2-sys v0.1.11+1.0.8 Downloaded markup5ever v0.10.1 Downloaded syn v2.0.52 Downloaded rustix v0.38.31 Downloaded toml_edit v0.19.15 Downloaded syn v1.0.109 Downloaded windows_x86_64_msvc v0.42.2 Downloaded windows_aarch64_msvc v0.42.2 Downloaded vcpkg v0.2.15 Downloaded nix v0.26.4 Downloaded windows_i686_msvc v0.42.2 Downloaded zstd-sys v2.0.9+zstd.1.5.5 Downloaded log v0.4.21 Downloaded windows_x86_64_msvc v0.48.5 Downloaded windows_x86_64_msvc v0.52.4 Downloaded windows_aarch64_msvc v0.48.5 Downloaded windows_i686_gnu v0.52.4 Downloaded windows_i686_msvc v0.48.5 Downloaded windows_i686_gnu v0.48.5 Downloaded futures-util v0.3.30 Downloaded zerocopy v0.7.32 Downloaded wasm-bindgen v0.2.92 Downloaded memchr v2.7.1 Downloaded trust-dns-resolver v0.23.2 Downloaded mio v0.8.11 Downloaded regex-syntax v0.8.2 Downloaded winapi v0.3.9 Downloaded regex-syntax v0.6.29 Downloaded encoding_rs v0.8.33 Downloaded unicode-bidi v0.3.15 Downloaded tungstenite v0.20.1 Downloaded tracing-core v0.1.32 Downloaded rustls v0.21.10 Downloaded winapi-util v0.1.6 Downloaded tracing v0.1.40 Downloaded toml v0.7.8 Downloaded crossbeam-channel v0.5.12 Downloaded tower v0.4.13 Downloaded miniz_oxide v0.7.2 Downloaded flate2 v1.0.28 Downloaded time-macros v0.2.17 Downloaded tar v0.4.40 Downloaded which v6.0.0 Downloaded socket2 v0.5.6 Downloaded cc v1.0.90 Downloaded url v2.5.0 Downloaded reqwest v0.11.24 Downloaded stable_deref_trait v1.2.0 Downloaded inout v0.1.3 Downloaded unicode-ident v1.0.12 Downloaded thiserror-impl v1.0.57 Downloaded thiserror v1.0.57 Downloaded terminal_size v0.3.0 Downloaded libredox v0.0.1 Downloaded is-terminal v0.4.12 Downloaded is-docker v0.2.0 Downloaded simd-abstraction v0.7.1 Downloaded zip v0.6.6 Downloaded windows-sys v0.48.0 Downloaded windows-sys v0.45.0 Downloaded winapi-x86_64-pc-windows-gnu v0.4.0 Downloaded winapi-i686-pc-windows-gnu v0.4.0 Downloaded bumpalo v3.15.4 Downloaded typenum v1.17.0 Downloaded h2 v0.3.24 Downloaded time-core v0.1.2 Downloaded getrandom v0.1.16 Downloaded zerocopy-derive v0.7.32 Downloaded strum_macros v0.26.1 Downloaded jobserver v0.1.28 Downloaded hashbrown v0.14.3 Downloaded zopfli v0.8.0 Downloaded fs_at v0.1.10 Downloaded inotify v0.9.6 Downloaded simdutf8 v0.1.4 Downloaded string_cache v0.8.7 Downloaded regex v1.10.3 Downloaded windows-targets v0.52.4 Downloaded windows-targets v0.48.5 Downloaded windows-targets v0.42.2 Downloaded generic-array v0.14.7 Downloaded fxhash v0.2.1 Downloaded openssl-macros v0.1.1 Downloaded mac v0.1.1 Downloaded toml_datetime v0.6.5 Downloaded tap v1.0.1 Downloaded lightningcss v1.0.0-alpha.54 Downloaded hyper-tls v0.5.0 Downloaded zstd v0.11.2+zstd.1.5.2 Downloaded unicase v2.7.0 Downloaded typed-arena v2.0.2 Downloaded subtle v2.5.0 Downloaded strsim v0.11.0 Downloaded itoa v1.0.10 Downloaded uuid v1.7.0 Downloaded tokio-stream v0.1.14 Downloaded matchit v0.7.3 Downloaded lock_api v0.4.11 Downloaded local-ip-address v0.6.1 Downloaded native-tls v0.2.11 Downloaded minify-html-common v0.0.2 Downloaded minify-html v0.15.0 Downloaded mime_guess v2.0.4 Downloaded rustls-webpki v0.101.7 Downloaded derive_more v0.99.17 Downloaded cssparser v0.33.0 Downloaded crossbeam-epoch v0.9.18 Downloaded backtrace v0.3.69 Downloaded siphasher v0.3.11 Downloaded simd-adler32 v0.3.7 Downloaded xattr v1.3.1 Downloaded winreg v0.50.0 Downloaded wasi v0.11.0+wasi-snapshot-preview1 Downloaded wasi v0.9.0+wasi-snapshot-preview1 Downloaded crossbeam-utils v0.8.19 Downloaded match_cfg v0.1.0 Downloaded system-configuration v0.5.1 Downloaded lazy_static v1.4.0 Downloaded futures-core v0.3.30 Downloaded zstd-safe v5.0.2+zstd.1.5.2 Downloaded futures-task v0.3.30 Downloaded futures-sink v0.3.30 Downloaded futures-executor v0.3.30 Downloaded vlq v0.5.1 Downloaded version_check v0.9.4 Downloaded valuable v0.1.0 Downloaded utf8parse v0.2.1 Downloaded utf-8 v0.7.6 Downloaded untrusted v0.9.0 Downloaded num_cpus v1.16.0 Downloaded env_logger v0.10.2 Downloaded cssparser v0.27.2 Downloaded bytes v1.5.0 Downloaded base64 v0.21.7 Downloaded tendril v0.4.3 Downloaded futures v0.3.30 Downloaded mime v0.3.17 Downloaded hashbrown v0.13.2 Downloaded hashbrown v0.12.3 Downloaded system-configuration-sys v0.5.0 Downloaded strum v0.26.1 Downloaded kqueue-sys v1.0.4 Downloaded tokio-native-tls v0.3.1 Downloaded tokio-macros v2.2.0 Downloaded tempfile v3.10.1 Downloaded tracing-log v0.2.0 Downloaded minify-js v0.5.6 Downloaded fastrand v2.0.1 Downloaded encode_unicode v0.3.6 Downloaded clap v4.5.2 Downloaded once_cell v1.19.0 Downloaded futures-io v0.3.30 Downloaded digest v0.10.7 Downloaded dashmap v5.5.3 Downloaded open v5.1.2 Downloaded httparse v1.8.0 Downloaded humantime-serde v1.1.1 Downloaded futures-channel v0.3.30 Downloaded funty v2.0.0 Downloaded html5ever v0.25.2 Downloaded form_urlencoded v1.2.1 Downloaded file-id v0.2.1 Downloaded enum-as-inner v0.6.0 Downloaded either v1.10.0 Downloaded dtoa-short v0.3.4 Downloaded dtoa v1.0.9 Downloaded data-encoding v2.5.0 Downloaded core-foundation-sys v0.8.6 Downloaded core-foundation v0.9.4 Downloaded is-wsl v0.4.0 Downloaded humantime v2.1.0 Downloaded num-traits v0.2.18 Downloaded notify v6.1.1 Downloaded htmlescape v0.3.1 Downloaded hmac v0.12.1 Downloaded rand v0.7.3 Downloaded envy v0.4.2 Downloaded directories v5.0.1 Downloaded cpufeatures v0.2.12 Downloaded wasm-streams v0.4.0 Downloaded wasm-bindgen-macro v0.2.92 Downloaded wasm-bindgen-futures v0.4.42 Downloaded wasm-bindgen-backend v0.2.92 Downloaded walkdir v2.5.0 Downloaded fnv v1.0.7 Downloaded errno v0.3.8 Downloaded dunce v1.0.4 Downloaded dirs-sys v0.4.1 Downloaded clap_derive v4.5.0 Downloaded crc32fast v1.4.0 Downloaded console v0.15.8 Downloaded cargo_metadata v0.18.1 Downloaded camino v1.1.6 Downloaded bytemuck v1.14.3 Downloaded notify-debouncer-full v0.3.1 Downloaded home v0.5.9 Downloaded data-url v0.1.1 Downloaded crypto-common v0.1.6 Downloaded crates_io_api v0.9.0 Downloaded convert_case v0.4.0 Downloaded bzip2 v0.4.4 Downloaded glob v0.3.1 Downloaded filetime v0.2.23 Downloaded const-str v0.3.2 Downloaded deranged v0.3.11 Downloaded crossbeam-deque v0.8.5 Downloaded nodrop v0.1.14 Downloaded hostname v0.3.1 Downloaded foreign-types-shared v0.1.1 Downloaded equivalent v1.0.1 Downloaded sharded-slab v0.1.7 Downloaded http-body v0.4.6 Downloaded heck v0.4.1 Downloaded serde v1.0.197 Downloaded foreign-types v0.3.2 Downloaded cssparser-color v0.1.0 Downloaded cipher v0.4.4 Downloaded cfg-if v1.0.0 Downloaded cargo-platform v0.1.7 Downloaded bitflags v2.4.2 Downloaded serde_path_to_error v0.1.15 Downloaded serde_derive v1.0.197 Downloaded security-framework v2.9.2 Downloaded rustc-hash v1.1.0 Downloaded cvt v0.1.2 Downloaded const-str-proc-macro v0.3.2 Downloaded clap_lex v0.7.0 Downloaded futf v0.1.5 Downloaded wyz v0.5.1 Downloaded sct v0.7.1 Downloaded schannel v0.1.23 Downloaded cssparser-macros v0.6.1 Downloaded constant_time_eq v0.1.5 Downloaded bitvec v1.0.1 Downloaded rustversion v1.0.14 Downloaded regex-automata v0.1.10 Downloaded colorchoice v1.0.0 Downloaded byteorder v1.5.0 Downloaded bytecheck v0.6.12 Downloaded sha2 v0.10.8 Downloaded serde_urlencoded v0.7.1 Downloaded serde_spanned v0.6.5 Downloaded selectors v0.22.0 Downloaded seahash v4.1.0 Downloaded rustc_version v0.4.0 Downloaded rend v0.4.2 Downloaded remove_dir_all v0.8.2 Downloaded rand_pcg v0.2.1 Downloaded bitflags v1.3.2 Downloaded base64-simd v0.7.0 Downloaded rustc-demangle v0.1.23 Downloaded resolv-conf v0.7.0 Downloaded rayon-core v1.12.1 Downloaded rand_chacha v0.3.1 Downloaded quick-error v1.2.3 Downloaded scopeguard v1.2.0 Downloaded redox_users v0.4.4 Downloaded rkyv_derive v0.7.44 Downloaded rand_hc v0.2.0 Downloaded bytecheck_derive v0.6.12 Downloaded base64ct v1.6.0 Downloaded axum-server v0.5.1 Downloaded autocfg v1.1.0 Downloaded axum-core v0.3.4 Downloaded axum v0.6.20 Downloaded arc-swap v1.7.0 Downloaded rustls-native-certs v0.6.3 Downloaded rgb v0.8.37 Downloaded radium v0.7.0 Downloaded quote v1.0.35 Downloaded ptr_meta v0.1.4 Downloaded rand v0.8.5 Downloaded proc-macro-hack v0.5.20+deprecated Downloaded pkg-config v0.3.30 Downloaded rand_core v0.6.4 Downloaded ptr_meta_derive v0.1.4 Downloaded proc-macro2 v1.0.78 Downloaded precomputed-hash v0.1.1 Downloaded ppv-lite86 v0.2.17 Downloaded pin-utils v0.1.0 Downloaded as-slice v0.2.1 Downloaded anyhow v1.0.80 Downloaded anstyle-wincon v3.0.2 Downloaded pin-project-internal v1.1.5 Downloaded pin-project v1.1.5 Downloaded phf_shared v0.11.2 Downloaded phf_shared v0.10.0 Downloaded phf_macros v0.11.2 Downloaded phf_macros v0.8.0 Downloaded parking_lot_core v0.9.9 Downloaded parcel_selectors v0.26.4 Downloaded overload v0.1.1 Downloaded outref v0.1.0 Downloaded anstyle-query v1.0.2 Downloaded anstyle-parse v0.2.3 Downloaded anstyle v1.0.6 Downloaded anstream v0.6.13 Downloaded ansi_term v0.12.1 Downloaded aligned v0.4.1 Downloaded aho-corasick v1.1.2 Downloaded aho-corasick v0.7.20 Downloaded aes v0.8.4 Downloaded phf_generator v0.10.0 Downloaded phf_generator v0.8.0 Downloaded phf_codegen v0.10.0 Downloaded phf_codegen v0.8.0 Downloaded phf v0.10.1 Downloaded phf v0.8.0 Downloaded percent-encoding v2.3.1 Downloaded pbkdf2 v0.11.0 Downloaded pathdiff v0.2.1 Downloaded paste v1.0.14 Downloaded password-hash v0.4.2 Downloaded parse-js v0.17.0 Downloaded parking_lot v0.12.1 Downloaded adler v1.0.2 Downloaded async-recursion v1.0.5 Vendoring addr2line v0.21.0 (/build/source/cargo-home.OWJ/registry/src/index.crates.io-6f17d22bba15001f/addr2line-0.21.0) to trunk-0.19.0-vendor.tar.gz/addr2line Vendoring adler v1.0.2 (/build/source/cargo-home.OWJ/registry/src/index.crates.io-6f17d22bba15001f/adler-1.0.2) to trunk-0.19.0-vendor.tar.gz/adler Vendoring aes v0.8.4 (/build/source/cargo-home.OWJ/registry/src/index.crates.io-6f17d22bba15001f/aes-0.8.4) to trunk-0.19.0-vendor.tar.gz/aes Vendoring ahash v0.7.8 (/build/source/cargo-home.OWJ/registry/src/index.crates.io-6f17d22bba15001f/ahash-0.7.8) to trunk-0.19.0-vendor.tar.gz/ahash-0.7.8 Vendoring ahash v0.8.11 (/build/source/cargo-home.OWJ/registry/src/index.crates.io-6f17d22bba15001f/ahash-0.8.11) to trunk-0.19.0-vendor.tar.gz/ahash Vendoring aho-corasick v0.7.20 (/build/source/cargo-home.OWJ/registry/src/index.crates.io-6f17d22bba15001f/aho-corasick-0.7.20) to trunk-0.19.0-vendor.tar.gz/aho-corasick-0.7.20 Vendoring aho-corasick v1.1.2 (/build/source/cargo-home.OWJ/registry/src/index.crates.io-6f17d22bba15001f/aho-corasick-1.1.2) to trunk-0.19.0-vendor.tar.gz/aho-corasick Vendoring aligned v0.4.1 (/build/source/cargo-home.OWJ/registry/src/index.crates.io-6f17d22bba15001f/aligned-0.4.1) to trunk-0.19.0-vendor.tar.gz/aligned Vendoring ansi_term v0.12.1 (/build/source/cargo-home.OWJ/registry/src/index.crates.io-6f17d22bba15001f/ansi_term-0.12.1) to trunk-0.19.0-vendor.tar.gz/ansi_term Vendoring anstream v0.6.13 (/build/source/cargo-home.OWJ/registry/src/index.crates.io-6f17d22bba15001f/anstream-0.6.13) to trunk-0.19.0-vendor.tar.gz/anstream Vendoring anstyle v1.0.6 (/build/source/cargo-home.OWJ/registry/src/index.crates.io-6f17d22bba15001f/anstyle-1.0.6) to trunk-0.19.0-vendor.tar.gz/anstyle Vendoring anstyle-parse v0.2.3 (/build/source/cargo-home.OWJ/registry/src/index.crates.io-6f17d22bba15001f/anstyle-parse-0.2.3) to trunk-0.19.0-vendor.tar.gz/anstyle-parse Vendoring anstyle-query v1.0.2 (/build/source/cargo-home.OWJ/registry/src/index.crates.io-6f17d22bba15001f/anstyle-query-1.0.2) to trunk-0.19.0-vendor.tar.gz/anstyle-query Vendoring anstyle-wincon v3.0.2 (/build/source/cargo-home.OWJ/registry/src/index.crates.io-6f17d22bba15001f/anstyle-wincon-3.0.2) to trunk-0.19.0-vendor.tar.gz/anstyle-wincon Vendoring anyhow v1.0.80 (/build/source/cargo-home.OWJ/registry/src/index.crates.io-6f17d22bba15001f/anyhow-1.0.80) to trunk-0.19.0-vendor.tar.gz/anyhow Vendoring arc-swap v1.7.0 (/build/source/cargo-home.OWJ/registry/src/index.crates.io-6f17d22bba15001f/arc-swap-1.7.0) to trunk-0.19.0-vendor.tar.gz/arc-swap Vendoring as-slice v0.2.1 (/build/source/cargo-home.OWJ/registry/src/index.crates.io-6f17d22bba15001f/as-slice-0.2.1) to trunk-0.19.0-vendor.tar.gz/as-slice Vendoring async-recursion v1.0.5 (/build/source/cargo-home.OWJ/registry/src/index.crates.io-6f17d22bba15001f/async-recursion-1.0.5) to trunk-0.19.0-vendor.tar.gz/async-recursion Vendoring async-trait v0.1.77 (/build/source/cargo-home.OWJ/registry/src/index.crates.io-6f17d22bba15001f/async-trait-0.1.77) to trunk-0.19.0-vendor.tar.gz/async-trait Vendoring autocfg v1.1.0 (/build/source/cargo-home.OWJ/registry/src/index.crates.io-6f17d22bba15001f/autocfg-1.1.0) to trunk-0.19.0-vendor.tar.gz/autocfg Vendoring axum v0.6.20 (/build/source/cargo-home.OWJ/registry/src/index.crates.io-6f17d22bba15001f/axum-0.6.20) to trunk-0.19.0-vendor.tar.gz/axum Vendoring axum-core v0.3.4 (/build/source/cargo-home.OWJ/registry/src/index.crates.io-6f17d22bba15001f/axum-core-0.3.4) to trunk-0.19.0-vendor.tar.gz/axum-core Vendoring axum-server v0.5.1 (/build/source/cargo-home.OWJ/registry/src/index.crates.io-6f17d22bba15001f/axum-server-0.5.1) to trunk-0.19.0-vendor.tar.gz/axum-server Vendoring backtrace v0.3.69 (/build/source/cargo-home.OWJ/registry/src/index.crates.io-6f17d22bba15001f/backtrace-0.3.69) to trunk-0.19.0-vendor.tar.gz/backtrace Vendoring base64 v0.21.7 (/build/source/cargo-home.OWJ/registry/src/index.crates.io-6f17d22bba15001f/base64-0.21.7) to trunk-0.19.0-vendor.tar.gz/base64 Vendoring base64-simd v0.7.0 (/build/source/cargo-home.OWJ/registry/src/index.crates.io-6f17d22bba15001f/base64-simd-0.7.0) to trunk-0.19.0-vendor.tar.gz/base64-simd Vendoring base64ct v1.6.0 (/build/source/cargo-home.OWJ/registry/src/index.crates.io-6f17d22bba15001f/base64ct-1.6.0) to trunk-0.19.0-vendor.tar.gz/base64ct Vendoring bitflags v1.3.2 (/build/source/cargo-home.OWJ/registry/src/index.crates.io-6f17d22bba15001f/bitflags-1.3.2) to trunk-0.19.0-vendor.tar.gz/bitflags-1.3.2 Vendoring bitflags v2.4.2 (/build/source/cargo-home.OWJ/registry/src/index.crates.io-6f17d22bba15001f/bitflags-2.4.2) to trunk-0.19.0-vendor.tar.gz/bitflags Vendoring bitvec v1.0.1 (/build/source/cargo-home.OWJ/registry/src/index.crates.io-6f17d22bba15001f/bitvec-1.0.1) to trunk-0.19.0-vendor.tar.gz/bitvec Vendoring block-buffer v0.10.4 (/build/source/cargo-home.OWJ/registry/src/index.crates.io-6f17d22bba15001f/block-buffer-0.10.4) to trunk-0.19.0-vendor.tar.gz/block-buffer Vendoring bumpalo v3.15.4 (/build/source/cargo-home.OWJ/registry/src/index.crates.io-6f17d22bba15001f/bumpalo-3.15.4) to trunk-0.19.0-vendor.tar.gz/bumpalo Vendoring bytecheck v0.6.12 (/build/source/cargo-home.OWJ/registry/src/index.crates.io-6f17d22bba15001f/bytecheck-0.6.12) to trunk-0.19.0-vendor.tar.gz/bytecheck Vendoring bytecheck_derive v0.6.12 (/build/source/cargo-home.OWJ/registry/src/index.crates.io-6f17d22bba15001f/bytecheck_derive-0.6.12) to trunk-0.19.0-vendor.tar.gz/bytecheck_derive Vendoring bytemuck v1.14.3 (/build/source/cargo-home.OWJ/registry/src/index.crates.io-6f17d22bba15001f/bytemuck-1.14.3) to trunk-0.19.0-vendor.tar.gz/bytemuck Vendoring byteorder v1.5.0 (/build/source/cargo-home.OWJ/registry/src/index.crates.io-6f17d22bba15001f/byteorder-1.5.0) to trunk-0.19.0-vendor.tar.gz/byteorder Vendoring bytes v1.5.0 (/build/source/cargo-home.OWJ/registry/src/index.crates.io-6f17d22bba15001f/bytes-1.5.0) to trunk-0.19.0-vendor.tar.gz/bytes Vendoring bzip2 v0.4.4 (/build/source/cargo-home.OWJ/registry/src/index.crates.io-6f17d22bba15001f/bzip2-0.4.4) to trunk-0.19.0-vendor.tar.gz/bzip2 Vendoring bzip2-sys v0.1.11+1.0.8 (/build/source/cargo-home.OWJ/registry/src/index.crates.io-6f17d22bba15001f/bzip2-sys-0.1.11+1.0.8) to trunk-0.19.0-vendor.tar.gz/bzip2-sys Vendoring camino v1.1.6 (/build/source/cargo-home.OWJ/registry/src/index.crates.io-6f17d22bba15001f/camino-1.1.6) to trunk-0.19.0-vendor.tar.gz/camino Vendoring cargo-lock v9.0.0 (/build/source/cargo-home.OWJ/registry/src/index.crates.io-6f17d22bba15001f/cargo-lock-9.0.0) to trunk-0.19.0-vendor.tar.gz/cargo-lock Vendoring cargo-platform v0.1.7 (/build/source/cargo-home.OWJ/registry/src/index.crates.io-6f17d22bba15001f/cargo-platform-0.1.7) to trunk-0.19.0-vendor.tar.gz/cargo-platform Vendoring cargo_metadata v0.18.1 (/build/source/cargo-home.OWJ/registry/src/index.crates.io-6f17d22bba15001f/cargo_metadata-0.18.1) to trunk-0.19.0-vendor.tar.gz/cargo_metadata Vendoring cc v1.0.90 (/build/source/cargo-home.OWJ/registry/src/index.crates.io-6f17d22bba15001f/cc-1.0.90) to trunk-0.19.0-vendor.tar.gz/cc Vendoring cfg-if v1.0.0 (/build/source/cargo-home.OWJ/registry/src/index.crates.io-6f17d22bba15001f/cfg-if-1.0.0) to trunk-0.19.0-vendor.tar.gz/cfg-if Vendoring chrono v0.4.35 (/build/source/cargo-home.OWJ/registry/src/index.crates.io-6f17d22bba15001f/chrono-0.4.35) to trunk-0.19.0-vendor.tar.gz/chrono Vendoring cipher v0.4.4 (/build/source/cargo-home.OWJ/registry/src/index.crates.io-6f17d22bba15001f/cipher-0.4.4) to trunk-0.19.0-vendor.tar.gz/cipher Vendoring clap v4.5.2 (/build/source/cargo-home.OWJ/registry/src/index.crates.io-6f17d22bba15001f/clap-4.5.2) to trunk-0.19.0-vendor.tar.gz/clap Vendoring clap_builder v4.5.2 (/build/source/cargo-home.OWJ/registry/src/index.crates.io-6f17d22bba15001f/clap_builder-4.5.2) to trunk-0.19.0-vendor.tar.gz/clap_builder Vendoring clap_derive v4.5.0 (/build/source/cargo-home.OWJ/registry/src/index.crates.io-6f17d22bba15001f/clap_derive-4.5.0) to trunk-0.19.0-vendor.tar.gz/clap_derive Vendoring clap_lex v0.7.0 (/build/source/cargo-home.OWJ/registry/src/index.crates.io-6f17d22bba15001f/clap_lex-0.7.0) to trunk-0.19.0-vendor.tar.gz/clap_lex Vendoring colorchoice v1.0.0 (/build/source/cargo-home.OWJ/registry/src/index.crates.io-6f17d22bba15001f/colorchoice-1.0.0) to trunk-0.19.0-vendor.tar.gz/colorchoice Vendoring console v0.15.8 (/build/source/cargo-home.OWJ/registry/src/index.crates.io-6f17d22bba15001f/console-0.15.8) to trunk-0.19.0-vendor.tar.gz/console Vendoring const-str v0.3.2 (/build/source/cargo-home.OWJ/registry/src/index.crates.io-6f17d22bba15001f/const-str-0.3.2) to trunk-0.19.0-vendor.tar.gz/const-str Vendoring const-str-proc-macro v0.3.2 (/build/source/cargo-home.OWJ/registry/src/index.crates.io-6f17d22bba15001f/const-str-proc-macro-0.3.2) to trunk-0.19.0-vendor.tar.gz/const-str-proc-macro Vendoring constant_time_eq v0.1.5 (/build/source/cargo-home.OWJ/registry/src/index.crates.io-6f17d22bba15001f/constant_time_eq-0.1.5) to trunk-0.19.0-vendor.tar.gz/constant_time_eq Vendoring convert_case v0.4.0 (/build/source/cargo-home.OWJ/registry/src/index.crates.io-6f17d22bba15001f/convert_case-0.4.0) to trunk-0.19.0-vendor.tar.gz/convert_case Vendoring core-foundation v0.9.4 (/build/source/cargo-home.OWJ/registry/src/index.crates.io-6f17d22bba15001f/core-foundation-0.9.4) to trunk-0.19.0-vendor.tar.gz/core-foundation Vendoring core-foundation-sys v0.8.6 (/build/source/cargo-home.OWJ/registry/src/index.crates.io-6f17d22bba15001f/core-foundation-sys-0.8.6) to trunk-0.19.0-vendor.tar.gz/core-foundation-sys Vendoring cpufeatures v0.2.12 (/build/source/cargo-home.OWJ/registry/src/index.crates.io-6f17d22bba15001f/cpufeatures-0.2.12) to trunk-0.19.0-vendor.tar.gz/cpufeatures Vendoring crates_io_api v0.9.0 (/build/source/cargo-home.OWJ/registry/src/index.crates.io-6f17d22bba15001f/crates_io_api-0.9.0) to trunk-0.19.0-vendor.tar.gz/crates_io_api Vendoring crc32fast v1.4.0 (/build/source/cargo-home.OWJ/registry/src/index.crates.io-6f17d22bba15001f/crc32fast-1.4.0) to trunk-0.19.0-vendor.tar.gz/crc32fast Vendoring crossbeam-channel v0.5.12 (/build/source/cargo-home.OWJ/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-channel-0.5.12) to trunk-0.19.0-vendor.tar.gz/crossbeam-channel Vendoring crossbeam-deque v0.8.5 (/build/source/cargo-home.OWJ/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-deque-0.8.5) to trunk-0.19.0-vendor.tar.gz/crossbeam-deque Vendoring crossbeam-epoch v0.9.18 (/build/source/cargo-home.OWJ/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-epoch-0.9.18) to trunk-0.19.0-vendor.tar.gz/crossbeam-epoch Vendoring crossbeam-utils v0.8.19 (/build/source/cargo-home.OWJ/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-utils-0.8.19) to trunk-0.19.0-vendor.tar.gz/crossbeam-utils Vendoring crypto-common v0.1.6 (/build/source/cargo-home.OWJ/registry/src/index.crates.io-6f17d22bba15001f/crypto-common-0.1.6) to trunk-0.19.0-vendor.tar.gz/crypto-common Vendoring cssparser v0.27.2 (/build/source/cargo-home.OWJ/registry/src/index.crates.io-6f17d22bba15001f/cssparser-0.27.2) to trunk-0.19.0-vendor.tar.gz/cssparser-0.27.2 Vendoring cssparser v0.33.0 (/build/source/cargo-home.OWJ/registry/src/index.crates.io-6f17d22bba15001f/cssparser-0.33.0) to trunk-0.19.0-vendor.tar.gz/cssparser Vendoring cssparser-color v0.1.0 (/build/source/cargo-home.OWJ/registry/src/index.crates.io-6f17d22bba15001f/cssparser-color-0.1.0) to trunk-0.19.0-vendor.tar.gz/cssparser-color Vendoring cssparser-macros v0.6.1 (/build/source/cargo-home.OWJ/registry/src/index.crates.io-6f17d22bba15001f/cssparser-macros-0.6.1) to trunk-0.19.0-vendor.tar.gz/cssparser-macros Vendoring cvt v0.1.2 (/build/source/cargo-home.OWJ/registry/src/index.crates.io-6f17d22bba15001f/cvt-0.1.2) to trunk-0.19.0-vendor.tar.gz/cvt Vendoring dashmap v5.5.3 (/build/source/cargo-home.OWJ/registry/src/index.crates.io-6f17d22bba15001f/dashmap-5.5.3) to trunk-0.19.0-vendor.tar.gz/dashmap Vendoring data-encoding v2.5.0 (/build/source/cargo-home.OWJ/registry/src/index.crates.io-6f17d22bba15001f/data-encoding-2.5.0) to trunk-0.19.0-vendor.tar.gz/data-encoding Vendoring data-url v0.1.1 (/build/source/cargo-home.OWJ/registry/src/index.crates.io-6f17d22bba15001f/data-url-0.1.1) to trunk-0.19.0-vendor.tar.gz/data-url Vendoring deranged v0.3.11 (/build/source/cargo-home.OWJ/registry/src/index.crates.io-6f17d22bba15001f/deranged-0.3.11) to trunk-0.19.0-vendor.tar.gz/deranged Vendoring derive_more v0.99.17 (/build/source/cargo-home.OWJ/registry/src/index.crates.io-6f17d22bba15001f/derive_more-0.99.17) to trunk-0.19.0-vendor.tar.gz/derive_more Vendoring digest v0.10.7 (/build/source/cargo-home.OWJ/registry/src/index.crates.io-6f17d22bba15001f/digest-0.10.7) to trunk-0.19.0-vendor.tar.gz/digest Vendoring directories v5.0.1 (/build/source/cargo-home.OWJ/registry/src/index.crates.io-6f17d22bba15001f/directories-5.0.1) to trunk-0.19.0-vendor.tar.gz/directories Vendoring dirs-sys v0.4.1 (/build/source/cargo-home.OWJ/registry/src/index.crates.io-6f17d22bba15001f/dirs-sys-0.4.1) to trunk-0.19.0-vendor.tar.gz/dirs-sys Vendoring dtoa v1.0.9 (/build/source/cargo-home.OWJ/registry/src/index.crates.io-6f17d22bba15001f/dtoa-1.0.9) to trunk-0.19.0-vendor.tar.gz/dtoa Vendoring dtoa-short v0.3.4 (/build/source/cargo-home.OWJ/registry/src/index.crates.io-6f17d22bba15001f/dtoa-short-0.3.4) to trunk-0.19.0-vendor.tar.gz/dtoa-short Vendoring dunce v1.0.4 (/build/source/cargo-home.OWJ/registry/src/index.crates.io-6f17d22bba15001f/dunce-1.0.4) to trunk-0.19.0-vendor.tar.gz/dunce Vendoring either v1.10.0 (/build/source/cargo-home.OWJ/registry/src/index.crates.io-6f17d22bba15001f/either-1.10.0) to trunk-0.19.0-vendor.tar.gz/either Vendoring encode_unicode v0.3.6 (/build/source/cargo-home.OWJ/registry/src/index.crates.io-6f17d22bba15001f/encode_unicode-0.3.6) to trunk-0.19.0-vendor.tar.gz/encode_unicode Vendoring encoding_rs v0.8.33 (/build/source/cargo-home.OWJ/registry/src/index.crates.io-6f17d22bba15001f/encoding_rs-0.8.33) to trunk-0.19.0-vendor.tar.gz/encoding_rs Vendoring enum-as-inner v0.6.0 (/build/source/cargo-home.OWJ/registry/src/index.crates.io-6f17d22bba15001f/enum-as-inner-0.6.0) to trunk-0.19.0-vendor.tar.gz/enum-as-inner Vendoring env_logger v0.10.2 (/build/source/cargo-home.OWJ/registry/src/index.crates.io-6f17d22bba15001f/env_logger-0.10.2) to trunk-0.19.0-vendor.tar.gz/env_logger Vendoring envy v0.4.2 (/build/source/cargo-home.OWJ/registry/src/index.crates.io-6f17d22bba15001f/envy-0.4.2) to trunk-0.19.0-vendor.tar.gz/envy Vendoring equivalent v1.0.1 (/build/source/cargo-home.OWJ/registry/src/index.crates.io-6f17d22bba15001f/equivalent-1.0.1) to trunk-0.19.0-vendor.tar.gz/equivalent Vendoring errno v0.3.8 (/build/source/cargo-home.OWJ/registry/src/index.crates.io-6f17d22bba15001f/errno-0.3.8) to trunk-0.19.0-vendor.tar.gz/errno Vendoring fastrand v2.0.1 (/build/source/cargo-home.OWJ/registry/src/index.crates.io-6f17d22bba15001f/fastrand-2.0.1) to trunk-0.19.0-vendor.tar.gz/fastrand Vendoring file-id v0.2.1 (/build/source/cargo-home.OWJ/registry/src/index.crates.io-6f17d22bba15001f/file-id-0.2.1) to trunk-0.19.0-vendor.tar.gz/file-id Vendoring filetime v0.2.23 (/build/source/cargo-home.OWJ/registry/src/index.crates.io-6f17d22bba15001f/filetime-0.2.23) to trunk-0.19.0-vendor.tar.gz/filetime Vendoring flate2 v1.0.28 (/build/source/cargo-home.OWJ/registry/src/index.crates.io-6f17d22bba15001f/flate2-1.0.28) to trunk-0.19.0-vendor.tar.gz/flate2 Vendoring fnv v1.0.7 (/build/source/cargo-home.OWJ/registry/src/index.crates.io-6f17d22bba15001f/fnv-1.0.7) to trunk-0.19.0-vendor.tar.gz/fnv Vendoring foreign-types v0.3.2 (/build/source/cargo-home.OWJ/registry/src/index.crates.io-6f17d22bba15001f/foreign-types-0.3.2) to trunk-0.19.0-vendor.tar.gz/foreign-types Vendoring foreign-types-shared v0.1.1 (/build/source/cargo-home.OWJ/registry/src/index.crates.io-6f17d22bba15001f/foreign-types-shared-0.1.1) to trunk-0.19.0-vendor.tar.gz/foreign-types-shared Vendoring form_urlencoded v1.2.1 (/build/source/cargo-home.OWJ/registry/src/index.crates.io-6f17d22bba15001f/form_urlencoded-1.2.1) to trunk-0.19.0-vendor.tar.gz/form_urlencoded Vendoring fs_at v0.1.10 (/build/source/cargo-home.OWJ/registry/src/index.crates.io-6f17d22bba15001f/fs_at-0.1.10) to trunk-0.19.0-vendor.tar.gz/fs_at Vendoring fsevent-sys v4.1.0 (/build/source/cargo-home.OWJ/registry/src/index.crates.io-6f17d22bba15001f/fsevent-sys-4.1.0) to trunk-0.19.0-vendor.tar.gz/fsevent-sys Vendoring funty v2.0.0 (/build/source/cargo-home.OWJ/registry/src/index.crates.io-6f17d22bba15001f/funty-2.0.0) to trunk-0.19.0-vendor.tar.gz/funty Vendoring futf v0.1.5 (/build/source/cargo-home.OWJ/registry/src/index.crates.io-6f17d22bba15001f/futf-0.1.5) to trunk-0.19.0-vendor.tar.gz/futf Vendoring futures v0.3.30 (/build/source/cargo-home.OWJ/registry/src/index.crates.io-6f17d22bba15001f/futures-0.3.30) to trunk-0.19.0-vendor.tar.gz/futures Vendoring futures-channel v0.3.30 (/build/source/cargo-home.OWJ/registry/src/index.crates.io-6f17d22bba15001f/futures-channel-0.3.30) to trunk-0.19.0-vendor.tar.gz/futures-channel Vendoring futures-core v0.3.30 (/build/source/cargo-home.OWJ/registry/src/index.crates.io-6f17d22bba15001f/futures-core-0.3.30) to trunk-0.19.0-vendor.tar.gz/futures-core Vendoring futures-executor v0.3.30 (/build/source/cargo-home.OWJ/registry/src/index.crates.io-6f17d22bba15001f/futures-executor-0.3.30) to trunk-0.19.0-vendor.tar.gz/futures-executor Vendoring futures-io v0.3.30 (/build/source/cargo-home.OWJ/registry/src/index.crates.io-6f17d22bba15001f/futures-io-0.3.30) to trunk-0.19.0-vendor.tar.gz/futures-io Vendoring futures-macro v0.3.30 (/build/source/cargo-home.OWJ/registry/src/index.crates.io-6f17d22bba15001f/futures-macro-0.3.30) to trunk-0.19.0-vendor.tar.gz/futures-macro Vendoring futures-sink v0.3.30 (/build/source/cargo-home.OWJ/registry/src/index.crates.io-6f17d22bba15001f/futures-sink-0.3.30) to trunk-0.19.0-vendor.tar.gz/futures-sink Vendoring futures-task v0.3.30 (/build/source/cargo-home.OWJ/registry/src/index.crates.io-6f17d22bba15001f/futures-task-0.3.30) to trunk-0.19.0-vendor.tar.gz/futures-task Vendoring futures-util v0.3.30 (/build/source/cargo-home.OWJ/registry/src/index.crates.io-6f17d22bba15001f/futures-util-0.3.30) to trunk-0.19.0-vendor.tar.gz/futures-util Vendoring fxhash v0.2.1 (/build/source/cargo-home.OWJ/registry/src/index.crates.io-6f17d22bba15001f/fxhash-0.2.1) to trunk-0.19.0-vendor.tar.gz/fxhash Vendoring generic-array v0.14.7 (/build/source/cargo-home.OWJ/registry/src/index.crates.io-6f17d22bba15001f/generic-array-0.14.7) to trunk-0.19.0-vendor.tar.gz/generic-array Vendoring getrandom v0.1.16 (/build/source/cargo-home.OWJ/registry/src/index.crates.io-6f17d22bba15001f/getrandom-0.1.16) to trunk-0.19.0-vendor.tar.gz/getrandom-0.1.16 Vendoring getrandom v0.2.12 (/build/source/cargo-home.OWJ/registry/src/index.crates.io-6f17d22bba15001f/getrandom-0.2.12) to trunk-0.19.0-vendor.tar.gz/getrandom Vendoring gimli v0.28.1 (/build/source/cargo-home.OWJ/registry/src/index.crates.io-6f17d22bba15001f/gimli-0.28.1) to trunk-0.19.0-vendor.tar.gz/gimli Vendoring glob v0.3.1 (/build/source/cargo-home.OWJ/registry/src/index.crates.io-6f17d22bba15001f/glob-0.3.1) to trunk-0.19.0-vendor.tar.gz/glob Vendoring h2 v0.3.24 (/build/source/cargo-home.OWJ/registry/src/index.crates.io-6f17d22bba15001f/h2-0.3.24) to trunk-0.19.0-vendor.tar.gz/h2 Vendoring hashbrown v0.12.3 (/build/source/cargo-home.OWJ/registry/src/index.crates.io-6f17d22bba15001f/hashbrown-0.12.3) to trunk-0.19.0-vendor.tar.gz/hashbrown-0.12.3 Vendoring hashbrown v0.13.2 (/build/source/cargo-home.OWJ/registry/src/index.crates.io-6f17d22bba15001f/hashbrown-0.13.2) to trunk-0.19.0-vendor.tar.gz/hashbrown-0.13.2 Vendoring hashbrown v0.14.3 (/build/source/cargo-home.OWJ/registry/src/index.crates.io-6f17d22bba15001f/hashbrown-0.14.3) to trunk-0.19.0-vendor.tar.gz/hashbrown Vendoring heck v0.4.1 (/build/source/cargo-home.OWJ/registry/src/index.crates.io-6f17d22bba15001f/heck-0.4.1) to trunk-0.19.0-vendor.tar.gz/heck Vendoring hermit-abi v0.3.9 (/build/source/cargo-home.OWJ/registry/src/index.crates.io-6f17d22bba15001f/hermit-abi-0.3.9) to trunk-0.19.0-vendor.tar.gz/hermit-abi Vendoring hmac v0.12.1 (/build/source/cargo-home.OWJ/registry/src/index.crates.io-6f17d22bba15001f/hmac-0.12.1) to trunk-0.19.0-vendor.tar.gz/hmac Vendoring home v0.5.9 (/build/source/cargo-home.OWJ/registry/src/index.crates.io-6f17d22bba15001f/home-0.5.9) to trunk-0.19.0-vendor.tar.gz/home Vendoring hostname v0.3.1 (/build/source/cargo-home.OWJ/registry/src/index.crates.io-6f17d22bba15001f/hostname-0.3.1) to trunk-0.19.0-vendor.tar.gz/hostname Vendoring html5ever v0.25.2 (/build/source/cargo-home.OWJ/registry/src/index.crates.io-6f17d22bba15001f/html5ever-0.25.2) to trunk-0.19.0-vendor.tar.gz/html5ever Vendoring htmlescape v0.3.1 (/build/source/cargo-home.OWJ/registry/src/index.crates.io-6f17d22bba15001f/htmlescape-0.3.1) to trunk-0.19.0-vendor.tar.gz/htmlescape Vendoring http v0.2.12 (/build/source/cargo-home.OWJ/registry/src/index.crates.io-6f17d22bba15001f/http-0.2.12) to trunk-0.19.0-vendor.tar.gz/http Vendoring http-body v0.4.6 (/build/source/cargo-home.OWJ/registry/src/index.crates.io-6f17d22bba15001f/http-body-0.4.6) to trunk-0.19.0-vendor.tar.gz/http-body Vendoring http-range-header v0.3.1 (/build/source/cargo-home.OWJ/registry/src/index.crates.io-6f17d22bba15001f/http-range-header-0.3.1) to trunk-0.19.0-vendor.tar.gz/http-range-header Vendoring httparse v1.8.0 (/build/source/cargo-home.OWJ/registry/src/index.crates.io-6f17d22bba15001f/httparse-1.8.0) to trunk-0.19.0-vendor.tar.gz/httparse Vendoring httpdate v1.0.3 (/build/source/cargo-home.OWJ/registry/src/index.crates.io-6f17d22bba15001f/httpdate-1.0.3) to trunk-0.19.0-vendor.tar.gz/httpdate Vendoring humantime v2.1.0 (/build/source/cargo-home.OWJ/registry/src/index.crates.io-6f17d22bba15001f/humantime-2.1.0) to trunk-0.19.0-vendor.tar.gz/humantime Vendoring humantime-serde v1.1.1 (/build/source/cargo-home.OWJ/registry/src/index.crates.io-6f17d22bba15001f/humantime-serde-1.1.1) to trunk-0.19.0-vendor.tar.gz/humantime-serde Vendoring hyper v0.14.28 (/build/source/cargo-home.OWJ/registry/src/index.crates.io-6f17d22bba15001f/hyper-0.14.28) to trunk-0.19.0-vendor.tar.gz/hyper Vendoring hyper-rustls v0.24.2 (/build/source/cargo-home.OWJ/registry/src/index.crates.io-6f17d22bba15001f/hyper-rustls-0.24.2) to trunk-0.19.0-vendor.tar.gz/hyper-rustls Vendoring hyper-tls v0.5.0 (/build/source/cargo-home.OWJ/registry/src/index.crates.io-6f17d22bba15001f/hyper-tls-0.5.0) to trunk-0.19.0-vendor.tar.gz/hyper-tls Vendoring idna v0.4.0 (/build/source/cargo-home.OWJ/registry/src/index.crates.io-6f17d22bba15001f/idna-0.4.0) to trunk-0.19.0-vendor.tar.gz/idna-0.4.0 Vendoring idna v0.5.0 (/build/source/cargo-home.OWJ/registry/src/index.crates.io-6f17d22bba15001f/idna-0.5.0) to trunk-0.19.0-vendor.tar.gz/idna Vendoring indexmap v2.2.5 (/build/source/cargo-home.OWJ/registry/src/index.crates.io-6f17d22bba15001f/indexmap-2.2.5) to trunk-0.19.0-vendor.tar.gz/indexmap Vendoring inotify v0.9.6 (/build/source/cargo-home.OWJ/registry/src/index.crates.io-6f17d22bba15001f/inotify-0.9.6) to trunk-0.19.0-vendor.tar.gz/inotify Vendoring inotify-sys v0.1.5 (/build/source/cargo-home.OWJ/registry/src/index.crates.io-6f17d22bba15001f/inotify-sys-0.1.5) to trunk-0.19.0-vendor.tar.gz/inotify-sys Vendoring inout v0.1.3 (/build/source/cargo-home.OWJ/registry/src/index.crates.io-6f17d22bba15001f/inout-0.1.3) to trunk-0.19.0-vendor.tar.gz/inout Vendoring ipconfig v0.3.2 (/build/source/cargo-home.OWJ/registry/src/index.crates.io-6f17d22bba15001f/ipconfig-0.3.2) to trunk-0.19.0-vendor.tar.gz/ipconfig Vendoring ipnet v2.9.0 (/build/source/cargo-home.OWJ/registry/src/index.crates.io-6f17d22bba15001f/ipnet-2.9.0) to trunk-0.19.0-vendor.tar.gz/ipnet Vendoring is-docker v0.2.0 (/build/source/cargo-home.OWJ/registry/src/index.crates.io-6f17d22bba15001f/is-docker-0.2.0) to trunk-0.19.0-vendor.tar.gz/is-docker Vendoring is-terminal v0.4.12 (/build/source/cargo-home.OWJ/registry/src/index.crates.io-6f17d22bba15001f/is-terminal-0.4.12) to trunk-0.19.0-vendor.tar.gz/is-terminal Vendoring is-wsl v0.4.0 (/build/source/cargo-home.OWJ/registry/src/index.crates.io-6f17d22bba15001f/is-wsl-0.4.0) to trunk-0.19.0-vendor.tar.gz/is-wsl Vendoring itertools v0.10.5 (/build/source/cargo-home.OWJ/registry/src/index.crates.io-6f17d22bba15001f/itertools-0.10.5) to trunk-0.19.0-vendor.tar.gz/itertools-0.10.5 Vendoring itertools v0.12.1 (/build/source/cargo-home.OWJ/registry/src/index.crates.io-6f17d22bba15001f/itertools-0.12.1) to trunk-0.19.0-vendor.tar.gz/itertools Vendoring itoa v0.4.8 (/build/source/cargo-home.OWJ/registry/src/index.crates.io-6f17d22bba15001f/itoa-0.4.8) to trunk-0.19.0-vendor.tar.gz/itoa-0.4.8 Vendoring itoa v1.0.10 (/build/source/cargo-home.OWJ/registry/src/index.crates.io-6f17d22bba15001f/itoa-1.0.10) to trunk-0.19.0-vendor.tar.gz/itoa Vendoring jobserver v0.1.28 (/build/source/cargo-home.OWJ/registry/src/index.crates.io-6f17d22bba15001f/jobserver-0.1.28) to trunk-0.19.0-vendor.tar.gz/jobserver Vendoring js-sys v0.3.69 (/build/source/cargo-home.OWJ/registry/src/index.crates.io-6f17d22bba15001f/js-sys-0.3.69) to trunk-0.19.0-vendor.tar.gz/js-sys Vendoring kqueue v1.0.8 (/build/source/cargo-home.OWJ/registry/src/index.crates.io-6f17d22bba15001f/kqueue-1.0.8) to trunk-0.19.0-vendor.tar.gz/kqueue Vendoring kqueue-sys v1.0.4 (/build/source/cargo-home.OWJ/registry/src/index.crates.io-6f17d22bba15001f/kqueue-sys-1.0.4) to trunk-0.19.0-vendor.tar.gz/kqueue-sys Vendoring lazy_static v1.4.0 (/build/source/cargo-home.OWJ/registry/src/index.crates.io-6f17d22bba15001f/lazy_static-1.4.0) to trunk-0.19.0-vendor.tar.gz/lazy_static Vendoring libc v0.2.153 (/build/source/cargo-home.OWJ/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.153) to trunk-0.19.0-vendor.tar.gz/libc Vendoring libdeflate-sys v1.19.3 (/build/source/cargo-home.OWJ/registry/src/index.crates.io-6f17d22bba15001f/libdeflate-sys-1.19.3) to trunk-0.19.0-vendor.tar.gz/libdeflate-sys Vendoring libdeflater v1.19.3 (/build/source/cargo-home.OWJ/registry/src/index.crates.io-6f17d22bba15001f/libdeflater-1.19.3) to trunk-0.19.0-vendor.tar.gz/libdeflater Vendoring libredox v0.0.1 (/build/source/cargo-home.OWJ/registry/src/index.crates.io-6f17d22bba15001f/libredox-0.0.1) to trunk-0.19.0-vendor.tar.gz/libredox Vendoring lightningcss v1.0.0-alpha.54 (/build/source/cargo-home.OWJ/registry/src/index.crates.io-6f17d22bba15001f/lightningcss-1.0.0-alpha.54) to trunk-0.19.0-vendor.tar.gz/lightningcss Vendoring linked-hash-map v0.5.6 (/build/source/cargo-home.OWJ/registry/src/index.crates.io-6f17d22bba15001f/linked-hash-map-0.5.6) to trunk-0.19.0-vendor.tar.gz/linked-hash-map Vendoring linux-raw-sys v0.4.13 (/build/source/cargo-home.OWJ/registry/src/index.crates.io-6f17d22bba15001f/linux-raw-sys-0.4.13) to trunk-0.19.0-vendor.tar.gz/linux-raw-sys Vendoring local-ip-address v0.6.1 (/build/source/cargo-home.OWJ/registry/src/index.crates.io-6f17d22bba15001f/local-ip-address-0.6.1) to trunk-0.19.0-vendor.tar.gz/local-ip-address Vendoring lock_api v0.4.11 (/build/source/cargo-home.OWJ/registry/src/index.crates.io-6f17d22bba15001f/lock_api-0.4.11) to trunk-0.19.0-vendor.tar.gz/lock_api Vendoring log v0.4.21 (/build/source/cargo-home.OWJ/registry/src/index.crates.io-6f17d22bba15001f/log-0.4.21) to trunk-0.19.0-vendor.tar.gz/log Vendoring lru-cache v0.1.2 (/build/source/cargo-home.OWJ/registry/src/index.crates.io-6f17d22bba15001f/lru-cache-0.1.2) to trunk-0.19.0-vendor.tar.gz/lru-cache Vendoring mac v0.1.1 (/build/source/cargo-home.OWJ/registry/src/index.crates.io-6f17d22bba15001f/mac-0.1.1) to trunk-0.19.0-vendor.tar.gz/mac Vendoring markup5ever v0.10.1 (/build/source/cargo-home.OWJ/registry/src/index.crates.io-6f17d22bba15001f/markup5ever-0.10.1) to trunk-0.19.0-vendor.tar.gz/markup5ever Vendoring match_cfg v0.1.0 (/build/source/cargo-home.OWJ/registry/src/index.crates.io-6f17d22bba15001f/match_cfg-0.1.0) to trunk-0.19.0-vendor.tar.gz/match_cfg Vendoring matchers v0.1.0 (/build/source/cargo-home.OWJ/registry/src/index.crates.io-6f17d22bba15001f/matchers-0.1.0) to trunk-0.19.0-vendor.tar.gz/matchers Vendoring matches v0.1.10 (/build/source/cargo-home.OWJ/registry/src/index.crates.io-6f17d22bba15001f/matches-0.1.10) to trunk-0.19.0-vendor.tar.gz/matches Vendoring matchit v0.7.3 (/build/source/cargo-home.OWJ/registry/src/index.crates.io-6f17d22bba15001f/matchit-0.7.3) to trunk-0.19.0-vendor.tar.gz/matchit Vendoring memchr v2.7.1 (/build/source/cargo-home.OWJ/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.1) to trunk-0.19.0-vendor.tar.gz/memchr Vendoring mime v0.3.17 (/build/source/cargo-home.OWJ/registry/src/index.crates.io-6f17d22bba15001f/mime-0.3.17) to trunk-0.19.0-vendor.tar.gz/mime Vendoring mime_guess v2.0.4 (/build/source/cargo-home.OWJ/registry/src/index.crates.io-6f17d22bba15001f/mime_guess-2.0.4) to trunk-0.19.0-vendor.tar.gz/mime_guess Vendoring minify-html v0.15.0 (/build/source/cargo-home.OWJ/registry/src/index.crates.io-6f17d22bba15001f/minify-html-0.15.0) to trunk-0.19.0-vendor.tar.gz/minify-html Vendoring minify-html-common v0.0.2 (/build/source/cargo-home.OWJ/registry/src/index.crates.io-6f17d22bba15001f/minify-html-common-0.0.2) to trunk-0.19.0-vendor.tar.gz/minify-html-common Vendoring minify-js v0.5.6 (/build/source/cargo-home.OWJ/registry/src/index.crates.io-6f17d22bba15001f/minify-js-0.5.6) to trunk-0.19.0-vendor.tar.gz/minify-js Vendoring miniz_oxide v0.7.2 (/build/source/cargo-home.OWJ/registry/src/index.crates.io-6f17d22bba15001f/miniz_oxide-0.7.2) to trunk-0.19.0-vendor.tar.gz/miniz_oxide Vendoring mio v0.8.11 (/build/source/cargo-home.OWJ/registry/src/index.crates.io-6f17d22bba15001f/mio-0.8.11) to trunk-0.19.0-vendor.tar.gz/mio Vendoring native-tls v0.2.11 (/build/source/cargo-home.OWJ/registry/src/index.crates.io-6f17d22bba15001f/native-tls-0.2.11) to trunk-0.19.0-vendor.tar.gz/native-tls Vendoring neli v0.6.4 (/build/source/cargo-home.OWJ/registry/src/index.crates.io-6f17d22bba15001f/neli-0.6.4) to trunk-0.19.0-vendor.tar.gz/neli Vendoring neli-proc-macros v0.1.3 (/build/source/cargo-home.OWJ/registry/src/index.crates.io-6f17d22bba15001f/neli-proc-macros-0.1.3) to trunk-0.19.0-vendor.tar.gz/neli-proc-macros Vendoring new_debug_unreachable v1.0.4 (/build/source/cargo-home.OWJ/registry/src/index.crates.io-6f17d22bba15001f/new_debug_unreachable-1.0.4) to trunk-0.19.0-vendor.tar.gz/new_debug_unreachable Vendoring nipper v0.1.9 (/build/source/cargo-home.OWJ/registry/src/index.crates.io-6f17d22bba15001f/nipper-0.1.9) to trunk-0.19.0-vendor.tar.gz/nipper Vendoring nix v0.26.4 (/build/source/cargo-home.OWJ/registry/src/index.crates.io-6f17d22bba15001f/nix-0.26.4) to trunk-0.19.0-vendor.tar.gz/nix Vendoring nodrop v0.1.14 (/build/source/cargo-home.OWJ/registry/src/index.crates.io-6f17d22bba15001f/nodrop-0.1.14) to trunk-0.19.0-vendor.tar.gz/nodrop Vendoring normpath v1.2.0 (/build/source/cargo-home.OWJ/registry/src/index.crates.io-6f17d22bba15001f/normpath-1.2.0) to trunk-0.19.0-vendor.tar.gz/normpath Vendoring notify v6.1.1 (/build/source/cargo-home.OWJ/registry/src/index.crates.io-6f17d22bba15001f/notify-6.1.1) to trunk-0.19.0-vendor.tar.gz/notify Vendoring notify-debouncer-full v0.3.1 (/build/source/cargo-home.OWJ/registry/src/index.crates.io-6f17d22bba15001f/notify-debouncer-full-0.3.1) to trunk-0.19.0-vendor.tar.gz/notify-debouncer-full Vendoring nu-ansi-term v0.46.0 (/build/source/cargo-home.OWJ/registry/src/index.crates.io-6f17d22bba15001f/nu-ansi-term-0.46.0) to trunk-0.19.0-vendor.tar.gz/nu-ansi-term Vendoring num-conv v0.1.0 (/build/source/cargo-home.OWJ/registry/src/index.crates.io-6f17d22bba15001f/num-conv-0.1.0) to trunk-0.19.0-vendor.tar.gz/num-conv Vendoring num-traits v0.2.18 (/build/source/cargo-home.OWJ/registry/src/index.crates.io-6f17d22bba15001f/num-traits-0.2.18) to trunk-0.19.0-vendor.tar.gz/num-traits Vendoring num_cpus v1.16.0 (/build/source/cargo-home.OWJ/registry/src/index.crates.io-6f17d22bba15001f/num_cpus-1.16.0) to trunk-0.19.0-vendor.tar.gz/num_cpus Vendoring object v0.32.2 (/build/source/cargo-home.OWJ/registry/src/index.crates.io-6f17d22bba15001f/object-0.32.2) to trunk-0.19.0-vendor.tar.gz/object Vendoring once_cell v1.19.0 (/build/source/cargo-home.OWJ/registry/src/index.crates.io-6f17d22bba15001f/once_cell-1.19.0) to trunk-0.19.0-vendor.tar.gz/once_cell Vendoring open v5.1.2 (/build/source/cargo-home.OWJ/registry/src/index.crates.io-6f17d22bba15001f/open-5.1.2) to trunk-0.19.0-vendor.tar.gz/open Vendoring openssl v0.10.64 (/build/source/cargo-home.OWJ/registry/src/index.crates.io-6f17d22bba15001f/openssl-0.10.64) to trunk-0.19.0-vendor.tar.gz/openssl Vendoring openssl-macros v0.1.1 (/build/source/cargo-home.OWJ/registry/src/index.crates.io-6f17d22bba15001f/openssl-macros-0.1.1) to trunk-0.19.0-vendor.tar.gz/openssl-macros Vendoring openssl-probe v0.1.5 (/build/source/cargo-home.OWJ/registry/src/index.crates.io-6f17d22bba15001f/openssl-probe-0.1.5) to trunk-0.19.0-vendor.tar.gz/openssl-probe Vendoring openssl-sys v0.9.101 (/build/source/cargo-home.OWJ/registry/src/index.crates.io-6f17d22bba15001f/openssl-sys-0.9.101) to trunk-0.19.0-vendor.tar.gz/openssl-sys Vendoring option-ext v0.2.0 (/build/source/cargo-home.OWJ/registry/src/index.crates.io-6f17d22bba15001f/option-ext-0.2.0) to trunk-0.19.0-vendor.tar.gz/option-ext Vendoring outref v0.1.0 (/build/source/cargo-home.OWJ/registry/src/index.crates.io-6f17d22bba15001f/outref-0.1.0) to trunk-0.19.0-vendor.tar.gz/outref Vendoring overload v0.1.1 (/build/source/cargo-home.OWJ/registry/src/index.crates.io-6f17d22bba15001f/overload-0.1.1) to trunk-0.19.0-vendor.tar.gz/overload Vendoring oxipng v9.0.0 (/build/source/cargo-home.OWJ/registry/src/index.crates.io-6f17d22bba15001f/oxipng-9.0.0) to trunk-0.19.0-vendor.tar.gz/oxipng Vendoring parcel_selectors v0.26.4 (/build/source/cargo-home.OWJ/registry/src/index.crates.io-6f17d22bba15001f/parcel_selectors-0.26.4) to trunk-0.19.0-vendor.tar.gz/parcel_selectors Vendoring parcel_sourcemap v2.1.1 (/build/source/cargo-home.OWJ/registry/src/index.crates.io-6f17d22bba15001f/parcel_sourcemap-2.1.1) to trunk-0.19.0-vendor.tar.gz/parcel_sourcemap Vendoring parking_lot v0.12.1 (/build/source/cargo-home.OWJ/registry/src/index.crates.io-6f17d22bba15001f/parking_lot-0.12.1) to trunk-0.19.0-vendor.tar.gz/parking_lot Vendoring parking_lot_core v0.9.9 (/build/source/cargo-home.OWJ/registry/src/index.crates.io-6f17d22bba15001f/parking_lot_core-0.9.9) to trunk-0.19.0-vendor.tar.gz/parking_lot_core Vendoring parse-js v0.17.0 (/build/source/cargo-home.OWJ/registry/src/index.crates.io-6f17d22bba15001f/parse-js-0.17.0) to trunk-0.19.0-vendor.tar.gz/parse-js Vendoring password-hash v0.4.2 (/build/source/cargo-home.OWJ/registry/src/index.crates.io-6f17d22bba15001f/password-hash-0.4.2) to trunk-0.19.0-vendor.tar.gz/password-hash Vendoring paste v1.0.14 (/build/source/cargo-home.OWJ/registry/src/index.crates.io-6f17d22bba15001f/paste-1.0.14) to trunk-0.19.0-vendor.tar.gz/paste Vendoring pathdiff v0.2.1 (/build/source/cargo-home.OWJ/registry/src/index.crates.io-6f17d22bba15001f/pathdiff-0.2.1) to trunk-0.19.0-vendor.tar.gz/pathdiff Vendoring pbkdf2 v0.11.0 (/build/source/cargo-home.OWJ/registry/src/index.crates.io-6f17d22bba15001f/pbkdf2-0.11.0) to trunk-0.19.0-vendor.tar.gz/pbkdf2 Vendoring percent-encoding v2.3.1 (/build/source/cargo-home.OWJ/registry/src/index.crates.io-6f17d22bba15001f/percent-encoding-2.3.1) to trunk-0.19.0-vendor.tar.gz/percent-encoding Vendoring phf v0.8.0 (/build/source/cargo-home.OWJ/registry/src/index.crates.io-6f17d22bba15001f/phf-0.8.0) to trunk-0.19.0-vendor.tar.gz/phf-0.8.0 Vendoring phf v0.10.1 (/build/source/cargo-home.OWJ/registry/src/index.crates.io-6f17d22bba15001f/phf-0.10.1) to trunk-0.19.0-vendor.tar.gz/phf-0.10.1 Vendoring phf v0.11.2 (/build/source/cargo-home.OWJ/registry/src/index.crates.io-6f17d22bba15001f/phf-0.11.2) to trunk-0.19.0-vendor.tar.gz/phf Vendoring phf_codegen v0.8.0 (/build/source/cargo-home.OWJ/registry/src/index.crates.io-6f17d22bba15001f/phf_codegen-0.8.0) to trunk-0.19.0-vendor.tar.gz/phf_codegen-0.8.0 Vendoring phf_codegen v0.10.0 (/build/source/cargo-home.OWJ/registry/src/index.crates.io-6f17d22bba15001f/phf_codegen-0.10.0) to trunk-0.19.0-vendor.tar.gz/phf_codegen Vendoring phf_generator v0.8.0 (/build/source/cargo-home.OWJ/registry/src/index.crates.io-6f17d22bba15001f/phf_generator-0.8.0) to trunk-0.19.0-vendor.tar.gz/phf_generator-0.8.0 Vendoring phf_generator v0.10.0 (/build/source/cargo-home.OWJ/registry/src/index.crates.io-6f17d22bba15001f/phf_generator-0.10.0) to trunk-0.19.0-vendor.tar.gz/phf_generator-0.10.0 Vendoring phf_generator v0.11.2 (/build/source/cargo-home.OWJ/registry/src/index.crates.io-6f17d22bba15001f/phf_generator-0.11.2) to trunk-0.19.0-vendor.tar.gz/phf_generator Vendoring phf_macros v0.8.0 (/build/source/cargo-home.OWJ/registry/src/index.crates.io-6f17d22bba15001f/phf_macros-0.8.0) to trunk-0.19.0-vendor.tar.gz/phf_macros-0.8.0 Vendoring phf_macros v0.11.2 (/build/source/cargo-home.OWJ/registry/src/index.crates.io-6f17d22bba15001f/phf_macros-0.11.2) to trunk-0.19.0-vendor.tar.gz/phf_macros Vendoring phf_shared v0.8.0 (/build/source/cargo-home.OWJ/registry/src/index.crates.io-6f17d22bba15001f/phf_shared-0.8.0) to trunk-0.19.0-vendor.tar.gz/phf_shared-0.8.0 Vendoring phf_shared v0.10.0 (/build/source/cargo-home.OWJ/registry/src/index.crates.io-6f17d22bba15001f/phf_shared-0.10.0) to trunk-0.19.0-vendor.tar.gz/phf_shared-0.10.0 Vendoring phf_shared v0.11.2 (/build/source/cargo-home.OWJ/registry/src/index.crates.io-6f17d22bba15001f/phf_shared-0.11.2) to trunk-0.19.0-vendor.tar.gz/phf_shared Vendoring pin-project v1.1.5 (/build/source/cargo-home.OWJ/registry/src/index.crates.io-6f17d22bba15001f/pin-project-1.1.5) to trunk-0.19.0-vendor.tar.gz/pin-project Vendoring pin-project-internal v1.1.5 (/build/source/cargo-home.OWJ/registry/src/index.crates.io-6f17d22bba15001f/pin-project-internal-1.1.5) to trunk-0.19.0-vendor.tar.gz/pin-project-internal Vendoring pin-project-lite v0.2.13 (/build/source/cargo-home.OWJ/registry/src/index.crates.io-6f17d22bba15001f/pin-project-lite-0.2.13) to trunk-0.19.0-vendor.tar.gz/pin-project-lite Vendoring pin-utils v0.1.0 (/build/source/cargo-home.OWJ/registry/src/index.crates.io-6f17d22bba15001f/pin-utils-0.1.0) to trunk-0.19.0-vendor.tar.gz/pin-utils Vendoring pkg-config v0.3.30 (/build/source/cargo-home.OWJ/registry/src/index.crates.io-6f17d22bba15001f/pkg-config-0.3.30) to trunk-0.19.0-vendor.tar.gz/pkg-config Vendoring powerfmt v0.2.0 (/build/source/cargo-home.OWJ/registry/src/index.crates.io-6f17d22bba15001f/powerfmt-0.2.0) to trunk-0.19.0-vendor.tar.gz/powerfmt Vendoring ppv-lite86 v0.2.17 (/build/source/cargo-home.OWJ/registry/src/index.crates.io-6f17d22bba15001f/ppv-lite86-0.2.17) to trunk-0.19.0-vendor.tar.gz/ppv-lite86 Vendoring precomputed-hash v0.1.1 (/build/source/cargo-home.OWJ/registry/src/index.crates.io-6f17d22bba15001f/precomputed-hash-0.1.1) to trunk-0.19.0-vendor.tar.gz/precomputed-hash Vendoring proc-macro-hack v0.5.20+deprecated (/build/source/cargo-home.OWJ/registry/src/index.crates.io-6f17d22bba15001f/proc-macro-hack-0.5.20+deprecated) to trunk-0.19.0-vendor.tar.gz/proc-macro-hack Vendoring proc-macro2 v1.0.78 (/build/source/cargo-home.OWJ/registry/src/index.crates.io-6f17d22bba15001f/proc-macro2-1.0.78) to trunk-0.19.0-vendor.tar.gz/proc-macro2 Vendoring ptr_meta v0.1.4 (/build/source/cargo-home.OWJ/registry/src/index.crates.io-6f17d22bba15001f/ptr_meta-0.1.4) to trunk-0.19.0-vendor.tar.gz/ptr_meta Vendoring ptr_meta_derive v0.1.4 (/build/source/cargo-home.OWJ/registry/src/index.crates.io-6f17d22bba15001f/ptr_meta_derive-0.1.4) to trunk-0.19.0-vendor.tar.gz/ptr_meta_derive Vendoring quick-error v1.2.3 (/build/source/cargo-home.OWJ/registry/src/index.crates.io-6f17d22bba15001f/quick-error-1.2.3) to trunk-0.19.0-vendor.tar.gz/quick-error Vendoring quote v1.0.35 (/build/source/cargo-home.OWJ/registry/src/index.crates.io-6f17d22bba15001f/quote-1.0.35) to trunk-0.19.0-vendor.tar.gz/quote Vendoring radium v0.7.0 (/build/source/cargo-home.OWJ/registry/src/index.crates.io-6f17d22bba15001f/radium-0.7.0) to trunk-0.19.0-vendor.tar.gz/radium Vendoring rand v0.7.3 (/build/source/cargo-home.OWJ/registry/src/index.crates.io-6f17d22bba15001f/rand-0.7.3) to trunk-0.19.0-vendor.tar.gz/rand-0.7.3 Vendoring rand v0.8.5 (/build/source/cargo-home.OWJ/registry/src/index.crates.io-6f17d22bba15001f/rand-0.8.5) to trunk-0.19.0-vendor.tar.gz/rand Vendoring rand_chacha v0.2.2 (/build/source/cargo-home.OWJ/registry/src/index.crates.io-6f17d22bba15001f/rand_chacha-0.2.2) to trunk-0.19.0-vendor.tar.gz/rand_chacha-0.2.2 Vendoring rand_chacha v0.3.1 (/build/source/cargo-home.OWJ/registry/src/index.crates.io-6f17d22bba15001f/rand_chacha-0.3.1) to trunk-0.19.0-vendor.tar.gz/rand_chacha Vendoring rand_core v0.5.1 (/build/source/cargo-home.OWJ/registry/src/index.crates.io-6f17d22bba15001f/rand_core-0.5.1) to trunk-0.19.0-vendor.tar.gz/rand_core-0.5.1 Vendoring rand_core v0.6.4 (/build/source/cargo-home.OWJ/registry/src/index.crates.io-6f17d22bba15001f/rand_core-0.6.4) to trunk-0.19.0-vendor.tar.gz/rand_core Vendoring rand_hc v0.2.0 (/build/source/cargo-home.OWJ/registry/src/index.crates.io-6f17d22bba15001f/rand_hc-0.2.0) to trunk-0.19.0-vendor.tar.gz/rand_hc Vendoring rand_pcg v0.2.1 (/build/source/cargo-home.OWJ/registry/src/index.crates.io-6f17d22bba15001f/rand_pcg-0.2.1) to trunk-0.19.0-vendor.tar.gz/rand_pcg Vendoring rayon v1.9.0 (/build/source/cargo-home.OWJ/registry/src/index.crates.io-6f17d22bba15001f/rayon-1.9.0) to trunk-0.19.0-vendor.tar.gz/rayon Vendoring rayon-core v1.12.1 (/build/source/cargo-home.OWJ/registry/src/index.crates.io-6f17d22bba15001f/rayon-core-1.12.1) to trunk-0.19.0-vendor.tar.gz/rayon-core Vendoring redox_syscall v0.4.1 (/build/source/cargo-home.OWJ/registry/src/index.crates.io-6f17d22bba15001f/redox_syscall-0.4.1) to trunk-0.19.0-vendor.tar.gz/redox_syscall Vendoring redox_users v0.4.4 (/build/source/cargo-home.OWJ/registry/src/index.crates.io-6f17d22bba15001f/redox_users-0.4.4) to trunk-0.19.0-vendor.tar.gz/redox_users Vendoring regex v1.10.3 (/build/source/cargo-home.OWJ/registry/src/index.crates.io-6f17d22bba15001f/regex-1.10.3) to trunk-0.19.0-vendor.tar.gz/regex Vendoring regex-automata v0.1.10 (/build/source/cargo-home.OWJ/registry/src/index.crates.io-6f17d22bba15001f/regex-automata-0.1.10) to trunk-0.19.0-vendor.tar.gz/regex-automata-0.1.10 Vendoring regex-automata v0.4.6 (/build/source/cargo-home.OWJ/registry/src/index.crates.io-6f17d22bba15001f/regex-automata-0.4.6) to trunk-0.19.0-vendor.tar.gz/regex-automata Vendoring regex-syntax v0.6.29 (/build/source/cargo-home.OWJ/registry/src/index.crates.io-6f17d22bba15001f/regex-syntax-0.6.29) to trunk-0.19.0-vendor.tar.gz/regex-syntax-0.6.29 Vendoring regex-syntax v0.8.2 (/build/source/cargo-home.OWJ/registry/src/index.crates.io-6f17d22bba15001f/regex-syntax-0.8.2) to trunk-0.19.0-vendor.tar.gz/regex-syntax Vendoring remove_dir_all v0.8.2 (/build/source/cargo-home.OWJ/registry/src/index.crates.io-6f17d22bba15001f/remove_dir_all-0.8.2) to trunk-0.19.0-vendor.tar.gz/remove_dir_all Vendoring rend v0.4.2 (/build/source/cargo-home.OWJ/registry/src/index.crates.io-6f17d22bba15001f/rend-0.4.2) to trunk-0.19.0-vendor.tar.gz/rend Vendoring reqwest v0.11.24 (/build/source/cargo-home.OWJ/registry/src/index.crates.io-6f17d22bba15001f/reqwest-0.11.24) to trunk-0.19.0-vendor.tar.gz/reqwest Vendoring resolv-conf v0.7.0 (/build/source/cargo-home.OWJ/registry/src/index.crates.io-6f17d22bba15001f/resolv-conf-0.7.0) to trunk-0.19.0-vendor.tar.gz/resolv-conf Vendoring rgb v0.8.37 (/build/source/cargo-home.OWJ/registry/src/index.crates.io-6f17d22bba15001f/rgb-0.8.37) to trunk-0.19.0-vendor.tar.gz/rgb Vendoring ring v0.17.8 (/build/source/cargo-home.OWJ/registry/src/index.crates.io-6f17d22bba15001f/ring-0.17.8) to trunk-0.19.0-vendor.tar.gz/ring Vendoring rkyv v0.7.44 (/build/source/cargo-home.OWJ/registry/src/index.crates.io-6f17d22bba15001f/rkyv-0.7.44) to trunk-0.19.0-vendor.tar.gz/rkyv Vendoring rkyv_derive v0.7.44 (/build/source/cargo-home.OWJ/registry/src/index.crates.io-6f17d22bba15001f/rkyv_derive-0.7.44) to trunk-0.19.0-vendor.tar.gz/rkyv_derive Vendoring rustc-demangle v0.1.23 (/build/source/cargo-home.OWJ/registry/src/index.crates.io-6f17d22bba15001f/rustc-demangle-0.1.23) to trunk-0.19.0-vendor.tar.gz/rustc-demangle Vendoring rustc-hash v1.1.0 (/build/source/cargo-home.OWJ/registry/src/index.crates.io-6f17d22bba15001f/rustc-hash-1.1.0) to trunk-0.19.0-vendor.tar.gz/rustc-hash Vendoring rustc_version v0.4.0 (/build/source/cargo-home.OWJ/registry/src/index.crates.io-6f17d22bba15001f/rustc_version-0.4.0) to trunk-0.19.0-vendor.tar.gz/rustc_version Vendoring rustix v0.38.31 (/build/source/cargo-home.OWJ/registry/src/index.crates.io-6f17d22bba15001f/rustix-0.38.31) to trunk-0.19.0-vendor.tar.gz/rustix Vendoring rustls v0.21.10 (/build/source/cargo-home.OWJ/registry/src/index.crates.io-6f17d22bba15001f/rustls-0.21.10) to trunk-0.19.0-vendor.tar.gz/rustls Vendoring rustls-native-certs v0.6.3 (/build/source/cargo-home.OWJ/registry/src/index.crates.io-6f17d22bba15001f/rustls-native-certs-0.6.3) to trunk-0.19.0-vendor.tar.gz/rustls-native-certs Vendoring rustls-pemfile v1.0.4 (/build/source/cargo-home.OWJ/registry/src/index.crates.io-6f17d22bba15001f/rustls-pemfile-1.0.4) to trunk-0.19.0-vendor.tar.gz/rustls-pemfile Vendoring rustls-webpki v0.101.7 (/build/source/cargo-home.OWJ/registry/src/index.crates.io-6f17d22bba15001f/rustls-webpki-0.101.7) to trunk-0.19.0-vendor.tar.gz/rustls-webpki Vendoring rustversion v1.0.14 (/build/source/cargo-home.OWJ/registry/src/index.crates.io-6f17d22bba15001f/rustversion-1.0.14) to trunk-0.19.0-vendor.tar.gz/rustversion Vendoring ryu v1.0.17 (/build/source/cargo-home.OWJ/registry/src/index.crates.io-6f17d22bba15001f/ryu-1.0.17) to trunk-0.19.0-vendor.tar.gz/ryu Vendoring same-file v1.0.6 (/build/source/cargo-home.OWJ/registry/src/index.crates.io-6f17d22bba15001f/same-file-1.0.6) to trunk-0.19.0-vendor.tar.gz/same-file Vendoring schannel v0.1.23 (/build/source/cargo-home.OWJ/registry/src/index.crates.io-6f17d22bba15001f/schannel-0.1.23) to trunk-0.19.0-vendor.tar.gz/schannel Vendoring scopeguard v1.2.0 (/build/source/cargo-home.OWJ/registry/src/index.crates.io-6f17d22bba15001f/scopeguard-1.2.0) to trunk-0.19.0-vendor.tar.gz/scopeguard Vendoring sct v0.7.1 (/build/source/cargo-home.OWJ/registry/src/index.crates.io-6f17d22bba15001f/sct-0.7.1) to trunk-0.19.0-vendor.tar.gz/sct Vendoring seahash v4.1.0 (/build/source/cargo-home.OWJ/registry/src/index.crates.io-6f17d22bba15001f/seahash-4.1.0) to trunk-0.19.0-vendor.tar.gz/seahash Vendoring security-framework v2.9.2 (/build/source/cargo-home.OWJ/registry/src/index.crates.io-6f17d22bba15001f/security-framework-2.9.2) to trunk-0.19.0-vendor.tar.gz/security-framework Vendoring security-framework-sys v2.9.1 (/build/source/cargo-home.OWJ/registry/src/index.crates.io-6f17d22bba15001f/security-framework-sys-2.9.1) to trunk-0.19.0-vendor.tar.gz/security-framework-sys Vendoring selectors v0.22.0 (/build/source/cargo-home.OWJ/registry/src/index.crates.io-6f17d22bba15001f/selectors-0.22.0) to trunk-0.19.0-vendor.tar.gz/selectors Vendoring semver v1.0.22 (/build/source/cargo-home.OWJ/registry/src/index.crates.io-6f17d22bba15001f/semver-1.0.22) to trunk-0.19.0-vendor.tar.gz/semver Vendoring serde v1.0.197 (/build/source/cargo-home.OWJ/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.197) to trunk-0.19.0-vendor.tar.gz/serde Vendoring serde_derive v1.0.197 (/build/source/cargo-home.OWJ/registry/src/index.crates.io-6f17d22bba15001f/serde_derive-1.0.197) to trunk-0.19.0-vendor.tar.gz/serde_derive Vendoring serde_json v1.0.114 (/build/source/cargo-home.OWJ/registry/src/index.crates.io-6f17d22bba15001f/serde_json-1.0.114) to trunk-0.19.0-vendor.tar.gz/serde_json Vendoring serde_path_to_error v0.1.15 (/build/source/cargo-home.OWJ/registry/src/index.crates.io-6f17d22bba15001f/serde_path_to_error-0.1.15) to trunk-0.19.0-vendor.tar.gz/serde_path_to_error Vendoring serde_spanned v0.6.5 (/build/source/cargo-home.OWJ/registry/src/index.crates.io-6f17d22bba15001f/serde_spanned-0.6.5) to trunk-0.19.0-vendor.tar.gz/serde_spanned Vendoring serde_urlencoded v0.7.1 (/build/source/cargo-home.OWJ/registry/src/index.crates.io-6f17d22bba15001f/serde_urlencoded-0.7.1) to trunk-0.19.0-vendor.tar.gz/serde_urlencoded Vendoring servo_arc v0.1.1 (/build/source/cargo-home.OWJ/registry/src/index.crates.io-6f17d22bba15001f/servo_arc-0.1.1) to trunk-0.19.0-vendor.tar.gz/servo_arc Vendoring sha1 v0.10.6 (/build/source/cargo-home.OWJ/registry/src/index.crates.io-6f17d22bba15001f/sha1-0.10.6) to trunk-0.19.0-vendor.tar.gz/sha1 Vendoring sha2 v0.10.8 (/build/source/cargo-home.OWJ/registry/src/index.crates.io-6f17d22bba15001f/sha2-0.10.8) to trunk-0.19.0-vendor.tar.gz/sha2 Vendoring sharded-slab v0.1.7 (/build/source/cargo-home.OWJ/registry/src/index.crates.io-6f17d22bba15001f/sharded-slab-0.1.7) to trunk-0.19.0-vendor.tar.gz/sharded-slab Vendoring signal-hook-registry v1.4.1 (/build/source/cargo-home.OWJ/registry/src/index.crates.io-6f17d22bba15001f/signal-hook-registry-1.4.1) to trunk-0.19.0-vendor.tar.gz/signal-hook-registry Vendoring simd-abstraction v0.7.1 (/build/source/cargo-home.OWJ/registry/src/index.crates.io-6f17d22bba15001f/simd-abstraction-0.7.1) to trunk-0.19.0-vendor.tar.gz/simd-abstraction Vendoring simd-adler32 v0.3.7 (/build/source/cargo-home.OWJ/registry/src/index.crates.io-6f17d22bba15001f/simd-adler32-0.3.7) to trunk-0.19.0-vendor.tar.gz/simd-adler32 Vendoring simdutf8 v0.1.4 (/build/source/cargo-home.OWJ/registry/src/index.crates.io-6f17d22bba15001f/simdutf8-0.1.4) to trunk-0.19.0-vendor.tar.gz/simdutf8 Vendoring siphasher v0.3.11 (/build/source/cargo-home.OWJ/registry/src/index.crates.io-6f17d22bba15001f/siphasher-0.3.11) to trunk-0.19.0-vendor.tar.gz/siphasher Vendoring slab v0.4.9 (/build/source/cargo-home.OWJ/registry/src/index.crates.io-6f17d22bba15001f/slab-0.4.9) to trunk-0.19.0-vendor.tar.gz/slab Vendoring smallvec v1.13.1 (/build/source/cargo-home.OWJ/registry/src/index.crates.io-6f17d22bba15001f/smallvec-1.13.1) to trunk-0.19.0-vendor.tar.gz/smallvec Vendoring socket2 v0.5.6 (/build/source/cargo-home.OWJ/registry/src/index.crates.io-6f17d22bba15001f/socket2-0.5.6) to trunk-0.19.0-vendor.tar.gz/socket2 Vendoring spin v0.9.8 (/build/source/cargo-home.OWJ/registry/src/index.crates.io-6f17d22bba15001f/spin-0.9.8) to trunk-0.19.0-vendor.tar.gz/spin Vendoring stable_deref_trait v1.2.0 (/build/source/cargo-home.OWJ/registry/src/index.crates.io-6f17d22bba15001f/stable_deref_trait-1.2.0) to trunk-0.19.0-vendor.tar.gz/stable_deref_trait Vendoring string_cache v0.8.7 (/build/source/cargo-home.OWJ/registry/src/index.crates.io-6f17d22bba15001f/string_cache-0.8.7) to trunk-0.19.0-vendor.tar.gz/string_cache Vendoring string_cache_codegen v0.5.2 (/build/source/cargo-home.OWJ/registry/src/index.crates.io-6f17d22bba15001f/string_cache_codegen-0.5.2) to trunk-0.19.0-vendor.tar.gz/string_cache_codegen Vendoring strsim v0.11.0 (/build/source/cargo-home.OWJ/registry/src/index.crates.io-6f17d22bba15001f/strsim-0.11.0) to trunk-0.19.0-vendor.tar.gz/strsim Vendoring strum v0.26.1 (/build/source/cargo-home.OWJ/registry/src/index.crates.io-6f17d22bba15001f/strum-0.26.1) to trunk-0.19.0-vendor.tar.gz/strum Vendoring strum_macros v0.26.1 (/build/source/cargo-home.OWJ/registry/src/index.crates.io-6f17d22bba15001f/strum_macros-0.26.1) to trunk-0.19.0-vendor.tar.gz/strum_macros Vendoring subtle v2.5.0 (/build/source/cargo-home.OWJ/registry/src/index.crates.io-6f17d22bba15001f/subtle-2.5.0) to trunk-0.19.0-vendor.tar.gz/subtle Vendoring syn v1.0.109 (/build/source/cargo-home.OWJ/registry/src/index.crates.io-6f17d22bba15001f/syn-1.0.109) to trunk-0.19.0-vendor.tar.gz/syn-1.0.109 Vendoring syn v2.0.52 (/build/source/cargo-home.OWJ/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.52) to trunk-0.19.0-vendor.tar.gz/syn Vendoring sync_wrapper v0.1.2 (/build/source/cargo-home.OWJ/registry/src/index.crates.io-6f17d22bba15001f/sync_wrapper-0.1.2) to trunk-0.19.0-vendor.tar.gz/sync_wrapper Vendoring system-configuration v0.5.1 (/build/source/cargo-home.OWJ/registry/src/index.crates.io-6f17d22bba15001f/system-configuration-0.5.1) to trunk-0.19.0-vendor.tar.gz/system-configuration Vendoring system-configuration-sys v0.5.0 (/build/source/cargo-home.OWJ/registry/src/index.crates.io-6f17d22bba15001f/system-configuration-sys-0.5.0) to trunk-0.19.0-vendor.tar.gz/system-configuration-sys Vendoring tap v1.0.1 (/build/source/cargo-home.OWJ/registry/src/index.crates.io-6f17d22bba15001f/tap-1.0.1) to trunk-0.19.0-vendor.tar.gz/tap Vendoring tar v0.4.40 (/build/source/cargo-home.OWJ/registry/src/index.crates.io-6f17d22bba15001f/tar-0.4.40) to trunk-0.19.0-vendor.tar.gz/tar Vendoring tempfile v3.10.1 (/build/source/cargo-home.OWJ/registry/src/index.crates.io-6f17d22bba15001f/tempfile-3.10.1) to trunk-0.19.0-vendor.tar.gz/tempfile Vendoring tendril v0.4.3 (/build/source/cargo-home.OWJ/registry/src/index.crates.io-6f17d22bba15001f/tendril-0.4.3) to trunk-0.19.0-vendor.tar.gz/tendril Vendoring termcolor v1.4.1 (/build/source/cargo-home.OWJ/registry/src/index.crates.io-6f17d22bba15001f/termcolor-1.4.1) to trunk-0.19.0-vendor.tar.gz/termcolor Vendoring terminal_size v0.3.0 (/build/source/cargo-home.OWJ/registry/src/index.crates.io-6f17d22bba15001f/terminal_size-0.3.0) to trunk-0.19.0-vendor.tar.gz/terminal_size Vendoring thin-slice v0.1.1 (/build/source/cargo-home.OWJ/registry/src/index.crates.io-6f17d22bba15001f/thin-slice-0.1.1) to trunk-0.19.0-vendor.tar.gz/thin-slice Vendoring thiserror v1.0.57 (/build/source/cargo-home.OWJ/registry/src/index.crates.io-6f17d22bba15001f/thiserror-1.0.57) to trunk-0.19.0-vendor.tar.gz/thiserror Vendoring thiserror-impl v1.0.57 (/build/source/cargo-home.OWJ/registry/src/index.crates.io-6f17d22bba15001f/thiserror-impl-1.0.57) to trunk-0.19.0-vendor.tar.gz/thiserror-impl Vendoring thread_local v1.1.8 (/build/source/cargo-home.OWJ/registry/src/index.crates.io-6f17d22bba15001f/thread_local-1.1.8) to trunk-0.19.0-vendor.tar.gz/thread_local Vendoring time v0.3.34 (/build/source/cargo-home.OWJ/registry/src/index.crates.io-6f17d22bba15001f/time-0.3.34) to trunk-0.19.0-vendor.tar.gz/time Vendoring time-core v0.1.2 (/build/source/cargo-home.OWJ/registry/src/index.crates.io-6f17d22bba15001f/time-core-0.1.2) to trunk-0.19.0-vendor.tar.gz/time-core Vendoring time-macros v0.2.17 (/build/source/cargo-home.OWJ/registry/src/index.crates.io-6f17d22bba15001f/time-macros-0.2.17) to trunk-0.19.0-vendor.tar.gz/time-macros Vendoring tinyvec v1.6.0 (/build/source/cargo-home.OWJ/registry/src/index.crates.io-6f17d22bba15001f/tinyvec-1.6.0) to trunk-0.19.0-vendor.tar.gz/tinyvec Vendoring tinyvec_macros v0.1.1 (/build/source/cargo-home.OWJ/registry/src/index.crates.io-6f17d22bba15001f/tinyvec_macros-0.1.1) to trunk-0.19.0-vendor.tar.gz/tinyvec_macros Vendoring tokio v1.36.0 (/build/source/cargo-home.OWJ/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.36.0) to trunk-0.19.0-vendor.tar.gz/tokio Vendoring tokio-macros v2.2.0 (/build/source/cargo-home.OWJ/registry/src/index.crates.io-6f17d22bba15001f/tokio-macros-2.2.0) to trunk-0.19.0-vendor.tar.gz/tokio-macros Vendoring tokio-native-tls v0.3.1 (/build/source/cargo-home.OWJ/registry/src/index.crates.io-6f17d22bba15001f/tokio-native-tls-0.3.1) to trunk-0.19.0-vendor.tar.gz/tokio-native-tls Vendoring tokio-openssl v0.6.4 (/build/source/cargo-home.OWJ/registry/src/index.crates.io-6f17d22bba15001f/tokio-openssl-0.6.4) to trunk-0.19.0-vendor.tar.gz/tokio-openssl Vendoring tokio-rustls v0.24.1 (/build/source/cargo-home.OWJ/registry/src/index.crates.io-6f17d22bba15001f/tokio-rustls-0.24.1) to trunk-0.19.0-vendor.tar.gz/tokio-rustls Vendoring tokio-stream v0.1.14 (/build/source/cargo-home.OWJ/registry/src/index.crates.io-6f17d22bba15001f/tokio-stream-0.1.14) to trunk-0.19.0-vendor.tar.gz/tokio-stream Vendoring tokio-tungstenite v0.20.1 (/build/source/cargo-home.OWJ/registry/src/index.crates.io-6f17d22bba15001f/tokio-tungstenite-0.20.1) to trunk-0.19.0-vendor.tar.gz/tokio-tungstenite Vendoring tokio-util v0.7.10 (/build/source/cargo-home.OWJ/registry/src/index.crates.io-6f17d22bba15001f/tokio-util-0.7.10) to trunk-0.19.0-vendor.tar.gz/tokio-util Vendoring toml v0.7.8 (/build/source/cargo-home.OWJ/registry/src/index.crates.io-6f17d22bba15001f/toml-0.7.8) to trunk-0.19.0-vendor.tar.gz/toml-0.7.8 Vendoring toml v0.8.10 (/build/source/cargo-home.OWJ/registry/src/index.crates.io-6f17d22bba15001f/toml-0.8.10) to trunk-0.19.0-vendor.tar.gz/toml Vendoring toml_datetime v0.6.5 (/build/source/cargo-home.OWJ/registry/src/index.crates.io-6f17d22bba15001f/toml_datetime-0.6.5) to trunk-0.19.0-vendor.tar.gz/toml_datetime Vendoring toml_edit v0.19.15 (/build/source/cargo-home.OWJ/registry/src/index.crates.io-6f17d22bba15001f/toml_edit-0.19.15) to trunk-0.19.0-vendor.tar.gz/toml_edit-0.19.15 Vendoring toml_edit v0.22.6 (/build/source/cargo-home.OWJ/registry/src/index.crates.io-6f17d22bba15001f/toml_edit-0.22.6) to trunk-0.19.0-vendor.tar.gz/toml_edit Vendoring tower v0.4.13 (/build/source/cargo-home.OWJ/registry/src/index.crates.io-6f17d22bba15001f/tower-0.4.13) to trunk-0.19.0-vendor.tar.gz/tower Vendoring tower-http v0.4.4 (/build/source/cargo-home.OWJ/registry/src/index.crates.io-6f17d22bba15001f/tower-http-0.4.4) to trunk-0.19.0-vendor.tar.gz/tower-http Vendoring tower-layer v0.3.2 (/build/source/cargo-home.OWJ/registry/src/index.crates.io-6f17d22bba15001f/tower-layer-0.3.2) to trunk-0.19.0-vendor.tar.gz/tower-layer Vendoring tower-service v0.3.2 (/build/source/cargo-home.OWJ/registry/src/index.crates.io-6f17d22bba15001f/tower-service-0.3.2) to trunk-0.19.0-vendor.tar.gz/tower-service Vendoring tracing v0.1.40 (/build/source/cargo-home.OWJ/registry/src/index.crates.io-6f17d22bba15001f/tracing-0.1.40) to trunk-0.19.0-vendor.tar.gz/tracing Vendoring tracing-attributes v0.1.27 (/build/source/cargo-home.OWJ/registry/src/index.crates.io-6f17d22bba15001f/tracing-attributes-0.1.27) to trunk-0.19.0-vendor.tar.gz/tracing-attributes Vendoring tracing-core v0.1.32 (/build/source/cargo-home.OWJ/registry/src/index.crates.io-6f17d22bba15001f/tracing-core-0.1.32) to trunk-0.19.0-vendor.tar.gz/tracing-core Vendoring tracing-log v0.2.0 (/build/source/cargo-home.OWJ/registry/src/index.crates.io-6f17d22bba15001f/tracing-log-0.2.0) to trunk-0.19.0-vendor.tar.gz/tracing-log Vendoring tracing-subscriber v0.3.18 (/build/source/cargo-home.OWJ/registry/src/index.crates.io-6f17d22bba15001f/tracing-subscriber-0.3.18) to trunk-0.19.0-vendor.tar.gz/tracing-subscriber Vendoring trust-dns-proto v0.23.2 (/build/source/cargo-home.OWJ/registry/src/index.crates.io-6f17d22bba15001f/trust-dns-proto-0.23.2) to trunk-0.19.0-vendor.tar.gz/trust-dns-proto Vendoring trust-dns-resolver v0.23.2 (/build/source/cargo-home.OWJ/registry/src/index.crates.io-6f17d22bba15001f/trust-dns-resolver-0.23.2) to trunk-0.19.0-vendor.tar.gz/trust-dns-resolver Vendoring try-lock v0.2.5 (/build/source/cargo-home.OWJ/registry/src/index.crates.io-6f17d22bba15001f/try-lock-0.2.5) to trunk-0.19.0-vendor.tar.gz/try-lock Vendoring tungstenite v0.20.1 (/build/source/cargo-home.OWJ/registry/src/index.crates.io-6f17d22bba15001f/tungstenite-0.20.1) to trunk-0.19.0-vendor.tar.gz/tungstenite Vendoring typed-arena v2.0.2 (/build/source/cargo-home.OWJ/registry/src/index.crates.io-6f17d22bba15001f/typed-arena-2.0.2) to trunk-0.19.0-vendor.tar.gz/typed-arena Vendoring typenum v1.17.0 (/build/source/cargo-home.OWJ/registry/src/index.crates.io-6f17d22bba15001f/typenum-1.17.0) to trunk-0.19.0-vendor.tar.gz/typenum Vendoring unicase v2.7.0 (/build/source/cargo-home.OWJ/registry/src/index.crates.io-6f17d22bba15001f/unicase-2.7.0) to trunk-0.19.0-vendor.tar.gz/unicase Vendoring unicode-bidi v0.3.15 (/build/source/cargo-home.OWJ/registry/src/index.crates.io-6f17d22bba15001f/unicode-bidi-0.3.15) to trunk-0.19.0-vendor.tar.gz/unicode-bidi Vendoring unicode-ident v1.0.12 (/build/source/cargo-home.OWJ/registry/src/index.crates.io-6f17d22bba15001f/unicode-ident-1.0.12) to trunk-0.19.0-vendor.tar.gz/unicode-ident Vendoring unicode-normalization v0.1.23 (/build/source/cargo-home.OWJ/registry/src/index.crates.io-6f17d22bba15001f/unicode-normalization-0.1.23) to trunk-0.19.0-vendor.tar.gz/unicode-normalization Vendoring unicode-width v0.1.11 (/build/source/cargo-home.OWJ/registry/src/index.crates.io-6f17d22bba15001f/unicode-width-0.1.11) to trunk-0.19.0-vendor.tar.gz/unicode-width Vendoring untrusted v0.9.0 (/build/source/cargo-home.OWJ/registry/src/index.crates.io-6f17d22bba15001f/untrusted-0.9.0) to trunk-0.19.0-vendor.tar.gz/untrusted Vendoring url v2.5.0 (/build/source/cargo-home.OWJ/registry/src/index.crates.io-6f17d22bba15001f/url-2.5.0) to trunk-0.19.0-vendor.tar.gz/url Vendoring utf-8 v0.7.6 (/build/source/cargo-home.OWJ/registry/src/index.crates.io-6f17d22bba15001f/utf-8-0.7.6) to trunk-0.19.0-vendor.tar.gz/utf-8 Vendoring utf8parse v0.2.1 (/build/source/cargo-home.OWJ/registry/src/index.crates.io-6f17d22bba15001f/utf8parse-0.2.1) to trunk-0.19.0-vendor.tar.gz/utf8parse Vendoring uuid v1.7.0 (/build/source/cargo-home.OWJ/registry/src/index.crates.io-6f17d22bba15001f/uuid-1.7.0) to trunk-0.19.0-vendor.tar.gz/uuid Vendoring valuable v0.1.0 (/build/source/cargo-home.OWJ/registry/src/index.crates.io-6f17d22bba15001f/valuable-0.1.0) to trunk-0.19.0-vendor.tar.gz/valuable Vendoring vcpkg v0.2.15 (/build/source/cargo-home.OWJ/registry/src/index.crates.io-6f17d22bba15001f/vcpkg-0.2.15) to trunk-0.19.0-vendor.tar.gz/vcpkg Vendoring version_check v0.9.4 (/build/source/cargo-home.OWJ/registry/src/index.crates.io-6f17d22bba15001f/version_check-0.9.4) to trunk-0.19.0-vendor.tar.gz/version_check Vendoring vlq v0.5.1 (/build/source/cargo-home.OWJ/registry/src/index.crates.io-6f17d22bba15001f/vlq-0.5.1) to trunk-0.19.0-vendor.tar.gz/vlq Vendoring walkdir v2.5.0 (/build/source/cargo-home.OWJ/registry/src/index.crates.io-6f17d22bba15001f/walkdir-2.5.0) to trunk-0.19.0-vendor.tar.gz/walkdir Vendoring want v0.3.1 (/build/source/cargo-home.OWJ/registry/src/index.crates.io-6f17d22bba15001f/want-0.3.1) to trunk-0.19.0-vendor.tar.gz/want Vendoring wasi v0.9.0+wasi-snapshot-preview1 (/build/source/cargo-home.OWJ/registry/src/index.crates.io-6f17d22bba15001f/wasi-0.9.0+wasi-snapshot-preview1) to trunk-0.19.0-vendor.tar.gz/wasi-0.9.0+wasi-snapshot-preview1 Vendoring wasi v0.11.0+wasi-snapshot-preview1 (/build/source/cargo-home.OWJ/registry/src/index.crates.io-6f17d22bba15001f/wasi-0.11.0+wasi-snapshot-preview1) to trunk-0.19.0-vendor.tar.gz/wasi Vendoring wasm-bindgen v0.2.92 (/build/source/cargo-home.OWJ/registry/src/index.crates.io-6f17d22bba15001f/wasm-bindgen-0.2.92) to trunk-0.19.0-vendor.tar.gz/wasm-bindgen Vendoring wasm-bindgen-backend v0.2.92 (/build/source/cargo-home.OWJ/registry/src/index.crates.io-6f17d22bba15001f/wasm-bindgen-backend-0.2.92) to trunk-0.19.0-vendor.tar.gz/wasm-bindgen-backend Vendoring wasm-bindgen-futures v0.4.42 (/build/source/cargo-home.OWJ/registry/src/index.crates.io-6f17d22bba15001f/wasm-bindgen-futures-0.4.42) to trunk-0.19.0-vendor.tar.gz/wasm-bindgen-futures Vendoring wasm-bindgen-macro v0.2.92 (/build/source/cargo-home.OWJ/registry/src/index.crates.io-6f17d22bba15001f/wasm-bindgen-macro-0.2.92) to trunk-0.19.0-vendor.tar.gz/wasm-bindgen-macro Vendoring wasm-bindgen-macro-support v0.2.92 (/build/source/cargo-home.OWJ/registry/src/index.crates.io-6f17d22bba15001f/wasm-bindgen-macro-support-0.2.92) to trunk-0.19.0-vendor.tar.gz/wasm-bindgen-macro-support Vendoring wasm-bindgen-shared v0.2.92 (/build/source/cargo-home.OWJ/registry/src/index.crates.io-6f17d22bba15001f/wasm-bindgen-shared-0.2.92) to trunk-0.19.0-vendor.tar.gz/wasm-bindgen-shared Vendoring wasm-streams v0.4.0 (/build/source/cargo-home.OWJ/registry/src/index.crates.io-6f17d22bba15001f/wasm-streams-0.4.0) to trunk-0.19.0-vendor.tar.gz/wasm-streams Vendoring web-sys v0.3.69 (/build/source/cargo-home.OWJ/registry/src/index.crates.io-6f17d22bba15001f/web-sys-0.3.69) to trunk-0.19.0-vendor.tar.gz/web-sys Vendoring webpki-roots v0.25.4 (/build/source/cargo-home.OWJ/registry/src/index.crates.io-6f17d22bba15001f/webpki-roots-0.25.4) to trunk-0.19.0-vendor.tar.gz/webpki-roots Vendoring which v6.0.0 (/build/source/cargo-home.OWJ/registry/src/index.crates.io-6f17d22bba15001f/which-6.0.0) to trunk-0.19.0-vendor.tar.gz/which Vendoring widestring v1.0.2 (/build/source/cargo-home.OWJ/registry/src/index.crates.io-6f17d22bba15001f/widestring-1.0.2) to trunk-0.19.0-vendor.tar.gz/widestring Vendoring winapi v0.3.9 (/build/source/cargo-home.OWJ/registry/src/index.crates.io-6f17d22bba15001f/winapi-0.3.9) to trunk-0.19.0-vendor.tar.gz/winapi Vendoring winapi-i686-pc-windows-gnu v0.4.0 (/build/source/cargo-home.OWJ/registry/src/index.crates.io-6f17d22bba15001f/winapi-i686-pc-windows-gnu-0.4.0) to trunk-0.19.0-vendor.tar.gz/winapi-i686-pc-windows-gnu Vendoring winapi-util v0.1.6 (/build/source/cargo-home.OWJ/registry/src/index.crates.io-6f17d22bba15001f/winapi-util-0.1.6) to trunk-0.19.0-vendor.tar.gz/winapi-util Vendoring winapi-x86_64-pc-windows-gnu v0.4.0 (/build/source/cargo-home.OWJ/registry/src/index.crates.io-6f17d22bba15001f/winapi-x86_64-pc-windows-gnu-0.4.0) to trunk-0.19.0-vendor.tar.gz/winapi-x86_64-pc-windows-gnu Vendoring windows-sys v0.45.0 (/build/source/cargo-home.OWJ/registry/src/index.crates.io-6f17d22bba15001f/windows-sys-0.45.0) to trunk-0.19.0-vendor.tar.gz/windows-sys-0.45.0 Vendoring windows-sys v0.48.0 (/build/source/cargo-home.OWJ/registry/src/index.crates.io-6f17d22bba15001f/windows-sys-0.48.0) to trunk-0.19.0-vendor.tar.gz/windows-sys-0.48.0 Vendoring windows-sys v0.52.0 (/build/source/cargo-home.OWJ/registry/src/index.crates.io-6f17d22bba15001f/windows-sys-0.52.0) to trunk-0.19.0-vendor.tar.gz/windows-sys Vendoring windows-targets v0.42.2 (/build/source/cargo-home.OWJ/registry/src/index.crates.io-6f17d22bba15001f/windows-targets-0.42.2) to trunk-0.19.0-vendor.tar.gz/windows-targets-0.42.2 Vendoring windows-targets v0.48.5 (/build/source/cargo-home.OWJ/registry/src/index.crates.io-6f17d22bba15001f/windows-targets-0.48.5) to trunk-0.19.0-vendor.tar.gz/windows-targets-0.48.5 Vendoring windows-targets v0.52.4 (/build/source/cargo-home.OWJ/registry/src/index.crates.io-6f17d22bba15001f/windows-targets-0.52.4) to trunk-0.19.0-vendor.tar.gz/windows-targets Vendoring windows_aarch64_gnullvm v0.42.2 (/build/source/cargo-home.OWJ/registry/src/index.crates.io-6f17d22bba15001f/windows_aarch64_gnullvm-0.42.2) to trunk-0.19.0-vendor.tar.gz/windows_aarch64_gnullvm-0.42.2 Vendoring windows_aarch64_gnullvm v0.48.5 (/build/source/cargo-home.OWJ/registry/src/index.crates.io-6f17d22bba15001f/windows_aarch64_gnullvm-0.48.5) to trunk-0.19.0-vendor.tar.gz/windows_aarch64_gnullvm-0.48.5 Vendoring windows_aarch64_gnullvm v0.52.4 (/build/source/cargo-home.OWJ/registry/src/index.crates.io-6f17d22bba15001f/windows_aarch64_gnullvm-0.52.4) to trunk-0.19.0-vendor.tar.gz/windows_aarch64_gnullvm Vendoring windows_aarch64_msvc v0.42.2 (/build/source/cargo-home.OWJ/registry/src/index.crates.io-6f17d22bba15001f/windows_aarch64_msvc-0.42.2) to trunk-0.19.0-vendor.tar.gz/windows_aarch64_msvc-0.42.2 Vendoring windows_aarch64_msvc v0.48.5 (/build/source/cargo-home.OWJ/registry/src/index.crates.io-6f17d22bba15001f/windows_aarch64_msvc-0.48.5) to trunk-0.19.0-vendor.tar.gz/windows_aarch64_msvc-0.48.5 Vendoring windows_aarch64_msvc v0.52.4 (/build/source/cargo-home.OWJ/registry/src/index.crates.io-6f17d22bba15001f/windows_aarch64_msvc-0.52.4) to trunk-0.19.0-vendor.tar.gz/windows_aarch64_msvc Vendoring windows_i686_gnu v0.42.2 (/build/source/cargo-home.OWJ/registry/src/index.crates.io-6f17d22bba15001f/windows_i686_gnu-0.42.2) to trunk-0.19.0-vendor.tar.gz/windows_i686_gnu-0.42.2 Vendoring windows_i686_gnu v0.48.5 (/build/source/cargo-home.OWJ/registry/src/index.crates.io-6f17d22bba15001f/windows_i686_gnu-0.48.5) to trunk-0.19.0-vendor.tar.gz/windows_i686_gnu-0.48.5 Vendoring windows_i686_gnu v0.52.4 (/build/source/cargo-home.OWJ/registry/src/index.crates.io-6f17d22bba15001f/windows_i686_gnu-0.52.4) to trunk-0.19.0-vendor.tar.gz/windows_i686_gnu Vendoring windows_i686_msvc v0.42.2 (/build/source/cargo-home.OWJ/registry/src/index.crates.io-6f17d22bba15001f/windows_i686_msvc-0.42.2) to trunk-0.19.0-vendor.tar.gz/windows_i686_msvc-0.42.2 Vendoring windows_i686_msvc v0.48.5 (/build/source/cargo-home.OWJ/registry/src/index.crates.io-6f17d22bba15001f/windows_i686_msvc-0.48.5) to trunk-0.19.0-vendor.tar.gz/windows_i686_msvc-0.48.5 Vendoring windows_i686_msvc v0.52.4 (/build/source/cargo-home.OWJ/registry/src/index.crates.io-6f17d22bba15001f/windows_i686_msvc-0.52.4) to trunk-0.19.0-vendor.tar.gz/windows_i686_msvc Vendoring windows_x86_64_gnu v0.42.2 (/build/source/cargo-home.OWJ/registry/src/index.crates.io-6f17d22bba15001f/windows_x86_64_gnu-0.42.2) to trunk-0.19.0-vendor.tar.gz/windows_x86_64_gnu-0.42.2 Vendoring windows_x86_64_gnu v0.48.5 (/build/source/cargo-home.OWJ/registry/src/index.crates.io-6f17d22bba15001f/windows_x86_64_gnu-0.48.5) to trunk-0.19.0-vendor.tar.gz/windows_x86_64_gnu-0.48.5 Vendoring windows_x86_64_gnu v0.52.4 (/build/source/cargo-home.OWJ/registry/src/index.crates.io-6f17d22bba15001f/windows_x86_64_gnu-0.52.4) to trunk-0.19.0-vendor.tar.gz/windows_x86_64_gnu Vendoring windows_x86_64_gnullvm v0.42.2 (/build/source/cargo-home.OWJ/registry/src/index.crates.io-6f17d22bba15001f/windows_x86_64_gnullvm-0.42.2) to trunk-0.19.0-vendor.tar.gz/windows_x86_64_gnullvm-0.42.2 Vendoring windows_x86_64_gnullvm v0.48.5 (/build/source/cargo-home.OWJ/registry/src/index.crates.io-6f17d22bba15001f/windows_x86_64_gnullvm-0.48.5) to trunk-0.19.0-vendor.tar.gz/windows_x86_64_gnullvm-0.48.5 Vendoring windows_x86_64_gnullvm v0.52.4 (/build/source/cargo-home.OWJ/registry/src/index.crates.io-6f17d22bba15001f/windows_x86_64_gnullvm-0.52.4) to trunk-0.19.0-vendor.tar.gz/windows_x86_64_gnullvm Vendoring windows_x86_64_msvc v0.42.2 (/build/source/cargo-home.OWJ/registry/src/index.crates.io-6f17d22bba15001f/windows_x86_64_msvc-0.42.2) to trunk-0.19.0-vendor.tar.gz/windows_x86_64_msvc-0.42.2 Vendoring windows_x86_64_msvc v0.48.5 (/build/source/cargo-home.OWJ/registry/src/index.crates.io-6f17d22bba15001f/windows_x86_64_msvc-0.48.5) to trunk-0.19.0-vendor.tar.gz/windows_x86_64_msvc-0.48.5 Vendoring windows_x86_64_msvc v0.52.4 (/build/source/cargo-home.OWJ/registry/src/index.crates.io-6f17d22bba15001f/windows_x86_64_msvc-0.52.4) to trunk-0.19.0-vendor.tar.gz/windows_x86_64_msvc Vendoring winnow v0.5.40 (/build/source/cargo-home.OWJ/registry/src/index.crates.io-6f17d22bba15001f/winnow-0.5.40) to trunk-0.19.0-vendor.tar.gz/winnow-0.5.40 Vendoring winnow v0.6.5 (/build/source/cargo-home.OWJ/registry/src/index.crates.io-6f17d22bba15001f/winnow-0.6.5) to trunk-0.19.0-vendor.tar.gz/winnow Vendoring winreg v0.50.0 (/build/source/cargo-home.OWJ/registry/src/index.crates.io-6f17d22bba15001f/winreg-0.50.0) to trunk-0.19.0-vendor.tar.gz/winreg Vendoring wyz v0.5.1 (/build/source/cargo-home.OWJ/registry/src/index.crates.io-6f17d22bba15001f/wyz-0.5.1) to trunk-0.19.0-vendor.tar.gz/wyz Vendoring xattr v1.3.1 (/build/source/cargo-home.OWJ/registry/src/index.crates.io-6f17d22bba15001f/xattr-1.3.1) to trunk-0.19.0-vendor.tar.gz/xattr Vendoring zerocopy v0.7.32 (/build/source/cargo-home.OWJ/registry/src/index.crates.io-6f17d22bba15001f/zerocopy-0.7.32) to trunk-0.19.0-vendor.tar.gz/zerocopy Vendoring zerocopy-derive v0.7.32 (/build/source/cargo-home.OWJ/registry/src/index.crates.io-6f17d22bba15001f/zerocopy-derive-0.7.32) to trunk-0.19.0-vendor.tar.gz/zerocopy-derive Vendoring zip v0.6.6 (/build/source/cargo-home.OWJ/registry/src/index.crates.io-6f17d22bba15001f/zip-0.6.6) to trunk-0.19.0-vendor.tar.gz/zip Vendoring zopfli v0.8.0 (/build/source/cargo-home.OWJ/registry/src/index.crates.io-6f17d22bba15001f/zopfli-0.8.0) to trunk-0.19.0-vendor.tar.gz/zopfli Vendoring zstd v0.11.2+zstd.1.5.2 (/build/source/cargo-home.OWJ/registry/src/index.crates.io-6f17d22bba15001f/zstd-0.11.2+zstd.1.5.2) to trunk-0.19.0-vendor.tar.gz/zstd Vendoring zstd-safe v5.0.2+zstd.1.5.2 (/build/source/cargo-home.OWJ/registry/src/index.crates.io-6f17d22bba15001f/zstd-safe-5.0.2+zstd.1.5.2) to trunk-0.19.0-vendor.tar.gz/zstd-safe Vendoring zstd-sys v2.0.9+zstd.1.5.5 (/build/source/cargo-home.OWJ/registry/src/index.crates.io-6f17d22bba15001f/zstd-sys-2.0.9+zstd.1.5.5) to trunk-0.19.0-vendor.tar.gz/zstd-sys To use vendored sources, add this to your .cargo/config.toml for this project: /nix/store/v099hqvw5z87423p4hz1vfhzaqa07dii-stdenv-linux/setup: line 114: pushd: trunk-0.19.0-vendor.tar.gz/css-minify: No such file or directory /nix/store/v099hqvw5z87423p4hz1vfhzaqa07dii-stdenv-linux/setup: line 131: pop_var_context: head of shell_variables not a function context error: builder for '/nix/store/ky5akh5l01jw1vdn5zzy28cdgg7pjwng-trunk-0.19.0-vendor.tar.gz.drv' failed with exit code 1; last 25 log lines: > Vendoring windows_x86_64_gnu v0.42.2 (/build/source/cargo-home.OWJ/registry/src/index.crates.io-6f17d22bba15001f/windows_x86_64_gnu-0.42.2) to trunk-0.19.0-vendor.tar.gz/windows_x86_64_gnu-0.42.2 > Vendoring windows_x86_64_gnu v0.48.5 (/build/source/cargo-home.OWJ/registry/src/index.crates.io-6f17d22bba15001f/windows_x86_64_gnu-0.48.5) to trunk-0.19.0-vendor.tar.gz/windows_x86_64_gnu-0.48.5 > Vendoring windows_x86_64_gnu v0.52.4 (/build/source/cargo-home.OWJ/registry/src/index.crates.io-6f17d22bba15001f/windows_x86_64_gnu-0.52.4) to trunk-0.19.0-vendor.tar.gz/windows_x86_64_gnu > Vendoring windows_x86_64_gnullvm v0.42.2 (/build/source/cargo-home.OWJ/registry/src/index.crates.io-6f17d22bba15001f/windows_x86_64_gnullvm-0.42.2) to trunk-0.19.0-vendor.tar.gz/windows_x86_64_gnullvm-0.42.2 > Vendoring windows_x86_64_gnullvm v0.48.5 (/build/source/cargo-home.OWJ/registry/src/index.crates.io-6f17d22bba15001f/windows_x86_64_gnullvm-0.48.5) to trunk-0.19.0-vendor.tar.gz/windows_x86_64_gnullvm-0.48.5 > Vendoring windows_x86_64_gnullvm v0.52.4 (/build/source/cargo-home.OWJ/registry/src/index.crates.io-6f17d22bba15001f/windows_x86_64_gnullvm-0.52.4) to trunk-0.19.0-vendor.tar.gz/windows_x86_64_gnullvm > Vendoring windows_x86_64_msvc v0.42.2 (/build/source/cargo-home.OWJ/registry/src/index.crates.io-6f17d22bba15001f/windows_x86_64_msvc-0.42.2) to trunk-0.19.0-vendor.tar.gz/windows_x86_64_msvc-0.42.2 > Vendoring windows_x86_64_msvc v0.48.5 (/build/source/cargo-home.OWJ/registry/src/index.crates.io-6f17d22bba15001f/windows_x86_64_msvc-0.48.5) to trunk-0.19.0-vendor.tar.gz/windows_x86_64_msvc-0.48.5 > Vendoring windows_x86_64_msvc v0.52.4 (/build/source/cargo-home.OWJ/registry/src/index.crates.io-6f17d22bba15001f/windows_x86_64_msvc-0.52.4) to trunk-0.19.0-vendor.tar.gz/windows_x86_64_msvc > Vendoring winnow v0.5.40 (/build/source/cargo-home.OWJ/registry/src/index.crates.io-6f17d22bba15001f/winnow-0.5.40) to trunk-0.19.0-vendor.tar.gz/winnow-0.5.40 > Vendoring winnow v0.6.5 (/build/source/cargo-home.OWJ/registry/src/index.crates.io-6f17d22bba15001f/winnow-0.6.5) to trunk-0.19.0-vendor.tar.gz/winnow > Vendoring winreg v0.50.0 (/build/source/cargo-home.OWJ/registry/src/index.crates.io-6f17d22bba15001f/winreg-0.50.0) to trunk-0.19.0-vendor.tar.gz/winreg > Vendoring wyz v0.5.1 (/build/source/cargo-home.OWJ/registry/src/index.crates.io-6f17d22bba15001f/wyz-0.5.1) to trunk-0.19.0-vendor.tar.gz/wyz > Vendoring xattr v1.3.1 (/build/source/cargo-home.OWJ/registry/src/index.crates.io-6f17d22bba15001f/xattr-1.3.1) to trunk-0.19.0-vendor.tar.gz/xattr > Vendoring zerocopy v0.7.32 (/build/source/cargo-home.OWJ/registry/src/index.crates.io-6f17d22bba15001f/zerocopy-0.7.32) to trunk-0.19.0-vendor.tar.gz/zerocopy > Vendoring zerocopy-derive v0.7.32 (/build/source/cargo-home.OWJ/registry/src/index.crates.io-6f17d22bba15001f/zerocopy-derive-0.7.32) to trunk-0.19.0-vendor.tar.gz/zerocopy-derive > Vendoring zip v0.6.6 (/build/source/cargo-home.OWJ/registry/src/index.crates.io-6f17d22bba15001f/zip-0.6.6) to trunk-0.19.0-vendor.tar.gz/zip > Vendoring zopfli v0.8.0 (/build/source/cargo-home.OWJ/registry/src/index.crates.io-6f17d22bba15001f/zopfli-0.8.0) to trunk-0.19.0-vendor.tar.gz/zopfli > Vendoring zstd v0.11.2+zstd.1.5.2 (/build/source/cargo-home.OWJ/registry/src/index.crates.io-6f17d22bba15001f/zstd-0.11.2+zstd.1.5.2) to trunk-0.19.0-vendor.tar.gz/zstd > Vendoring zstd-safe v5.0.2+zstd.1.5.2 (/build/source/cargo-home.OWJ/registry/src/index.crates.io-6f17d22bba15001f/zstd-safe-5.0.2+zstd.1.5.2) to trunk-0.19.0-vendor.tar.gz/zstd-safe > Vendoring zstd-sys v2.0.9+zstd.1.5.5 (/build/source/cargo-home.OWJ/registry/src/index.crates.io-6f17d22bba15001f/zstd-sys-2.0.9+zstd.1.5.5) to trunk-0.19.0-vendor.tar.gz/zstd-sys > To use vendored sources, add this to your .cargo/config.toml for this project: > > /nix/store/v099hqvw5z87423p4hz1vfhzaqa07dii-stdenv-linux/setup: line 114: pushd: trunk-0.19.0-vendor.tar.gz/css-minify: No such file or directory > /nix/store/v099hqvw5z87423p4hz1vfhzaqa07dii-stdenv-linux/setup: line 131: pop_var_context: head of shell_variables not a function context For full logs, run 'nix log /nix/store/ky5akh5l01jw1vdn5zzy28cdgg7pjwng-trunk-0.19.0-vendor.tar.gz.drv'. error: 1 dependencies of derivation '/nix/store/8ikzhw2ysqrblkds1as76xrqmpl7nm9n-trunk-0.19.0.drv' failed to build [result] Failed to update trunk 0.18.8 -> 0.19.0 https://github.com/thedodd/trunk/releases [options] github_user: r-ryantm, pull_request: YES, batch_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.wdnet, using log file: /var/log/nixpkgs-update/rPackages.wdnet/2024-03-13.log rPackages.wdnet 1.2.2 -> 1.2.3 https://repology.org/project/r:wdnet/versions attrpath: rPackages.wdnet Checking auto update branch... No auto update branch exists Old version 1.2.2" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; configurePhase = '' runHook preConfigure export R_LIBS_SITE="$R_LIBS_SITE''${R_LIBS_SITE:+:}$out/library" runHook postConfigure ''; buildPhase = '' runHook preBuild runHook postBuild ''; installFlags = if attrs.doCheck or true then [] else [ "--no-test-load" ]; rCommand = if requireX then # Unfortunately, xvfb-run has a race condition even with -a option, so that # we acquire a lock explicitly. "flock ${xvfb-run} xvfb-run -a -e xvfb-error R" else "R"; installPhase = '' runHook preInstall mkdir -p $out/library $rCommand CMD INSTALL --built-timestamp='1970-01-01 00:00:00 UTC' $installFlags --configure-args="$configureFlags" -l $out/library . runHook postInstall ''; postFixup = '' if test -e $out/nix-support/propagated-build-inputs; then ln -s $out/nix-support/propagated-build-inputs $out/nix-support/propagated-user-env-packages fi ''; checkPhase = '' # noop since R CMD INSTALL tests packages ''; } // attrs // { name = "r-" + name; }) [result] Failed to update rPackages.wdnet 1.2.2 -> 1.2.3 https://repology.org/project/r:wdnet/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath nbd, using log file: /var/log/nixpkgs-update/nbd/2024-03-13.log nbd 3.25 -> 3.26.1 https://github.com/NetworkBlockDevice/nbd/releases attrpath: nbd Checking auto update branch... No auto update branch exists There might already be an open PR for this update: - nbd: 3.25 -> 3.26.1 URL "https://api.github.com/repos/NixOS/nixpkgs/issues/294758" [result] Failed to update nbd 3.25 -> 3.26.1 https://github.com/NetworkBlockDevice/nbd/releases [options] github_user: r-ryantm, pull_request: YES, batch_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-smartctl-exporter, using log file: /var/log/nixpkgs-update/prometheus-smartctl-exporter/2024-03-13.log prometheus-smartctl-exporter 0.11.0 -> 0.12.0 https://github.com/prometheus-community/smartctl_exporter/releases attrpath: prometheus-smartctl-exporter Checking auto update branch... An auto update branch exists with message `prometheus-smartctl-exporter: 0.11.0 -> 0.12.0`. New version is 0.12.0. An auto update branch exists with an equal or greater version [result] Failed to update prometheus-smartctl-exporter 0.11.0 -> 0.12.0 https://github.com/prometheus-community/smartctl_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 opensmtpd-extras, using log file: /var/log/nixpkgs-update/opensmtpd-extras/2024-03-13.log opensmtpd-extras 6.7.1 -> 6.7.1_20240228 https://repology.org/project/opensmtpd-extras/versions attrpath: opensmtpd-extras 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/g5k4pk3mwiikj7y75vkkjb9vlb7qk1lz-opensmtpd-extras-6.7.1_20240228.tar.gz.drv building '/nix/store/g5k4pk3mwiikj7y75vkkjb9vlb7qk1lz-opensmtpd-extras-6.7.1_20240228.tar.gz.drv'... trying https://www.opensmtpd.org/archives/opensmtpd-extras-6.7.1_20240228.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 146 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 curl: (22) The requested URL returned error: 404 error: cannot download opensmtpd-extras-6.7.1_20240228.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 'opensmtpd-extras.originalSrc' not found stderr did not split as expected full stderr was: these 2 derivations will be built: /nix/store/g5k4pk3mwiikj7y75vkkjb9vlb7qk1lz-opensmtpd-extras-6.7.1_20240228.tar.gz.drv /nix/store/idii1hiv8hbmrrbbgq60vx2l9ym1asvw-opensmtpd-extras-6.7.1_20240228.drv these 7 paths will be fetched (5.65 MiB download, 24.80 MiB unpacked): /nix/store/8l6mzf0lppv7pbbiciwix1bckj92hw9v-hiredis-1.2.0 /nix/store/4l4npdr7zydlmp6521dv25rjdzb2v27w-libasr-1.0.4 /nix/store/qgb7j11f9xylrzhgsf9zwas7vvaj5s03-lua-5.2.4 /nix/store/qvjd3jd7m4p6dysy2skcl9633x9a68h7-lz4-1.9.4-bin /nix/store/1ykvf9q58nc0r6ydc13ick2sswlz0vly-lz4-1.9.4-dev /nix/store/ni96l77z58a4jwpjpml66sha06q139c5-mariadb-connector-c-3.3.5-dev /nix/store/6mr1dkqqgkm6lhnkvir9i1jim2dnrl8j-postgresql-15.6 copying path '/nix/store/8l6mzf0lppv7pbbiciwix1bckj92hw9v-hiredis-1.2.0' from 'https://cache.nixos.org'... copying path '/nix/store/4l4npdr7zydlmp6521dv25rjdzb2v27w-libasr-1.0.4' from 'https://cache.nixos.org'... copying path '/nix/store/qgb7j11f9xylrzhgsf9zwas7vvaj5s03-lua-5.2.4' from 'https://cache.nixos.org'... copying path '/nix/store/ni96l77z58a4jwpjpml66sha06q139c5-mariadb-connector-c-3.3.5-dev' from 'https://cache.nixos.org'... copying path '/nix/store/qvjd3jd7m4p6dysy2skcl9633x9a68h7-lz4-1.9.4-bin' from 'https://cache.nixos.org'... building '/nix/store/g5k4pk3mwiikj7y75vkkjb9vlb7qk1lz-opensmtpd-extras-6.7.1_20240228.tar.gz.drv'... copying path '/nix/store/1ykvf9q58nc0r6ydc13ick2sswlz0vly-lz4-1.9.4-dev' from 'https://cache.nixos.org'... copying path '/nix/store/6mr1dkqqgkm6lhnkvir9i1jim2dnrl8j-postgresql-15.6' from 'https://cache.nixos.org'... trying https://www.opensmtpd.org/archives/opensmtpd-extras-6.7.1_20240228.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 146 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 error: cannot download opensmtpd-extras-6.7.1_20240228.tar.gz from any mirror error: builder for '/nix/store/g5k4pk3mwiikj7y75vkkjb9vlb7qk1lz-opensmtpd-extras-6.7.1_20240228.tar.gz.drv' failed with exit code 1; last 7 log lines: > > trying https://www.opensmtpd.org/archives/opensmtpd-extras-6.7.1_20240228.tar.gz > % Total % Received % Xferd Average Speed Time Time Time Current > Dload Upload Total Spent Left Speed > 0 146 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 > curl: (22) The requested URL returned error: 404 > error: cannot download opensmtpd-extras-6.7.1_20240228.tar.gz from any mirror For full logs, run 'nix log /nix/store/g5k4pk3mwiikj7y75vkkjb9vlb7qk1lz-opensmtpd-extras-6.7.1_20240228.tar.gz.drv'. error: 1 dependencies of derivation '/nix/store/idii1hiv8hbmrrbbgq60vx2l9ym1asvw-opensmtpd-extras-6.7.1_20240228.drv' failed to build [result] Failed to update opensmtpd-extras 6.7.1 -> 6.7.1_20240228 https://repology.org/project/opensmtpd-extras/versions [options] github_user: r-ryantm, pull_request: YES, batch_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.FatTailsR, using log file: /var/log/nixpkgs-update/rPackages.FatTailsR/2024-03-13.log rPackages.FatTailsR 1.8-0 -> 1.8-5 https://repology.org/project/r:fattailsr/versions attrpath: rPackages.FatTailsR Checking auto update branch... No auto update branch exists Old version 1.8-0" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; 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.FatTailsR 1.8-0 -> 1.8-5 https://repology.org/project/r:fattailsr/versions [options] github_user: r-ryantm, pull_request: YES, batch_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.icr, using log file: /var/log/nixpkgs-update/rPackages.icr/2024-03-13.log rPackages.icr 0.6.4 -> 0.6.5 https://repology.org/project/r:icr/versions attrpath: rPackages.icr Checking auto update branch... No auto update branch exists Old version 0.6.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.icr 0.6.4 -> 0.6.5 https://repology.org/project/r:icr/versions [options] github_user: r-ryantm, pull_request: YES, batch_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.KoboconnectR, using log file: /var/log/nixpkgs-update/rPackages.KoboconnectR/2024-03-13.log rPackages.KoboconnectR 1.2.1 -> 1.2.2 https://repology.org/project/r:koboconnectr/versions attrpath: rPackages.KoboconnectR 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.KoboconnectR 1.2.1 -> 1.2.2 https://repology.org/project/r:koboconnectr/versions [options] github_user: r-ryantm, pull_request: YES, batch_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.listres, using log file: /var/log/nixpkgs-update/xorg.listres/2024-03-13.log xorg.listres 1.0.5 -> 1.0.6 https://repology.org/project/listres/versions attrpath: xorg.listres Checking auto update branch... No auto update branch exists Derivation file says not to edit it [result] Failed to update xorg.listres 1.0.5 -> 1.0.6 https://repology.org/project/listres/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: 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-13.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/vdrr8h62qpbsd88sa7c1vlbc9al3xhqa-packages.json.drv building '/nix/store/vdrr8h62qpbsd88sa7c1vlbc9al3xhqa-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 python311Packages.thttp, using log file: /var/log/nixpkgs-update/python311Packages.thttp/2024-03-13.log python311Packages.thttp 0 -> 1 attrpath: python311Packages.thttp Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/k2dsxvh10580g9c6df2d9vf620mcfps6-packages.json.drv building '/nix/store/k2dsxvh10580g9c6df2d9vf620mcfps6-packages.json.drv'... Going to be running update for following packages: - python3.11-thttp-1.3.0 Press Enter key to continue... Running update for: - python3.11-thttp-1.3.0: UPDATING ... - python3.11-thttp-1.3.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.thttp 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_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-13.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 rapidfuzz-cpp, using log file: /var/log/nixpkgs-update/rapidfuzz-cpp/2024-03-13.log rapidfuzz-cpp 3.0.1 -> 3.0.2 https://repology.org/project/rapidfuzz-cpp/versions attrpath: rapidfuzz-cpp Checking auto update branch... No auto update branch exists Old version 3.0.1" not present in master derivation file with contents: { lib , stdenv , fetchFromGitHub , cmake , catch2_3 , python3Packages }: stdenv.mkDerivation (finalAttrs: { pname = "rapidfuzz-cpp"; version = "3.0.2"; src = fetchFromGitHub { owner = "rapidfuzz"; repo = "rapidfuzz-cpp"; rev = "v${finalAttrs.version}"; hash = "sha256-4J2j+/0ZVMNlrgLbEQk3me/EX07TZ/rLsT1/5ufxbic="; }; nativeBuildInputs = [ cmake ]; cmakeFlags = lib.optionals finalAttrs.finalPackage.doCheck [ "-DRAPIDFUZZ_BUILD_TESTING=ON" ]; CXXFLAGS = lib.optionals stdenv.cc.isClang [ # error: no member named 'fill' in namespace 'std' "-include algorithm" ]; nativeCheckInputs = [ catch2_3 ]; passthru = { tests = { /** `python3Packages.levenshtein` crucially depends on `rapidfuzz-cpp` */ inherit (python3Packages) levenshtein; }; }; meta = { description = "Rapid fuzzy string matching in C++ using the Levenshtein Distance"; homepage = "https://github.com/rapidfuzz/rapidfuzz-cpp"; changelog = "https://github.com/rapidfuzz/rapidfuzz-cpp/blob/${finalAttrs.src.rev}/CHANGELOG.md"; license = lib.licenses.mit; maintainers = with lib.maintainers; [ dotlambda ]; platforms = lib.platforms.unix; }; }) [result] Failed to update rapidfuzz-cpp 3.0.1 -> 3.0.2 https://repology.org/project/rapidfuzz-cpp/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python312Packages.skyfield, using log file: /var/log/nixpkgs-update/python312Packages.skyfield/2024-03-13.log python312Packages.skyfield 1.45 -> 1.48 https://repology.org/project/python:skyfield/versions attrpath: python312Packages.skyfield Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/gq03jd24ac4z375681zw717v25fcxxak-packages.json.drv building '/nix/store/gq03jd24ac4z375681zw717v25fcxxak-packages.json.drv'... Going to be running update for following packages: - python3.12-skyfield-1.45 Press Enter key to continue... Running update for: - python3.12-skyfield-1.45: UPDATING ... - python3.12-skyfield-1.45: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python312Packages.skyfield 1.45 -> 1.48 https://repology.org/project/python:skyfield/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath zathura, using log file: /var/log/nixpkgs-update/zathura/2024-03-13.log zathura 0.5.4 -> 0.5.5 https://repology.org/project/zathura/versions attrpath: zathura Checking auto update branch... No auto update branch exists Old version 0.5.4" not present in master derivation file with contents: { symlinkJoin, lib, makeWrapper, zathura_core, file, plugins ? [] }: symlinkJoin { name = "zathura-with-plugins-${zathura_core.version}"; paths = with zathura_core; [ man dev out ] ++ plugins; nativeBuildInputs = [ makeWrapper ]; postBuild = let fishCompletion = "share/fish/vendor_completions.d/zathura.fish"; in '' makeWrapper ${zathura_core.bin}/bin/zathura $out/bin/zathura \ --prefix PATH ":" "${lib.makeBinPath [ file ]}" \ --prefix ZATHURA_PLUGINS_PATH : "$out/lib/zathura" # zathura fish completion references the zathura_core derivation to # check for supported plugins which live in the wrapper derivation, # so we need to fix the path to reference $out instead. rm "$out/${fishCompletion}" substitute "${zathura_core.out}/${fishCompletion}" "$out/${fishCompletion}" \ --replace "${zathura_core.out}" "$out" ''; meta = with lib; { homepage = "https://git.pwmt.org/pwmt/zathura/"; description = "A highly customizable and functional PDF viewer"; longDescription = '' Zathura is a highly customizable and functional PDF viewer based on the poppler rendering library and the GTK toolkit. The idea behind zathura is an application that provides a minimalistic and space saving interface as well as an easy usage that mainly focuses on keyboard interaction. ''; license = licenses.zlib; platforms = platforms.unix; maintainers = with maintainers; [ smironov globin TethysSvensson ]; mainProgram = "zathura"; }; } [result] Failed to update zathura 0.5.4 -> 0.5.5 https://repology.org/project/zathura/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: 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-13.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/f9p92yifvdfqi70h4h0dpqfir6iv8ilp-packages.json.drv building '/nix/store/f9p92yifvdfqi70h4h0dpqfir6iv8ilp-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 python311Packages.easydict, using log file: /var/log/nixpkgs-update/python311Packages.easydict/2024-03-13.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/7y9wn6k65qxaxs23ii59nwrdcc00nqkv-packages.json.drv building '/nix/store/7y9wn6k65qxaxs23ii59nwrdcc00nqkv-packages.json.drv'... Going to be running update for following packages: - python3.11-easydict-1.13 Press Enter key to continue... Running update for: - python3.11-easydict-1.13: UPDATING ... - python3.11-easydict-1.13: DONE. Packages updated! The diff was empty after rewrites. [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.amberelectric, using log file: /var/log/nixpkgs-update/python311Packages.amberelectric/2024-03-13.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/c1zwhx22hnmj2428fwdlqyxpabqx51k7-packages.json.drv building '/nix/store/c1zwhx22hnmj2428fwdlqyxpabqx51k7-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 @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-13.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/bs2swxpkz6m587lkxd5748ga4yhh2s9c-packages.json.drv building '/nix/store/bs2swxpkz6m587lkxd5748ga4yhh2s9c-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 spring-boot, using log file: /var/log/nixpkgs-update/spring-boot/2024-03-13.log spring-boot 0 -> 1 attrpath: spring-boot Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/0nshdya724hg7az4366bknjh9rsnxhbg-packages.json.drv building '/nix/store/0nshdya724hg7az4366bknjh9rsnxhbg-packages.json.drv'... Going to be running update for following packages: - spring-boot-cli-3.2.3 Press Enter key to continue... Running update for: - spring-boot-cli-3.2.3: UPDATING ... - spring-boot-cli-3.2.3: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update spring-boot 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: 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, using log file: /var/log/nixpkgs-update/python311Packages.click-odoo/2024-03-13.log python311Packages.click-odoo 0 -> 1 attrpath: python311Packages.click-odoo Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/82k0k53n5c25nq0ymg2wp9816fan1wff-packages.json.drv building '/nix/store/82k0k53n5c25nq0ymg2wp9816fan1wff-packages.json.drv'... Going to be running update for following packages: - python3.11-click-odoo-1.6.0 Press Enter key to continue... Running update for: - python3.11-click-odoo-1.6.0: UPDATING ... - python3.11-click-odoo-1.6.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.click-odoo 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_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.govee-lan, using log file: /var/log/nixpkgs-update/home-assistant-custom-components.govee-lan/2024-03-13.log home-assistant-custom-components.govee-lan 0 -> 1 attrpath: home-assistant-custom-components.govee-lan Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/g6xi72s64ggjxi0bmxfnxawwc2rsrc8g-packages.json.drv building '/nix/store/g6xi72s64ggjxi0bmxfnxawwc2rsrc8g-packages.json.drv'... Going to be running update for following packages: - python3.12-wez-govee_lan-unstable-2023-06-10 Press Enter key to continue... Running update for: - python3.12-wez-govee_lan-unstable-2023-06-10: UPDATING ... - python3.12-wez-govee_lan-unstable-2023-06-10: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update home-assistant-custom-components.govee-lan 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.syrupy, using log file: /var/log/nixpkgs-update/python311Packages.syrupy/2024-03-13.log python311Packages.syrupy 0 -> 1 attrpath: python311Packages.syrupy Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/09vp8bc63a2qxl99670mj5rwrva0vv1r-packages.json.drv building '/nix/store/09vp8bc63a2qxl99670mj5rwrva0vv1r-packages.json.drv'... Going to be running update for following packages: - python3.11-syrupy-4.6.0 Press Enter key to continue... Running update for: - python3.11-syrupy-4.6.0: UPDATING ... - python3.11-syrupy-4.6.0: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/syrupy/default.nix b/pkgs/development/python-modules/syrupy/default.nix index 84bc944317e1..c5b860e84050 100644 --- a/pkgs/development/python-modules/syrupy/default.nix +++ b/pkgs/development/python-modules/syrupy/default.nix @@ -10,7 +10,7 @@ buildPythonPackage rec { pname = "syrupy"; - version = "4.6.0"; + version = "4.6.1"; format = "pyproject"; disabled = lib.versionOlder python.version "3.8.1"; @@ -19,7 +19,7 @@ buildPythonPackage rec { owner = "tophat"; repo = "syrupy"; rev = "refs/tags/v${version}"; - hash = "sha256-FjDGwSOKvDWx+LwUCNGEOBKV3rFG+09gtFpLLi0xgD4="; + hash = "sha256-NBJJqQsZqqKHOdqGa/j/2KQvlenLCEJBqlfdjtFK00U="; }; nativeBuildInputs = [ No auto update branch exists Old version 4.6.0" not present in staging derivation file with contents: { lib , buildPythonPackage , fetchFromGitHub , python , poetry-core , pytest , colored , invoke }: buildPythonPackage rec { pname = "syrupy"; version = "4.6.1"; format = "pyproject"; disabled = lib.versionOlder python.version "3.8.1"; src = fetchFromGitHub { owner = "tophat"; repo = "syrupy"; rev = "refs/tags/v${version}"; hash = "sha256-NBJJqQsZqqKHOdqGa/j/2KQvlenLCEJBqlfdjtFK00U="; }; nativeBuildInputs = [ poetry-core ]; buildInputs = [ pytest ]; propagatedBuildInputs = [ colored ]; nativeCheckInputs = [ invoke pytest ]; checkPhase = '' runHook preCheck # https://github.com/tophat/syrupy/blob/main/CONTRIBUTING.md#local-development invoke test runHook postCheck ''; pythonImportsCheck = [ "syrupy" ]; meta = with lib; { changelog = "https://github.com/tophat/syrupy/releases/tag/v${version}"; description = "Pytest Snapshot Test Utility"; homepage = "https://github.com/tophat/syrupy"; license = licenses.asl20; maintainers = with maintainers; [ ]; }; } [result] Failed to update python311Packages.syrupy 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath gotrue-supabase, using log file: /var/log/nixpkgs-update/gotrue-supabase/2024-03-13.log gotrue-supabase 2.105.0 -> 2.144.0 https://github.com/supabase/gotrue/releases attrpath: gotrue-supabase Checking auto update branch... An auto update branch exists with message `gotrue-supabase: 2.105.0 -> 2.144.0`. New version is 2.144.0. An auto update branch exists with an equal or greater version [result] Failed to update gotrue-supabase 2.105.0 -> 2.144.0 https://github.com/supabase/gotrue/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.rdflib, using log file: /var/log/nixpkgs-update/python311Packages.rdflib/2024-03-13.log python311Packages.rdflib 0 -> 1 attrpath: python311Packages.rdflib Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/7iwlrrvdhprysslnrz1i6ifhk69p94by-packages.json.drv building '/nix/store/7iwlrrvdhprysslnrz1i6ifhk69p94by-packages.json.drv'... Going to be running update for following packages: - python3.11-rdflib-7.0.0 Press Enter key to continue... Running update for: - python3.11-rdflib-7.0.0: UPDATING ... - python3.11-rdflib-7.0.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.rdflib 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: 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-consumption, using log file: /var/log/nixpkgs-update/python311Packages.azure-mgmt-consumption/2024-03-13.log python311Packages.azure-mgmt-consumption 0 -> 1 attrpath: python311Packages.azure-mgmt-consumption Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/79hmhf8i51kbc2bbs2i506alxljyx1g4-packages.json.drv building '/nix/store/79hmhf8i51kbc2bbs2i506alxljyx1g4-packages.json.drv'... Going to be running update for following packages: - python3.11-azure-mgmt-consumption-10.0.0 Press Enter key to continue... Running update for: - python3.11-azure-mgmt-consumption-10.0.0: UPDATING ... - python3.11-azure-mgmt-consumption-10.0.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.azure-mgmt-consumption 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.pywayland, using log file: /var/log/nixpkgs-update/python311Packages.pywayland/2024-03-13.log python311Packages.pywayland 0 -> 1 attrpath: python311Packages.pywayland Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/vrj9jf29fw4lwzg54nss5blvfww71j78-packages.json.drv building '/nix/store/vrj9jf29fw4lwzg54nss5blvfww71j78-packages.json.drv'... Going to be running update for following packages: - python3.11-pywayland-0.4.17 Press Enter key to continue... Running update for: - python3.11-pywayland-0.4.17: UPDATING ... - python3.11-pywayland-0.4.17: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.pywayland 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.mplleaflet, using log file: /var/log/nixpkgs-update/python311Packages.mplleaflet/2024-03-13.log python311Packages.mplleaflet 0 -> 1 attrpath: python311Packages.mplleaflet Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/lbg14098fr7skj9s1kkra4zbf6g2a1ik-packages.json.drv building '/nix/store/lbg14098fr7skj9s1kkra4zbf6g2a1ik-packages.json.drv'... Going to be running update for following packages: - python3.11-mplleaflet-0.0.5 Press Enter key to continue... Running update for: - python3.11-mplleaflet-0.0.5: UPDATING ... - python3.11-mplleaflet-0.0.5: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.mplleaflet 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_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.atril, using log file: /var/log/nixpkgs-update/mate.atril/2024-03-13.log mate.atril 0 -> 1 attrpath: mate.atril mate packages are upgraded in lockstep https://github.com/NixOS/nixpkgs/pull/50695#issuecomment-441338593 [result] Failed to update mate.atril 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.greeneye-monitor, using log file: /var/log/nixpkgs-update/python311Packages.greeneye-monitor/2024-03-13.log python311Packages.greeneye-monitor 0 -> 1 attrpath: python311Packages.greeneye-monitor Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/17pvwrspw6bmx470hq7y4m0yv77dn6lj-packages.json.drv building '/nix/store/17pvwrspw6bmx470hq7y4m0yv77dn6lj-packages.json.drv'... Going to be running update for following packages: - python3.11-greeneye-monitor-5.0.2 Press Enter key to continue... Running update for: - python3.11-greeneye-monitor-5.0.2: UPDATING ... - python3.11-greeneye-monitor-5.0.2: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.greeneye-monitor 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_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-session, using log file: /var/log/nixpkgs-update/gnome.gnome-session/2024-03-13.log gnome.gnome-session 0 -> 1 attrpath: gnome.gnome-session Checking auto update branch... Do not update GNOME during a release cycle [result] Failed to update gnome.gnome-session 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath glfw-wayland, using log file: /var/log/nixpkgs-update/glfw-wayland/2024-03-13.log glfw-wayland 3.3.10 -> 3.4 https://github.com/glfw/GLFW/releases attrpath: glfw-wayland Checking auto update branch... No auto update branch exists There might already be an open PR for this update: - glfw: 3.3.10 -> 3.4 URL "https://api.github.com/repos/NixOS/nixpkgs/issues/293296" - glfw: 3.3.10 -> 3.4 URL "https://api.github.com/repos/NixOS/nixpkgs/issues/293306" [result] Failed to update glfw-wayland 3.3.10 -> 3.4 https://github.com/glfw/GLFW/releases [options] github_user: r-ryantm, pull_request: YES, batch_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-13.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/x54rqb47s7mcsdi7kk2im1rpk77gqcbc-packages.json.drv building '/nix/store/x54rqb47s7mcsdi7kk2im1rpk77gqcbc-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 sogo, using log file: /var/log/nixpkgs-update/sogo/2024-03-13.log sogo 5.9.1 -> 5.10.0 https://github.com/inverse-inc/SOGo/releases attrpath: sogo 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/web-apps/sogo/default.nix b/pkgs/servers/web-apps/sogo/default.nix index ab617dc291b2..41934cab4e2d 100644 --- a/pkgs/servers/web-apps/sogo/default.nix +++ b/pkgs/servers/web-apps/sogo/default.nix @@ -5,14 +5,14 @@ , libwbxml }: gnustep.stdenv.mkDerivation rec { pname = "SOGo"; - version = "5.9.1"; + version = "5.10.0"; # always update the sope package as well, when updating sogo src = fetchFromGitHub { owner = "inverse-inc"; repo = pname; rev = "SOGo-${version}"; - hash = "sha256-b6BZZ61wY0Akt1Q6+Bq6JXAx/67MwBNbzHr3sB0NuRg="; + hash = "sha256-ZmpOI1zk/TkRNFmwTXugVb9IvxYSP4LgNrApSytdI7s="; }; nativeBuildInputs = [ gnustep.make makeWrapper python3 pkg-config ]; [outpaths] eval start [outpaths] eval end Received ExitFailure 1 when running Raw command: /nix/store/6r0bm8shswm9v08kzvq24ib48mx3kxmn-nix-2.18.1/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A sogo nix build failed. SOGoToolUpdateSecret.m:251:52: warning: instance method '-encryptAES256GCM:exception:' not found (return type defaults to 'id') [-Wobjc-method-access] 251 | encryptedPassword = [decryptedPassword encryptAES256GCM: newSecret exception:&exception]; |  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /nix/store/zg1gr0vsm5gx6bwj1flk7gbwxmh7ghj4-gnustep-base-1.29.0-dev/include/Foundation/NSString.h:475:12: note: receiver is instance of class declared here 475 | @interface NSString :NSObject  |  ^ SOGoToolUpdateSecret.m:260:22: warning: 'NSDictionary' may not respond to 'setObject:forKey:' 260 | [account setObject: encryptedPassword forKey: @"password"]; |  ~~~~~~~ ^ SOGoToolUpdateSecret.m:270:3: error: void method 'updateSecretFromEncryptedData:oldSecret:' should not return a value [-Wreturn-type] 270 | return rc; |  ^ ~~ SOGoToolUpdateSecret.m:312:37: warning: instance method '-decryptAES256GCM:iv:tag:exception:' not found (return type defaults to 'id') [-Wobjc-method-access] 312 | newPassword = [password decryptAES256GCM: oldSecret iv: iv tag: tag exception:&exception]; |  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /nix/store/zg1gr0vsm5gx6bwj1flk7gbwxmh7ghj4-gnustep-base-1.29.0-dev/include/Foundation/NSString.h:475:12: note: receiver is instance of class declared here 475 | @interface NSString :NSObject  |  ^ SOGoToolUpdateSecret.m:316:24: warning: 'NSDictionary' may not respond to 'setObject:forKey:' 316 | [account setObject: newPassword forKey: @"password"]; |  ~~~~~~~ ^ SOGoToolUpdateSecret.m:390:12: warning: unused variable 'i' [-Wunused-variable] 390 | int max, i; |  ^ 14 warnings and 1 error generated. make[4]: *** [/nix/store/kdmf8ci6c12a4hpzni8wrw7pivq5gh4i-gnustep-make-2.9.1/share/GNUstep/Makefiles/rules.make:521: obj/sogo-tool.obj/SOGoToolUpdateSecret.m.o] Error 1 make[3]: *** [/nix/store/kdmf8ci6c12a4hpzni8wrw7pivq5gh4i-gnustep-make-2.9.1/share/GNUstep/Makefiles/Instance/tool.make:74: internal-tool-all_] Error 2 make[2]: *** [/nix/store/kdmf8ci6c12a4hpzni8wrw7pivq5gh4i-gnustep-make-2.9.1/share/GNUstep/Makefiles/Master/rules.make:297: sogo-tool.all.tool.variables] Error 2 make[1]: *** [/nix/store/kdmf8ci6c12a4hpzni8wrw7pivq5gh4i-gnustep-make-2.9.1/share/GNUstep/Makefiles/Master/tool.make:71: internal-all] Error 2 make: *** [/nix/store/kdmf8ci6c12a4hpzni8wrw7pivq5gh4i-gnustep-make-2.9.1/share/GNUstep/Makefiles/Master/serial-subdirectories.make:53: internal-all] Error 2 [result] Failed to update sogo 5.9.1 -> 5.10.0 https://github.com/inverse-inc/SOGo/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: 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-cloud-sdk-core, using log file: /var/log/nixpkgs-update/python311Packages.ibm-cloud-sdk-core/2024-03-13.log python311Packages.ibm-cloud-sdk-core 0 -> 1 attrpath: python311Packages.ibm-cloud-sdk-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/36g2pw6wqydqbwm44d9711jajdyd89x8-packages.json.drv building '/nix/store/36g2pw6wqydqbwm44d9711jajdyd89x8-packages.json.drv'... Going to be running update for following packages: - python3.11-ibm-cloud-sdk-core-3.19.2 Press Enter key to continue... Running update for: - python3.11-ibm-cloud-sdk-core-3.19.2: UPDATING ... - python3.11-ibm-cloud-sdk-core-3.19.2: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.ibm-cloud-sdk-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.yanc, using log file: /var/log/nixpkgs-update/python311Packages.yanc/2024-03-13.log python311Packages.yanc 0 -> 1 attrpath: python311Packages.yanc Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/7ij6mgz1rwq7cjw9nr8pni7yrxn5wnkf-packages.json.drv building '/nix/store/7ij6mgz1rwq7cjw9nr8pni7yrxn5wnkf-packages.json.drv'... Going to be running update for following packages: - python3.11-yanc-0.3.3 Press Enter key to continue... Running update for: - python3.11-yanc-0.3.3: UPDATING ... - python3.11-yanc-0.3.3: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.yanc 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_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-13.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/6r0bm8shswm9v08kzvq24ib48mx3kxmn-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. @nix { "action": "setPhase", "phase": "buildPhase" } Running phase: buildPhase build flags: -j24 SHELL=/nix/store/4vzal97iq3dmrgycj8r0gflrh51p8w1s-bash-5.2p26/bin/bash o/cosmopolitan.h o//cosmopolitan.a o//libc/crt/crt.o o//ape/ape.o o//ape/ape.lds build/bootstrap/mkdir.com: line 60: /bin/mkdir: No such file or directory 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.  384⏰ 336⏳ 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  293,890⏰ 272,912⏳ 14,940k 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) 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) 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/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  18,677⏰ 18,606⏳ 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 pantheon.elementary-sound-theme, using log file: /var/log/nixpkgs-update/pantheon.elementary-sound-theme/2024-03-13.log pantheon.elementary-sound-theme 0 -> 1 attrpath: pantheon.elementary-sound-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/xaq0n72v3jry1ag77dyc7v0d1mqgksr9-packages.json.drv building '/nix/store/xaq0n72v3jry1ag77dyc7v0d1mqgksr9-packages.json.drv'... Going to be running update for following packages: - elementary-sound-theme-1.1.0 Press Enter key to continue... Running update for: - elementary-sound-theme-1.1.0: UPDATING ... - elementary-sound-theme-1.1.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update pantheon.elementary-sound-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 lua51Packages.toml-edit, using log file: /var/log/nixpkgs-update/lua51Packages.toml-edit/2024-03-13.log lua51Packages.toml-edit 0.1.5-1 -> 0.2.1 https://github.com/vhyrro/toml-edit.lua/releases attrpath: lua51Packages.toml-edit Packages for lua are currently skipped. https://github.com/NixOS/nixpkgs/pull/37501#issuecomment-375169646 [result] Failed to update lua51Packages.toml-edit 0.1.5-1 -> 0.2.1 https://github.com/vhyrro/toml-edit.lua/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath lua54Packages.toml-edit, using log file: /var/log/nixpkgs-update/lua54Packages.toml-edit/2024-03-13.log lua54Packages.toml-edit 0.1.5-1 -> 0.2.1 https://github.com/vhyrro/toml-edit.lua/releases attrpath: lua54Packages.toml-edit Packages for lua are currently skipped. https://github.com/NixOS/nixpkgs/pull/37501#issuecomment-375169646 [result] Failed to update lua54Packages.toml-edit 0.1.5-1 -> 0.2.1 https://github.com/vhyrro/toml-edit.lua/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rocmPackages.migraphx, using log file: /var/log/nixpkgs-update/rocmPackages.migraphx/2024-03-13.log rocmPackages.migraphx 0 -> 1 attrpath: rocmPackages.migraphx Checking auto update branch... [version] [version] skipping because derivation has 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/mkf2ggnb4vi66zd5rbx98jrgk261m9qv-update.sh.drv /nix/store/51al31nl2jd5ydx0v4c0s65ypbc6wbqk-packages.json.drv building '/nix/store/mkf2ggnb4vi66zd5rbx98jrgk261m9qv-update.sh.drv'... building '/nix/store/51al31nl2jd5ydx0v4c0s65ypbc6wbqk-packages.json.drv'... Going to be running update for following packages: - migraphx-5.7.1 Press Enter key to continue... Running update for: - migraphx-5.7.1: UPDATING ... - migraphx-5.7.1: ERROR --- SHOWING ERROR LOG FOR migraphx-5.7.1 ---------------------- 'rocmPackages_5.migraphx' is already at it's maximum allowed version. Any further upgrades should go into 'rocmPackages_X.migraphx'. --- SHOWING ERROR LOG FOR migraphx-5.7.1 ---------------------- The update script for migraphx-5.7.1 failed with exit code 1 [result] Failed to update rocmPackages.migraphx 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.py3nvml, using log file: /var/log/nixpkgs-update/python311Packages.py3nvml/2024-03-13.log python311Packages.py3nvml 0 -> 1 attrpath: python311Packages.py3nvml Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/26qrlxgh6k6b1gpqvh3c934wz8k9azik-packages.json.drv building '/nix/store/26qrlxgh6k6b1gpqvh3c934wz8k9azik-packages.json.drv'... Going to be running update for following packages: - python3.11-py3nvml-0.2.7 Press Enter key to continue... Running update for: - python3.11-py3nvml-0.2.7: UPDATING ... - python3.11-py3nvml-0.2.7: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.py3nvml 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_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-13.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/naih143vg21kczk54cipxhfk2lbvmbx2-packages.json.drv building '/nix/store/naih143vg21kczk54cipxhfk2lbvmbx2-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..d91301ce4949 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 = "46313d17f05b82257d0fd502feb0a49a8c96e591"; in melpaBuild { pname = "edraw"; - version = "1.1.0"; + version = "unstable-2024-03-12"; src = fetchFromGitHub { owner = "misohena"; repo = "el-easydraw"; inherit rev; - hash = "sha256-l9i+HCRKnKiDqID+bfAOPE7LpVBZp1AOPkceX8KbDXM="; + hash = "sha256-JEIlfx2RGG4s4bfkSkxwUuRoGlMLWQnz+BsbOmCwr84="; }; commit = rev; No auto update branch exists [outpaths] eval start [outpaths] eval end Received ExitFailure 1 when running Raw command: /nix/store/6r0bm8shswm9v08kzvq24ib48mx3kxmn-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-import.el" . "edraw-import.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-import.el" . "edraw-import.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-12" "46313d17f05b82257d0fd502feb0a49a8c96e591")) command-line() normal-top-level() Invalid version syntax: `unstable-2024-03-12' (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-13.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 antsimulator, using log file: /var/log/nixpkgs-update/antsimulator/2024-03-13.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-13.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/x3il7z32riddwb4r0wprk6j6c27hpzgw-packages.json.drv building '/nix/store/x3il7z32riddwb4r0wprk6j6c27hpzgw-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 python311Packages.wordfreq, using log file: /var/log/nixpkgs-update/python311Packages.wordfreq/2024-03-13.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/pnqpzchqsp0p7vc8pnwh6x1bwanyvfij-packages.json.drv building '/nix/store/pnqpzchqsp0p7vc8pnwh6x1bwanyvfij-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 gcp-scanner, using log file: /var/log/nixpkgs-update/gcp-scanner/2024-03-13.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/xd3vf1hf55fnh9g89z933rgzwzfggp5h-packages.json.drv building '/nix/store/xd3vf1hf55fnh9g89z933rgzwzfggp5h-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.pyperscan, using log file: /var/log/nixpkgs-update/python311Packages.pyperscan/2024-03-13.log python311Packages.pyperscan 0 -> 1 attrpath: python311Packages.pyperscan 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/brr3mrqc7izzmr1ljrq613r4m1c8i9hz-packages.json.drv building '/nix/store/brr3mrqc7izzmr1ljrq613r4m1c8i9hz-packages.json.drv'... Going to be running update for following packages: - python3.11-pyperscan-0.2.2 Press Enter key to continue... Running update for: - python3.11-pyperscan-0.2.2: UPDATING ... - python3.11-pyperscan-0.2.2: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.pyperscan 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: 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-dependency, using log file: /var/log/nixpkgs-update/python311Packages.pytest-dependency/2024-03-13.log python311Packages.pytest-dependency 0 -> 1 attrpath: python311Packages.pytest-dependency 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/ljidnsnf11d2d4pvnj4s52sm9qm4hrss-packages.json.drv building '/nix/store/ljidnsnf11d2d4pvnj4s52sm9qm4hrss-packages.json.drv'... Going to be running update for following packages: - python3.11-pytest-dependency-0.5.1 Press Enter key to continue... Running update for: - python3.11-pytest-dependency-0.5.1: UPDATING ... - python3.11-pytest-dependency-0.5.1: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/pytest-dependency/default.nix b/pkgs/development/python-modules/pytest-dependency/default.nix index 6bb6463d0088..d2ff3ff47d78 100644 --- a/pkgs/development/python-modules/pytest-dependency/default.nix +++ b/pkgs/development/python-modules/pytest-dependency/default.nix @@ -7,12 +7,12 @@ buildPythonPackage rec { pname = "pytest-dependency"; - version = "0.5.1"; + version = "0.6.0"; format = "setuptools"; src = fetchPypi { inherit pname version; - hash = "sha256-wqiSkGGSZj+FAwpquRME5QjlRs3f5VfWktYexXodlGs="; + hash = "sha256-k0sOajnZWZUGLBk/fq7tio/6Bv8bzvS2Kw3HSnCLrME="; }; patches = [ No auto update branch exists Old version 0.5.1" not present in staging derivation file with contents: { lib , buildPythonPackage , fetchPypi , pytest , pytestCheckHook , setuptools }: buildPythonPackage rec { pname = "pytest-dependency"; version = "0.6.0"; pyproject = true; src = fetchPypi { inherit pname version; hash = "sha256-k0sOajnZWZUGLBk/fq7tio/6Bv8bzvS2Kw3HSnCLrME="; }; nativeBuildInputs = [ setuptools ]; buildInputs = [ pytest ]; nativeCheckInputs = [ pytestCheckHook ]; pythonImportsCheck = [ "pytest_dependency" ]; meta = with lib; { homepage = "https://github.com/RKrahl/pytest-dependency"; changelog = "https://github.com/RKrahl/pytest-dependency/blob/${version}/CHANGES.rst"; description = "Manage dependencies of tests"; license = licenses.asl20; maintainers = [ maintainers.marsam ]; }; } [result] Failed to update python311Packages.pytest-dependency 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.pyrfxtrx, using log file: /var/log/nixpkgs-update/python311Packages.pyrfxtrx/2024-03-13.log python311Packages.pyrfxtrx 0 -> 1 attrpath: python311Packages.pyrfxtrx Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/182rzr0lmv603as0lx2wvdz1d5w017bp-packages.json.drv building '/nix/store/182rzr0lmv603as0lx2wvdz1d5w017bp-packages.json.drv'... Going to be running update for following packages: - python3.11-pyrfxtrx-0.31.0 Press Enter key to continue... Running update for: - python3.11-pyrfxtrx-0.31.0: UPDATING ... - python3.11-pyrfxtrx-0.31.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.pyrfxtrx 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.rchitect, using log file: /var/log/nixpkgs-update/python311Packages.rchitect/2024-03-13.log python311Packages.rchitect 0 -> 1 attrpath: python311Packages.rchitect Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/q6rygg69h4ca92xfcf2ajcns84prrp8z-packages.json.drv building '/nix/store/q6rygg69h4ca92xfcf2ajcns84prrp8z-packages.json.drv'... Going to be running update for following packages: - python3.11-rchitect-0.4.4 Press Enter key to continue... Running update for: - python3.11-rchitect-0.4.4: UPDATING ... - python3.11-rchitect-0.4.4: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.rchitect 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.toolz, using log file: /var/log/nixpkgs-update/python311Packages.toolz/2024-03-13.log python311Packages.toolz 0 -> 1 attrpath: python311Packages.toolz Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/96llsbgmy4zs0cigywq7f77z7wcf9228-packages.json.drv building '/nix/store/96llsbgmy4zs0cigywq7f77z7wcf9228-packages.json.drv'... Going to be running update for following packages: - python3.11-toolz-0.12.0 Press Enter key to continue... Running update for: - python3.11-toolz-0.12.0: UPDATING ... - python3.11-toolz-0.12.0: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/toolz/default.nix b/pkgs/development/python-modules/toolz/default.nix index 60e38571a759..ccec8644b070 100644 --- a/pkgs/development/python-modules/toolz/default.nix +++ b/pkgs/development/python-modules/toolz/default.nix @@ -6,12 +6,12 @@ buildPythonPackage rec { pname = "toolz"; - version = "0.12.0"; + version = "0.12.1"; format = "setuptools"; src = fetchPypi { inherit pname version; - hash = "sha256-iMVwhhxEDuPy9gN8RlRhMij/QMk6bCXg66cNFygsYZQ="; + hash = "sha256-7Mo0JmSJPxd6E9rA5rQcvYrCWjWOXyFTFtQ+IQAiT00="; }; nativeCheckInputs = [ pytestCheckHook ]; No auto update branch exists Old version 0.12.0" not present in staging derivation file with contents: { lib , buildPythonPackage , fetchPypi , pytestCheckHook }: buildPythonPackage rec { pname = "toolz"; version = "0.12.1"; format = "setuptools"; src = fetchPypi { inherit pname version; hash = "sha256-7Mo0JmSJPxd6E9rA5rQcvYrCWjWOXyFTFtQ+IQAiT00="; }; nativeCheckInputs = [ pytestCheckHook ]; meta = with lib; { homepage = "https://github.com/pytoolz/toolz"; description = "List processing tools and functional utilities"; license = licenses.bsd3; maintainers = with maintainers; [ fridh ]; }; } [result] Failed to update python311Packages.toolz 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: 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-autodoc-typehints, using log file: /var/log/nixpkgs-update/python311Packages.sphinx-autodoc-typehints/2024-03-13.log python311Packages.sphinx-autodoc-typehints 0 -> 1 attrpath: python311Packages.sphinx-autodoc-typehints Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/9lxsjcqgai6i70ajz1xwgzv4s6q1n7ra-packages.json.drv building '/nix/store/9lxsjcqgai6i70ajz1xwgzv4s6q1n7ra-packages.json.drv'... Going to be running update for following packages: - python3.11-sphinx-autodoc-typehints-1.25.2 Press Enter key to continue... Running update for: - python3.11-sphinx-autodoc-typehints-1.25.2: UPDATING ... - python3.11-sphinx-autodoc-typehints-1.25.2: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/sphinx-autodoc-typehints/default.nix b/pkgs/development/python-modules/sphinx-autodoc-typehints/default.nix index 7fff4b80debd..e5bba673e4ce 100644 --- a/pkgs/development/python-modules/sphinx-autodoc-typehints/default.nix +++ b/pkgs/development/python-modules/sphinx-autodoc-typehints/default.nix @@ -10,7 +10,7 @@ let pname = "sphinx-autodoc-typehints"; - version = "1.25.2"; + version = "2.0.0"; in buildPythonPackage { @@ -22,7 +22,7 @@ buildPythonPackage { src = fetchPypi { pname = "sphinx_autodoc_typehints"; inherit version; - hash = "sha256-PKvCU34XmJsvkuZKOZQlxMi/Vh7XPwh7x0FKUANhalA="; + hash = "sha256-fyzawucP2Xh5Jrbp5UHNTe0eg40rRv2iobsKdexbfzo="; }; nativeBuildInputs = [ No auto update branch exists Old version 1.25.2" not present in staging derivation file with contents: { lib , buildPythonPackage , fetchPypi , hatch-vcs , hatchling , pythonOlder , sphinx , pytestCheckHook }: let pname = "sphinx-autodoc-typehints"; version = "2.0.0"; in buildPythonPackage { inherit pname version; format = "pyproject"; disabled = pythonOlder "3.7"; src = fetchPypi { pname = "sphinx_autodoc_typehints"; inherit version; hash = "sha256-fyzawucP2Xh5Jrbp5UHNTe0eg40rRv2iobsKdexbfzo="; }; nativeBuildInputs = [ hatch-vcs hatchling ]; propagatedBuildInputs = [ sphinx ]; nativeCheckInputs = [ pytestCheckHook ]; # requires spobjinv, nbtyping doCheck = false; pythonImportsCheck = [ "sphinx_autodoc_typehints" ]; meta = with lib; { changelog = "https://github.com/tox-dev/sphinx-autodoc-typehints/releases/tag/${version}"; description = "Type hints (PEP 484) support for the Sphinx autodoc extension"; homepage = "https://github.com/tox-dev/sphinx-autodoc-typehints"; license = licenses.mit; maintainers = with maintainers; [ hexa ]; }; } [result] Failed to update python311Packages.sphinx-autodoc-typehints 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath parsero, using log file: /var/log/nixpkgs-update/parsero/2024-03-13.log parsero 0 -> 1 attrpath: parsero Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/vilfjax6rjf1frfkiqs6cg145hwkrysa-packages.json.drv building '/nix/store/vilfjax6rjf1frfkiqs6cg145hwkrysa-packages.json.drv'... Going to be running update for following packages: - parsero-0.81 Press Enter key to continue... Running update for: - parsero-0.81: UPDATING ... - parsero-0.81: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update parsero 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python312Packages.fido2, using log file: /var/log/nixpkgs-update/python312Packages.fido2/2024-03-13.log python312Packages.fido2 1.1.2 -> 1.1.3 https://github.com/Yubico/python-fido2/releases attrpath: python312Packages.fido2 Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/pj7zrjxn0wdj3f1samjxcj04a1g3dxf3-packages.json.drv building '/nix/store/pj7zrjxn0wdj3f1samjxcj04a1g3dxf3-packages.json.drv'... Going to be running update for following packages: - python3.12-fido2-1.1.2 Press Enter key to continue... Running update for: - python3.12-fido2-1.1.2: UPDATING ... - python3.12-fido2-1.1.2: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/fido2/default.nix b/pkgs/development/python-modules/fido2/default.nix index 7cd11eefcbcc..82d635d8d0f6 100644 --- a/pkgs/development/python-modules/fido2/default.nix +++ b/pkgs/development/python-modules/fido2/default.nix @@ -12,14 +12,14 @@ buildPythonPackage rec { pname = "fido2"; - version = "1.1.2"; + version = "1.1.3"; format = "pyproject"; disabled = pythonOlder "3.7"; src = fetchPypi { inherit pname version; - hash = "sha256-YRDZExBvdhmSAbMtJisoV1YsxGuh0LnFH7zjDck2xXM="; + hash = "sha256-JhAPIm0SztYhymGYUozhft9nt430KHruEoX+481aqfw="; }; nativeBuildInputs = [ No auto update branch exists [outpaths] eval start [outpaths] eval end Python package with too many package rebuilds 39 > 25 [result] Failed to update python312Packages.fido2 1.1.2 -> 1.1.3 https://github.com/Yubico/python-fido2/releases [options] github_user: r-ryantm, pull_request: YES, batch_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-13.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 rPackages.RSEIS, using log file: /var/log/nixpkgs-update/rPackages.RSEIS/2024-03-13.log rPackages.RSEIS 4.1-6 -> 4.2.0 https://repology.org/project/r:rseis/versions attrpath: rPackages.RSEIS Checking auto update branch... No auto update branch exists Old version 4.1-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.RSEIS 4.1-6 -> 4.2.0 https://repology.org/project/r:rseis/versions [options] github_user: r-ryantm, pull_request: YES, batch_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-13.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/6r0bm8shswm9v08kzvq24ib48mx3kxmn-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/40lpgz7lf04ba7xnr1ywh782ypn2vyjj-popt-1.19/lib/libpopt.so -- With Systemd = OFF -- Looking for HIDIOCGRAWINFO -- Looking for HIDIOCGRAWINFO - found -- Found GCrypt: /nix/store/bd04pp5pxh14l0cws21pxszvaaqn4w61-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/9walp7knvqvmnpp9pqwjsdpnx2524ack-cmake-3.28.3/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/9walp7knvqvmnpp9pqwjsdpnx2524ack-cmake-3.28.3/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 python312Packages.pyipp, using log file: /var/log/nixpkgs-update/python312Packages.pyipp/2024-03-13.log python312Packages.pyipp 0.14.5 -> 0.15.0 https://github.com/ctalkington/python-ipp/releases attrpath: python312Packages.pyipp Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/98af96da871j9h2blmxgkdwar45a0jfn-packages.json.drv building '/nix/store/98af96da871j9h2blmxgkdwar45a0jfn-packages.json.drv'... Going to be running update for following packages: - python3.12-pyipp-0.14.5 Press Enter key to continue... Running update for: - python3.12-pyipp-0.14.5: UPDATING ... - python3.12-pyipp-0.14.5: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/pyipp/default.nix b/pkgs/development/python-modules/pyipp/default.nix index 3046d879ba61..bfeb5e4a5eee 100644 --- a/pkgs/development/python-modules/pyipp/default.nix +++ b/pkgs/development/python-modules/pyipp/default.nix @@ -15,7 +15,7 @@ buildPythonPackage rec { pname = "pyipp"; - version = "0.14.5"; + version = "0.15.0"; format = "pyproject"; disabled = pythonOlder "3.9"; @@ -24,7 +24,7 @@ buildPythonPackage rec { owner = "ctalkington"; repo = "python-ipp"; rev = "refs/tags/${version}"; - hash = "sha256-2YaQZWHrvz1OwD47WUl4UKoYXQBiemCWLM8m/zkipCU="; + hash = "sha256-k7NSCmugGov+lJXWeopUwKkGKL/EGhvxSSiby4CcmFM="; }; postPatch = '' No auto update branch exists [outpaths] eval start [outpaths] eval end Successfully finished processing cachix "/nix/store/vkyh1k334ja1fpli65p73xm474iq76c7-python3.12-pyipp-0.15.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)
5 packages built:
  • home-assistant-component-tests.ipp
  • python311Packages.pyipp
  • python311Packages.pyipp.dist
  • python312Packages.pyipp
  • python312Packages.pyipp.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.pyipp is: Asynchronous Python client for Internet Printing Protocol (IPP) meta.homepage for python312Packages.pyipp is: https://github.com/ctalkington/python-ipp meta.changelog for python312Packages.pyipp is: https://github.com/ctalkington/python-ipp/releases/tag/0.15.0 ###### Updates performed - Ran passthru.UpdateScript ###### To inspect upstream changes ###### Impact Checks done --- - built on NixOS - The tests defined in `passthru.tests`, if any, passed - found 0.15.0 with grep in /nix/store/vkyh1k334ja1fpli65p73xm474iq76c7-python3.12-pyipp-0.15.0 - found 0.15.0 in filename of file in /nix/store/vkyh1k334ja1fpli65p73xm474iq76c7-python3.12-pyipp-0.15.0 ---
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.ipp python311Packages.pyipp python312Packages.pyipp ```
Instructions to test this update (click to expand) --- Either **download from Cachix**: ``` nix-store -r /nix/store/vkyh1k334ja1fpli65p73xm474iq76c7-python3.12-pyipp-0.15.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 python312Packages.pyipp https://github.com/r-ryantm/nixpkgs/archive/c8f40ee933c05953d47b4159c27e0fd761d95978.tar.gz ``` Or: ``` nix build github:r-ryantm/nixpkgs/c8f40ee933c05953d47b4159c27e0fd761d95978#python312Packages.pyipp ``` After you've downloaded or built it, look at the files and if there are any, run the binaries: ``` ls -la /nix/store/vkyh1k334ja1fpli65p73xm474iq76c7-python3.12-pyipp-0.15.0 ls -la /nix/store/vkyh1k334ja1fpli65p73xm474iq76c7-python3.12-pyipp-0.15.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)
5 packages built:
  • home-assistant-component-tests.ipp
  • python311Packages.pyipp
  • python311Packages.pyipp.dist
  • python312Packages.pyipp
  • python312Packages.pyipp.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/295555 [result] Success updating python312Packages.pyipp 0.14.5 -> 0.15.0 https://github.com/ctalkington/python-ipp/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python312Packages.zipp, using log file: /var/log/nixpkgs-update/python312Packages.zipp/2024-03-13.log python312Packages.zipp 3.17.0 -> 3.18.0 https://github.com/jaraco/zipp/releases attrpath: python312Packages.zipp Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/mja2x8vah2z8frwljfbqfis1qix85vbb-packages.json.drv building '/nix/store/mja2x8vah2z8frwljfbqfis1qix85vbb-packages.json.drv'... Going to be running update for following packages: - python3.12-zipp-3.17.0 Press Enter key to continue... Running update for: - python3.12-zipp-3.17.0: UPDATING ... - python3.12-zipp-3.17.0: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/zipp/default.nix b/pkgs/development/python-modules/zipp/default.nix index 6555d172ce2e..0af758a4bbe7 100644 --- a/pkgs/development/python-modules/zipp/default.nix +++ b/pkgs/development/python-modules/zipp/default.nix @@ -9,14 +9,14 @@ let zipp = buildPythonPackage rec { pname = "zipp"; - version = "3.17.0"; + version = "3.18.0"; format = "pyproject"; disabled = pythonOlder "3.7"; src = fetchPypi { inherit pname version; - hash = "sha256-hOZKHCjPfpHtIHi7jMjCWcsZt2lCCWyNe4SUdpDKuvA="; + hash = "sha256-340EKwJ2UCmgmxV+/Y6CBFEEWJCsww+ON90vlKBgIh8="; }; nativeBuildInputs = [ No auto update branch exists [outpaths] eval start [outpaths] eval end Python package with too many package rebuilds 42395 > 25 [result] Failed to update python312Packages.zipp 3.17.0 -> 3.18.0 https://github.com/jaraco/zipp/releases [options] github_user: r-ryantm, pull_request: YES, batch_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-13.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-13.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 mvfst, using log file: /var/log/nixpkgs-update/mvfst/2024-03-13.log mvfst 2024.01.22.00 -> 2024.03.04.00 https://repology.org/project/mvfst/versions attrpath: mvfst Checking auto update branch... An auto update branch exists with message `mvfst: 2024.01.22.00 -> 2024.02.19.00`. New version is 2024.03.04.00. The auto update branch does not match or exceed the new version. [version] [version] updated version and sha256 [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] skipping because derivation has no updateScript Diff after rewrites: diff --git a/pkgs/development/libraries/mvfst/default.nix b/pkgs/development/libraries/mvfst/default.nix index 6b6e2d9c9e57..4b3a5a0f3510 100644 --- a/pkgs/development/libraries/mvfst/default.nix +++ b/pkgs/development/libraries/mvfst/default.nix @@ -12,13 +12,13 @@ stdenv.mkDerivation rec { pname = "mvfst"; - version = "2024.01.22.00"; + version = "2024.03.04.00"; src = fetchFromGitHub { owner = "facebook"; repo = "mvfst"; rev = "v${version}"; - sha256 = "sha256-vhLwxA91v+vt5PQejhPOaj9YSkulg86hTD9GkpQKB24="; + sha256 = "sha256-Ff8y3kq+bG2HjYLgd9Nc5NUcpU5HvG6J94hXw+nzovY="; }; nativeBuildInputs = [ cmake ]; [outpaths] eval start [outpaths] eval end Received ExitFailure 1 when running Raw command: /nix/store/6r0bm8shswm9v08kzvq24ib48mx3kxmn-nix-2.18.1/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A mvfst nix build failed. make[1]: *** Waiting for unfinished jobs.... [ 9%] Linking CXX static library libmvfst_buf_accessor.a [ 9%] Built target mvfst_buf_accessor [ 10%] Linking CXX static library libmvfst_constants.a [ 10%] Built target mvfst_constants [ 11%] Linking CXX static library libmvfst_bufutil.a [ 11%] Built target mvfst_bufutil [ 12%] Linking CXX static library libmvfst_exception.a [ 12%] Built target mvfst_exception /build/source/quic/xsk/BaseXskContainer.cpp: In member function 'void facebook::xdpsocket::BaseXskContainer::initializeQueueParams(const std::string&)': /build/source/quic/xsk/BaseXskContainer.cpp:41:3: warning: missing initializer for member 'ethtool_channels::max_rx' []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wmissing-field-initializers-Wmissing-field-initializers]8;;] 41 | }; | ^ /build/source/quic/xsk/BaseXskContainer.cpp:41:3: warning: missing initializer for member 'ethtool_channels::max_tx' []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wmissing-field-initializers-Wmissing-field-initializers]8;;] /build/source/quic/xsk/BaseXskContainer.cpp:41:3: warning: missing initializer for member 'ethtool_channels::max_other' []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wmissing-field-initializers-Wmissing-field-initializers]8;;] /build/source/quic/xsk/BaseXskContainer.cpp:41:3: warning: missing initializer for member 'ethtool_channels::max_combined' []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wmissing-field-initializers-Wmissing-field-initializers]8;;] /build/source/quic/xsk/BaseXskContainer.cpp:41:3: warning: missing initializer for member 'ethtool_channels::rx_count' []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wmissing-field-initializers-Wmissing-field-initializers]8;;] /build/source/quic/xsk/BaseXskContainer.cpp:41:3: warning: missing initializer for member 'ethtool_channels::tx_count' []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wmissing-field-initializers-Wmissing-field-initializers]8;;] /build/source/quic/xsk/BaseXskContainer.cpp:41:3: warning: missing initializer for member 'ethtool_channels::other_count' []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wmissing-field-initializers-Wmissing-field-initializers]8;;] /build/source/quic/xsk/BaseXskContainer.cpp:41:3: warning: missing initializer for member 'ethtool_channels::combined_count' []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wmissing-field-initializers-Wmissing-field-initializers]8;;] /build/source/quic/xsk/BaseXskContainer.cpp:47:3: warning: missing initializer for member 'ifreq::ifr_ifrn' []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wmissing-field-initializers-Wmissing-field-initializers]8;;] 47 | }; | ^ [ 13%] Linking CXX static library libmvfst_events.a [ 13%] Built target mvfst_events [ 14%] Linking CXX static library libmvfst_looper.a [ 14%] Built target mvfst_looper [ 15%] Linking CXX static library libmvfst_xsk.a [ 15%] Built target mvfst_xsk make: *** [Makefile:136: all] Error 2 [result] Failed to update mvfst 2024.01.22.00 -> 2024.03.04.00 https://repology.org/project/mvfst/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath pmtiles, using log file: /var/log/nixpkgs-update/pmtiles/2024-03-13.log pmtiles 1.17.0 -> 1.19.0 https://github.com/protomaps/go-pmtiles/releases attrpath: pmtiles 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-tSQjCdgEXIGlSWcIB6lLQulAiEAebgW3pXL9Z2ujgIs=" build succeeded unexpectedlystderr did not split as expected full stderr was: error: attribute 'originalSrc' in selection path 'pmtiles.originalSrc' not found stderr did not split as expected full stderr was: these 2 derivations will be built: /nix/store/7n1fp8kw6w5xxwlg7fcgwlhnsm895ps4-pmtiles-1.19.0-go-modules.drv /nix/store/cg7rxgaq17yg8yaf87lgynaisnk08dhy-pmtiles-1.19.0.drv building '/nix/store/7n1fp8kw6w5xxwlg7fcgwlhnsm895ps4-pmtiles-1.19.0-go-modules.drv'... Running phase: unpackPhase unpacking source archive /nix/store/a19dy1rj0k09wi2gqlngzlq672d1v4p2-source source root is source Running phase: patchPhase Running phase: updateAutotoolsGnuConfigScriptsPhase Running phase: configurePhase Running phase: buildPhase go: downloading go.uber.org/zap v1.25.0 go: downloading github.com/caddyserver/caddy/v2 v2.7.5 go: downloading gocloud.dev v0.34.0 go: downloading github.com/prometheus/client_golang v1.18.0 go: downloading github.com/alecthomas/kong v0.8.0 go: downloading github.com/RoaringBitmap/roaring v1.5.0 go: downloading github.com/aws/aws-sdk-go v1.50.34 go: downloading github.com/cespare/xxhash/v2 v2.2.0 go: downloading github.com/dustin/go-humanize v1.0.1 go: downloading github.com/paulmach/orb v0.10.0 go: downloading github.com/schollz/progressbar/v3 v3.13.1 go: downloading github.com/cespare/xxhash v1.1.0 go: downloading golang.org/x/sync v0.6.0 go: downloading zombiezen.com/go/sqlite v1.1.2 go: downloading github.com/stretchr/testify v1.8.4 go: downloading go.uber.org/multierr v1.11.0 go: downloading github.com/prometheus/client_model v0.5.0 go: downloading github.com/prometheus/common v0.45.0 go: downloading github.com/beorn7/perks v1.0.1 go: downloading github.com/prometheus/procfs v0.12.0 go: downloading golang.org/x/sys v0.16.0 go: downloading google.golang.org/protobuf v1.31.0 go: downloading github.com/davecgh/go-spew v1.1.1 go: downloading github.com/pmezard/go-difflib v1.0.0 go: downloading gopkg.in/yaml.v3 v3.0.1 go: downloading github.com/mattn/go-runewidth v0.0.14 go: downloading github.com/mitchellh/colorstring v0.0.0-20190213212951-d06e56a500db go: downloading golang.org/x/term v0.16.0 go: downloading github.com/matttproud/golang_protobuf_extensions/v2 v2.0.0 go: downloading go.mongodb.org/mongo-driver v1.11.4 go: downloading github.com/caddyserver/certmagic v0.19.2 go: downloading github.com/google/uuid v1.3.1 go: downloading github.com/quic-go/quic-go v0.39.4 go: downloading github.com/mholt/acmez v1.2.0 go: downloading golang.org/x/exp v0.0.0-20230310171629-522b1b587ee0 go: downloading github.com/google/cel-go v0.15.1 go: downloading github.com/spf13/cobra v1.7.0 go: downloading golang.org/x/net v0.20.0 go: downloading google.golang.org/genproto/googleapis/api v0.0.0-20230803162519-f966b187b2e5 go: downloading github.com/rivo/uniseg v0.2.0 go: downloading github.com/smallstep/certificates v0.25.0 go: downloading github.com/smallstep/truststore v0.12.1 go: downloading go.step.sm/crypto v0.35.1 go: downloading google.golang.org/genproto v0.0.0-20230913181813-007df8e322eb go: downloading github.com/klauspost/cpuid/v2 v2.2.5 go: downloading github.com/tailscale/tscert v0.0.0-20230806124524-28a91b69a046 go: downloading github.com/aryann/difflib v0.0.0-20210328193216-ff5ff6dc229b go: downloading github.com/spf13/pflag v1.0.5 go: downloading modernc.org/libc v1.41.0 go: downloading modernc.org/sqlite v1.29.1 go: downloading github.com/aws/aws-sdk-go-v2/feature/s3/manager v1.11.76 go: downloading github.com/aws/aws-sdk-go-v2/service/s3 v1.38.1 go: downloading github.com/aws/aws-sdk-go-v2 v1.20.0 go: downloading github.com/aws/smithy-go v1.14.0 go: downloading github.com/google/wire v0.5.0 go: downloading github.com/Azure/azure-sdk-for-go/sdk/azcore v1.7.2 go: downloading github.com/Azure/azure-sdk-for-go/sdk/azidentity v1.3.1 go: downloading github.com/Azure/azure-sdk-for-go/sdk/storage/azblob v1.1.0 go: downloading github.com/Azure/go-autorest/autorest/to v0.4.0 go: downloading cloud.google.com/go/compute/metadata v0.2.3 go: downloading github.com/Azure/go-autorest v14.2.0+incompatible go: downloading cloud.google.com/go/compute v1.23.0 go: downloading cloud.google.com/go/iam v1.1.1 go: downloading cloud.google.com/go/storage v1.31.0 go: downloading github.com/googleapis/gax-go/v2 v2.12.0 go: downloading google.golang.org/api v0.142.0 go: downloading go.opencensus.io v0.24.0 go: downloading golang.org/x/oauth2 v0.12.0 go: downloading cloud.google.com/go v0.110.7 go: downloading github.com/onsi/ginkgo/v2 v2.9.5 go: downloading go.uber.org/mock v0.3.0 go: downloading github.com/quic-go/qpack v0.4.0 go: downloading github.com/libdns/libdns v0.2.1 go: downloading github.com/miekg/dns v1.1.55 go: downloading github.com/zeebo/blake3 v0.2.3 go: downloading golang.org/x/crypto v0.18.0 go: downloading github.com/inconshreveable/mousetrap v1.1.0 go: downloading golang.org/x/text v0.14.0 go: downloading github.com/stoewer/go-strcase v1.2.0 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.2 go: downloading github.com/antlr/antlr4/runtime/Go/antlr/v4 v4.0.0-20230305170008-8188dc5388df go: downloading howett.net/plist v1.0.0 go: downloading github.com/pkg/errors v0.9.1 go: downloading github.com/aws/aws-sdk-go-v2/config v1.18.32 go: downloading golang.org/x/xerrors v0.0.0-20220907171357-04be3eba64a2 go: downloading google.golang.org/grpc v1.58.3 go: downloading github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream v1.4.11 go: downloading github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.37 go: downloading github.com/aws/aws-sdk-go-v2/internal/v4a v1.1.0 go: downloading github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding v1.9.12 go: downloading github.com/aws/aws-sdk-go-v2/service/internal/checksum v1.1.32 go: downloading github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.9.31 go: downloading github.com/aws/aws-sdk-go-v2/service/internal/s3shared v1.15.0 go: downloading github.com/smallstep/nosql v0.6.0 go: downloading go.step.sm/cli-utils v0.8.0 go: downloading go.step.sm/linkedca v0.20.1 go: downloading gopkg.in/square/go-jose.v2 v2.6.0 go: downloading github.com/slackhq/nebula v1.6.1 go: downloading github.com/Azure/azure-sdk-for-go/sdk/internal v1.3.0 go: downloading github.com/AzureAD/microsoft-authentication-library-for-go v1.1.1 go: downloading google.golang.org/appengine v1.6.7 go: downloading github.com/Microsoft/go-winio v0.6.0 go: downloading github.com/mitchellh/go-ps v1.0.0 go: downloading github.com/russross/blackfriday/v2 v2.1.0 go: downloading github.com/Masterminds/sprig/v3 v3.2.3 go: downloading filippo.io/edwards25519 v1.0.0 go: downloading github.com/jmespath/go-jmespath v0.4.0 go: downloading github.com/aws/aws-sdk-go-v2/credentials v1.13.31 go: downloading github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.13.7 go: downloading github.com/aws/aws-sdk-go-v2/internal/ini v1.3.38 go: downloading github.com/aws/aws-sdk-go-v2/service/sso v1.13.1 go: downloading github.com/aws/aws-sdk-go-v2/service/ssooidc v1.15.1 go: downloading github.com/aws/aws-sdk-go-v2/service/sts v1.21.1 go: downloading github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.31 go: downloading github.com/micromdm/scep/v2 v2.1.0 go: downloading go.mozilla.org/pkcs7 v0.0.0-20210826202110-33d05740a352 go: downloading github.com/urfave/cli v1.22.14 go: downloading github.com/chzyer/readline v1.5.1 go: downloading github.com/manifoldco/promptui v0.9.0 go: downloading google.golang.org/genproto/googleapis/rpc v0.0.0-20230920204549-e6e6cdab5c13 go: downloading github.com/kylelemons/godebug v1.1.0 go: downloading github.com/pkg/browser v0.0.0-20210911075715-681adbf594b8 go: downloading github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da go: downloading github.com/quic-go/qtls-go1-20 v0.3.4 go: downloading github.com/golang/protobuf v1.5.3 go: downloading github.com/mattn/go-isatty v0.0.17 go: downloading github.com/ncruces/go-strftime v0.1.9 go: downloading modernc.org/mathutil v1.6.0 go: downloading modernc.org/memory v1.7.2 go: downloading github.com/go-task/slim-sprig v0.0.0-20230315185526-52ccab3ef572 go: downloading github.com/Masterminds/goutils v1.1.1 go: downloading github.com/Masterminds/semver/v3 v3.2.0 go: downloading github.com/huandu/xstrings v1.3.3 go: downloading github.com/imdario/mergo v0.3.12 go: downloading github.com/mitchellh/copystructure v1.2.0 go: downloading github.com/shopspring/decimal v1.2.0 go: downloading github.com/spf13/cast v1.4.1 go: downloading github.com/dgraph-io/badger v1.6.2 go: downloading github.com/dgraph-io/badger/v2 v2.2007.4 go: downloading github.com/go-sql-driver/mysql v1.7.1 go: downloading go.etcd.io/bbolt v1.3.7 go: downloading github.com/jackc/pgx/v4 v4.18.0 go: downloading github.com/go-kit/kit v0.10.0 go: downloading github.com/golang-jwt/jwt/v5 v5.0.0 go: downloading github.com/google/pprof v0.0.0-20221118152302-e6195bd50e26 go: downloading github.com/remyoudompheng/bigfft v0.0.0-20230129092748-24d4a6f8daec go: downloading github.com/mitchellh/reflectwalk v1.0.2 go: downloading github.com/dgraph-io/ristretto v0.1.0 go: downloading github.com/dgryski/go-farm v0.0.0-20200201041132-a6ae2369ad13 go: downloading github.com/jackc/pgconn v1.14.0 go: downloading github.com/jackc/pgio v1.0.0 go: downloading github.com/jackc/pgproto3/v2 v2.3.2 go: downloading github.com/jackc/pgtype v1.14.0 go: downloading github.com/mgutz/ansi v0.0.0-20200706080929-d51e80ef957d go: downloading github.com/AndreasBriese/bbloom v0.0.0-20190825152654-46b345b51c96 go: downloading github.com/go-logfmt/logfmt v0.5.1 go: downloading github.com/golang/snappy v0.0.4 go: downloading github.com/klauspost/compress v1.17.0 go: downloading github.com/golang/glog v1.1.0 go: downloading github.com/jackc/chunkreader/v2 v2.0.1 go: downloading github.com/jackc/pgpassfile v1.0.0 go: downloading github.com/jackc/pgservicefile v0.0.0-20221227161230-091c0ba34f0a go: downloading github.com/shurcooL/sanitized_anchor_name v1.0.0 go: downloading github.com/mattn/go-colorable v0.1.8 go: downloading github.com/googleapis/enterprise-certificate-proxy v0.2.5 go: downloading github.com/google/s2a-go v0.1.7 go: downloading github.com/google/go-cmp v0.5.9 go: downloading github.com/mschoch/smat v0.2.0 go: downloading github.com/bits-and-blooms/bitset v1.2.0 go: github.com/protomaps/go-pmtiles/caddy imports github.com/caddyserver/caddy/v2 imports github.com/caddyserver/certmagic imports github.com/miekg/dns imports golang.org/x/tools/go/packages: missing go.sum entry for module providing package golang.org/x/tools/go/packages (imported by github.com/miekg/dns); to add: go get github.com/miekg/dns@v1.1.55 go: github.com/protomaps/go-pmtiles/caddy imports github.com/caddyserver/caddy/v2 imports github.com/quic-go/quic-go imports go.uber.org/mock/mockgen imports golang.org/x/mod/modfile: missing go.sum entry for module providing package golang.org/x/mod/modfile (imported by go.uber.org/mock/mockgen); to add: go get go.uber.org/mock/mockgen@v0.3.0 go: github.com/protomaps/go-pmtiles/caddy imports github.com/caddyserver/caddy/v2 imports github.com/quic-go/quic-go imports go.uber.org/mock/mockgen imports golang.org/x/tools/imports: missing go.sum entry for module providing package golang.org/x/tools/imports (imported by go.uber.org/mock/mockgen); to add: go get go.uber.org/mock/mockgen@v0.3.0 go: github.com/protomaps/go-pmtiles/caddy imports github.com/caddyserver/caddy/v2 imports github.com/quic-go/quic-go imports github.com/onsi/ginkgo/v2/ginkgo imports github.com/onsi/ginkgo/v2/ginkgo/labels imports golang.org/x/tools/go/ast/inspector: missing go.sum entry for module providing package golang.org/x/tools/go/ast/inspector (imported by github.com/onsi/ginkgo/v2/ginkgo/labels); to add: go get github.com/onsi/ginkgo/v2/ginkgo/labels@v2.9.5 go: github.com/protomaps/go-pmtiles/caddy imports github.com/caddyserver/caddy/v2/caddyconfig/httpcaddyfile imports github.com/caddyserver/caddy/v2/modules/caddytls imports github.com/tailscale/tscert imports github.com/tailscale/tscert/internal/safesocket imports github.com/Microsoft/go-winio imports golang.org/x/tools/cmd/stringer: missing go.sum entry for module providing package golang.org/x/tools/cmd/stringer (imported by github.com/Microsoft/go-winio); to add: go get github.com/Microsoft/go-winio@v0.6.0 error: builder for '/nix/store/7n1fp8kw6w5xxwlg7fcgwlhnsm895ps4-pmtiles-1.19.0-go-modules.drv' failed with exit code 1; last 25 log lines: > github.com/quic-go/quic-go imports > go.uber.org/mock/mockgen imports > golang.org/x/mod/modfile: missing go.sum entry for module providing package golang.org/x/mod/modfile (imported by go.uber.org/mock/mockgen); to add: > go get go.uber.org/mock/mockgen@v0.3.0 > go: github.com/protomaps/go-pmtiles/caddy imports > github.com/caddyserver/caddy/v2 imports > github.com/quic-go/quic-go imports > go.uber.org/mock/mockgen imports > golang.org/x/tools/imports: missing go.sum entry for module providing package golang.org/x/tools/imports (imported by go.uber.org/mock/mockgen); to add: > go get go.uber.org/mock/mockgen@v0.3.0 > go: github.com/protomaps/go-pmtiles/caddy imports > github.com/caddyserver/caddy/v2 imports > github.com/quic-go/quic-go imports > github.com/onsi/ginkgo/v2/ginkgo imports > github.com/onsi/ginkgo/v2/ginkgo/labels imports > golang.org/x/tools/go/ast/inspector: missing go.sum entry for module providing package golang.org/x/tools/go/ast/inspector (imported by github.com/onsi/ginkgo/v2/ginkgo/labels); to add: > go get github.com/onsi/ginkgo/v2/ginkgo/labels@v2.9.5 > go: github.com/protomaps/go-pmtiles/caddy imports > github.com/caddyserver/caddy/v2/caddyconfig/httpcaddyfile imports > github.com/caddyserver/caddy/v2/modules/caddytls imports > github.com/tailscale/tscert imports > github.com/tailscale/tscert/internal/safesocket imports > github.com/Microsoft/go-winio imports > golang.org/x/tools/cmd/stringer: missing go.sum entry for module providing package golang.org/x/tools/cmd/stringer (imported by github.com/Microsoft/go-winio); to add: > go get github.com/Microsoft/go-winio@v0.6.0 For full logs, run 'nix log /nix/store/7n1fp8kw6w5xxwlg7fcgwlhnsm895ps4-pmtiles-1.19.0-go-modules.drv'. error: 1 dependencies of derivation '/nix/store/cg7rxgaq17yg8yaf87lgynaisnk08dhy-pmtiles-1.19.0.drv' failed to build [result] Failed to update pmtiles 1.17.0 -> 1.19.0 https://github.com/protomaps/go-pmtiles/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.tensorflow-estimator, using log file: /var/log/nixpkgs-update/python311Packages.tensorflow-estimator/2024-03-13.log python311Packages.tensorflow-estimator 0 -> 1 attrpath: python311Packages.tensorflow-estimator Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/7ra69m03mz4c6yzm4wbwcsxs9524y3an-packages.json.drv building '/nix/store/7ra69m03mz4c6yzm4wbwcsxs9524y3an-packages.json.drv'... Going to be running update for following packages: - python3.11-tensorflow-estimator-2.11.0 Press Enter key to continue... Running update for: - python3.11-tensorflow-estimator-2.11.0: UPDATING ... - python3.11-tensorflow-estimator-2.11.0: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/tensorflow-estimator/bin.nix b/pkgs/development/python-modules/tensorflow-estimator/bin.nix index c7d8e4d630be..f8b0d4830231 100644 --- a/pkgs/development/python-modules/tensorflow-estimator/bin.nix +++ b/pkgs/development/python-modules/tensorflow-estimator/bin.nix @@ -6,13 +6,13 @@ buildPythonPackage rec { pname = "tensorflow-estimator"; - version = "2.11.0"; + version = "2.15.0"; format = "wheel"; src = fetchPypi { pname = "tensorflow_estimator"; inherit version format; - hash = "sha256-6jtkrP/z2aJE8GF4yb3ty90/Eltn0IiNuoIpSY0GRos="; + hash = "sha256-rt8h7sf7LckRUPyRoc4SvETbtyJ4oItY55/4fJ4o8VM="; }; propagatedBuildInputs = [ mock numpy absl-py ]; 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.tensorflow-estimator 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.ypy-websocket, using log file: /var/log/nixpkgs-update/python311Packages.ypy-websocket/2024-03-13.log python311Packages.ypy-websocket 0 -> 1 attrpath: python311Packages.ypy-websocket Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/y6ql8ak1178zaak9f59fqkq1bc8bcdkc-packages.json.drv building '/nix/store/y6ql8ak1178zaak9f59fqkq1bc8bcdkc-packages.json.drv'... Going to be running update for following packages: - python3.11-ypy-websocket-0.12.4 Press Enter key to continue... Running update for: - python3.11-ypy-websocket-0.12.4: UPDATING ... - python3.11-ypy-websocket-0.12.4: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.ypy-websocket 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath velero, using log file: /var/log/nixpkgs-update/velero/2024-03-13.log velero 1.13.0 -> 1.13.1 https://github.com/vmware-tanzu/velero/releases attrpath: velero 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-Fu4T2VEW5s/KCdgJLk3bf0wIUhKULK6QuNEmL99MUCI=" [golangModuleVersion] Replaced vendorHash with sha256-Fu4T2VEW5s/KCdgJLk3bf0wIUhKULK6QuNEmL99MUCI= [golangModuleVersion] Finished updating vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] skipping because derivation has no updateScript Diff after rewrites: diff --git a/pkgs/applications/networking/cluster/velero/default.nix b/pkgs/applications/networking/cluster/velero/default.nix index 7700ab1e6ab6..4cb8bc0ad40d 100644 --- a/pkgs/applications/networking/cluster/velero/default.nix +++ b/pkgs/applications/networking/cluster/velero/default.nix @@ -2,14 +2,14 @@ buildGoModule rec { pname = "velero"; - version = "1.13.0"; + version = "1.13.1"; src = fetchFromGitHub { owner = "vmware-tanzu"; repo = "velero"; rev = "v${version}"; - sha256 = "sha256-R9iZpib8hoU9EC6B6Kaj2dWDOkb5qFw1UzsxMBClCso="; + sha256 = "sha256-Fz3FqNj2NbqU9CvtdjM8cjkZh5xLCA+AAIF/QgLJ7UA="; }; ldflags = [ [outpaths] eval start [outpaths] eval end Successfully finished processing cachix "/nix/store/a31k533klgy4g1lgxz5ri3hxxl7cpmdz-velero-1.13.1" [check][nixpkgs-review] Result of `nixpkgs-review --extra-nixpkgs-config '{ allowInsecurePredicate = x: true; }'` run on x86_64-linux [1](https://github.com/Mic92/nixpkgs-review)
1 package built:
  • velero
Automatic update generated by [nixpkgs-update](https://github.com/ryantm/nixpkgs-update) tools. This update was made based on information from https://github.com/vmware-tanzu/velero/releases. meta.description for velero is: A utility for managing disaster recovery, specifically for your Kubernetes cluster resources and persistent volumes meta.homepage for velero is: https://velero.io/ meta.changelog for velero is: https://github.com/vmware-tanzu/velero/releases/tag/v1.13.1 ###### Updates performed - Golang update ###### To inspect upstream changes - [Release on GitHub](https://github.com/vmware-tanzu/velero/releases/tag/v1.13.1) - [Compare changes on GitHub](https://github.com/vmware-tanzu/velero/compare/v1.13.0...v1.13.1) ###### Impact Checks done --- - built on NixOS - The tests defined in `passthru.tests`, if any, passed - found 1.13.1 with grep in /nix/store/a31k533klgy4g1lgxz5ri3hxxl7cpmdz-velero-1.13.1 - found 1.13.1 in filename of file in /nix/store/a31k533klgy4g1lgxz5ri3hxxl7cpmdz-velero-1.13.1 ---
Rebuild report (if merged into master) (click to expand) ``` 1 total rebuild path(s) 1 package rebuild(s) First fifty rebuilds by attrpath velero ```
Instructions to test this update (click to expand) --- Either **download from Cachix**: ``` nix-store -r /nix/store/a31k533klgy4g1lgxz5ri3hxxl7cpmdz-velero-1.13.1 \ --option binary-caches 'https://cache.nixos.org/ https://nix-community.cachix.org/' \ --option trusted-public-keys ' nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs= cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY= ' ``` (The Cachix cache is only trusted for this store-path realization.) For the Cachix download to work, your user must be in the `trusted-users` list or you can use `sudo` since root is effectively trusted. Or, **build yourself**: ``` nix-build -A velero https://github.com/r-ryantm/nixpkgs/archive/5f2af42f92325e99acce12a64993531630fa6477.tar.gz ``` Or: ``` nix build github:r-ryantm/nixpkgs/5f2af42f92325e99acce12a64993531630fa6477#velero ``` After you've downloaded or built it, look at the files and if there are any, run the binaries: ``` ls -la /nix/store/a31k533klgy4g1lgxz5ri3hxxl7cpmdz-velero-1.13.1 ls -la /nix/store/a31k533klgy4g1lgxz5ri3hxxl7cpmdz-velero-1.13.1/bin ``` ---

### Pre-merge build results We have automatically built all packages that will get rebuilt due to this change. This gives evidence on whether the upgrade will break dependent packages. Note sometimes packages show up as _failed to build_ independent of the change, simply because they are already broken on the target branch. Result of `nixpkgs-review --extra-nixpkgs-config '{ allowInsecurePredicate = x: true; }'` run on x86_64-linux [1](https://github.com/Mic92/nixpkgs-review)
1 package built:
  • velero
--- ###### Maintainer pings cc @mbode @bryanasdev000 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/295566 [result] Success updating velero 1.13.0 -> 1.13.1 https://github.com/vmware-tanzu/velero/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath jami, using log file: /var/log/nixpkgs-update/jami/2024-03-13.log jami 0 -> 1 attrpath: jami 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/fqk071cbdqgra4rn06cg2f03vkhcr7cb-packages.json.drv building '/nix/store/fqk071cbdqgra4rn06cg2f03vkhcr7cb-packages.json.drv'... Going to be running update for following packages: - jami-20231201.0 Press Enter key to continue... Running update for: - jami-20231201.0: UPDATING ... - jami-20231201.0: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/applications/networking/instant-messengers/jami/default.nix b/pkgs/applications/networking/instant-messengers/jami/default.nix index 7acbd1b3b393..14427efc9c23 100644 --- a/pkgs/applications/networking/instant-messengers/jami/default.nix +++ b/pkgs/applications/networking/instant-messengers/jami/default.nix @@ -66,14 +66,14 @@ let in stdenv.mkDerivation rec { pname = "jami"; - version = "20231201.0"; + version = "20240214.0"; src = fetchFromGitLab { domain = "git.jami.net"; owner = "savoirfairelinux"; repo = "jami-client-qt"; rev = "stable/${version}"; - hash = "sha256-A38JwjqdQVy03d738p2tpTFA6EWRSPNiesS5wZfti7Y="; + hash = "sha256-MRffo58A7hQdy+GGe5yKQKW1zk2QncTxUFNpJmVPUsQ="; fetchSubmodules = true; }; No auto update branch exists [outpaths] eval start [outpaths] eval end Received ExitFailure 1 when running Raw command: /nix/store/6r0bm8shswm9v08kzvq24ib48mx3kxmn-nix-2.18.1/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A jami Received ExitFailure 1 when running Raw command: /nix/store/6r0bm8shswm9v08kzvq24ib48mx3kxmn-nix-2.18.1/bin/nix --extra-experimental-features nix-command log -f . jami Standard output: error: build log of 'jami' is not available [result] Failed to update jami 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_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-13.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/z98hg7a5z2bym5c0in98lkypa3hkyk8q-packages.json.drv building '/nix/store/z98hg7a5z2bym5c0in98lkypa3hkyk8q-packages.json.drv'... Going to be running update for following packages: - nagios-4.5.1 Press Enter key to continue... Running update for: - nagios-4.5.1: UPDATING ... - nagios-4.5.1: DONE. Packages updated! The diff was empty after rewrites. [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.mmh3, using log file: /var/log/nixpkgs-update/python311Packages.mmh3/2024-03-13.log python311Packages.mmh3 0 -> 1 attrpath: python311Packages.mmh3 Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/sz1arygq25iniix37hbq8r2gmmgg4m0v-packages.json.drv building '/nix/store/sz1arygq25iniix37hbq8r2gmmgg4m0v-packages.json.drv'... Going to be running update for following packages: - python3.11-mmh3-4.1.0 Press Enter key to continue... Running update for: - python3.11-mmh3-4.1.0: UPDATING ... - python3.11-mmh3-4.1.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.mmh3 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.xlsx2csv, using log file: /var/log/nixpkgs-update/python311Packages.xlsx2csv/2024-03-13.log python311Packages.xlsx2csv 0 -> 1 attrpath: python311Packages.xlsx2csv Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/0jhk9nzzy12k8m8zz25sli7fn81zl983-packages.json.drv building '/nix/store/0jhk9nzzy12k8m8zz25sli7fn81zl983-packages.json.drv'... Going to be running update for following packages: - python3.11-xlsx2csv-0.8.2 Press Enter key to continue... Running update for: - python3.11-xlsx2csv-0.8.2: UPDATING ... - python3.11-xlsx2csv-0.8.2: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.xlsx2csv 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath opencryptoki, using log file: /var/log/nixpkgs-update/opencryptoki/2024-03-13.log opencryptoki 3.20.0 -> 3.23.0 https://github.com/opencryptoki/opencryptoki/releases attrpath: opencryptoki Checking auto update branch... No auto update branch exists There might already be an open PR for this update: - opencryptoki: 3.20.0 -> 3.23.0 URL "https://api.github.com/repos/NixOS/nixpkgs/issues/287879" [result] Failed to update opencryptoki 3.20.0 -> 3.23.0 https://github.com/opencryptoki/opencryptoki/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath php81Extensions.ds, using log file: /var/log/nixpkgs-update/php81Extensions.ds/2024-03-13.log php81Extensions.ds 0 -> 1 attrpath: php81Extensions.ds Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/wc63z1qxfd5ia3sm7m2xf9i3k45326zw-packages.json.drv building '/nix/store/wc63z1qxfd5ia3sm7m2xf9i3k45326zw-packages.json.drv'... Going to be running update for following packages: - php-ds-1.5.0 Press Enter key to continue... Running update for: - php-ds-1.5.0: UPDATING ... - php-ds-1.5.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update php81Extensions.ds 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath lxqt.screengrab, using log file: /var/log/nixpkgs-update/lxqt.screengrab/2024-03-13.log lxqt.screengrab 0 -> 1 attrpath: lxqt.screengrab Packages for lxqt are currently skipped. [result] Failed to update lxqt.screengrab 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath abseil-cpp_202301, using log file: /var/log/nixpkgs-update/abseil-cpp_202301/2024-03-13.log abseil-cpp_202301 20230125.4 -> 20240116.1 https://github.com/abseil/abseil-cpp/releases attrpath: abseil-cpp_202301 Checking auto update branch... No auto update branch exists Version in attr path abseil-cpp_202301 not compatible with 20240116.1 [result] Failed to update abseil-cpp_202301 20230125.4 -> 20240116.1 https://github.com/abseil/abseil-cpp/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.querystring-parser, using log file: /var/log/nixpkgs-update/python311Packages.querystring-parser/2024-03-13.log python311Packages.querystring-parser 0 -> 1 attrpath: python311Packages.querystring-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/99c9b23r7v698bb91xlawmj7g8aj9ga9-packages.json.drv building '/nix/store/99c9b23r7v698bb91xlawmj7g8aj9ga9-packages.json.drv'... Going to be running update for following packages: - python3.11-querystring-parser-1.2.4 Press Enter key to continue... Running update for: - python3.11-querystring-parser-1.2.4: UPDATING ... - python3.11-querystring-parser-1.2.4: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.querystring-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 indradb-client, using log file: /var/log/nixpkgs-update/indradb-client/2024-03-13.log indradb-client unstable-2021-01-05 -> 4.0.0 https://github.com/indradb/indradb/releases attrpath: indradb-client Checking auto update branch... No auto update branch exists [version] [version] generic version rewriter does not support multiple hashes [rustCrateVersion] Hashes equal; no update necessary [result] Failed to update indradb-client unstable-2021-01-05 -> 4.0.0 https://github.com/indradb/indradb/releases [options] github_user: r-ryantm, pull_request: YES, batch_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.react-console-view, using log file: /var/log/nixpkgs-update/buildbot-plugins.react-console-view/2024-03-13.log buildbot-plugins.react-console-view 0 -> 1 attrpath: buildbot-plugins.react-console-view 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/y0wlvcckq98m5ml826vxr0rb991g5pg7-packages.json.drv building '/nix/store/y0wlvcckq98m5ml826vxr0rb991g5pg7-packages.json.drv'... Going to be running update for following packages: - python3.11-buildbot-react-console-view-3.11.1 Press Enter key to continue... Running update for: - python3.11-buildbot-react-console-view-3.11.1: UPDATING ... - python3.11-buildbot-react-console-view-3.11.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update buildbot-plugins.react-console-view 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.pyvo, using log file: /var/log/nixpkgs-update/python311Packages.pyvo/2024-03-13.log python311Packages.pyvo 0 -> 1 attrpath: python311Packages.pyvo Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/m5bw0am83ad5q1ac19n0hw1p503w8c5n-packages.json.drv building '/nix/store/m5bw0am83ad5q1ac19n0hw1p503w8c5n-packages.json.drv'... Going to be running update for following packages: - python3.11-pyvo-1.5.1 Press Enter key to continue... Running update for: - python3.11-pyvo-1.5.1: UPDATING ... - python3.11-pyvo-1.5.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.pyvo 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.yark, using log file: /var/log/nixpkgs-update/python311Packages.yark/2024-03-13.log python311Packages.yark 0 -> 1 attrpath: python311Packages.yark Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/0cs21mjalrywiq973k7b3glfpfh18382-packages.json.drv building '/nix/store/0cs21mjalrywiq973k7b3glfpfh18382-packages.json.drv'... Going to be running update for following packages: - python3.11-yark-1.2.10 Press Enter key to continue... Running update for: - python3.11-yark-1.2.10: UPDATING ... - python3.11-yark-1.2.10: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.yark 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath ioc-scan, using log file: /var/log/nixpkgs-update/ioc-scan/2024-03-13.log ioc-scan 0 -> 1 attrpath: ioc-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/fmza47i2qkkyqv8gcx814vdbig7q6bk6-packages.json.drv building '/nix/store/fmza47i2qkkyqv8gcx814vdbig7q6bk6-packages.json.drv'... Going to be running update for following packages: - ioc-scan-1.5.4 Press Enter key to continue... Running update for: - ioc-scan-1.5.4: UPDATING ... - ioc-scan-1.5.4: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update ioc-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 watson, using log file: /var/log/nixpkgs-update/watson/2024-03-13.log watson 0 -> 1 attrpath: watson Checking auto update branch... [version] [version] generic version rewriter does not support multiple hashes [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/cm7wlks28nwca0pgrqlf9lshmw2rhc22-packages.json.drv building '/nix/store/cm7wlks28nwca0pgrqlf9lshmw2rhc22-packages.json.drv'... Going to be running update for following packages: - watson-2.1.0 Press Enter key to continue... Running update for: - watson-2.1.0: UPDATING ... - watson-2.1.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update watson 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.aiomysql, using log file: /var/log/nixpkgs-update/python311Packages.aiomysql/2024-03-13.log python311Packages.aiomysql 0 -> 1 attrpath: python311Packages.aiomysql 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/g6ra8cgjsbcl05gf5x8mdxx4qhxyyq3s-packages.json.drv building '/nix/store/g6ra8cgjsbcl05gf5x8mdxx4qhxyyq3s-packages.json.drv'... Going to be running update for following packages: - python3.11-aiomysql-0.2.0 Press Enter key to continue... Running update for: - python3.11-aiomysql-0.2.0: UPDATING ... - python3.11-aiomysql-0.2.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.aiomysql 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.s3transfer, using log file: /var/log/nixpkgs-update/python311Packages.s3transfer/2024-03-13.log python311Packages.s3transfer 0 -> 1 attrpath: python311Packages.s3transfer Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/mxbqb3d7khlr34n6w862gmpaz2ff7r0i-packages.json.drv building '/nix/store/mxbqb3d7khlr34n6w862gmpaz2ff7r0i-packages.json.drv'... Going to be running update for following packages: - python3.11-s3transfer-0.10.0 Press Enter key to continue... Running update for: - python3.11-s3transfer-0.10.0: UPDATING ... - python3.11-s3transfer-0.10.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.s3transfer 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.fiblary3-fork, using log file: /var/log/nixpkgs-update/python311Packages.fiblary3-fork/2024-03-13.log python311Packages.fiblary3-fork 0 -> 1 attrpath: python311Packages.fiblary3-fork Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/p5ddhysqs8fy8mdj238mm1nl7q28dv5c-packages.json.drv building '/nix/store/p5ddhysqs8fy8mdj238mm1nl7q28dv5c-packages.json.drv'... Going to be running update for following packages: - python3.11-fiblary3-fork-0.1.12 Press Enter key to continue... Running update for: - python3.11-fiblary3-fork-0.1.12: UPDATING ... - python3.11-fiblary3-fork-0.1.12: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.fiblary3-fork 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.pymoo, using log file: /var/log/nixpkgs-update/python311Packages.pymoo/2024-03-13.log python311Packages.pymoo 0 -> 1 attrpath: python311Packages.pymoo Checking auto update branch... [version] [version] generic version rewriter does not support multiple hashes [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/c8lyk04bs6cvi7f0qbx4cpcpjrx6cqrx-packages.json.drv building '/nix/store/c8lyk04bs6cvi7f0qbx4cpcpjrx6cqrx-packages.json.drv'... Going to be running update for following packages: - python3.11-pymoo-0.6.0.1 Press Enter key to continue... Running update for: - python3.11-pymoo-0.6.0.1: UPDATING ... - python3.11-pymoo-0.6.0.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.pymoo 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.dissect-shellitem, using log file: /var/log/nixpkgs-update/python311Packages.dissect-shellitem/2024-03-13.log python311Packages.dissect-shellitem 0 -> 1 attrpath: python311Packages.dissect-shellitem Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/k30hfjhfk4q6nhqygfrazw5jqx4782y3-packages.json.drv building '/nix/store/k30hfjhfk4q6nhqygfrazw5jqx4782y3-packages.json.drv'... Going to be running update for following packages: - python3.11-dissect-shellitem-3.7 Press Enter key to continue... Running update for: - python3.11-dissect-shellitem-3.7: UPDATING ... - python3.11-dissect-shellitem-3.7: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.dissect-shellitem 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.rapidfuzz, using log file: /var/log/nixpkgs-update/python311Packages.rapidfuzz/2024-03-13.log python311Packages.rapidfuzz 0 -> 1 attrpath: python311Packages.rapidfuzz Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/9r4ps52a9q86jviygjbx8dkg3qgmb6yc-packages.json.drv building '/nix/store/9r4ps52a9q86jviygjbx8dkg3qgmb6yc-packages.json.drv'... Going to be running update for following packages: - python3.11-rapidfuzz-3.6.2 Press Enter key to continue... Running update for: - python3.11-rapidfuzz-3.6.2: UPDATING ... - python3.11-rapidfuzz-3.6.2: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.rapidfuzz 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.funcsigs, using log file: /var/log/nixpkgs-update/python311Packages.funcsigs/2024-03-13.log python311Packages.funcsigs 0 -> 1 attrpath: python311Packages.funcsigs Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/5rrynsyvn4v5f9j7gxg4j3c0ayqmab25-packages.json.drv building '/nix/store/5rrynsyvn4v5f9j7gxg4j3c0ayqmab25-packages.json.drv'... Going to be running update for following packages: - python3.11-funcsigs-1.0.2 Press Enter key to continue... Running update for: - python3.11-funcsigs-1.0.2: UPDATING ... - python3.11-funcsigs-1.0.2: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.funcsigs 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.llvmlite, using log file: /var/log/nixpkgs-update/python311Packages.llvmlite/2024-03-13.log python311Packages.llvmlite 0 -> 1 attrpath: python311Packages.llvmlite Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/h2c5nvs9hzkkhflyyr1zv3h4423l6haq-packages.json.drv building '/nix/store/h2c5nvs9hzkkhflyyr1zv3h4423l6haq-packages.json.drv'... Going to be running update for following packages: - python3.11-llvmlite-0.42.0 Press Enter key to continue... Running update for: - python3.11-llvmlite-0.42.0: UPDATING ... - python3.11-llvmlite-0.42.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.llvmlite 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rsmangler, using log file: /var/log/nixpkgs-update/rsmangler/2024-03-13.log rsmangler 1.5-unstable-2019-07-24 -> 1.5 https://github.com/digininja/RSMangler/releases attrpath: rsmangler Checking auto update branch... No auto update branch exists 1.5 is not newer than 1.5-unstable-2019-07-24 according to Nix; versionComparison: -1 [result] Failed to update rsmangler 1.5-unstable-2019-07-24 -> 1.5 https://github.com/digininja/RSMangler/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath sewer, using log file: /var/log/nixpkgs-update/sewer/2024-03-13.log sewer 0 -> 1 attrpath: sewer Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/p0c713rnkwk4pmkvazkxnwvcdigchqal-packages.json.drv building '/nix/store/p0c713rnkwk4pmkvazkxnwvcdigchqal-packages.json.drv'... Going to be running update for following packages: - sewer-0.8.1 Press Enter key to continue... Running update for: - sewer-0.8.1: UPDATING ... - sewer-0.8.1: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/tools/admin/sewer/default.nix b/pkgs/tools/admin/sewer/default.nix index ad1bf81ed9ce..a2d8eb2cb1b5 100644 --- a/pkgs/tools/admin/sewer/default.nix +++ b/pkgs/tools/admin/sewer/default.nix @@ -2,11 +2,11 @@ python3Packages.buildPythonApplication rec { pname = "sewer"; - version = "0.8.1"; + version = "0.8.4"; src = fetchPypi { inherit pname version; - sha256 = "0s8f0w6nv8dcs5yw7rn49981b3c9mnnx4f6wzqw4zha0rpp60z22"; + sha256 = "sha256-a4VdbZY8pYxrXIaUHJpnLuTB928tJn4UCdnt+m8UBug="; }; propagatedBuildInputs = with python3Packages; [ pyopenssl requests tldextract ]; No auto update branch exists [outpaths] eval start [outpaths] eval end Received ExitFailure 1 when running Raw command: /nix/store/6r0bm8shswm9v08kzvq24ib48mx3kxmn-nix-2.18.1/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A sewer nix build failed. File "/nix/store/3v2ch16fkl50i85n05h5ckss8pxx6836-python3-3.11.8/lib/python3.11/unittest/main.py", line 101, in __init__ self.parseArgs(argv) File "/nix/store/3v2ch16fkl50i85n05h5ckss8pxx6836-python3-3.11.8/lib/python3.11/unittest/main.py", line 127, in parseArgs self._do_discovery(argv[2:]) File "/nix/store/3v2ch16fkl50i85n05h5ckss8pxx6836-python3-3.11.8/lib/python3.11/unittest/main.py", line 247, in _do_discovery self.createTests(from_discovery=True, Loader=Loader) File "/nix/store/3v2ch16fkl50i85n05h5ckss8pxx6836-python3-3.11.8/lib/python3.11/unittest/main.py", line 157, in createTests self.test = loader.discover(self.start, self.pattern, self.top) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/3v2ch16fkl50i85n05h5ckss8pxx6836-python3-3.11.8/lib/python3.11/unittest/loader.py", line 334, in discover tests = list(self._find_tests(start_dir, pattern)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/3v2ch16fkl50i85n05h5ckss8pxx6836-python3-3.11.8/lib/python3.11/unittest/loader.py", line 389, in _find_tests tests, should_recurse = self._find_test_path(full_path, pattern) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/3v2ch16fkl50i85n05h5ckss8pxx6836-python3-3.11.8/lib/python3.11/unittest/loader.py", line 465, in _find_test_path tests = self.loadTestsFromModule(package, pattern=pattern) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/bvqadys5w6dallgim0y8y98h05b7kfn7-python3.11-setuptools-69.0.3/lib/python3.11/site-packages/setuptools/command/test.py", line 57, in loadTestsFromModule tests.append(self.loadTestsFromName(submodule)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/3v2ch16fkl50i85n05h5ckss8pxx6836-python3-3.11.8/lib/python3.11/unittest/loader.py", line 162, in loadTestsFromName module = __import__(module_name) ^^^^^^^^^^^^^^^^^^^^^^^ File "/build/sewer-0.8.4/sewer/client.py", line 9, in from .crypto import AcmeCsr, AcmeKey, AcmeAccount File "/build/sewer-0.8.4/sewer/crypto.py", line 44, in PrivateKeyType = Union[openssl.rsa._RSAPrivateKey, openssl.ec._EllipticCurvePrivateKey] ^^^^^^^^^^^ AttributeError: module 'cryptography.hazmat.backends.openssl' has no attribute 'rsa' [result] Failed to update sewer 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_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-13.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 python312Packages.mypy-boto3-medialive, using log file: /var/log/nixpkgs-update/python312Packages.mypy-boto3-medialive/2024-03-13.log python312Packages.mypy-boto3-medialive 1.34.47 -> 7.23.2 https://github.com/youtype/mypy_boto3_builder/releases attrpath: python312Packages.mypy-boto3-medialive Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/yys6zfz1jh1azvbi90lvnzfrxikgm7mi-packages.json.drv building '/nix/store/yys6zfz1jh1azvbi90lvnzfrxikgm7mi-packages.json.drv'... Going to be running update for following packages: - python3.12-mypy-boto3-medialive-1.34.47 Press Enter key to continue... Running update for: - python3.12-mypy-boto3-medialive-1.34.47: UPDATING ... - python3.12-mypy-boto3-medialive-1.34.47: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python312Packages.mypy-boto3-medialive 1.34.47 -> 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.lwgeom, using log file: /var/log/nixpkgs-update/rPackages.lwgeom/2024-03-13.log rPackages.lwgeom 0.2-13 -> 0.2.14 https://repology.org/project/r:lwgeom/versions attrpath: rPackages.lwgeom Checking auto update branch... No auto update branch exists Old version 0.2-13" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; configurePhase = '' runHook preConfigure export R_LIBS_SITE="$R_LIBS_SITE''${R_LIBS_SITE:+:}$out/library" runHook postConfigure ''; buildPhase = '' runHook preBuild runHook postBuild ''; installFlags = if attrs.doCheck or true then [] else [ "--no-test-load" ]; rCommand = if requireX then # Unfortunately, xvfb-run has a race condition even with -a option, so that # we acquire a lock explicitly. "flock ${xvfb-run} xvfb-run -a -e xvfb-error R" else "R"; installPhase = '' runHook preInstall mkdir -p $out/library $rCommand CMD INSTALL --built-timestamp='1970-01-01 00:00:00 UTC' $installFlags --configure-args="$configureFlags" -l $out/library . runHook postInstall ''; postFixup = '' if test -e $out/nix-support/propagated-build-inputs; then ln -s $out/nix-support/propagated-build-inputs $out/nix-support/propagated-user-env-packages fi ''; checkPhase = '' # noop since R CMD INSTALL tests packages ''; } // attrs // { name = "r-" + name; }) [result] Failed to update rPackages.lwgeom 0.2-13 -> 0.2.14 https://repology.org/project/r:lwgeom/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python312Packages.seabreeze, using log file: /var/log/nixpkgs-update/python312Packages.seabreeze/2024-03-13.log python312Packages.seabreeze 2.5.0 -> 2.6.0 https://github.com/ap--/python-seabreeze/releases attrpath: python312Packages.seabreeze Checking auto update branch... [version] [version] skipping because derivation has 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/dq8h1kzskhbrrl5wivig159a8bagvdl6-packages.json.drv building '/nix/store/dq8h1kzskhbrrl5wivig159a8bagvdl6-packages.json.drv'... Going to be running update for following packages: - python3.12-seabreeze-2.5.0 Press Enter key to continue... Running update for: - python3.12-seabreeze-2.5.0: UPDATING ... - python3.12-seabreeze-2.5.0: ERROR --- SHOWING ERROR LOG FOR python3.12-seabreeze-2.5.0 ---------------------- INFO:root:Updating packages... Traceback (most recent call last): File "/nix/store/jmllqgg9bg9yrcp2zzsb96ssrwwgyms8-update-python-libraries", line 596, in main() File "/nix/store/jmllqgg9bg9yrcp2zzsb96ssrwwgyms8-update-python-libraries", line 575, in main results = list(filter(bool, p.map(lambda pkg: _update(pkg, target), packages))) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/3v2ch16fkl50i85n05h5ckss8pxx6836-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/3v2ch16fkl50i85n05h5ckss8pxx6836-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 317, in _result_or_cancel return fut.result(timeout) ^^^^^^^^^^^^^^^^^^^ File "/nix/store/3v2ch16fkl50i85n05h5ckss8pxx6836-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 456, in result return self.__get_result() ^^^^^^^^^^^^^^^^^^^ File "/nix/store/3v2ch16fkl50i85n05h5ckss8pxx6836-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 401, in __get_result raise self._exception File "/nix/store/3v2ch16fkl50i85n05h5ckss8pxx6836-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/jmllqgg9bg9yrcp2zzsb96ssrwwgyms8-update-python-libraries", line 575, in results = list(filter(bool, p.map(lambda pkg: _update(pkg, target), packages))) ^^^^^^^^^^^^^^^^^^^^ File "/nix/store/jmllqgg9bg9yrcp2zzsb96ssrwwgyms8-update-python-libraries", line 519, in _update return _update_package(path, target) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/jmllqgg9bg9yrcp2zzsb96ssrwwgyms8-update-python-libraries", line 430, in _update_package new_version, new_sha256, prefix = FETCHERS[fetcher]( ^^^^^^^^^^^^^^^^^^ File "/nix/store/jmllqgg9bg9yrcp2zzsb96ssrwwgyms8-update-python-libraries", line 294, in _get_latest_version_github response = subprocess.check_output(cmd) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/3v2ch16fkl50i85n05h5ckss8pxx6836-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/3v2ch16fkl50i85n05h5ckss8pxx6836-python3-3.11.8/lib/python3.11/subprocess.py", line 548, in run with Popen(*popenargs, **kwargs) as process: ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/3v2ch16fkl50i85n05h5ckss8pxx6836-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/3v2ch16fkl50i85n05h5ckss8pxx6836-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-seabreeze-2.5.0 ---------------------- The update script for python3.12-seabreeze-2.5.0 failed with exit code 1 [result] Failed to update python312Packages.seabreeze 2.5.0 -> 2.6.0 https://github.com/ap--/python-seabreeze/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python312Packages.mypy-boto3-ssm, using log file: /var/log/nixpkgs-update/python312Packages.mypy-boto3-ssm/2024-03-13.log python312Packages.mypy-boto3-ssm 1.34.47 -> 7.23.2 https://github.com/youtype/mypy_boto3_builder/releases attrpath: python312Packages.mypy-boto3-ssm Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/p5h3i9xwd1dwyrpywbb51kjkm58qljhb-packages.json.drv building '/nix/store/p5h3i9xwd1dwyrpywbb51kjkm58qljhb-packages.json.drv'... Going to be running update for following packages: - python3.12-mypy-boto3-ssm-1.34.47 Press Enter key to continue... Running update for: - python3.12-mypy-boto3-ssm-1.34.47: UPDATING ... - python3.12-mypy-boto3-ssm-1.34.47: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python312Packages.mypy-boto3-ssm 1.34.47 -> 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 python312Packages.mypy-boto3-iotevents, using log file: /var/log/nixpkgs-update/python312Packages.mypy-boto3-iotevents/2024-03-13.log python312Packages.mypy-boto3-iotevents 1.34.47 -> 7.23.2 https://github.com/youtype/mypy_boto3_builder/releases attrpath: python312Packages.mypy-boto3-iotevents Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/3n7xmkim32d38pjpwdafsw6lfk7wrrl7-packages.json.drv building '/nix/store/3n7xmkim32d38pjpwdafsw6lfk7wrrl7-packages.json.drv'... Going to be running update for following packages: - python3.12-mypy-boto3-iotevents-1.34.47 Press Enter key to continue... Running update for: - python3.12-mypy-boto3-iotevents-1.34.47: UPDATING ... - python3.12-mypy-boto3-iotevents-1.34.47: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python312Packages.mypy-boto3-iotevents 1.34.47 -> 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 python312Packages.flask-security-too, using log file: /var/log/nixpkgs-update/python312Packages.flask-security-too/2024-03-13.log python312Packages.flask-security-too 5.3.3 -> 5.4.2 https://github.com/Flask-Middleware/flask-security/releases attrpath: python312Packages.flask-security-too 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/1fss63w05gg08jw1s2lwsjq2y0m09iik-packages.json.drv building '/nix/store/1fss63w05gg08jw1s2lwsjq2y0m09iik-packages.json.drv'... Going to be running update for following packages: - python3.12-flask-security-too-5.3.3 Press Enter key to continue... Running update for: - python3.12-flask-security-too-5.3.3: UPDATING ... - python3.12-flask-security-too-5.3.3: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/flask-security-too/default.nix b/pkgs/development/python-modules/flask-security-too/default.nix index 9fab0385e463..c8c4fb590417 100644 --- a/pkgs/development/python-modules/flask-security-too/default.nix +++ b/pkgs/development/python-modules/flask-security-too/default.nix @@ -48,7 +48,7 @@ buildPythonPackage rec { pname = "flask-security-too"; - version = "5.3.3"; + version = "5.4.2"; pyproject = true; disabled = pythonOlder "3.7"; @@ -56,7 +56,7 @@ buildPythonPackage rec { src = fetchPypi { pname = "Flask-Security-Too"; inherit version; - hash = "sha256-we2TquU28qP/ir4eE67J0Nlft/8IL8w7Ny3ypSE5cNk="; + hash = "sha256-dzVHHC5Lsh6rUC+cOyNEe/uHVTzkObhFffgSvFOfKoI="; }; patches = [ No auto update branch exists Old version 5.3.3" not present in staging derivation file with contents: { lib , buildPythonPackage , fetchPypi , pythonOlder , setuptools , fetchpatch # extras: babel , babel , flask-babel # extras: common , bcrypt , bleach , flask-mailman # extras: fsqla , flask-sqlalchemy , sqlalchemy , sqlalchemy-utils # extras: mfa , cryptography , phonenumbers , webauthn , qrcode # propagates , email-validator , flask , flask-login , flask-principal , flask-wtf , passlib , importlib-resources , wtforms # tests , argon2-cffi , freezegun , mongoengine , mongomock , peewee , pony , pytestCheckHook , python-dateutil , zxcvbn }: buildPythonPackage rec { pname = "flask-security-too"; version = "5.4.1"; pyproject = true; disabled = pythonOlder "3.7"; src = fetchPypi { pname = "Flask-Security-Too"; inherit version; hash = "sha256-Ay7+gk+zuUlXtw0LDdsnvSa22z+yE6VR1guu9QmiFvw="; }; nativeBuildInputs = [ setuptools ]; propagatedBuildInputs = [ email-validator flask flask-login flask-principal flask-wtf passlib importlib-resources wtforms ]; passthru.optional-dependencies = { babel = [ babel flask-babel ]; common = [ bcrypt bleach flask-mailman ]; fsqla = [ flask-sqlalchemy sqlalchemy sqlalchemy-utils ]; mfa = [ cryptography phonenumbers webauthn qrcode ]; }; nativeCheckInputs = [ argon2-cffi freezegun mongoengine mongomock peewee pony pytestCheckHook python-dateutil zxcvbn ] ++ passthru.optional-dependencies.babel ++ passthru.optional-dependencies.common ++ passthru.optional-dependencies.fsqla ++ passthru.optional-dependencies.mfa; disabledTests = [ # needs /etc/resolv.conf "test_login_email_whatever" ]; pythonImportsCheck = [ "flask_security" ]; meta = with lib; { changelog = "https://github.com/Flask-Middleware/flask-security/blob/${version}/CHANGES.rst"; homepage = "https://github.com/Flask-Middleware/flask-security"; description = "Simple security for Flask apps (fork)"; license = licenses.mit; maintainers = with maintainers; [ gador ]; }; } [result] Failed to update python312Packages.flask-security-too 5.3.3 -> 5.4.2 https://github.com/Flask-Middleware/flask-security/releases [options] github_user: r-ryantm, pull_request: YES, batch_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.actiontext, using log file: /var/log/nixpkgs-update/rubyPackages.actiontext/2024-03-13.log rubyPackages.actiontext 7.1.3 -> 7.1.3.2 https://repology.org/project/ruby:actiontext/versions attrpath: rubyPackages.actiontext 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.actiontext 7.1.3 -> 7.1.3.2 https://repology.org/project/ruby:actiontext/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath hare, using log file: /var/log/nixpkgs-update/hare/2024-03-13.log hare 0 -> 1 attrpath: hare 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/fqz6cd3g1lhnblldv3hmvakywiissfhd-packages.json.drv building '/nix/store/fqz6cd3g1lhnblldv3hmvakywiissfhd-packages.json.drv'... Going to be running update for following packages: - hare-0.24.0 Press Enter key to continue... Running update for: - hare-0.24.0: UPDATING ... - hare-0.24.0: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/by-name/ha/hare/package.nix b/pkgs/by-name/ha/hare/package.nix index 49e4d91db7f5..b17f58ddf9f2 100644 --- a/pkgs/by-name/ha/hare/package.nix +++ b/pkgs/by-name/ha/hare/package.nix @@ -63,7 +63,7 @@ let in stdenv.mkDerivation (finalAttrs: { pname = "hare"; - version = "0.24.0"; + version = "0.24.0-rc2"; outputs = [ "out" "man" ]; @@ -71,7 +71,7 @@ stdenv.mkDerivation (finalAttrs: { owner = "~sircmpwn"; repo = "hare"; rev = finalAttrs.version; - hash = "sha256-3T+BdNj+Th8QXrcsPMWlN9GBfuMF1ulneWHpDEtyBU8="; + hash = "sha256-6rH2fDKvzqPERbE++BmNEmcnSKIh3fK10Fhe9g6+cTU="; }; patches = [ No auto update branch exists [outpaths] eval start [outpaths] eval end Received ExitFailure 1 when running Raw command: /nix/store/6r0bm8shswm9v08kzvq24ib48mx3kxmn-nix-2.18.1/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A hare nix build failed. math::complex::sin..............................PASS in 0.000027602s math::complex::rect.............................PASS in 0.000024516s math::complex::pow..............................PASS in 0.000038012s math::complex::polar............................PASS in 0.000023394s math::complex::log..............................PASS in 0.000036618s math::complex::isnan............................PASS in 0.000021200s math::complex::exp..............................PASS in 0.000026139s math::complex::cosh.............................PASS in 0.000027351s math::complex::cos..............................PASS in 0.000026670s math::complex::conj.............................PASS in 0.000023073s math::complex::atanh............................PASS in 0.000029726s math::complex::atan.............................PASS in 0.000029265s math::complex::asinh............................PASS in 0.000042400s math::complex::asin.............................PASS in 0.000042259s math::complex::acosh............................PASS in 0.000041147s math::complex::acos.............................PASS in 0.000039284s math::complex::abs..............................PASS in 0.000023274s unix::passwd::nextpw............................PASS in 0.000035597s unix::passwd::nextgr............................PASS in 0.000030838s Skipped crypto::argon2::samples_slow: Enable with STDLIB_SLOW_TESTS=1 Skipped crypto::sha256::sha256_1gb: Enable with STDLIB_SLOW_TESTS=1 Skipped crypto::sha1::sha1_1gb: Enable with STDLIB_SLOW_TESTS=1 Failures: time::chrono::utc_convfrom_tai: time/chrono/timescale.ha:218:47: slice or array access out of bounds time::chrono::utc_convto_tai: time/chrono/timescale.ha:133:47: slice or array access out of bounds 488 passed; 2 failed; 3 skipped; 493 completed in 1.288214728s make: *** [Makefile:94: check] Error 1 [result] Failed to update hare 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: 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-cacheops, using log file: /var/log/nixpkgs-update/python311Packages.django-cacheops/2024-03-13.log python311Packages.django-cacheops 0 -> 1 attrpath: python311Packages.django-cacheops Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/rjnvny4isngnr8j1h53qf8xhvavp3qi0-packages.json.drv building '/nix/store/rjnvny4isngnr8j1h53qf8xhvavp3qi0-packages.json.drv'... Going to be running update for following packages: - python3.11-django-cacheops-7.0.2 Press Enter key to continue... Running update for: - python3.11-django-cacheops-7.0.2: UPDATING ... - python3.11-django-cacheops-7.0.2: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.django-cacheops 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath tailwindcss, using log file: /var/log/nixpkgs-update/tailwindcss/2024-03-13.log tailwindcss 0 -> 1 attrpath: tailwindcss Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/jl1gbnxq1897c05rzjz7zkfk45zv38qs-packages.json.drv building '/nix/store/jl1gbnxq1897c05rzjz7zkfk45zv38qs-packages.json.drv'... Going to be running update for following packages: - tailwindcss-3.4.1 Press Enter key to continue... Running update for: - tailwindcss-3.4.1: UPDATING ... - tailwindcss-3.4.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update tailwindcss 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.art, using log file: /var/log/nixpkgs-update/python311Packages.art/2024-03-13.log python311Packages.art 0 -> 1 attrpath: python311Packages.art Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/8j32hy0hn3kvbzkd6cimw9biqrkb110l-packages.json.drv building '/nix/store/8j32hy0hn3kvbzkd6cimw9biqrkb110l-packages.json.drv'... Going to be running update for following packages: - python3.11-art-6.1 Press Enter key to continue... Running update for: - python3.11-art-6.1: UPDATING ... - python3.11-art-6.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.art 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_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.kafka-connect, using log file: /var/log/nixpkgs-update/terraform-providers.kafka-connect/2024-03-13.log terraform-providers.kafka-connect 0 -> 1 attrpath: terraform-providers.kafka-connect Checking auto update branch... Derivation file opts-out of auto-updates [result] Failed to update terraform-providers.kafka-connect 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.face-recognition-models, using log file: /var/log/nixpkgs-update/python311Packages.face-recognition-models/2024-03-13.log python311Packages.face-recognition-models 0 -> 1 attrpath: python311Packages.face-recognition-models Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/918fsh3xy4ig0wsqzmwjvfw0dmmfzr1v-packages.json.drv building '/nix/store/918fsh3xy4ig0wsqzmwjvfw0dmmfzr1v-packages.json.drv'... Going to be running update for following packages: - python3.11-face-recognition-models-0.3.0 Press Enter key to continue... Running update for: - python3.11-face-recognition-models-0.3.0: UPDATING ... - python3.11-face-recognition-models-0.3.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.face-recognition-models 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.pathlib2, using log file: /var/log/nixpkgs-update/python311Packages.pathlib2/2024-03-13.log python311Packages.pathlib2 0 -> 1 attrpath: python311Packages.pathlib2 Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/spp9bgpaaqbnkf1dny5fix86zx85xgii-packages.json.drv building '/nix/store/spp9bgpaaqbnkf1dny5fix86zx85xgii-packages.json.drv'... Going to be running update for following packages: - python3.11-pathlib2-2.3.7.post1 Press Enter key to continue... Running update for: - python3.11-pathlib2-2.3.7.post1: UPDATING ... - python3.11-pathlib2-2.3.7.post1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.pathlib2 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath kdePackages.taglib, using log file: /var/log/nixpkgs-update/kdePackages.taglib/2024-03-13.log kdePackages.taglib 1.13.1 -> 2.0 https://github.com/taglib/taglib/releases attrpath: kdePackages.taglib 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/taglib/default.nix b/pkgs/development/libraries/taglib/default.nix index aa759ddbbb02..7f75d43b305b 100644 --- a/pkgs/development/libraries/taglib/default.nix +++ b/pkgs/development/libraries/taglib/default.nix @@ -8,13 +8,13 @@ stdenv.mkDerivation (finalAttrs: { pname = "taglib"; - version = "1.13.1"; + version = "2.0"; src = fetchFromGitHub { owner = "taglib"; repo = "taglib"; rev = "v${finalAttrs.version}"; - hash = "sha256-QX0EpHGT36UsgIfRf5iALnwxe0jjLpZvCTbk8vSMFF4="; + hash = "sha256-6Vcu3+PrgL5oUy5YVJoq+Crylj/Oyx2gRLw7zfG8K+A="; }; nativeBuildInputs = [ cmake ]; [outpaths] eval start [outpaths] eval end Received ExitFailure 1 when running Raw command: /nix/store/6r0bm8shswm9v08kzvq24ib48mx3kxmn-nix-2.18.1/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A kdePackages.taglib nix build failed. -- Looking for sys/types.h - found -- Looking for stdint.h -- Looking for stdint.h - found -- Looking for stddef.h -- Looking for stddef.h - found -- Check size of short -- Check size of short - done -- Check size of int -- Check size of int - done -- Check size of long long -- Check size of long long - done -- Check size of wchar_t -- Check size of wchar_t - done -- Check size of float -- Check size of float - done -- Check size of double -- Check size of double - done -- Performing Test HAVE_GCC_BYTESWAP -- Performing Test HAVE_GCC_BYTESWAP - Success -- Performing Test HAVE_ISO_STRDUP -- Performing Test HAVE_ISO_STRDUP - Failed -- Found ZLIB: /nix/store/bqwpsy99nbgp918w3mwn73jygm1i5ck4-zlib-1.3.1/lib/libz.so (found version "1.3.1") CMake Error at CMakeLists.txt:157 (message): utfcpp not found. Either install package (probably utfcpp, utf8cpp, or libutfcpp-dev) or fetch the git submodule using git submodule update --init  -- Configuring incomplete, errors occurred! [result] Failed to update kdePackages.taglib 1.13.1 -> 2.0 https://github.com/taglib/taglib/releases [options] github_user: r-ryantm, pull_request: YES, batch_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-code-jp, using log file: /var/log/nixpkgs-update/source-han-code-jp/2024-03-13.log source-han-code-jp 2.012 -> 2.012R https://github.com/adobe-fonts/source-han-code-jp/releases attrpath: source-han-code-jp 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/b4iz05qacmqk4j95a1wm1ph3b4x0lcj4-source.drv building '/nix/store/b4iz05qacmqk4j95a1wm1ph3b4x0lcj4-source.drv'... trying https://github.com/adobe-fonts/source-han-code-jp/archive/2.012RR.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 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 'source-han-code-jp.originalSrc' not found stderr did not split as expected full stderr was: these 2 derivations will be built: /nix/store/b4iz05qacmqk4j95a1wm1ph3b4x0lcj4-source.drv /nix/store/1j5i3wr370ybbdja7ybz8bx3d53xy1ma-source-han-code-jp-2.012R.drv building '/nix/store/b4iz05qacmqk4j95a1wm1ph3b4x0lcj4-source.drv'... trying https://github.com/adobe-fonts/source-han-code-jp/archive/2.012RR.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 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/b4iz05qacmqk4j95a1wm1ph3b4x0lcj4-source.drv' failed with exit code 1; last 8 log lines: > > trying https://github.com/adobe-fonts/source-han-code-jp/archive/2.012RR.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 > 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/b4iz05qacmqk4j95a1wm1ph3b4x0lcj4-source.drv'. error: 1 dependencies of derivation '/nix/store/1j5i3wr370ybbdja7ybz8bx3d53xy1ma-source-han-code-jp-2.012R.drv' failed to build [result] Failed to update source-han-code-jp 2.012 -> 2.012R https://github.com/adobe-fonts/source-han-code-jp/releases [options] github_user: r-ryantm, pull_request: YES, batch_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.tk, using log file: /var/log/nixpkgs-update/aspellDicts.tk/2024-03-13.log aspellDicts.tk 0 -> 1 attrpath: aspellDicts.tk 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/7gqknaack6i5wawxwy2kgxj8aixzvzaw-update-aspellDict-tk.drv /nix/store/8d46n3krd4jnm5p4446fzdq28lx4hbzm-packages.json.drv building '/nix/store/7gqknaack6i5wawxwy2kgxj8aixzvzaw-update-aspellDict-tk.drv'... building '/nix/store/8d46n3krd4jnm5p4446fzdq28lx4hbzm-packages.json.drv'... Going to be running update for following packages: - aspell-dict-tk-0.01-0 Press Enter key to continue... Running update for: - aspell-dict-tk-0.01-0: UPDATING ... - aspell-dict-tk-0.01-0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update aspellDicts.tk 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: 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-13.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/9bvgf5dz1rjflibxlwwbhzarb9z8g64b-packages.json.drv building '/nix/store/9bvgf5dz1rjflibxlwwbhzarb9z8g64b-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-13.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/528x7yx1546b0ws673nxm55cif11il16-roomeqwizard-update.sh.drv /nix/store/j0vbjjfwhjdabjjmnpn28aasd1fhircm-packages.json.drv building '/nix/store/528x7yx1546b0ws673nxm55cif11il16-roomeqwizard-update.sh.drv'... building '/nix/store/j0vbjjfwhjdabjjmnpn28aasd1fhircm-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 documenso, using log file: /var/log/nixpkgs-update/documenso/2024-03-13.log documenso 0 -> 1 attrpath: documenso 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/v1rd6zgh6i2zha2j8hbq91mndcvwzyc2-packages.json.drv building '/nix/store/v1rd6zgh6i2zha2j8hbq91mndcvwzyc2-packages.json.drv'... Going to be running update for following packages: - documenso-0.9 Press Enter key to continue... Running update for: - documenso-0.9: UPDATING ... - documenso-0.9: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/applications/office/documenso/default.nix b/pkgs/applications/office/documenso/default.nix index e57e6d0fae21..8264368da048 100644 --- a/pkgs/applications/office/documenso/default.nix +++ b/pkgs/applications/office/documenso/default.nix @@ -5,7 +5,7 @@ , nix-update-script }: let - version = "0.9"; + version = "1.5.2"; in buildNpmPackage { pname = "documenso"; @@ -15,7 +15,7 @@ buildNpmPackage { owner = "documenso"; repo = "documenso"; rev = "v${version}"; - hash = "sha256-uKOJVZ0GRHo/CYvd/Ix/tq1WDhutRji1tSGdcITsNlo="; + hash = "sha256-XvGK2ulOgTr2BOFGrHsiENbKdlusK21V2rdz75gh+sk="; }; preBuild = '' @@ -26,7 +26,7 @@ buildNpmPackage { ${nodePackages.prisma}/bin/prisma generate ''; - npmDepsHash = "sha256-+JbvFMi8xoyxkuL9k96K1Vq0neciCGkkyZUPd15ES2E="; + npmDepsHash = "sha256-suy+NxLZ1M9a96UZ/0I88jRvb3E8/JGFOE4fqaRiI3A="; installPhase = '' runHook preInstall No auto update branch exists [outpaths] eval start [outpaths] eval end Received ExitFailure 1 when running Raw command: /nix/store/6r0bm8shswm9v08kzvq24ib48mx3kxmn-nix-2.18.1/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A documenso nix build failed. got build log for 'documenso' from 'daemon' @nix { "action": "setPhase", "phase": "unpackPhase" } Running phase: unpackPhase unpacking source archive /nix/store/dg51f996prm8k4m1zl8kpr0bdjzlchq1-source source root is source @nix { "action": "setPhase", "phase": "patchPhase" } Running phase: patchPhase Executing npmConfigHook Configuring npm Validating consistency between /build/source/package-lock.json and /nix/store/cmhr9fyqjs3b7x3zf3vd4mhnpdpxh844-documenso-1.5.2-npm-deps/package-lock.json Installing dependencies npm WARN deprecated node-signpdf@2.0.0: NPM package is being replaced by @signpdf. See https://github.com/vbuch/node-signpdf npm ERR! code ENOTCACHED npm ERR! request to https://registry.npmjs.org/@types%2fnode failed: cache mode is 'only-if-cached' but no cached response is available.  npm ERR! Log files were not written due to an error writing to the directory: /nix/store/cmhr9fyqjs3b7x3zf3vd4mhnpdpxh844-documenso-1.5.2-npm-deps/_logs npm ERR! You can rerun the command with `--loglevel=verbose` to see the logs in your terminal  ERROR: npm failed to install dependencies Here are a few things you can try, depending on the error: 1. Set `makeCacheWritable = true` Note that this won't help if npm is complaining about not being able to write to the logs directory -- look above that for the actual error. 2. Set `npmFlags = [ "--legacy-peer-deps" ]` [result] Failed to update documenso 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: 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-completion, using log file: /var/log/nixpkgs-update/python311Packages.click-completion/2024-03-13.log python311Packages.click-completion 0 -> 1 attrpath: python311Packages.click-completion Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/zbdi3iagrqfn1zhl5kg69cxdakw0whrf-packages.json.drv building '/nix/store/zbdi3iagrqfn1zhl5kg69cxdakw0whrf-packages.json.drv'... Going to be running update for following packages: - python3.11-click-completion-0.5.2 Press Enter key to continue... Running update for: - python3.11-click-completion-0.5.2: UPDATING ... - python3.11-click-completion-0.5.2: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.click-completion 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.wyoming, using log file: /var/log/nixpkgs-update/python311Packages.wyoming/2024-03-13.log python311Packages.wyoming 0 -> 1 attrpath: python311Packages.wyoming Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/bjsfs8hif6gin4h529jnrl3a5ablag38-packages.json.drv building '/nix/store/bjsfs8hif6gin4h529jnrl3a5ablag38-packages.json.drv'... Going to be running update for following packages: - python3.11-wyoming-1.5.3 Press Enter key to continue... Running update for: - python3.11-wyoming-1.5.3: UPDATING ... - python3.11-wyoming-1.5.3: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.wyoming 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_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_5, using log file: /var/log/nixpkgs-update/coq_8_5/2024-03-13.log coq_8_5 8.5pl3 -> 8.19.1 https://github.com/coq/coq/releases attrpath: coq_8_5 Checking auto update branch... No auto update branch exists Version in attr path coq_8_5 not compatible with 8.19.1 [result] Failed to update coq_8_5 8.5pl3 -> 8.19.1 https://github.com/coq/coq/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath netpbm, using log file: /var/log/nixpkgs-update/netpbm/2024-03-13.log netpbm 0 -> 1 attrpath: netpbm Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/np09hh56pxl2nhavzq1pgj2zdsq4a4hk-packages.json.drv building '/nix/store/np09hh56pxl2nhavzq1pgj2zdsq4a4hk-packages.json.drv'... Going to be running update for following packages: - netpbm-11.5.2 Press Enter key to continue... Running update for: - netpbm-11.5.2: UPDATING ... - netpbm-11.5.2: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/tools/graphics/netpbm/default.nix b/pkgs/tools/graphics/netpbm/default.nix index 14002fe65096..99aeb576939e 100644 --- a/pkgs/tools/graphics/netpbm/default.nix +++ b/pkgs/tools/graphics/netpbm/default.nix @@ -20,14 +20,14 @@ stdenv.mkDerivation { # Determine version and revision from: # https://sourceforge.net/p/netpbm/code/HEAD/log/?path=/advanced pname = "netpbm"; - version = "11.5.2"; + version = "11.5.3"; outputs = [ "bin" "out" "dev" ]; src = fetchsvn { url = "https://svn.code.sf.net/p/netpbm/code/advanced"; - rev = "4839"; - sha256 = "tK9HGERr8UejswZTW3NdXa7OGpzqDTCegGQVaB4RK+I="; + rev = "4867"; + sha256 = "JCJW6BBdxoYWMpZoJp6ovHNqyuU4a1FIvjLB2poDGGM="; }; nativeBuildInputs = [ No auto update branch exists [outpaths] eval start [outpaths] eval end Successfully finished processing cachix "/nix/store/dw2gfl502ydq5vs8z03w5diwp5wb90ql-netpbm-11.5.3-bin" [check][nixpkgs-review] [check][nixpkgs-review] took longer than 45m and timed out nixpkgs-review took longer than 45m and timed out Automatic update generated by [nixpkgs-update](https://github.com/ryantm/nixpkgs-update) tools. This update was made based on information from passthru.updateScript. meta.description for netpbm is: Toolkit for manipulation of graphic images meta.homepage for netpbm is: https://netpbm.sourceforge.net/ ###### Updates performed - Ran passthru.UpdateScript ###### To inspect upstream changes ###### Impact Checks done --- - built on NixOS - The tests defined in `passthru.tests`, if any, passed - found 11.5.3 with grep in /nix/store/dw2gfl502ydq5vs8z03w5diwp5wb90ql-netpbm-11.5.3-bin - found 11.5.3 in filename of file in /nix/store/dw2gfl502ydq5vs8z03w5diwp5wb90ql-netpbm-11.5.3-bin ---
Rebuild report (if merged into master) (click to expand) ``` 69 total rebuild path(s) 69 package rebuild(s) First fifty rebuilds by attrpath asciidoc-full asciidoc-full-with-plugins auto-multiple-choice bicgl bicpl cantor clevis conglomerate cqrlog denemo diffoscope diffoscopeMinimal disorderfs dosbox-x ezminc fbcat foomatic-db-ppds foomatic-db-ppds-withNonfreeDb fped frescobaldi img2pdf kakounePlugins.rep kstars labplot latex2html libsForQt5.cantor lilypond lilypond-unstable lilypond-unstable-with-fonts lilypond-with-fonts luksmeta manga-cli mpvScripts.convert mup netpbm nhentai ocrmypdf oobicpl paperless-ngx pcb pdfarranger pfstools plasma5Packages.cantor pnglatex polymake protontricks pynac python311Packages.abjad python311Packages.img2pdf python311Packages.ocrmypdf ```
Instructions to test this update (click to expand) --- Either **download from Cachix**: ``` nix-store -r /nix/store/dw2gfl502ydq5vs8z03w5diwp5wb90ql-netpbm-11.5.3-bin \ --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 netpbm https://github.com/r-ryantm/nixpkgs/archive/e84a50ece6564a3a06cd984cf4bdda21d3a97e90.tar.gz ``` Or: ``` nix build github:r-ryantm/nixpkgs/e84a50ece6564a3a06cd984cf4bdda21d3a97e90#netpbm ``` After you've downloaded or built it, look at the files and if there are any, run the binaries: ``` ls -la /nix/store/dw2gfl502ydq5vs8z03w5diwp5wb90ql-netpbm-11.5.3-bin ls -la /nix/store/dw2gfl502ydq5vs8z03w5diwp5wb90ql-netpbm-11.5.3-bin/bin ``` ---

### Pre-merge build results We have automatically built all packages that will get rebuilt due to this change. This gives evidence on whether the upgrade will break dependent packages. Note sometimes packages show up as _failed to build_ independent of the change, simply because they are already broken on the target branch. nixpkgs-review took longer than 45m and timed out --- ###### Maintainer pings https://api.github.com/repos/NixOS/nixpkgs/pulls/295588 [result] Success updating netpbm 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_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-13.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 python311Packages.gmpy2, using log file: /var/log/nixpkgs-update/python311Packages.gmpy2/2024-03-13.log python311Packages.gmpy2 0 -> 1 attrpath: python311Packages.gmpy2 Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/jwr7lmrdyqx79411p5dad6ymjcvh8ylg-packages.json.drv building '/nix/store/jwr7lmrdyqx79411p5dad6ymjcvh8ylg-packages.json.drv'... Going to be running update for following packages: - python3.11-gmpy2-2.1.2 Press Enter key to continue... Running update for: - python3.11-gmpy2-2.1.2: UPDATING ... - python3.11-gmpy2-2.1.2: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.gmpy2 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: 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-13.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/6dwxkfasgix9f6v7xknh6lnqanx5d3zh-packages.json.drv building '/nix/store/6dwxkfasgix9f6v7xknh6lnqanx5d3zh-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 Old version 2024.1.8" not present in staging derivation file with contents: { lib , buildPythonPackage , fetchPypi , calver , pytestCheckHook , pythonOlder , setuptools }: let self = buildPythonPackage rec { pname = "trove-classifiers"; version = "2024.3.3"; pyproject = true; disabled = pythonOlder "3.7"; src = fetchPypi { inherit pname version; hash = "sha256-337f+cZ/+GtzNiiZgzCxgOgdElseCWU22DrA/XlnP9w="; }; postPatch = '' substituteInPlace setup.py \ --replace '"calver"' "" ''; nativeBuildInputs = [ calver setuptools ]; doCheck = false; # avoid infinite recursion with hatchling nativeCheckInputs = [ pytestCheckHook ]; pythonImportsCheck = [ "trove_classifiers" ]; passthru.tests.trove-classifiers = self.overridePythonAttrs { doCheck = true; }; meta = { description = "Canonical source for classifiers on PyPI"; homepage = "https://github.com/pypa/trove-classifiers"; changelog = "https://github.com/pypa/trove-classifiers/releases/tag/${version}"; license = lib.licenses.asl20; maintainers = with lib.maintainers; [ dotlambda ]; }; }; in self [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 python311Packages.hglib, using log file: /var/log/nixpkgs-update/python311Packages.hglib/2024-03-13.log python311Packages.hglib 0 -> 1 attrpath: python311Packages.hglib Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/q6bxl7g48w351wzrip83z0yd6545ig1x-packages.json.drv building '/nix/store/q6bxl7g48w351wzrip83z0yd6545ig1x-packages.json.drv'... Going to be running update for following packages: - python3.11-python-hglib-2.6.2 Press Enter key to continue... Running update for: - python3.11-python-hglib-2.6.2: UPDATING ... - python3.11-python-hglib-2.6.2: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.hglib 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rare, using log file: /var/log/nixpkgs-update/rare/2024-03-13.log rare 0 -> 1 attrpath: rare Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/1fmgjj8y5b8q01lbalw5jf8cj75bgb65-packages.json.drv building '/nix/store/1fmgjj8y5b8q01lbalw5jf8cj75bgb65-packages.json.drv'... Going to be running update for following packages: - rare-1.10.11 Press Enter key to continue... Running update for: - rare-1.10.11: UPDATING ... - rare-1.10.11: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update rare 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.netapp-ontap, using log file: /var/log/nixpkgs-update/python311Packages.netapp-ontap/2024-03-13.log python311Packages.netapp-ontap 0 -> 1 attrpath: python311Packages.netapp-ontap Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/q7hny0bbfkxxv4pf2v7hw1426snvkv2m-packages.json.drv building '/nix/store/q7hny0bbfkxxv4pf2v7hw1426snvkv2m-packages.json.drv'... Going to be running update for following packages: - python3.11-netapp-ontap-9.14.1.0 Press Enter key to continue... Running update for: - python3.11-netapp-ontap-9.14.1.0: UPDATING ... - python3.11-netapp-ontap-9.14.1.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.netapp-ontap 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_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.rpp, using log file: /var/log/nixpkgs-update/rocmPackages.rpp/2024-03-13.log rocmPackages.rpp 0 -> 1 attrpath: rocmPackages.rpp Checking auto update branch... [version] [version] skipping because derivation has 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/zpsfsxaj5j0zl7s4wmrw7z8r0mpk9ib6-update.sh.drv /nix/store/f83d3q66w4wcc17dimbx465aaf5pp9mf-packages.json.drv building '/nix/store/zpsfsxaj5j0zl7s4wmrw7z8r0mpk9ib6-update.sh.drv'... building '/nix/store/f83d3q66w4wcc17dimbx465aaf5pp9mf-packages.json.drv'... Going to be running update for following packages: - rpp-hip-5.7.1 Press Enter key to continue... Running update for: - rpp-hip-5.7.1: UPDATING ... - rpp-hip-5.7.1: ERROR --- SHOWING ERROR LOG FOR rpp-hip-5.7.1 ---------------------- 'rocmPackages_5.rpp-hip' is already at it's maximum allowed version. Any further upgrades should go into 'rocmPackages_X.rpp-hip'. --- SHOWING ERROR LOG FOR rpp-hip-5.7.1 ---------------------- The update script for rpp-hip-5.7.1 failed with exit code 1 [result] Failed to update rocmPackages.rpp 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.curlify, using log file: /var/log/nixpkgs-update/python311Packages.curlify/2024-03-13.log python311Packages.curlify 0 -> 1 attrpath: python311Packages.curlify Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/vnw9d7hyhih7z210r1j02mw7cy9kzavs-packages.json.drv building '/nix/store/vnw9d7hyhih7z210r1j02mw7cy9kzavs-packages.json.drv'... Going to be running update for following packages: - python3.11-curlify-2.2.1 Press Enter key to continue... Running update for: - python3.11-curlify-2.2.1: UPDATING ... - python3.11-curlify-2.2.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.curlify 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.cstruct, using log file: /var/log/nixpkgs-update/python311Packages.cstruct/2024-03-13.log python311Packages.cstruct 0 -> 1 attrpath: python311Packages.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/81f5r9mm9pmwbsg8carbpdzvbqfhk1y5-packages.json.drv building '/nix/store/81f5r9mm9pmwbsg8carbpdzvbqfhk1y5-packages.json.drv'... Going to be running update for following packages: - python3.11-cstruct-5.3 Press Enter key to continue... Running update for: - python3.11-cstruct-5.3: UPDATING ... - python3.11-cstruct-5.3: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.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 fierce, using log file: /var/log/nixpkgs-update/fierce/2024-03-13.log fierce 0 -> 1 attrpath: fierce Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/jl4ivvb5mijafs96smrmxrq682q5p13m-packages.json.drv building '/nix/store/jl4ivvb5mijafs96smrmxrq682q5p13m-packages.json.drv'... Going to be running update for following packages: - fierce-1.5.0 Press Enter key to continue... Running update for: - fierce-1.5.0: UPDATING ... - fierce-1.5.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update fierce 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.pallets-sphinx-themes, using log file: /var/log/nixpkgs-update/python311Packages.pallets-sphinx-themes/2024-03-13.log python311Packages.pallets-sphinx-themes 0 -> 1 attrpath: python311Packages.pallets-sphinx-themes Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/hsk269a0z12yhw8f631b6wri89ix9i4l-packages.json.drv building '/nix/store/hsk269a0z12yhw8f631b6wri89ix9i4l-packages.json.drv'... Going to be running update for following packages: - python3.11-pallets-sphinx-themes-2.1.1 Press Enter key to continue... Running update for: - python3.11-pallets-sphinx-themes-2.1.1: UPDATING ... - python3.11-pallets-sphinx-themes-2.1.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.pallets-sphinx-themes 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.PyRSS2Gen, using log file: /var/log/nixpkgs-update/python311Packages.PyRSS2Gen/2024-03-13.log python311Packages.PyRSS2Gen 0 -> 1 attrpath: python311Packages.PyRSS2Gen Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/bx0n3bxb52lxgpqq6r8yl5421f3yz0h5-packages.json.drv building '/nix/store/bx0n3bxb52lxgpqq6r8yl5421f3yz0h5-packages.json.drv'... Going to be running update for following packages: - python3.11-pyrss2gen-1.1 Press Enter key to continue... Running update for: - python3.11-pyrss2gen-1.1: UPDATING ... - python3.11-pyrss2gen-1.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.PyRSS2Gen 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.lizard, using log file: /var/log/nixpkgs-update/python311Packages.lizard/2024-03-13.log python311Packages.lizard 0 -> 1 attrpath: python311Packages.lizard Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/zn7p0dqpmcgam2fz88y48lkmfpqlasl3-packages.json.drv building '/nix/store/zn7p0dqpmcgam2fz88y48lkmfpqlasl3-packages.json.drv'... Going to be running update for following packages: - python3.11-lizard-1.17.10 Press Enter key to continue... Running update for: - python3.11-lizard-1.17.10: UPDATING ... - python3.11-lizard-1.17.10: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.lizard 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.rtoml, using log file: /var/log/nixpkgs-update/python311Packages.rtoml/2024-03-13.log python311Packages.rtoml 0 -> 1 attrpath: python311Packages.rtoml Checking auto update branch... [version] [version] generic version rewriter does not support multiple hashes [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/iv8khqkapk476y3mwn0pgb4cd3zdnpcb-packages.json.drv building '/nix/store/iv8khqkapk476y3mwn0pgb4cd3zdnpcb-packages.json.drv'... Going to be running update for following packages: - python3.11-rtoml-0.8 Press Enter key to continue... Running update for: - python3.11-rtoml-0.8: UPDATING ... - python3.11-rtoml-0.8: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.rtoml 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.universal-silabs-flasher, using log file: /var/log/nixpkgs-update/python311Packages.universal-silabs-flasher/2024-03-13.log python311Packages.universal-silabs-flasher 0 -> 1 attrpath: python311Packages.universal-silabs-flasher Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/njrdi65yblnlc38568za4c3hrfihpmpr-packages.json.drv building '/nix/store/njrdi65yblnlc38568za4c3hrfihpmpr-packages.json.drv'... Going to be running update for following packages: - python3.11-universal-silabs-flasher-0.0.19 Press Enter key to continue... Running update for: - python3.11-universal-silabs-flasher-0.0.19: UPDATING ... - python3.11-universal-silabs-flasher-0.0.19: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.universal-silabs-flasher 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.aria2p, using log file: /var/log/nixpkgs-update/python311Packages.aria2p/2024-03-13.log python311Packages.aria2p 0 -> 1 attrpath: python311Packages.aria2p Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/zschs6v2fxfsp5zpzrv81ray8davn2jg-packages.json.drv building '/nix/store/zschs6v2fxfsp5zpzrv81ray8davn2jg-packages.json.drv'... Going to be running update for following packages: - python3.11-aria2p-0.11.2 Press Enter key to continue... Running update for: - python3.11-aria2p-0.11.2: UPDATING ... - python3.11-aria2p-0.11.2: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/aria2p/default.nix b/pkgs/development/python-modules/aria2p/default.nix index e505ac015bca..d853229e46b7 100644 --- a/pkgs/development/python-modules/aria2p/default.nix +++ b/pkgs/development/python-modules/aria2p/default.nix @@ -21,15 +21,15 @@ buildPythonPackage rec { pname = "aria2p"; - version = "0.11.2"; + version = "0.12.0"; format = "pyproject"; disabled = pythonOlder "3.6"; src = fetchFromGitHub { owner = "pawamoy"; repo = pname; - rev = version; - hash = "sha256-z74ej6J6Yh1aVsXR5fE+XhoCzCS+zfDxQL8gKFd7tBA="; + rev = "refs/tags/${version}"; + hash = "sha256-WlbZP2+qUSyfmeFFiuarXI3VaNZvD9cnOef/WM+J0OE="; }; nativeBuildInputs = [ No auto update branch exists Old version 0.11.2" not present in staging derivation file with contents: { lib , buildPythonPackage , fetchFromGitHub , pythonOlder , pdm-pep517 , appdirs , loguru , requests , setuptools , toml , websocket-client , asciimatics , pyperclip , aria2 , fastapi , pytest-xdist , pytestCheckHook , responses , uvicorn }: buildPythonPackage rec { pname = "aria2p"; version = "0.12.0"; format = "pyproject"; disabled = pythonOlder "3.6"; src = fetchFromGitHub { owner = "pawamoy"; repo = pname; rev = "refs/tags/${version}"; hash = "sha256-WlbZP2+qUSyfmeFFiuarXI3VaNZvD9cnOef/WM+J0OE="; }; nativeBuildInputs = [ pdm-pep517 ]; propagatedBuildInputs = [ appdirs loguru requests setuptools # for pkg_resources toml websocket-client ]; passthru.optional-dependencies = { tui = [ asciimatics pyperclip ]; }; preCheck = '' export HOME=$TMPDIR ''; nativeCheckInputs = [ aria2 fastapi pytest-xdist pytestCheckHook responses uvicorn ] ++ passthru.optional-dependencies.tui; disabledTests = [ # require a running display server "test_add_downloads_torrents_and_metalinks" "test_add_downloads_uris" # require a running aria2 server "test_get_files_method" "test_pause_subcommand" "test_resume_method" ]; pythonImportsCheck = [ "aria2p" ]; meta = with lib; { homepage = "https://github.com/pawamoy/aria2p"; changelog = "https://github.com/pawamoy/aria2p/blob/${src.rev}/CHANGELOG.md"; description = "Command-line tool and library to interact with an aria2c daemon process with JSON-RPC"; license = licenses.isc; maintainers = with maintainers; [ koral ]; }; } [result] Failed to update python311Packages.aria2p 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.types-python-dateutil, using log file: /var/log/nixpkgs-update/python311Packages.types-python-dateutil/2024-03-13.log python311Packages.types-python-dateutil 0 -> 1 attrpath: python311Packages.types-python-dateutil Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/9766cwzs2g6hp9fnvmchvcvn1q065i0q-packages.json.drv building '/nix/store/9766cwzs2g6hp9fnvmchvcvn1q065i0q-packages.json.drv'... Going to be running update for following packages: - python3.11-types-python-dateutil-2.8.19.20240106 Press Enter key to continue... Running update for: - python3.11-types-python-dateutil-2.8.19.20240106: UPDATING ... - python3.11-types-python-dateutil-2.8.19.20240106: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/types-python-dateutil/default.nix b/pkgs/development/python-modules/types-python-dateutil/default.nix index 04f146e40e54..fa1cd40fe2c2 100644 --- a/pkgs/development/python-modules/types-python-dateutil/default.nix +++ b/pkgs/development/python-modules/types-python-dateutil/default.nix @@ -6,12 +6,12 @@ buildPythonPackage rec { pname = "types-python-dateutil"; - version = "2.8.19.20240106"; + version = "2.8.19.20240311"; pyproject = true; src = fetchPypi { inherit pname version; - hash = "sha256-H42yIcO5jmygLqg6WDcbIsN09Crlu98YbbnJp2WBRZ8="; + hash = "sha256-UReCJ7vUy+w13Jrf+/Wdgy8g4JhC19y4xzsWm4eAt8s="; }; nativeBuildInputs = [ No auto update branch exists There might already be an open PR for this update: - python311Packages.types-dateutil: 2.8.19.20240106 -> 2.8.19.20240311 URL "https://api.github.com/repos/NixOS/nixpkgs/issues/295461" [result] Failed to update python311Packages.types-python-dateutil 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.aiohttp-remotes, using log file: /var/log/nixpkgs-update/python311Packages.aiohttp-remotes/2024-03-13.log python311Packages.aiohttp-remotes 0 -> 1 attrpath: python311Packages.aiohttp-remotes Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/d4vhmh1ihjlqhwqd79571klk0d7d9wa1-packages.json.drv building '/nix/store/d4vhmh1ihjlqhwqd79571klk0d7d9wa1-packages.json.drv'... Going to be running update for following packages: - python3.11-aiohttp-remotes-1.2.0 Press Enter key to continue... Running update for: - python3.11-aiohttp-remotes-1.2.0: UPDATING ... - python3.11-aiohttp-remotes-1.2.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.aiohttp-remotes 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath mpvScripts.cutter, using log file: /var/log/nixpkgs-update/mpvScripts.cutter/2024-03-13.log mpvScripts.cutter 0 -> 1 attrpath: mpvScripts.cutter Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Failed with exit code 1 this derivation will be built: /nix/store/hc8ci4q7c1qwy2y11jlqx17ilqgc4x70-packages.json.drv building '/nix/store/hc8ci4q7c1qwy2y11jlqx17ilqgc4x70-packages.json.drv'... Going to be running update for following packages: - video-cutter-unstable-2023-11-09 Press Enter key to continue... Running update for: - video-cutter-unstable-2023-11-09: UPDATING ... - video-cutter-unstable-2023-11-09: ERROR --- SHOWING ERROR LOG FOR video-cutter-unstable-2023-11-09 ---------------------- + url= + branch= + use_stable_version= + tag_prefix= + shallow_clone= + (( 2 > 0 )) + flag=--url= + shift 1 + case "$flag" in + url= + (( 1 > 0 )) + flag=--shallow-clone + shift 1 + case "$flag" in + shallow_clone=1 + (( 0 > 0 )) + [[ -z '' ]] ++ /nix/store/6r0bm8shswm9v08kzvq24ib48mx3kxmn-nix-2.18.1/bin/nix-instantiate --eval -E 'with import ./. {}; mpvScripts.cutter.src.gitRepoUrl' ++ tr -d '"' + url=https://github.com/rushmj/mpv-video-cutter.git ++ /nix/store/mb488rr560vq1xnl10hinnyfflcrd51n-coreutils-9.4/bin/mktemp -d + tmpdir=/run/nixpkgs-update-worker/tmp.pXaNxtFgOQ + cloneArgs=(--bare) + [[ 1 == \1 ]] + cloneArgs+=(--depth=1) + [[ -n '' ]] + /nix/store/fmx804pc0bs1966xq5bb67kark2mww9r-git-2.43.2/bin/git clone --bare --depth=1 https://github.com/rushmj/mpv-video-cutter.git /run/nixpkgs-update-worker/tmp.pXaNxtFgOQ Cloning into bare repository '/run/nixpkgs-update-worker/tmp.pXaNxtFgOQ'... + pushd /run/nixpkgs-update-worker/tmp.pXaNxtFgOQ ++ /nix/store/fmx804pc0bs1966xq5bb67kark2mww9r-git-2.43.2/bin/git show -s --pretty=format:%cs + commit_date=2023-11-10 ++ /nix/store/fmx804pc0bs1966xq5bb67kark2mww9r-git-2.43.2/bin/git show -s --pretty=format:%H + commit_sha=01a0396c075d5f8bbd1de5b571e6231f8899ab65 + [[ -z '' ]] + new_version=unstable-2023-11-10 + popd + /nix/store/8r8q5xdhd7m544h61y9qb0djqi5fmh39-common-updater-scripts/bin/update-source-version mpvScripts.cutter unstable-2023-11-10 --rev=01a0396c075d5f8bbd1de5b571e6231f8899ab65 update-source-version: error: Failed to replace source revision '01a0396c075d5f8bbd1de5b571e6231f8899ab65' to '01a0396c075d5f8bbd1de5b571e6231f8899ab65' in 'mpvScripts.cutter'! --- SHOWING ERROR LOG FOR video-cutter-unstable-2023-11-09 ---------------------- The update script for video-cutter-unstable-2023-11-09 failed with exit code 1 [result] Failed to update mpvScripts.cutter 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.requests-toolbelt, using log file: /var/log/nixpkgs-update/python311Packages.requests-toolbelt/2024-03-13.log python311Packages.requests-toolbelt 0 -> 1 attrpath: python311Packages.requests-toolbelt Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/97csdd6av3rca8lj85k6r1f6j4la9xfr-packages.json.drv building '/nix/store/97csdd6av3rca8lj85k6r1f6j4la9xfr-packages.json.drv'... Going to be running update for following packages: - python3.11-requests-toolbelt-1.0.0 Press Enter key to continue... Running update for: - python3.11-requests-toolbelt-1.0.0: UPDATING ... - python3.11-requests-toolbelt-1.0.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.requests-toolbelt 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.pyhanko-certvalidator, using log file: /var/log/nixpkgs-update/python311Packages.pyhanko-certvalidator/2024-03-13.log python311Packages.pyhanko-certvalidator 0 -> 1 attrpath: python311Packages.pyhanko-certvalidator Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/h7a444xzsp4wk4csgh3wp8qrpn2y2ngh-packages.json.drv building '/nix/store/h7a444xzsp4wk4csgh3wp8qrpn2y2ngh-packages.json.drv'... Going to be running update for following packages: - python3.11-pyhanko-certvalidator-0.26.3 Press Enter key to continue... Running update for: - python3.11-pyhanko-certvalidator-0.26.3: UPDATING ... - python3.11-pyhanko-certvalidator-0.26.3: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.pyhanko-certvalidator 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.aardwolf, using log file: /var/log/nixpkgs-update/python311Packages.aardwolf/2024-03-13.log python311Packages.aardwolf 0 -> 1 attrpath: python311Packages.aardwolf 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/s9wp8r9n1lqmyhbhflnkjfp1nqbc7clb-packages.json.drv building '/nix/store/s9wp8r9n1lqmyhbhflnkjfp1nqbc7clb-packages.json.drv'... Going to be running update for following packages: - python3.11-aardwolf-0.2.8 Press Enter key to continue... Running update for: - python3.11-aardwolf-0.2.8: UPDATING ... - python3.11-aardwolf-0.2.8: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.aardwolf 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath gnudatalanguage, using log file: /var/log/nixpkgs-update/gnudatalanguage/2024-03-13.log gnudatalanguage 1.0.1 -> 1.0.4 https://github.com/gnudatalanguage/gdl/releases attrpath: gnudatalanguage Checking auto update branch... No auto update branch exists [version] [version] updated version and sha256 [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] skipping because derivation has no updateScript Diff after rewrites: diff --git a/pkgs/development/interpreters/gnudatalanguage/default.nix b/pkgs/development/interpreters/gnudatalanguage/default.nix index f4d364fcd144..92326860c1ad 100644 --- a/pkgs/development/interpreters/gnudatalanguage/default.nix +++ b/pkgs/development/interpreters/gnudatalanguage/default.nix @@ -106,13 +106,13 @@ let in stdenv.mkDerivation rec { pname = "gnudatalanguage"; - version = "1.0.1"; + version = "1.0.4"; src = fetchFromGitHub { owner = pname; repo = "gdl"; rev = "v${version}"; - sha256 = "sha256-IrCLL8MQp0SkWj7sbfZlma5FrnMbgdl4E/1nPGy0Y60="; + sha256 = "sha256-ijVsynuID9IPu4XC23s8cxCEszYfTbzJECBlOmv+5VU="; }; buildInputs = [ [outpaths] eval start [outpaths] eval end Received ExitFailure 1 when running Raw command: /nix/store/6r0bm8shswm9v08kzvq24ib48mx3kxmn-nix-2.18.1/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A gnudatalanguage nix build failed. got build log for 'gnudatalanguage' from 'daemon' @nix { "action": "setPhase", "phase": "unpackPhase" } Running phase: unpackPhase unpacking source archive /nix/store/q5dp24yiwkfs7dv79bpkn7f6jc24jjw3-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 fixing cmake files... cmake flags: -DCMAKE_FIND_USE_SYSTEM_PACKAGE_REGISTRY=OFF -DCMAKE_FIND_USE_PACKAGE_REGISTRY=OFF -DCMAKE_EXPORT_NO_PACKAGE_REGISTRY=ON -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_LOCALEDIR=/nix/store/ljv7da9yghxpv4sxgfsdbiwwnd1cms5z-gnudatalanguage-1.0.4/share/locale -DCMAKE_INSTALL_LIBEXECDIR=/nix/store/ljv7da9yghxpv4sxgfsdbiwwnd1cms5z-gnudatalanguage-1.0.4/libexec -DCMAKE_INSTALL_LIBDIR=/nix/store/ljv7da9yghxpv4sxgfsdbiwwnd1cms5z-gnudatalanguage-1.0.4/lib -DCMAKE_INSTALL_DOCDIR=/nix/store/ljv7da9yghxpv4sxgfsdbiwwnd1cms5z-gnudatalanguage-1.0.4/share/doc/GDL -DCMAKE_INSTALL_INFODIR=/nix/store/ljv7da9yghxpv4sxgfsdbiwwnd1cms5z-gnudatalanguage-1.0.4/share/info -DCMAKE_INSTALL_MANDIR=/nix/store/ljv7da9yghxpv4sxgfsdbiwwnd1cms5z-gnudatalanguage-1.0.4/share/man -DCMAKE_INSTALL_OLDINCLUDEDIR=/nix/store/ljv7da9yghxpv4sxgfsdbiwwnd1cms5z-gnudatalanguage-1.0.4/include -DCMAKE_INSTALL_INCLUDEDIR=/nix/store/ljv7da9yghxpv4sxgfsdbiwwnd1cms5z-gnudatalanguage-1.0.4/include -DCMAKE_INSTALL_SBINDIR=/nix/store/ljv7da9yghxpv4sxgfsdbiwwnd1cms5z-gnudatalanguage-1.0.4/sbin -DCMAKE_INSTALL_BINDIR=/nix/store/ljv7da9yghxpv4sxgfsdbiwwnd1cms5z-gnudatalanguage-1.0.4/bin -DCMAKE_INSTALL_NAME_DIR=/nix/store/ljv7da9yghxpv4sxgfsdbiwwnd1cms5z-gnudatalanguage-1.0.4/lib -DCMAKE_POLICY_DEFAULT_CMP0025=NEW -DCMAKE_OSX_SYSROOT= -DCMAKE_FIND_FRAMEWORK=LAST -DCMAKE_STRIP=/nix/store/qhpw32pz39y6i30b3vrbw5fw6zv5549f-gcc-wrapper-13.2.0/bin/strip -DCMAKE_RANLIB=/nix/store/qhpw32pz39y6i30b3vrbw5fw6zv5549f-gcc-wrapper-13.2.0/bin/ranlib -DCMAKE_AR=/nix/store/qhpw32pz39y6i30b3vrbw5fw6zv5549f-gcc-wrapper-13.2.0/bin/ar -DCMAKE_C_COMPILER=gcc -DCMAKE_CXX_COMPILER=g++ -DCMAKE_INSTALL_PREFIX=/nix/store/ljv7da9yghxpv4sxgfsdbiwwnd1cms5z-gnudatalanguage-1.0.4 -DHDF5DIR=/nix/store/78l3lfv2h6bp73nbwg8s0267xal7zp5b-hdf5-mpi-1.14.3 -DMPI=ON -DMPIDIR=/nix/store/vaayjcs6qlnaawis899rbhz15rh4zyx1-mpich-4.2.0 CMake Deprecation Warning at CMakeLists.txt:10 (cmake_minimum_required): Compatibility with CMake < 3.5 will be removed from a future version of CMake. Update the VERSION argument value or use a ... suffix to tell CMake that the project does not need compatibility with older versions.  CMake Error at CMakeLists.txt:13 (message): The src/whereami git submodule is not initialised. Please run `git submodule update --init`  -- Configuring incomplete, errors occurred! [result] Failed to update gnudatalanguage 1.0.1 -> 1.0.4 https://github.com/gnudatalanguage/gdl/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath alibuild, using log file: /var/log/nixpkgs-update/alibuild/2024-03-13.log alibuild 0 -> 1 attrpath: alibuild Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/1i41jy8b9y6ac9w5iilm01i97lhz1l5b-packages.json.drv building '/nix/store/1i41jy8b9y6ac9w5iilm01i97lhz1l5b-packages.json.drv'... Going to be running update for following packages: - alibuild-1.11.2 Press Enter key to continue... Running update for: - alibuild-1.11.2: UPDATING ... - alibuild-1.11.2: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/tools/build-managers/alibuild/default.nix b/pkgs/development/tools/build-managers/alibuild/default.nix index 93709454c7b5..7578675fd973 100644 --- a/pkgs/development/tools/build-managers/alibuild/default.nix +++ b/pkgs/development/tools/build-managers/alibuild/default.nix @@ -2,11 +2,11 @@ python.pkgs.buildPythonApplication rec { pname = "alibuild"; - version = "1.11.2"; + version = "1.16.1"; src = fetchPypi { inherit pname version; - hash = "sha256-wq2H2inUf2CjPD45krCNdjw2s4FXsEDlfOHqW8VaVKg="; + hash = "sha256-grT9OCMhRSFJo5cyRPc/z/aUi4JCeL+x+QL1azuf3E0="; }; doCheck = false; No auto update branch exists [outpaths] eval start [outpaths] eval end Received ExitFailure 1 when running Raw command: /nix/store/6r0bm8shswm9v08kzvq24ib48mx3kxmn-nix-2.18.1/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A alibuild nix build failed. File "setup.py", line 24, in setup( File "/nix/store/bvqadys5w6dallgim0y8y98h05b7kfn7-python3.11-setuptools-69.0.3/lib/python3.11/site-packages/setuptools/__init__.py", line 102, in setup _install_setup_requires(attrs) File "/nix/store/bvqadys5w6dallgim0y8y98h05b7kfn7-python3.11-setuptools-69.0.3/lib/python3.11/site-packages/setuptools/__init__.py", line 75, in _install_setup_requires _fetch_build_eggs(dist) File "/nix/store/bvqadys5w6dallgim0y8y98h05b7kfn7-python3.11-setuptools-69.0.3/lib/python3.11/site-packages/setuptools/__init__.py", line 80, in _fetch_build_eggs dist.fetch_build_eggs(dist.setup_requires) File "/nix/store/bvqadys5w6dallgim0y8y98h05b7kfn7-python3.11-setuptools-69.0.3/lib/python3.11/site-packages/setuptools/dist.py", line 636, in fetch_build_eggs return _fetch_build_eggs(self, requires) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/bvqadys5w6dallgim0y8y98h05b7kfn7-python3.11-setuptools-69.0.3/lib/python3.11/site-packages/setuptools/installer.py", line 38, in _fetch_build_eggs resolved_dists = pkg_resources.working_set.resolve( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/bvqadys5w6dallgim0y8y98h05b7kfn7-python3.11-setuptools-69.0.3/lib/python3.11/site-packages/pkg_resources/__init__.py", line 829, in resolve dist = self._resolve_dist( ^^^^^^^^^^^^^^^^^^^ File "/nix/store/bvqadys5w6dallgim0y8y98h05b7kfn7-python3.11-setuptools-69.0.3/lib/python3.11/site-packages/pkg_resources/__init__.py", line 865, in _resolve_dist dist = best[req.key] = env.best_match( ^^^^^^^^^^^^^^^ File "/nix/store/bvqadys5w6dallgim0y8y98h05b7kfn7-python3.11-setuptools-69.0.3/lib/python3.11/site-packages/pkg_resources/__init__.py", line 1135, in best_match return self.obtain(req, installer) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/bvqadys5w6dallgim0y8y98h05b7kfn7-python3.11-setuptools-69.0.3/lib/python3.11/site-packages/pkg_resources/__init__.py", line 1147, in obtain return installer(requirement) ^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/bvqadys5w6dallgim0y8y98h05b7kfn7-python3.11-setuptools-69.0.3/lib/python3.11/site-packages/setuptools/installer.py", line 103, in _fetch_build_egg_no_warn raise DistutilsError(str(e)) from e distutils.errors.DistutilsError: Command '['/nix/store/3v2ch16fkl50i85n05h5ckss8pxx6836-python3-3.11.8/bin/python3.11', '-m', 'pip', '--disable-pip-version-check', 'wheel', '--no-deps', '-w', '/build/tmpn1b83jrh', '--quiet', 'setuptools_scm']' returned non-zero exit status 1. /nix/store/v099hqvw5z87423p4hz1vfhzaqa07dii-stdenv-linux/setup: line 1578: pop_var_context: head of shell_variables not a function context [result] Failed to update alibuild 0 -> 1 [options] github_user: r-ryantm, pull_request: 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-xkb-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.django-libsass, using log file: /var/log/nixpkgs-update/python311Packages.django-libsass/2024-03-13.log python311Packages.django-libsass 0 -> 1 attrpath: python311Packages.django-libsass Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/qq2i9g56fv80iwvj3cc620aia7dp0xhq-packages.json.drv building '/nix/store/qq2i9g56fv80iwvj3cc620aia7dp0xhq-packages.json.drv'... Going to be running update for following packages: - python3.11-django-libsass-0.9 Press Enter key to continue... Running update for: - python3.11-django-libsass-0.9: UPDATING ... - python3.11-django-libsass-0.9: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.django-libsass 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.rst2pdf, using log file: /var/log/nixpkgs-update/python311Packages.rst2pdf/2024-03-13.log python311Packages.rst2pdf 0 -> 1 attrpath: python311Packages.rst2pdf Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/adcf3m248x46czvzkmfxhn3wasxd55n0-packages.json.drv building '/nix/store/adcf3m248x46czvzkmfxhn3wasxd55n0-packages.json.drv'... Going to be running update for following packages: - python3.11-rst2pdf-0.101 Press Enter key to continue... Running update for: - python3.11-rst2pdf-0.101: UPDATING ... - python3.11-rst2pdf-0.101: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.rst2pdf 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_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-imap-mailstat-exporter, using log file: /var/log/nixpkgs-update/prometheus-imap-mailstat-exporter/2024-03-13.log prometheus-imap-mailstat-exporter 0.0.1 -> 0.2.0 https://github.com/bt909/imap-mailstat-exporter/releases attrpath: prometheus-imap-mailstat-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] stderr did not split as expected full stderr was: this derivation will be built: /nix/store/pzn7rsv9g1cmg6dzg8afipwxv27ya290-source.drv building '/nix/store/pzn7rsv9g1cmg6dzg8afipwxv27ya290-source.drv'... trying https://github.com/bt909/imap-mailstat-exporter/archive/refs/tags/v0.2.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 stderr did not split as expected full stderr was: error: attribute 'originalSrc' in selection path 'prometheus-imap-mailstat-exporter.originalSrc' not found stderr did not split as expected full stderr was: these 3 derivations will be built: /nix/store/pzn7rsv9g1cmg6dzg8afipwxv27ya290-source.drv /nix/store/gysp5d0w2ay2yzssyhcng28fahilgf90-imap-mailstat-exporter-0.2.0-go-modules.drv /nix/store/zcgpd0ycn9i51g46xa4hhpl9914sfnf6-imap-mailstat-exporter-0.2.0.drv building '/nix/store/pzn7rsv9g1cmg6dzg8afipwxv27ya290-source.drv'... trying https://github.com/bt909/imap-mailstat-exporter/archive/refs/tags/v0.2.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: builder for '/nix/store/pzn7rsv9g1cmg6dzg8afipwxv27ya290-source.drv' failed with exit code 1; last 8 log lines: > > trying https://github.com/bt909/imap-mailstat-exporter/archive/refs/tags/v0.2.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 For full logs, run 'nix log /nix/store/pzn7rsv9g1cmg6dzg8afipwxv27ya290-source.drv'. error: 1 dependencies of derivation '/nix/store/zcgpd0ycn9i51g46xa4hhpl9914sfnf6-imap-mailstat-exporter-0.2.0.drv' failed to build [result] Failed to update prometheus-imap-mailstat-exporter 0.0.1 -> 0.2.0 https://github.com/bt909/imap-mailstat-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 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-13.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/q7j4yk2y2ynd8gd3b1nsswl3qzx6s983-packages.json.drv building '/nix/store/q7j4yk2y2ynd8gd3b1nsswl3qzx6s983-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.bsddb3, using log file: /var/log/nixpkgs-update/python311Packages.bsddb3/2024-03-13.log python311Packages.bsddb3 0 -> 1 attrpath: python311Packages.bsddb3 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/bjwlicf7w0x4p1hd6l4b7i8x80k0vhi5-packages.json.drv building '/nix/store/bjwlicf7w0x4p1hd6l4b7i8x80k0vhi5-packages.json.drv'... Going to be running update for following packages: - python3.11-bsddb3-6.2.9 Press Enter key to continue... Running update for: - python3.11-bsddb3-6.2.9: UPDATING ... - python3.11-bsddb3-6.2.9: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.bsddb3 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_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.cansim, using log file: /var/log/nixpkgs-update/rPackages.cansim/2024-03-13.log rPackages.cansim 0.3.15 -> 0.3.16 https://repology.org/project/r:cansim/versions attrpath: rPackages.cansim Checking auto update branch... No auto update branch exists Old version 0.3.15" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; configurePhase = '' runHook preConfigure export R_LIBS_SITE="$R_LIBS_SITE''${R_LIBS_SITE:+:}$out/library" runHook postConfigure ''; buildPhase = '' runHook preBuild runHook postBuild ''; installFlags = if attrs.doCheck or true then [] else [ "--no-test-load" ]; rCommand = if requireX then # Unfortunately, xvfb-run has a race condition even with -a option, so that # we acquire a lock explicitly. "flock ${xvfb-run} xvfb-run -a -e xvfb-error R" else "R"; installPhase = '' runHook preInstall mkdir -p $out/library $rCommand CMD INSTALL --built-timestamp='1970-01-01 00:00:00 UTC' $installFlags --configure-args="$configureFlags" -l $out/library . runHook postInstall ''; postFixup = '' if test -e $out/nix-support/propagated-build-inputs; then ln -s $out/nix-support/propagated-build-inputs $out/nix-support/propagated-user-env-packages fi ''; checkPhase = '' # noop since R CMD INSTALL tests packages ''; } // attrs // { name = "r-" + name; }) [result] Failed to update rPackages.cansim 0.3.15 -> 0.3.16 https://repology.org/project/r:cansim/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath linuxKernel.packages.linux_6_8.nvidia_x11_production, using log file: /var/log/nixpkgs-update/linuxKernel.packages.linux_6_8.nvidia_x11_production/2024-03-13.log linuxKernel.packages.linux_6_8.nvidia_x11_production 535.154.05-6.8 -> 550.54.14 https://repology.org/project/nvidia/versions attrpath: linuxKernel.packages.linux_6_8.nvidia_x11_production Checking auto update branch... No auto update branch exists Old version 535.154.05-6.8" not present in master derivation file with contents: { version , url ? null , sha256_32bit ? null , sha256_64bit , sha256_aarch64 ? null , openSha256 ? null , settingsSha256 ? null , settingsVersion ? version , persistencedSha256 ? null , persistencedVersion ? version , fabricmanagerSha256 ? null , fabricmanagerVersion ? version , useGLVND ? true , useProfiles ? true , preferGtk2 ? false , settings32Bit ? false , useSettings ? true , usePersistenced ? true , useFabricmanager ? false , ibtSupport ? false , prePatch ? null , postPatch ? null , patchFlags ? null , patches ? [ ] , preInstall ? null , postInstall ? null , broken ? false , brokenOpen ? broken }@args: { lib , stdenv , callPackage , pkgs , pkgsi686Linux , fetchurl , fetchzip , kernel ? null , perl , nukeReferences , which , libarchive , # Whether to build the libraries only (i.e. not the kernel module or # nvidia-settings). Used to support 32-bit binaries on 64-bit # Linux. libsOnly ? false , # don't include the bundled 32-bit libraries on 64-bit platforms, # even if it’s in downloaded binary disable32Bit ? stdenv.hostPlatform.system == "aarch64-linux" # 32 bit libs only version of this package , lib32 ? null # Whether to extract the GSP firmware, datacenter drivers needs to extract the # firmware , firmware ? openSha256 != null || useFabricmanager # Whether the user accepts the NVIDIA Software License , config , acceptLicense ? config.nvidia.acceptLicense or false }: with lib; assert !libsOnly -> kernel != null; assert versionOlder version "391" -> sha256_32bit != null; assert useSettings -> settingsSha256 != null; assert usePersistenced -> persistencedSha256 != null; assert useFabricmanager -> fabricmanagerSha256 != null; assert useFabricmanager -> !useSettings; let nameSuffix = optionalString (!libsOnly) "-${kernel.version}"; pkgSuffix = optionalString (versionOlder version "304") "-pkg0"; i686bundled = versionAtLeast version "391" && !disable32Bit; libPathFor = pkgs: lib.makeLibraryPath (with pkgs; [ libdrm xorg.libXext xorg.libX11 xorg.libXv xorg.libXrandr xorg.libxcb zlib stdenv.cc.cc wayland mesa libGL openssl dbus # for nvidia-powerd ]); # maybe silly since we've ignored this previously and just unfree.. throwLicense = throw '' Use of NVIDIA Software requires license acceptance of the license: - License For Customer Use of NVIDIA Software [1] You can express acceptance by setting acceptLicense to true your nixpkgs.config. Example: configuration.nix: nixpkgs.config.allowUnfree = true; nixpkgs.config.nvidia.acceptLicense = true; config.nix: allowUnfree = true; nvidia.acceptLicense = true; [1]: https://www.nvidia.com/content/DriverDownloads/licence.php?lang=us ''; self = stdenv.mkDerivation { name = "nvidia-${if useFabricmanager then "dc" else "x11"}-${version}${nameSuffix}"; builder = ./builder.sh; src = if !acceptLicense && (openSha256 == null) then throwLicense else if stdenv.hostPlatform.system == "x86_64-linux" then fetchurl { urls = if args ? url then [ args.url ] else [ "https://us.download.nvidia.com/XFree86/Linux-x86_64/${version}/NVIDIA-Linux-x86_64-${version}${pkgSuffix}.run" "https://download.nvidia.com/XFree86/Linux-x86_64/${version}/NVIDIA-Linux-x86_64-${version}${pkgSuffix}.run" ]; sha256 = sha256_64bit; } else if stdenv.hostPlatform.system == "i686-linux" then fetchurl { urls = if args ? url then [ args.url ] else [ "https://us.download.nvidia.com/XFree86/Linux-x86/${version}/NVIDIA-Linux-x86-${version}${pkgSuffix}.run" "https://download.nvidia.com/XFree86/Linux-x86/${version}/NVIDIA-Linux-x86-${version}${pkgSuffix}.run" ]; sha256 = sha256_32bit; } else if stdenv.hostPlatform.system == "aarch64-linux" && sha256_aarch64 != null then fetchurl { urls = if args ? url then [ args.url ] else [ "https://us.download.nvidia.com/XFree86/aarch64/${version}/NVIDIA-Linux-aarch64-${version}${pkgSuffix}.run" "https://download.nvidia.com/XFree86/Linux-aarch64/${version}/NVIDIA-Linux-aarch64-${version}${pkgSuffix}.run" ]; sha256 = sha256_aarch64; } else throw "nvidia-x11 does not support platform ${stdenv.hostPlatform.system}"; patches = if libsOnly then null else patches; inherit prePatch postPatch patchFlags; inherit preInstall postInstall; inherit version useGLVND useProfiles; inherit (stdenv.hostPlatform) system; inherit i686bundled; outputs = [ "out" ] ++ optional i686bundled "lib32" ++ optional (!libsOnly) "bin" ++ optional (!libsOnly && firmware) "firmware"; outputDev = if libsOnly then null else "bin"; kernel = if libsOnly then null else kernel.dev; kernelVersion = if libsOnly then null else kernel.modDirVersion; makeFlags = optionals (!libsOnly) (kernel.makeFlags ++ [ "IGNORE_PREEMPT_RT_PRESENCE=1" "NV_BUILD_SUPPORTS_HMM=1" "SYSSRC=${kernel.dev}/lib/modules/${kernel.modDirVersion}/source" "SYSOUT=${kernel.dev}/lib/modules/${kernel.modDirVersion}/build" ]); hardeningDisable = [ "pic" "format" ]; dontStrip = true; dontPatchELF = true; libPath = libPathFor pkgs; libPath32 = optionalString i686bundled (libPathFor pkgsi686Linux); nativeBuildInputs = [ perl nukeReferences which libarchive ] ++ optionals (!libsOnly) kernel.moduleBuildDependencies; disallowedReferences = optionals (!libsOnly) [ kernel.dev ]; passthru = let fetchFromGithubOrNvidia = { owner, repo, rev, ... }@args: let args' = builtins.removeAttrs args [ "owner" "repo" "rev" ]; baseUrl = "https://github.com/${owner}/${repo}"; in fetchzip (args' // { urls = [ "${baseUrl}/archive/${rev}.tar.gz" "https://download.nvidia.com/XFree86/${repo}/${repo}-${rev}.tar.bz2" ]; # github and nvidia use different compression algorithms, # use an invalid file extension to force detection. extension = "tar.??"; }); in { open = mapNullable (hash: callPackage ./open.nix { inherit hash; nvidia_x11 = self; broken = brokenOpen; }) openSha256; settings = if useSettings then (if settings32Bit then pkgsi686Linux.callPackage else callPackage) (import ./settings.nix self settingsSha256) { withGtk2 = preferGtk2; withGtk3 = !preferGtk2; fetchFromGitHub = fetchFromGithubOrNvidia; } else { }; persistenced = if usePersistenced then mapNullable (hash: callPackage (import ./persistenced.nix self hash) { fetchFromGitHub = fetchFromGithubOrNvidia; }) persistencedSha256 else { }; fabricmanager = if useFabricmanager then mapNullable (hash: callPackage (import ./fabricmanager.nix self hash) { }) fabricmanagerSha256 else { }; inherit persistencedVersion settingsVersion; compressFirmware = false; ibtSupport = ibtSupport || (lib.versionAtLeast version "530"); } // optionalAttrs (!i686bundled) { inherit lib32; }; meta = with lib; { homepage = "https://www.nvidia.com/object/unix.html"; description = "${if useFabricmanager then "Data Center" else "X.org"} driver and kernel module for NVIDIA cards"; license = licenses.unfreeRedistributable; platforms = [ "x86_64-linux" ] ++ optionals (sha256_32bit != null) [ "i686-linux" ] ++ optionals (sha256_aarch64 != null) [ "aarch64-linux" ]; maintainers = with maintainers; [ jonringer kiskae edwtjo ]; priority = 4; # resolves collision with xorg-server's "lib/xorg/modules/extensions/libglx.so" inherit broken; }; }; in self [result] Failed to update linuxKernel.packages.linux_6_8.nvidia_x11_production 535.154.05-6.8 -> 550.54.14 https://repology.org/project/nvidia/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath gnss-share, using log file: /var/log/nixpkgs-update/gnss-share/2024-03-13.log gnss-share 0.7.2 -> 0.8.0 https://repology.org/project/gnss-share/versions attrpath: gnss-share 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-a5CZxh92MW3yP/ZhwGI9UWUT8hwJ0/zeTyPNC+c2R9U=" [golangModuleVersion] Replaced vendorHash with sha256-dmE6hfKUqEr7BMNi/HMUOk4jDB0dPXEMkWQyWj6XpY4= [golangModuleVersion] Finished updating vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] skipping because derivation has no updateScript Diff after rewrites: diff --git a/pkgs/servers/gnss-share/default.nix b/pkgs/servers/gnss-share/default.nix index 8b24964ae824..eaa2e848fff2 100644 --- a/pkgs/servers/gnss-share/default.nix +++ b/pkgs/servers/gnss-share/default.nix @@ -1,14 +1,14 @@ { buildGoModule, fetchFromGitLab, lib }: buildGoModule rec { pname = "gnss-share"; - version = "0.7.2"; + version = "0.8.0"; src = fetchFromGitLab { owner = "postmarketOS"; repo = "gnss-share"; rev = version; - hash = "sha256-0osXA+t+trm41ekcDiJwq0IAB+6ibrlwP/c2JNAXRpU="; + hash = "sha256-XNKX7eIv3wKNWbVsa6w/ODDRiiBArpGNY0T/sHC5ItY="; }; - vendorHash = "sha256-a5CZxh92MW3yP/ZhwGI9UWUT8hwJ0/zeTyPNC+c2R9U="; + vendorHash = "sha256-dmE6hfKUqEr7BMNi/HMUOk4jDB0dPXEMkWQyWj6XpY4="; meta = with lib; { description = "share GNSS data between multiple clients"; longDescription = '' [outpaths] eval start [outpaths] eval end Successfully finished processing cachix "/nix/store/yd052fl91sahd374866br9af0w6c89na-gnss-share-0.8.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:
  • gnss-share
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/gnss-share/versions. meta.description for gnss-share is: share GNSS data between multiple clients ###### Updates performed - Golang update ###### To inspect upstream changes ###### Impact Checks done --- - built on NixOS - The tests defined in `passthru.tests`, if any, passed - found 0.8.0 in filename of file in /nix/store/yd052fl91sahd374866br9af0w6c89na-gnss-share-0.8.0 ---
Rebuild report (if merged into master) (click to expand) ``` 1 total rebuild path(s) 1 package rebuild(s) First fifty rebuilds by attrpath gnss-share ```
Instructions to test this update (click to expand) --- Either **download from Cachix**: ``` nix-store -r /nix/store/yd052fl91sahd374866br9af0w6c89na-gnss-share-0.8.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 gnss-share https://github.com/r-ryantm/nixpkgs/archive/f7f94c77488ed84fde5475974593c7061aefc6b7.tar.gz ``` Or: ``` nix build github:r-ryantm/nixpkgs/f7f94c77488ed84fde5475974593c7061aefc6b7#gnss-share ``` After you've downloaded or built it, look at the files and if there are any, run the binaries: ``` ls -la /nix/store/yd052fl91sahd374866br9af0w6c89na-gnss-share-0.8.0 ls -la /nix/store/yd052fl91sahd374866br9af0w6c89na-gnss-share-0.8.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:
  • gnss-share
--- ###### Maintainer pings cc @balsoft 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/295597 [result] Success updating gnss-share 0.7.2 -> 0.8.0 https://repology.org/project/gnss-share/versions [options] github_user: r-ryantm, pull_request: YES, batch_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.assignPOP, using log file: /var/log/nixpkgs-update/rPackages.assignPOP/2024-03-13.log rPackages.assignPOP 1.2.4 -> 1.3.0 https://repology.org/project/r:assignpop/versions attrpath: rPackages.assignPOP Checking auto update branch... No auto update branch exists Old version 1.2.4" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; configurePhase = '' runHook preConfigure export R_LIBS_SITE="$R_LIBS_SITE''${R_LIBS_SITE:+:}$out/library" runHook postConfigure ''; buildPhase = '' runHook preBuild runHook postBuild ''; installFlags = if attrs.doCheck or true then [] else [ "--no-test-load" ]; rCommand = if requireX then # Unfortunately, xvfb-run has a race condition even with -a option, so that # we acquire a lock explicitly. "flock ${xvfb-run} xvfb-run -a -e xvfb-error R" else "R"; installPhase = '' runHook preInstall mkdir -p $out/library $rCommand CMD INSTALL --built-timestamp='1970-01-01 00:00:00 UTC' $installFlags --configure-args="$configureFlags" -l $out/library . runHook postInstall ''; postFixup = '' if test -e $out/nix-support/propagated-build-inputs; then ln -s $out/nix-support/propagated-build-inputs $out/nix-support/propagated-user-env-packages fi ''; checkPhase = '' # noop since R CMD INSTALL tests packages ''; } // attrs // { name = "r-" + name; }) [result] Failed to update rPackages.assignPOP 1.2.4 -> 1.3.0 https://repology.org/project/r:assignpop/versions [options] github_user: r-ryantm, pull_request: YES, batch_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.mlr3learners, using log file: /var/log/nixpkgs-update/rPackages.mlr3learners/2024-03-13.log rPackages.mlr3learners 0.5.8 -> 0.6.0 https://repology.org/project/r:mlr3learners/versions attrpath: rPackages.mlr3learners Checking auto update branch... No auto update branch exists Old version 0.5.8" 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.mlr3learners 0.5.8 -> 0.6.0 https://repology.org/project/r:mlr3learners/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath linuxKernel.packages.linux_6_8.dpdk, using log file: /var/log/nixpkgs-update/linuxKernel.packages.linux_6_8.dpdk/2024-03-13.log linuxKernel.packages.linux_6_8.dpdk 23.07-6.8 -> 23.11 https://repology.org/project/dpdk/versions attrpath: linuxKernel.packages.linux_6_8.dpdk Checking auto update branch... No auto update branch exists Old version 23.07-6.8" not present in master derivation file with contents: { stdenv, lib , kernel , fetchurl , pkg-config, meson, ninja, makeWrapper , libbsd, numactl, libbpf, zlib, libelf, jansson, openssl, libpcap, rdma-core , doxygen, python3, pciutils , withExamples ? [] , shared ? false , machine ? ( if stdenv.isx86_64 then "nehalem" else if stdenv.isAarch64 then "generic" else null ) }: let mod = kernel != null; dpdkVersion = "23.07"; in stdenv.mkDerivation { pname = "dpdk"; version = "${dpdkVersion}" + lib.optionalString mod "-${kernel.version}"; src = fetchurl { url = "https://fast.dpdk.org/rel/dpdk-${dpdkVersion}.tar.xz"; sha256 = "sha256-4IYU6K65KUB9c9cWmZKJpE70A0NSJx8JOX7vkysjs9Y="; }; nativeBuildInputs = [ makeWrapper doxygen meson ninja pkg-config python3 python3.pkgs.sphinx python3.pkgs.pyelftools ]; buildInputs = [ jansson libbpf libelf libpcap numactl openssl.dev zlib python3 ] ++ lib.optionals mod kernel.moduleBuildDependencies; propagatedBuildInputs = [ # Propagated to support current DPDK users in nixpkgs which statically link # with the framework (e.g. odp-dpdk). rdma-core # Requested by pkg-config. libbsd ]; postPatch = '' patchShebangs config/arm buildtools '' + lib.optionalString mod '' # kernel_install_dir is hardcoded to `/lib/modules`; patch that. sed -i "s,kernel_install_dir *= *['\"].*,kernel_install_dir = '$kmod/lib/modules/${kernel.modDirVersion}'," kernel/linux/meson.build ''; mesonFlags = [ "-Dtests=false" "-Denable_docs=true" "-Denable_kmods=${lib.boolToString mod}" ] # kni kernel driver is currently not compatble with 5.11 ++ lib.optional (mod && kernel.kernelOlder "5.11") "-Ddisable_drivers=kni" ++ [(if shared then "-Ddefault_library=shared" else "-Ddefault_library=static")] ++ lib.optional (machine != null) "-Dmachine=${machine}" ++ lib.optional mod "-Dkernel_dir=${kernel.dev}/lib/modules/${kernel.modDirVersion}/build" ++ lib.optional (withExamples != []) "-Dexamples=${builtins.concatStringsSep "," withExamples}"; postInstall = '' # Remove Sphinx cache files. Not only are they not useful, but they also # contain store paths causing spurious dependencies. rm -rf $out/share/doc/dpdk/html/.doctrees wrapProgram $out/bin/dpdk-devbind.py \ --prefix PATH : "${lib.makeBinPath [ pciutils ]}" '' + lib.optionalString (withExamples != []) '' mkdir -p $examples/bin find examples -type f -executable -exec install {} $examples/bin \; ''; outputs = [ "out" "doc" ] ++ lib.optional mod "kmod" ++ lib.optional (withExamples != []) "examples"; meta = with lib; { description = "Set of libraries and drivers for fast packet processing"; homepage = "http://dpdk.org/"; license = with licenses; [ lgpl21 gpl2 bsd2 ]; platforms = platforms.linux; maintainers = with maintainers; [ magenbluten orivej mic92 zhaofengli ]; broken = mod && kernel.isHardened; }; } [result] Failed to update linuxKernel.packages.linux_6_8.dpdk 23.07-6.8 -> 23.11 https://repology.org/project/dpdk/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath linuxKernel.packages.linux_6_8.openafs, using log file: /var/log/nixpkgs-update/linuxKernel.packages.linux_6_8.openafs/2024-03-13.log linuxKernel.packages.linux_6_8.openafs 1.8.10-6.8.0 -> 1.9.1 https://repology.org/project/openafs/versions attrpath: linuxKernel.packages.linux_6_8.openafs Checking auto update branch... No auto update branch exists Old version 1.8.10-6.8.0" not present in master derivation file with contents: { lib , stdenv , fetchurl , which , autoconf , automake , flex , bison , kernel , glibc , perl , libtool_2 , libkrb5 , fetchpatch }: with (import ./srcs.nix { inherit fetchurl; }); let modDestDir = "$out/lib/modules/${kernel.modDirVersion}/extra/openafs"; kernelBuildDir = "${kernel.dev}/lib/modules/${kernel.modDirVersion}/build"; fetchBase64Patch = args: (fetchpatch args).overrideAttrs (o: { postFetch = "mv $out p; base64 -d p > $out; " + o.postFetch; }); in stdenv.mkDerivation { pname = "openafs"; version = "${version}-${kernel.modDirVersion}"; inherit src; patches = [ # cf: Fix cast-function-type err w/disable-checking (fetchpatch { url = "https://git.openafs.org?p=openafs.git;a=patch;h=6867a3e8429f37fb748575df52256227ae9e5b53"; hash = "sha256-FDvOFDzl2eFN7ZKUqQBQSWGo0ntayc8NCYh/haVi8Ng="; }) # LINUX: Make 'fs flush*' invalidate dentry (fetchpatch { url = "https://git.openafs.org?p=openafs.git;a=patch;h=898098e01e19970f80f60a0551252b2027246038"; hash = "sha256-ehwRrzpqB8iJKuZ/18oJsrHVlKQs6EzCNaPtSG1m0sw="; }) # Linux 6.5: Replace generic_file_splice_read (fetchpatch { url = "https://git.openafs.org?p=openafs.git;a=patch;h=fef245769366efe8694ddadd1e1f2ed5ef8608f4"; hash = "sha256-TD1xYvlc9aJyravNZLPhceeOwBawvn0Ndxd50rszTJU="; }) # LINUX: Make sysctl definitions more concise (fetchpatch { url = "https://git.openafs.org?p=openafs.git;a=patch;h=d15c7ab50c92671052cbe9a93b0440c81156d8aa"; hash = "sha256-6K593AJvgC34RfnIqW8+0A/v9cF6tsbVMeKpCv+QrK4="; }) # Linux 6.5: Use register_sysctl() (fetchpatch { url = "https://git.openafs.org?p=openafs.git;a=patch;h=63801cfd1fc06ec3259fcfd67229f3a3c70447ed"; hash = "sha256-eoQxaZ28OanSoaHRJcfvXQORbe21YLhwPLoJUILjMkU="; }) # hcrypto: rename abort to _afscrypto_abort (fetchpatch { url = "https://git.openafs.org?p=openafs.git;a=patch;h=538f450033a67e251b473ff92238b3124b85fc72"; hash = "sha256-ztfJQKvGHGdWQe/0+BGkgRFxOi3n4YY+EFxgbD3DO1E="; }) # cf: Avoid nested C functions built by autoconf (fetchpatch { url = "https://git.openafs.org?p=openafs.git;a=patch;h=d50ced2a17e05884ea18bb3dfcde6378b2531dc7"; hash = "sha256-dK2/9bGhlXCPCB9t9T/K2dKdRBShVKXtYXWPttsOhAM="; }) # cf: Use static allocated structs for cf tests (fetchpatch { url = "https://git.openafs.org?p=openafs.git;a=patch;h=00f13c45d637249a0d698458e08c1b8e2da8e219"; hash = "sha256-YNszJIxBDIsl3RgBcHEpNtYIrNLC0tnSbIOQvX0oZ+s="; }) # LINUX: Pass an array of structs to register_sysctl (fetchpatch { url = "https://git.openafs.org?p=openafs.git;a=patch;h=5b647bf17a878271e1ce9882e41663770ee73528"; hash = "sha256-9o4cr/KORtanTfuKMAMAOvePB+vK579rR85rY+m8VNM="; }) # linux: Replace fop iterate with fop iterate_shared (fetchpatch { url = "https://git.openafs.org?p=openafs.git;a=patch;h=6de0a646036283266e1d4aeb583e426005ca5ad4"; hash = "sha256-cL3ByjUS3QU8fSbuN7ZEEKyjb+6TbbZL10UKbSgNl6c="; }) # Linux 6.6: convert to ctime accessor functions (fetchpatch { url = "https://git.openafs.org?p=openafs.git;a=patch;h=6413fdbc913834f2884989e5811841f4ccea2b5f"; hash = "sha256-vdK25vfS5Yr0xQufzUk431FXHwMIWlP2UpLjqnobJWI="; }) # Linux 6.6: Pass request_mask to generic_fillattr (fetchpatch { url = "https://git.openafs.org?p=openafs.git;a=patch;h=4f1d8104d17d2b4e95c7abaf5498db6b80aefa8f"; hash = "sha256-XJpqbDB/LOuqZj3gPHlcLeGzAQCGvPH8ArgWf+sbBJU="; }) # Linux: Fix to use time_t instead of time64_t (fetchpatch { url = "https://git.openafs.org?p=openafs.git;a=patch;h=56763a199f92101c35d6b9b733302cb08fe0cdbe"; hash = "sha256-A2z+smBLQg6k+cHPpNr2s/SgoYuCOMNLcvm5LFRiqeM="; }) # dir: Introduce struct DirEntryFlex (fetchpatch { url = "https://git.openafs.org?p=openafs.git;a=patch;h=fd527549c2d2b29a955f8c0427ac67c5d49ef38c"; hash = "sha256-jblsaJuTt3BsW5MG69ETcao/ZzSuh9aKRZyTIxZ7Ty4="; }) # Linux 6.7: convert to inode a/mtime accessor funcs (fetchpatch { url = "https://git.openafs.org?p=openafs.git;a=patch;h=6edf9d350c6ffd9d5e51fb8106701c1bc2f6a4d9"; hash = "sha256-oQVyKzIcqzYDZHSut9Mw1t3kcEC5HGUX6eGlGJ9fZYo="; }) ]; nativeBuildInputs = [ autoconf automake flex libtool_2 perl which bison ] ++ kernel.moduleBuildDependencies; buildInputs = [ libkrb5 ]; hardeningDisable = [ "pic" ]; configureFlags = [ "--with-linux-kernel-build=${kernelBuildDir}" "--sysconfdir=/etc" "--localstatedir=/var" "--with-gssapi" ]; preConfigure = '' patchShebangs . for i in `grep -l -R '/usr/\(include\|src\)' .`; do echo "Patch /usr/include and /usr/src in $i" substituteInPlace $i \ --replace "/usr/include" "${glibc.dev}/include" \ --replace "/usr/src" "${kernelBuildDir}" done ./regen.sh -q ''; buildPhase = '' make V=1 only_libafs ''; installPhase = '' mkdir -p ${modDestDir} cp src/libafs/MODLOAD-*/libafs-${kernel.modDirVersion}.* ${modDestDir}/libafs.ko xz -f ${modDestDir}/libafs.ko ''; meta = with lib; { description = "Open AFS client kernel module"; homepage = "https://www.openafs.org"; license = licenses.ipl10; platforms = platforms.linux; maintainers = with maintainers; [ andersk maggesi spacefrogg ]; broken = kernel.isHardened; }; } [result] Failed to update linuxKernel.packages.linux_6_8.openafs 1.8.10-6.8.0 -> 1.9.1 https://repology.org/project/openafs/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath naabu, using log file: /var/log/nixpkgs-update/naabu/2024-03-13.log naabu 2.2.1 -> 2.3.0 https://repology.org/project/naabu/versions attrpath: naabu 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-nwrqxlbvr9FZXJpzmcn0IBEtlJfeYCy8DJsBvxEgj6k=" [golangModuleVersion] Replaced vendorHash with sha256-QHVB8ovAWECb4n6CKTK4tnGgTrJSFxIV0KZk4PEYInE= [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/naabu/default.nix b/pkgs/tools/security/naabu/default.nix index 7d3981222f91..30d45b74e9fc 100644 --- a/pkgs/tools/security/naabu/default.nix +++ b/pkgs/tools/security/naabu/default.nix @@ -6,16 +6,16 @@ buildGoModule rec { pname = "naabu"; - version = "2.2.1"; + version = "2.3.0"; src = fetchFromGitHub { owner = "projectdiscovery"; repo = "naabu"; rev = "refs/tags/v${version}"; - hash = "sha256-z81LL+tx15Zo6OWj4gRSodo7Dk763M+QQ5kYgjrWO3Q="; + hash = "sha256-4aFr0kSKsNVXmYNYSt6mP4HryyIYvUKdzIYWjgPhG1Y="; }; - vendorHash = "sha256-nwrqxlbvr9FZXJpzmcn0IBEtlJfeYCy8DJsBvxEgj6k="; + vendorHash = "sha256-QHVB8ovAWECb4n6CKTK4tnGgTrJSFxIV0KZk4PEYInE="; buildInputs = [ libpcap [outpaths] eval start [outpaths] eval end Successfully finished processing cachix "/nix/store/bnm1v7w6mic98g7g9v4khsqxm1i2k66i-naabu-2.3.0" Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 6 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 6 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 7 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 7 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 7 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 7 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 7 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 6 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 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 = 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 = 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 [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:
  • naabu
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/naabu/versions. meta.description for naabu is: Fast SYN/CONNECT port scanner meta.homepage for naabu is: https://github.com/projectdiscovery/naabu meta.changelog for naabu is: https://github.com/projectdiscovery/naabu/releases/tag/v2.3.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 2.3.0 with grep in /nix/store/bnm1v7w6mic98g7g9v4khsqxm1i2k66i-naabu-2.3.0 - found 2.3.0 in filename of file in /nix/store/bnm1v7w6mic98g7g9v4khsqxm1i2k66i-naabu-2.3.0 ---
Rebuild report (if merged into master) (click to expand) ``` 1 total rebuild path(s) 1 package rebuild(s) First fifty rebuilds by attrpath naabu ```
Instructions to test this update (click to expand) --- Either **download from Cachix**: ``` nix-store -r /nix/store/bnm1v7w6mic98g7g9v4khsqxm1i2k66i-naabu-2.3.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 naabu https://github.com/r-ryantm/nixpkgs/archive/1485ffc621fcc6a430ed70bde7a4c6ab6f7ed8dc.tar.gz ``` Or: ``` nix build github:r-ryantm/nixpkgs/1485ffc621fcc6a430ed70bde7a4c6ab6f7ed8dc#naabu ``` After you've downloaded or built it, look at the files and if there are any, run the binaries: ``` ls -la /nix/store/bnm1v7w6mic98g7g9v4khsqxm1i2k66i-naabu-2.3.0 ls -la /nix/store/bnm1v7w6mic98g7g9v4khsqxm1i2k66i-naabu-2.3.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:
  • naabu
--- ###### 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/295604 [result] Success updating naabu 2.2.1 -> 2.3.0 https://repology.org/project/naabu/versions [options] github_user: r-ryantm, pull_request: YES, batch_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-13.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.pyecowitt, using log file: /var/log/nixpkgs-update/python311Packages.pyecowitt/2024-03-13.log python311Packages.pyecowitt 0 -> 1 attrpath: python311Packages.pyecowitt Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/wv6fny8ma7868v58zxf8lhf89j1mqfij-packages.json.drv building '/nix/store/wv6fny8ma7868v58zxf8lhf89j1mqfij-packages.json.drv'... Going to be running update for following packages: - python3.11-pyecowitt-0.21 Press Enter key to continue... Running update for: - python3.11-pyecowitt-0.21: UPDATING ... - python3.11-pyecowitt-0.21: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.pyecowitt 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.squarify, using log file: /var/log/nixpkgs-update/python311Packages.squarify/2024-03-13.log python311Packages.squarify 0 -> 1 attrpath: python311Packages.squarify Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/bha0n253c8czp5v04896h66n9ngymlqg-packages.json.drv building '/nix/store/bha0n253c8czp5v04896h66n9ngymlqg-packages.json.drv'... Going to be running update for following packages: - python3.11-squarify-0.4.3 Press Enter key to continue... Running update for: - python3.11-squarify-0.4.3: UPDATING ... - python3.11-squarify-0.4.3: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.squarify 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath kodiPackages.certifi, using log file: /var/log/nixpkgs-update/kodiPackages.certifi/2024-03-13.log kodiPackages.certifi 0 -> 1 attrpath: kodiPackages.certifi Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/s5fa7vj3vjilk8ibafq91hiyl9xmz1vl-packages.json.drv building '/nix/store/s5fa7vj3vjilk8ibafq91hiyl9xmz1vl-packages.json.drv'... Going to be running update for following packages: - kodi-certifi-2023.5.7 Press Enter key to continue... Running update for: - kodi-certifi-2023.5.7: UPDATING ... - kodi-certifi-2023.5.7: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update kodiPackages.certifi 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath puppet-bolt, using log file: /var/log/nixpkgs-update/puppet-bolt/2024-03-13.log puppet-bolt 0 -> 1 attrpath: puppet-bolt Checking auto update branch... The derivation has no 'version' attribute, so do not know how to figure out the version while doing an updateScript update [result] Failed to update puppet-bolt 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.certbot-dns-ovh, using log file: /var/log/nixpkgs-update/python311Packages.certbot-dns-ovh/2024-03-13.log python311Packages.certbot-dns-ovh 0 -> 1 attrpath: python311Packages.certbot-dns-ovh Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/s10mi1kc92cj8ybl258j9v47cp3xizrp-packages.json.drv building '/nix/store/s10mi1kc92cj8ybl258j9v47cp3xizrp-packages.json.drv'... Going to be running update for following packages: - python3.11-certbot-dns-ovh-2.9.0 Press Enter key to continue... Running update for: - python3.11-certbot-dns-ovh-2.9.0: UPDATING ... - python3.11-certbot-dns-ovh-2.9.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.certbot-dns-ovh 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.demjson3, using log file: /var/log/nixpkgs-update/python311Packages.demjson3/2024-03-13.log python311Packages.demjson3 0 -> 1 attrpath: python311Packages.demjson3 Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/jv8lzpn9qcxay1a2j74j8dp9nq7dj5hr-packages.json.drv building '/nix/store/jv8lzpn9qcxay1a2j74j8dp9nq7dj5hr-packages.json.drv'... Going to be running update for following packages: - python3.11-demjson3-3.0.6 Press Enter key to continue... Running update for: - python3.11-demjson3-3.0.6: UPDATING ... - python3.11-demjson3-3.0.6: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.demjson3 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.pkce, using log file: /var/log/nixpkgs-update/python311Packages.pkce/2024-03-13.log python311Packages.pkce 0 -> 1 attrpath: python311Packages.pkce Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/z0b0jk74b2x68rkazkdzs31q3j351cra-packages.json.drv building '/nix/store/z0b0jk74b2x68rkazkdzs31q3j351cra-packages.json.drv'... Going to be running update for following packages: - python3.11-pkce-1.0.3 Press Enter key to continue... Running update for: - python3.11-pkce-1.0.3: UPDATING ... - python3.11-pkce-1.0.3: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.pkce 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath inkcut, using log file: /var/log/nixpkgs-update/inkcut/2024-03-13.log inkcut 0 -> 1 attrpath: inkcut 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/qx654ndksmvinamjbnwfg7hqbxbs3h58-packages.json.drv building '/nix/store/qx654ndksmvinamjbnwfg7hqbxbs3h58-packages.json.drv'... Going to be running update for following packages: - inkcut-2.1.5 Press Enter key to continue... Running update for: - inkcut-2.1.5: UPDATING ... - inkcut-2.1.5: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update inkcut 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.sqlalchemy, using log file: /var/log/nixpkgs-update/python311Packages.sqlalchemy/2024-03-13.log python311Packages.sqlalchemy 0 -> 1 attrpath: python311Packages.sqlalchemy Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/wvn8qzfxjqg5h2rq8ql53ws5bhlpyb70-packages.json.drv building '/nix/store/wvn8qzfxjqg5h2rq8ql53ws5bhlpyb70-packages.json.drv'... Going to be running update for following packages: - python3.11-SQLAlchemy-2.0.27 Press Enter key to continue... Running update for: - python3.11-SQLAlchemy-2.0.27: UPDATING ... - python3.11-SQLAlchemy-2.0.27: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.sqlalchemy 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: 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-13.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/dhqmwhz1rjwdli1zwnadpsh6y5p2qaap-packages.json.drv building '/nix/store/dhqmwhz1rjwdli1zwnadpsh6y5p2qaap-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-13.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/9b8dcldfvsidq75vjlj9dv8xagakzmb8-packages.json.drv building '/nix/store/9b8dcldfvsidq75vjlj9dv8xagakzmb8-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 weechatScripts.weechat-matrix, using log file: /var/log/nixpkgs-update/weechatScripts.weechat-matrix/2024-03-13.log weechatScripts.weechat-matrix 0 -> 1 attrpath: weechatScripts.weechat-matrix 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/mrkjjpjinzyn90lr1d8jhlix1lhm7y0n-packages.json.drv building '/nix/store/mrkjjpjinzyn90lr1d8jhlix1lhm7y0n-packages.json.drv'... Going to be running update for following packages: - python3.11-weechat-matrix-0.3.0 Press Enter key to continue... Running update for: - python3.11-weechat-matrix-0.3.0: UPDATING ... - python3.11-weechat-matrix-0.3.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update weechatScripts.weechat-matrix 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: 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-13.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/xkvgxgflwkyxzha6dxz0flqswn5d9kfr-packages.json.drv building '/nix/store/xkvgxgflwkyxzha6dxz0flqswn5d9kfr-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-13.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/lh9wg4inc5z6z93f8kzskc04dvjzy58h-packages.json.drv building '/nix/store/lh9wg4inc5z6z93f8kzskc04dvjzy58h-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 git-repo, using log file: /var/log/nixpkgs-update/git-repo/2024-03-13.log git-repo 0 -> 1 attrpath: git-repo Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/b0zcqrk5wwydm8y6fg71hfd6xbkdz737-packages.json.drv building '/nix/store/b0zcqrk5wwydm8y6fg71hfd6xbkdz737-packages.json.drv'... Going to be running update for following packages: - git-repo-2.39 Press Enter key to continue... Running update for: - git-repo-2.39: UPDATING ... - git-repo-2.39: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/applications/version-management/git-repo/default.nix b/pkgs/applications/version-management/git-repo/default.nix index e989e03ca1cf..ce892e48dd7a 100644 --- a/pkgs/applications/version-management/git-repo/default.nix +++ b/pkgs/applications/version-management/git-repo/default.nix @@ -4,13 +4,13 @@ stdenv.mkDerivation rec { pname = "git-repo"; - version = "2.39"; + version = "2.44"; src = fetchFromGitHub { owner = "android"; repo = "tools_repo"; rev = "v${version}"; - hash = "sha256-Qw0x/YiXMDrlTy6boembfqVRvEYiMWOALJtaMrr7/WI="; + hash = "sha256-mYQEEBH7dYPXWznYVeGo+E2cVcQNEAggV+F6VgB/hSg="; }; # Fix 'NameError: name 'ssl' is not defined' No auto update branch exists [outpaths] eval start [outpaths] eval end Received ExitFailure 1 when running Raw command: /nix/store/6r0bm8shswm9v08kzvq24ib48mx3kxmn-nix-2.18.1/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A git-repo nix build failed. got build log for 'git-repo' from 'daemon' @nix { "action": "setPhase", "phase": "unpackPhase" } Running phase: unpackPhase unpacking source archive /nix/store/i46zgmq5vv0g58gfwfvd9x549ykb9197-source source root is source @nix { "action": "setPhase", "phase": "patchPhase" } Running phase: patchPhase applying patch /nix/store/igjgrmbpqzjmgqz9px5hjaldaa27sknh-import-ssl-module.patch patching file repo Hunk #1 FAILED at 236. 1 out of 1 hunk FAILED -- saving rejects to file repo.rej [result] Failed to update git-repo 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath prettierd, using log file: /var/log/nixpkgs-update/prettierd/2024-03-13.log prettierd 0.25.1 -> 0.25.2 https://github.com/fsouza/prettierd/releases attrpath: prettierd 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 prettierd 0.25.1 -> 0.25.2 https://github.com/fsouza/prettierd/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.bz2file, using log file: /var/log/nixpkgs-update/python311Packages.bz2file/2024-03-13.log python311Packages.bz2file 0 -> 1 attrpath: python311Packages.bz2file Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/2bplimqxzm2n3xzzdimapi9psv3kms0p-packages.json.drv building '/nix/store/2bplimqxzm2n3xzzdimapi9psv3kms0p-packages.json.drv'... Going to be running update for following packages: - python3.11-bz2file-0.98 Press Enter key to continue... Running update for: - python3.11-bz2file-0.98: UPDATING ... - python3.11-bz2file-0.98: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.bz2file 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.cloudscraper, using log file: /var/log/nixpkgs-update/python311Packages.cloudscraper/2024-03-13.log python311Packages.cloudscraper 0 -> 1 attrpath: python311Packages.cloudscraper Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/vnxlr3brijawid29x2djrvyn1lxs2jhw-packages.json.drv building '/nix/store/vnxlr3brijawid29x2djrvyn1lxs2jhw-packages.json.drv'... Going to be running update for following packages: - python3.11-cloudscraper-1.2.71 Press Enter key to continue... Running update for: - python3.11-cloudscraper-1.2.71: UPDATING ... - python3.11-cloudscraper-1.2.71: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.cloudscraper 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.justbases, using log file: /var/log/nixpkgs-update/python311Packages.justbases/2024-03-13.log python311Packages.justbases 0 -> 1 attrpath: python311Packages.justbases Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/plqz0y67y8cmzppsmwclc64jzprzqmya-packages.json.drv building '/nix/store/plqz0y67y8cmzppsmwclc64jzprzqmya-packages.json.drv'... Going to be running update for following packages: - python3.11-justbases-0.15.2 Press Enter key to continue... Running update for: - python3.11-justbases-0.15.2: UPDATING ... - python3.11-justbases-0.15.2: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.justbases 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.twitterapi, using log file: /var/log/nixpkgs-update/python311Packages.twitterapi/2024-03-13.log python311Packages.twitterapi 0 -> 1 attrpath: python311Packages.twitterapi Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/xnk0qa8413diq150fhl6n5fqfvk60kkc-packages.json.drv building '/nix/store/xnk0qa8413diq150fhl6n5fqfvk60kkc-packages.json.drv'... Going to be running update for following packages: - python3.11-twitterapi-2.8.2 Press Enter key to continue... Running update for: - python3.11-twitterapi-2.8.2: UPDATING ... - python3.11-twitterapi-2.8.2: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.twitterapi 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO @volth asked to not update xfce [result] Failed to update xfce.xfce4-appfinder 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.python-openems, using log file: /var/log/nixpkgs-update/python311Packages.python-openems/2024-03-13.log python311Packages.python-openems 0 -> 1 attrpath: python311Packages.python-openems Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/g0d5b7sywwaxk6l1bxks6wqjj6v4gzkg-packages.json.drv building '/nix/store/g0d5b7sywwaxk6l1bxks6wqjj6v4gzkg-packages.json.drv'... Going to be running update for following packages: - python3.11-python-openems-0.0.36 Press Enter key to continue... Running update for: - python3.11-python-openems-0.0.36: UPDATING ... - python3.11-python-openems-0.0.36: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.python-openems 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath formiko, using log file: /var/log/nixpkgs-update/formiko/2024-03-13.log formiko 0 -> 1 attrpath: formiko Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/432438jjjvvbmyjl42vxm7yq2sjwg83l-packages.json.drv building '/nix/store/432438jjjvvbmyjl42vxm7yq2sjwg83l-packages.json.drv'... Going to be running update for following packages: - formiko-1.4.3 Press Enter key to continue... Running update for: - formiko-1.4.3: UPDATING ... - formiko-1.4.3: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update formiko 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath pantheon.elementary-tasks, using log file: /var/log/nixpkgs-update/pantheon.elementary-tasks/2024-03-13.log pantheon.elementary-tasks 0 -> 1 attrpath: pantheon.elementary-tasks Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/vvxva9ja0s78g1c361k0grw6zfdd96fl-packages.json.drv building '/nix/store/vvxva9ja0s78g1c361k0grw6zfdd96fl-packages.json.drv'... Going to be running update for following packages: - elementary-tasks-6.3.2 Press Enter key to continue... Running update for: - elementary-tasks-6.3.2: UPDATING ... - elementary-tasks-6.3.2: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update pantheon.elementary-tasks 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath perfect-hash, using log file: /var/log/nixpkgs-update/perfect-hash/2024-03-13.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/xc78ygxzjn7179gf1jwd2dx72vsr05ww-packages.json.drv building '/nix/store/xc78ygxzjn7179gf1jwd2dx72vsr05ww-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 python311Packages.pysuez, using log file: /var/log/nixpkgs-update/python311Packages.pysuez/2024-03-13.log python311Packages.pysuez 0 -> 1 attrpath: python311Packages.pysuez Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/bafkisg43bpwjd915wd1f4wmyzm36q1v-packages.json.drv building '/nix/store/bafkisg43bpwjd915wd1f4wmyzm36q1v-packages.json.drv'... Going to be running update for following packages: - python3.11-pysuez-0.2.0 Press Enter key to continue... Running update for: - python3.11-pysuez-0.2.0: UPDATING ... - python3.11-pysuez-0.2.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.pysuez 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.tagoio-sdk, using log file: /var/log/nixpkgs-update/python311Packages.tagoio-sdk/2024-03-13.log python311Packages.tagoio-sdk 0 -> 1 attrpath: python311Packages.tagoio-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/6chib5fw7x4gfcvrz1xlwwaj6qva2252-packages.json.drv building '/nix/store/6chib5fw7x4gfcvrz1xlwwaj6qva2252-packages.json.drv'... Going to be running update for following packages: - python3.11-tagoio-sdk-4.2.1 Press Enter key to continue... Running update for: - python3.11-tagoio-sdk-4.2.1: UPDATING ... - python3.11-tagoio-sdk-4.2.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.tagoio-sdk 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath bluejeans-gui, using log file: /var/log/nixpkgs-update/bluejeans-gui/2024-03-13.log bluejeans-gui 0 -> 1 attrpath: bluejeans-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/b3mgp3qqc2c6m79486p5s0gjl1mpz4ip-packages.json.drv building '/nix/store/b3mgp3qqc2c6m79486p5s0gjl1mpz4ip-packages.json.drv'... Going to be running update for following packages: - bluejeans-2.32.1.3 Press Enter key to continue... Running update for: - bluejeans-2.32.1.3: UPDATING ... - bluejeans-2.32.1.3: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/applications/networking/instant-messengers/bluejeans/default.nix b/pkgs/applications/networking/instant-messengers/bluejeans/default.nix index e1bc3b3b560f..cc0b37c61b49 100644 --- a/pkgs/applications/networking/instant-messengers/bluejeans/default.nix +++ b/pkgs/applications/networking/instant-messengers/bluejeans/default.nix @@ -44,11 +44,11 @@ in stdenv.mkDerivation rec { pname = "bluejeans"; - version = "2.32.1.3"; + version = "2.33.2.4"; src = fetchurl { url = "https://swdl.bluejeans.com/desktop-app/linux/${getFirst 3 version}/BlueJeans_${version}.rpm"; - sha256 = "sha256-lsUS7JymCMOa5wlWJOwLFm4KRnAYixi9Kk5CYHB17Ac="; + sha256 = "sha256-n5JtDKRwGS9YXdzV3RXYluwjAj54PdpMUyOFNvvENio="; }; nativeBuildInputs = [ rpmextract makeWrapper ]; No auto update branch exists [outpaths] eval start [outpaths] eval end Received ExitFailure 1 when running Raw command: /nix/store/6r0bm8shswm9v08kzvq24ib48mx3kxmn-nix-2.18.1/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A bluejeans-gui Received ExitFailure 1 when running Raw command: /nix/store/6r0bm8shswm9v08kzvq24ib48mx3kxmn-nix-2.18.1/bin/nix --extra-experimental-features nix-command log -f . bluejeans-gui Standard output: error: … in the condition of the assert statement at /var/cache/nixpkgs-update/worker/worktree/bluejeans-gui/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/bluejeans-gui/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 ‘bluejeans-2.33.2.4’ in /var/cache/nixpkgs-update/worker/worktree/bluejeans-gui/pkgs/applications/networking/instant-messengers/bluejeans/default.nix:129 has an unfree license (‘unfree’), 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) [ "bluejeans-2.33.2.4" ]; } 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 bluejeans-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.PyStemmer, using log file: /var/log/nixpkgs-update/python311Packages.PyStemmer/2024-03-13.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/hyy68cr72g351zslb964615x4r2wm0wy-packages.json.drv building '/nix/store/hyy68cr72g351zslb964615x4r2wm0wy-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-13.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/s0qbq5nv173l4vnz9kpnwy2d8wmmmb6m-packages.json.drv building '/nix/store/s0qbq5nv173l4vnz9kpnwy2d8wmmmb6m-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-13.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/5x3x8kinv1aj44h3nphmsan8wjkiadsv-packages.json.drv building '/nix/store/5x3x8kinv1aj44h3nphmsan8wjkiadsv-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 Old version 2023.1.4" not present in staging derivation file with contents: { lib , stdenv , fetchPypi , buildPythonPackage , fetchpatch , appdirs , cffi , decorator , mako , mesa_drivers , numpy , ocl-icd , oldest-supported-numpy , opencl-headers , platformdirs , pybind11 , pytest , pytestCheckHook , pytools , setuptools , six , wheel }: let os-specific-buildInputs = if stdenv.isDarwin then [ mesa_drivers.dev ] else [ ocl-icd ]; in buildPythonPackage rec { pname = "pyopencl"; version = "2024.1"; format = "pyproject"; src = fetchPypi { inherit pname version; hash = "sha256-7NVy7pQK2L2hY5w6e+tog0/JqYrX6z9uAarE99nUusE="; }; nativeBuildInputs = [ oldest-supported-numpy setuptools wheel ]; buildInputs = [ opencl-headers pybind11 ] ++ os-specific-buildInputs; propagatedBuildInputs = [ appdirs cffi decorator mako numpy platformdirs pytools six ]; nativeCheckInputs = [ pytestCheckHook ]; preBuild = '' export HOME=$(mktemp -d) ''; # gcc: error: pygpu_language_opencl.cpp: No such file or directory doCheck = false; pythonImportsCheck = [ "pyopencl" ]; meta = with lib; { description = "Python wrapper for OpenCL"; homepage = "https://github.com/pyopencl/pyopencl"; license = licenses.mit; maintainers = [ maintainers.fridh ]; }; } [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 txt2tags, using log file: /var/log/nixpkgs-update/txt2tags/2024-03-13.log txt2tags 0 -> 1 attrpath: txt2tags Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/7f78g3dij9cdvmlwqaiqh542xilcaiya-packages.json.drv building '/nix/store/7f78g3dij9cdvmlwqaiqh542xilcaiya-packages.json.drv'... Going to be running update for following packages: - txt2tags-3.9 Press Enter key to continue... Running update for: - txt2tags-3.9: UPDATING ... - txt2tags-3.9: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update txt2tags 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath cmake-language-server, using log file: /var/log/nixpkgs-update/cmake-language-server/2024-03-13.log cmake-language-server 0 -> 1 attrpath: cmake-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/ha2fdmgg8927zm2dl4wsfjlk64q7xymp-packages.json.drv building '/nix/store/ha2fdmgg8927zm2dl4wsfjlk64q7xymp-packages.json.drv'... Going to be running update for following packages: - cmake-language-server-0.1.9 Press Enter key to continue... Running update for: - cmake-language-server-0.1.9: UPDATING ... - cmake-language-server-0.1.9: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update cmake-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 kazam, using log file: /var/log/nixpkgs-update/kazam/2024-03-13.log kazam 0 -> 1 attrpath: kazam Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/6jx9dm1i526yy8h5gb72j3h4ycxzj8mm-packages.json.drv building '/nix/store/6jx9dm1i526yy8h5gb72j3h4ycxzj8mm-packages.json.drv'... Going to be running update for following packages: - kazam-unstable-2021-06-22 Press Enter key to continue... Running update for: - kazam-unstable-2021-06-22: UPDATING ... - kazam-unstable-2021-06-22: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update kazam 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.gssapi, using log file: /var/log/nixpkgs-update/python311Packages.gssapi/2024-03-13.log python311Packages.gssapi 0 -> 1 attrpath: python311Packages.gssapi Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/gyl8i487bk3zjfgxlaymiax03yzz8pig-packages.json.drv building '/nix/store/gyl8i487bk3zjfgxlaymiax03yzz8pig-packages.json.drv'... Going to be running update for following packages: - python3.11-gssapi-1.8.3 Press Enter key to continue... Running update for: - python3.11-gssapi-1.8.3: UPDATING ... - python3.11-gssapi-1.8.3: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.gssapi 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath twtxt, using log file: /var/log/nixpkgs-update/twtxt/2024-03-13.log twtxt 0 -> 1 attrpath: twtxt Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/9bk1mnynvsx4prvpz23sayj0kxzn2s3n-packages.json.drv building '/nix/store/9bk1mnynvsx4prvpz23sayj0kxzn2s3n-packages.json.drv'... Going to be running update for following packages: - twtxt-1.3.1 Press Enter key to continue... Running update for: - twtxt-1.3.1: UPDATING ... - twtxt-1.3.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update twtxt 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.expandvars, using log file: /var/log/nixpkgs-update/python311Packages.expandvars/2024-03-13.log python311Packages.expandvars 0 -> 1 attrpath: python311Packages.expandvars Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/7jwvjygglrcjl33238fh7cibqx43j7bk-packages.json.drv building '/nix/store/7jwvjygglrcjl33238fh7cibqx43j7bk-packages.json.drv'... Going to be running update for following packages: - python3.11-expandvars-0.12.0 Press Enter key to continue... Running update for: - python3.11-expandvars-0.12.0: UPDATING ... - python3.11-expandvars-0.12.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.expandvars 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.reptor, using log file: /var/log/nixpkgs-update/python311Packages.reptor/2024-03-13.log python311Packages.reptor 0 -> 1 attrpath: python311Packages.reptor Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/ayqmyv9j98bfzi5drl76vn8cdhi1579i-packages.json.drv building '/nix/store/ayqmyv9j98bfzi5drl76vn8cdhi1579i-packages.json.drv'... Going to be running update for following packages: - python3.11-reptor-0.13 Press Enter key to continue... Running update for: - python3.11-reptor-0.13: UPDATING ... - python3.11-reptor-0.13: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.reptor 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: 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-13.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/1329b73kigac9x4jxmcdbchsfab44582-packages.json.drv building '/nix/store/1329b73kigac9x4jxmcdbchsfab44582-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-13.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/4b6vd9mlxs3fnvb7l28a0q5d5gqf17dj-packages.json.drv building '/nix/store/4b6vd9mlxs3fnvb7l28a0q5d5gqf17dj-packages.json.drv'... Going to be running update for following packages: - pdm-2.12.4 Press Enter key to continue... Running update for: - pdm-2.12.4: UPDATING ... - pdm-2.12.4: DONE. Packages updated! The diff was empty after rewrites. [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 python311Packages.garminconnect-aio, using log file: /var/log/nixpkgs-update/python311Packages.garminconnect-aio/2024-03-13.log python311Packages.garminconnect-aio 0 -> 1 attrpath: python311Packages.garminconnect-aio Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/awbdjhgga5wc3l2aaagb5bskw8mamv7p-packages.json.drv building '/nix/store/awbdjhgga5wc3l2aaagb5bskw8mamv7p-packages.json.drv'... Going to be running update for following packages: - python3.11-garminconnect-aio-0.1.4 Press Enter key to continue... Running update for: - python3.11-garminconnect-aio-0.1.4: UPDATING ... - python3.11-garminconnect-aio-0.1.4: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.garminconnect-aio 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: 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-13.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/g6p681g4rzq5ffqdwsybk6sh44y4dv20-packages.json.drv building '/nix/store/g6p681g4rzq5ffqdwsybk6sh44y4dv20-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.apcaccess, using log file: /var/log/nixpkgs-update/python311Packages.apcaccess/2024-03-13.log python311Packages.apcaccess 0 -> 1 attrpath: python311Packages.apcaccess Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/rymyra4k66xadfq7lpgkrvjj5bdv2x6v-packages.json.drv building '/nix/store/rymyra4k66xadfq7lpgkrvjj5bdv2x6v-packages.json.drv'... Going to be running update for following packages: - python3.11-apcaccess-0.0.13 Press Enter key to continue... Running update for: - python3.11-apcaccess-0.0.13: UPDATING ... - python3.11-apcaccess-0.0.13: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.apcaccess 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_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.rygel, using log file: /var/log/nixpkgs-update/gnome.rygel/2024-03-13.log gnome.rygel 0 -> 1 attrpath: gnome.rygel Checking auto update branch... Do not update GNOME during a release cycle [result] Failed to update gnome.rygel 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath flexget, using log file: /var/log/nixpkgs-update/flexget/2024-03-13.log flexget 0 -> 1 attrpath: flexget Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/b54a6vxfj3k4fp9rifkf0sp0ykvqlway-packages.json.drv building '/nix/store/b54a6vxfj3k4fp9rifkf0sp0ykvqlway-packages.json.drv'... Going to be running update for following packages: - flexget-3.11.22 Press Enter key to continue... Running update for: - flexget-3.11.22: UPDATING ... - flexget-3.11.22: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update flexget 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath brotab, using log file: /var/log/nixpkgs-update/brotab/2024-03-13.log brotab 0 -> 1 attrpath: brotab 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/p9h0drvf4m1v7rbji3h96x3abq59zvl4-packages.json.drv building '/nix/store/p9h0drvf4m1v7rbji3h96x3abq59zvl4-packages.json.drv'... Going to be running update for following packages: - brotab-1.4.2 Press Enter key to continue... Running update for: - brotab-1.4.2: UPDATING ... - brotab-1.4.2: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update brotab 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.calysto, using log file: /var/log/nixpkgs-update/python311Packages.calysto/2024-03-13.log python311Packages.calysto 0 -> 1 attrpath: python311Packages.calysto Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/34az5s98z3fxz81mba16s285wc17z9m0-packages.json.drv building '/nix/store/34az5s98z3fxz81mba16s285wc17z9m0-packages.json.drv'... Going to be running update for following packages: - python3.11-calysto-1.0.6 Press Enter key to continue... Running update for: - python3.11-calysto-1.0.6: UPDATING ... - python3.11-calysto-1.0.6: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.calysto 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.boltons, using log file: /var/log/nixpkgs-update/python311Packages.boltons/2024-03-13.log python311Packages.boltons 0 -> 1 attrpath: python311Packages.boltons Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/kpyl1llgfy72g2hnj6xb9ph2fnb0kng7-packages.json.drv building '/nix/store/kpyl1llgfy72g2hnj6xb9ph2fnb0kng7-packages.json.drv'... Going to be running update for following packages: - python3.11-boltons-23.0.0 Press Enter key to continue... Running update for: - python3.11-boltons-23.0.0: UPDATING ... - python3.11-boltons-23.0.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.boltons 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.dm-env, using log file: /var/log/nixpkgs-update/python311Packages.dm-env/2024-03-13.log python311Packages.dm-env 0 -> 1 attrpath: python311Packages.dm-env Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/bsk7c37lzrrcldxd5wq44jcisqv3hsjs-packages.json.drv building '/nix/store/bsk7c37lzrrcldxd5wq44jcisqv3hsjs-packages.json.drv'... Going to be running update for following packages: - python3.11-dm-env-1.6 Press Enter key to continue... Running update for: - python3.11-dm-env-1.6: UPDATING ... - python3.11-dm-env-1.6: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.dm-env 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath eolie, using log file: /var/log/nixpkgs-update/eolie/2024-03-13.log eolie 0 -> 1 attrpath: eolie Checking auto update branch... [version] [version] skipping because derivation has 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/c3cllsnq4msn64xcdsnri8zkc22r3xjj-packages.json.drv building '/nix/store/c3cllsnq4msn64xcdsnri8zkc22r3xjj-packages.json.drv'... Going to be running update for following packages: - eolie-0.9.99 Press Enter key to continue... Running update for: - eolie-0.9.99: UPDATING ... - eolie-0.9.99: ERROR --- SHOWING ERROR LOG FOR eolie-0.9.99 ---------------------- Traceback (most recent call last): File "/nix/store/pkv73byvfz0gnmqdanz195q1kf3cb8z7-nix-update-1.2.0/bin/.nix-update-wrapped", line 9, in sys.exit(main()) ^^^^^^ File "/nix/store/pkv73byvfz0gnmqdanz195q1kf3cb8z7-nix-update-1.2.0/lib/python3.11/site-packages/nix_update/__init__.py", line 291, in main package = update(options) ^^^^^^^^^^^^^^^ File "/nix/store/pkv73byvfz0gnmqdanz195q1kf3cb8z7-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/pkv73byvfz0gnmqdanz195q1kf3cb8z7-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/pkv73byvfz0gnmqdanz195q1kf3cb8z7-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 eolie-0.9.99 ---------------------- The update script for eolie-0.9.99 failed with exit code 1 [result] Failed to update eolie 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: 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-datalake-store, using log file: /var/log/nixpkgs-update/python311Packages.azure-datalake-store/2024-03-13.log python311Packages.azure-datalake-store 0 -> 1 attrpath: python311Packages.azure-datalake-store Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/lg7aix0bk5j68al3371mpqmbqbjwv0gm-packages.json.drv building '/nix/store/lg7aix0bk5j68al3371mpqmbqbjwv0gm-packages.json.drv'... Going to be running update for following packages: - python3.11-azure-datalake-store-0.0.53 Press Enter key to continue... Running update for: - python3.11-azure-datalake-store-0.0.53: UPDATING ... - python3.11-azure-datalake-store-0.0.53: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.azure-datalake-store 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath dragonflydb, using log file: /var/log/nixpkgs-update/dragonflydb/2024-03-13.log dragonflydb 0.1.0 -> 1.15.1 https://github.com/dragonflydb/dragonfly/releases attrpath: dragonflydb 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 dragonflydb 0.1.0 -> 1.15.1 https://github.com/dragonflydb/dragonfly/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.tracerite, using log file: /var/log/nixpkgs-update/python311Packages.tracerite/2024-03-13.log python311Packages.tracerite 0 -> 1 attrpath: python311Packages.tracerite Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/025jrq059bq6yd0a2sdzlzdfaxlaplb6-packages.json.drv building '/nix/store/025jrq059bq6yd0a2sdzlzdfaxlaplb6-packages.json.drv'... Going to be running update for following packages: - python3.11-tracerite-1.1.1 Press Enter key to continue... Running update for: - python3.11-tracerite-1.1.1: UPDATING ... - python3.11-tracerite-1.1.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.tracerite 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_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-13.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/6sf7x25pyg94yxkqdxwsaf07h05jqln5-packages.json.drv building '/nix/store/6sf7x25pyg94yxkqdxwsaf07h05jqln5-packages.json.drv'... Going to be running update for following packages: - codeium-1.8.5 Press Enter key to continue... Running update for: - codeium-1.8.5: UPDATING ... - codeium-1.8.5: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/by-name/co/codeium/package.nix b/pkgs/by-name/co/codeium/package.nix index c0b8565d146b..39ebe9bbfb89 100644 --- a/pkgs/by-name/co/codeium/package.nix +++ b/pkgs/by-name/co/codeium/package.nix @@ -13,10 +13,10 @@ let }.${system} or throwSystem; hash = { - x86_64-linux = "sha256-/heSkG7TtDHzNfvXblR6A5y+c12EmuQ8XZGDRqIEvtg="; - aarch64-linux = "sha256-WkpcNwWS0e5NURfHloV4xjIGSRPfP0RRflq98NY16AY="; - x86_64-darwin = "sha256-nXPaangEVRZf/dEt+i0AWOyT66jGIcRaN4ZO3k/VMh4="; - aarch64-darwin = "sha256-hs2lLy9thrp414+oQSf9euwNuU06UggLQ/EuMg/lrc0="; + x86_64-linux = "sha256-jHrnKlD7siQAX/6hjbt9cIF4o0E6IEwLq2CiAI4aZFE="; + aarch64-linux = "sha256-U82hidqi55rdXkasx5Pv3fRFm71N9gZ+ylTydMu9bTw="; + x86_64-darwin = "sha256-SGrvZ/uKvkNt70+wha7gay16s3hh5xN7DQNlhS766U0="; + aarch64-darwin = "sha256-U9mIBmH7RTeLJCoKeelnnLgtqGt1wXRIAx5YDI3KAUk="; }.${system} or throwSystem; bin = "$out/bin/codeium_language_server"; @@ -24,7 +24,7 @@ let in stdenv.mkDerivation (finalAttrs: { pname = "codeium"; - version = "1.8.5"; + version = "1.8.11"; src = fetchurl { name = "${finalAttrs.pname}-${finalAttrs.version}.gz"; url = "https://github.com/Exafunction/codeium/releases/download/language-server-v${finalAttrs.version}/language_server_${plat}.gz"; An auto update branch exists with message `codeium: 1.8.5 -> 1.8.6`. New version is 1.8.11. The auto update branch does not match or exceed the new version. [outpaths] eval start [outpaths] eval end Successfully finished processing cachix "/nix/store/rzyhlhaxpfgihwv1vdkfm7bby0rdbb05-codeium-1.8.11" [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:
  • codeium
  • emacsPackages.codeium
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 codeium is: Codeium language server meta.homepage for codeium is: https://codeium.com/ meta.changelog for codeium is: https://codeium.com/ ###### Updates performed - Ran passthru.UpdateScript ###### To inspect upstream changes - [Release on GitHub](https://github.com/Exafunction/codeium/releases/tag/language-server-v1.8.11) - [Compare changes on GitHub](https://github.com/Exafunction/codeium/compare/language-server-v1.8.5...language-server-v1.8.11) ###### Impact Checks done --- - built on NixOS - The tests defined in `passthru.tests`, if any, passed - found 1.8.11 with grep in /nix/store/rzyhlhaxpfgihwv1vdkfm7bby0rdbb05-codeium-1.8.11 - found 1.8.11 in filename of file in /nix/store/rzyhlhaxpfgihwv1vdkfm7bby0rdbb05-codeium-1.8.11 ---
Rebuild report (if merged into master) (click to expand) ``` 2 total rebuild path(s) 2 package rebuild(s) First fifty rebuilds by attrpath codeium emacsPackages.codeium ```
Instructions to test this update (click to expand) --- Either **download from Cachix**: ``` nix-store -r /nix/store/rzyhlhaxpfgihwv1vdkfm7bby0rdbb05-codeium-1.8.11 \ --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 codeium https://github.com/r-ryantm/nixpkgs/archive/93ef6f4ce96a9f59dd3a9cbcd1fa69bb617a115c.tar.gz ``` Or: ``` nix build github:r-ryantm/nixpkgs/93ef6f4ce96a9f59dd3a9cbcd1fa69bb617a115c#codeium ``` After you've downloaded or built it, look at the files and if there are any, run the binaries: ``` ls -la /nix/store/rzyhlhaxpfgihwv1vdkfm7bby0rdbb05-codeium-1.8.11 ls -la /nix/store/rzyhlhaxpfgihwv1vdkfm7bby0rdbb05-codeium-1.8.11/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:
  • codeium
  • emacsPackages.codeium
--- ###### Maintainer pings cc @anpin 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/294379 [result] Success updating 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.muscima, using log file: /var/log/nixpkgs-update/python311Packages.muscima/2024-03-13.log python311Packages.muscima 0 -> 1 attrpath: python311Packages.muscima Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/vxhf1r369z92ix8awddb8shcxadcflg0-packages.json.drv building '/nix/store/vxhf1r369z92ix8awddb8shcxadcflg0-packages.json.drv'... Going to be running update for following packages: - python3.11-muscima-unstable-2023-04-26 Press Enter key to continue... Running update for: - python3.11-muscima-unstable-2023-04-26: UPDATING ... - python3.11-muscima-unstable-2023-04-26: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.muscima 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_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.callsync, using log file: /var/log/nixpkgs-update/rPackages.callsync/2024-03-13.log rPackages.callsync 0.0.6 -> 0.2.1 https://repology.org/project/r:callsync/versions attrpath: rPackages.callsync Checking auto update branch... No auto update branch exists Old version 0.0.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.callsync 0.0.6 -> 0.2.1 https://repology.org/project/r:callsync/versions [options] github_user: r-ryantm, pull_request: YES, batch_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.IPDFileCheck, using log file: /var/log/nixpkgs-update/rPackages.IPDFileCheck/2024-03-13.log rPackages.IPDFileCheck 0.7.5 -> 0.8.1 https://repology.org/project/r:ipdfilecheck/versions attrpath: rPackages.IPDFileCheck Checking auto update branch... No auto update branch exists Old version 0.7.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.IPDFileCheck 0.7.5 -> 0.8.1 https://repology.org/project/r:ipdfilecheck/versions [options] github_user: r-ryantm, pull_request: YES, batch_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.mlsurvlrnrs, using log file: /var/log/nixpkgs-update/rPackages.mlsurvlrnrs/2024-03-13.log rPackages.mlsurvlrnrs 0.0.2 -> 0.0.3 https://repology.org/project/r:mlsurvlrnrs/versions attrpath: rPackages.mlsurvlrnrs Checking auto update branch... No auto update branch exists Old version 0.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.mlsurvlrnrs 0.0.2 -> 0.0.3 https://repology.org/project/r:mlsurvlrnrs/versions [options] github_user: r-ryantm, pull_request: YES, batch_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.TCIU, using log file: /var/log/nixpkgs-update/rPackages.TCIU/2024-03-13.log rPackages.TCIU 1.2.4 -> 1.2.5 https://repology.org/project/r:tciu/versions attrpath: rPackages.TCIU Checking auto update branch... No auto update branch exists Old version 1.2.4" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; configurePhase = '' runHook preConfigure export R_LIBS_SITE="$R_LIBS_SITE''${R_LIBS_SITE:+:}$out/library" runHook postConfigure ''; buildPhase = '' runHook preBuild runHook postBuild ''; installFlags = if attrs.doCheck or true then [] else [ "--no-test-load" ]; rCommand = if requireX then # Unfortunately, xvfb-run has a race condition even with -a option, so that # we acquire a lock explicitly. "flock ${xvfb-run} xvfb-run -a -e xvfb-error R" else "R"; installPhase = '' runHook preInstall mkdir -p $out/library $rCommand CMD INSTALL --built-timestamp='1970-01-01 00:00:00 UTC' $installFlags --configure-args="$configureFlags" -l $out/library . runHook postInstall ''; postFixup = '' if test -e $out/nix-support/propagated-build-inputs; then ln -s $out/nix-support/propagated-build-inputs $out/nix-support/propagated-user-env-packages fi ''; checkPhase = '' # noop since R CMD INSTALL tests packages ''; } // attrs // { name = "r-" + name; }) [result] Failed to update rPackages.TCIU 1.2.4 -> 1.2.5 https://repology.org/project/r:tciu/versions [options] github_user: r-ryantm, pull_request: YES, batch_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.SNSeg, using log file: /var/log/nixpkgs-update/rPackages.SNSeg/2024-03-13.log rPackages.SNSeg 1.0.1 -> 1.0.2 https://repology.org/project/r:snseg/versions attrpath: rPackages.SNSeg 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.SNSeg 1.0.1 -> 1.0.2 https://repology.org/project/r:snseg/versions [options] github_user: r-ryantm, pull_request: YES, batch_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.eha, using log file: /var/log/nixpkgs-update/rPackages.eha/2024-03-13.log rPackages.eha 2.11.2 -> 2.11.4 https://repology.org/project/r:eha/versions attrpath: rPackages.eha Checking auto update branch... No auto update branch exists Old version 2.11.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.eha 2.11.2 -> 2.11.4 https://repology.org/project/r:eha/versions [options] github_user: r-ryantm, pull_request: YES, batch_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.piar, using log file: /var/log/nixpkgs-update/rPackages.piar/2024-03-13.log rPackages.piar 0.6.0 -> 0.7.0 https://repology.org/project/r:piar/versions attrpath: rPackages.piar Checking auto update branch... No auto update branch exists Old version 0.6.0" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; 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.piar 0.6.0 -> 0.7.0 https://repology.org/project/r:piar/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath ddsmt, using log file: /var/log/nixpkgs-update/ddsmt/2024-03-13.log ddsmt 0 -> 1 attrpath: ddsmt Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/g9m48wpw52267irsi35nz6q2f079s5ch-packages.json.drv building '/nix/store/g9m48wpw52267irsi35nz6q2f079s5ch-packages.json.drv'... Going to be running update for following packages: - ddsmt-2.0.3 Press Enter key to continue... Running update for: - ddsmt-2.0.3: UPDATING ... - ddsmt-2.0.3: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update ddsmt 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath kernel-hardening-checker, using log file: /var/log/nixpkgs-update/kernel-hardening-checker/2024-03-13.log kernel-hardening-checker 0 -> 1 attrpath: kernel-hardening-checker Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/ghyazgni3994mqb36qfhnjlijbqbjgqh-packages.json.drv building '/nix/store/ghyazgni3994mqb36qfhnjlijbqbjgqh-packages.json.drv'... Going to be running update for following packages: - kernel-hardening-checker-0.6.6 Press Enter key to continue... Running update for: - kernel-hardening-checker-0.6.6: UPDATING ... - kernel-hardening-checker-0.6.6: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update kernel-hardening-checker 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath isolate, using log file: /var/log/nixpkgs-update/isolate/2024-03-13.log isolate 1.10.1 -> 2.0 https://repology.org/project/isolate/versions attrpath: isolate Checking auto update branch... An auto update branch exists with message `isolate: 1.10.1 -> 2.0`. New version is 2.0. An auto update branch exists with an equal or greater version [result] Failed to update isolate 1.10.1 -> 2.0 https://repology.org/project/isolate/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath biome, using log file: /var/log/nixpkgs-update/biome/2024-03-13.log biome 1.5.3 -> 1.6.1 https://repology.org/project/biome/versions attrpath: biome Checking auto update branch... An auto update branch exists with message `biome: 1.5.3 -> 1.6.0`. New version is 1.6.1. The auto update branch does not match or exceed the new version. [version] [version] generic version rewriter does not support multiple hashes [rustCrateVersion] [rustCrateVersion] Replacing cargoHash with sha256-4m2xtj3FHd8DTS3BeUMVoo8Pzjkol96B6tvNyzqPhEo= [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/development/tools/biome/default.nix b/pkgs/development/tools/biome/default.nix index 2f1a5da293c5..dc49507bb96f 100644 --- a/pkgs/development/tools/biome/default.nix +++ b/pkgs/development/tools/biome/default.nix @@ -12,16 +12,16 @@ rustPlatform.buildRustPackage rec { pname = "biome"; - version = "1.5.3"; + version = "1.6.1"; src = fetchFromGitHub { owner = "biomejs"; repo = "biome"; rev = "cli/v${version}"; - hash = "sha256-70LHsmS01ssD4yCbHfBouV+NyhMIlBbX0jcHFu8aLMw="; + hash = "sha256-JApGz2vDGU1IFmhyaT1noCRIP0YoucVvHq395/CJ1zA="; }; - cargoHash = "sha256-wf6X6aY1O9EABQ6sDNAb3XsVrC0lgUtpgoieiPZ7r3k="; + cargoHash = "sha256-4m2xtj3FHd8DTS3BeUMVoo8Pzjkol96B6tvNyzqPhEo="; nativeBuildInputs = [ pkg-config @@ -41,7 +41,7 @@ rustPlatform.buildRustPackage rec { cargoBuildFlags = [ "-p=biome_cli" ]; cargoTestFlags = cargoBuildFlags ++ - # skip a broken test from v1.5.3 release + # skip a broken test from v1.6.1 release # this will be removed on the next version [ "-- --skip=diagnostics::test::termination_diagnostic_size" ]; [outpaths] eval start [outpaths] eval end Successfully finished processing cachix "/nix/store/k0syc6xz5rf9qand448y6zzplgybp7mw-biome-1.6.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:
  • biome
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/biome/versions. meta.description for biome is: Toolchain of the web meta.homepage for biome is: https://biomejs.dev/ meta.changelog for biome is: https://github.com/biomejs/biome/blob/cli/v1.6.1/CHANGELOG.md ###### Updates performed - Rust version update ###### To inspect upstream changes ###### Impact Checks done --- - built on NixOS - The tests defined in `passthru.tests`, if any, passed - found 1.6.1 with grep in /nix/store/k0syc6xz5rf9qand448y6zzplgybp7mw-biome-1.6.1 - found 1.6.1 in filename of file in /nix/store/k0syc6xz5rf9qand448y6zzplgybp7mw-biome-1.6.1 ---
Rebuild report (if merged into master) (click to expand) ``` 1 total rebuild path(s) 1 package rebuild(s) First fifty rebuilds by attrpath biome ```
Instructions to test this update (click to expand) --- Either **download from Cachix**: ``` nix-store -r /nix/store/k0syc6xz5rf9qand448y6zzplgybp7mw-biome-1.6.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 biome https://github.com/r-ryantm/nixpkgs/archive/ddb5ba4187ae8582819910d940c140e85a82bab1.tar.gz ``` Or: ``` nix build github:r-ryantm/nixpkgs/ddb5ba4187ae8582819910d940c140e85a82bab1#biome ``` After you've downloaded or built it, look at the files and if there are any, run the binaries: ``` ls -la /nix/store/k0syc6xz5rf9qand448y6zzplgybp7mw-biome-1.6.1 ls -la /nix/store/k0syc6xz5rf9qand448y6zzplgybp7mw-biome-1.6.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:
  • biome
--- ###### 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). Updated existing PR https://api.github.com/repos/NixOS/nixpkgs/pulls/294400 [result] Success updating biome 1.5.3 -> 1.6.1 https://repology.org/project/biome/versions [options] github_user: r-ryantm, pull_request: YES, batch_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-13.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/6r0bm8shswm9v08kzvq24ib48mx3kxmn-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.protobuf, using log file: /var/log/nixpkgs-update/python312Packages.protobuf/2024-03-13.log python312Packages.protobuf 4.24.4 -> 25.3 https://github.com/protocolbuffers/protobuf/releases attrpath: python312Packages.protobuf Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/2z0299h9b32lh8xc1sb8z8l03cisadlg-packages.json.drv building '/nix/store/2z0299h9b32lh8xc1sb8z8l03cisadlg-packages.json.drv'... Going to be running update for following packages: - python3.12-protobuf-4.24.4 Press Enter key to continue... Running update for: - python3.12-protobuf-4.24.4: UPDATING ... - python3.12-protobuf-4.24.4: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python312Packages.protobuf 4.24.4 -> 25.3 https://github.com/protocolbuffers/protobuf/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python312Packages.gitpython, using log file: /var/log/nixpkgs-update/python312Packages.gitpython/2024-03-13.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/da5rggfmqgdarn2ipr64fj31m026png5-packages.json.drv building '/nix/store/da5rggfmqgdarn2ipr64fj31m026png5-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 Old version 3.1.40" not present in staging derivation file with contents: { lib , buildPythonPackage , ddt , fetchFromGitHub , gitdb , pkgs , pythonOlder , substituteAll , typing-extensions }: buildPythonPackage rec { pname = "gitpython"; version = "3.1.42"; format = "setuptools"; disabled = pythonOlder "3.7"; src = fetchFromGitHub { owner = "gitpython-developers"; repo = "GitPython"; rev = "refs/tags/${version}"; hash = "sha256-qpADumkfm8DHNlB2JeH/7sYrJqtYdFLv5YQAV0q5//s="; }; propagatedBuildInputs = [ ddt gitdb pkgs.gitMinimal ] ++ lib.optionals (pythonOlder "3.10") [ typing-extensions ]; postPatch = '' substituteInPlace git/cmd.py \ --replace 'git_exec_name = "git"' 'git_exec_name = "${pkgs.gitMinimal}/bin/git"' ''; # Tests require a git repo doCheck = false; pythonImportsCheck = [ "git" ]; meta = with lib; { description = "Python Git Library"; homepage = "https://github.com/gitpython-developers/GitPython"; changelog = "https://github.com/gitpython-developers/GitPython/blob/${version}/doc/source/changes.rst"; license = licenses.bsd3; maintainers = with maintainers; [ fab ]; }; } [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 ha-mqtt-discoverable-cli, using log file: /var/log/nixpkgs-update/ha-mqtt-discoverable-cli/2024-03-13.log ha-mqtt-discoverable-cli 0 -> 1 attrpath: ha-mqtt-discoverable-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/p2jrwzmz9j4kcd91im66bvn7xsckw269-packages.json.drv building '/nix/store/p2jrwzmz9j4kcd91im66bvn7xsckw269-packages.json.drv'... Going to be running update for following packages: - ha-mqtt-discoverable-cli-0.2.1 Press Enter key to continue... Running update for: - ha-mqtt-discoverable-cli-0.2.1: UPDATING ... - ha-mqtt-discoverable-cli-0.2.1: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/by-name/ha/ha-mqtt-discoverable-cli/package.nix b/pkgs/by-name/ha/ha-mqtt-discoverable-cli/package.nix index 2087a5f41038..cfd5a71e5f25 100644 --- a/pkgs/by-name/ha/ha-mqtt-discoverable-cli/package.nix +++ b/pkgs/by-name/ha/ha-mqtt-discoverable-cli/package.nix @@ -5,14 +5,14 @@ python3.pkgs.buildPythonApplication rec { pname = "ha-mqtt-discoverable-cli"; - version = "0.2.1"; + version = "0.4.1"; pyproject = true; src = fetchFromGitHub { owner = "unixorn"; repo = "ha-mqtt-discoverable-cli"; rev = "refs/tags/v${version}"; - hash = "sha256-miFlrBmxVuIJjpsyYnbQt+QAGSrS4sHlJpCmxouM2Wc="; + hash = "sha256-rGRsB5kAtzI5KP4tMiQqLJQZs7z5k657V8Di0OzB6F8="; }; nativeBuildInputs = with python3.pkgs; [ No auto update branch exists [outpaths] eval start [outpaths] eval end Received ExitFailure 1 when running Raw command: /nix/store/6r0bm8shswm9v08kzvq24ib48mx3kxmn-nix-2.18.1/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A ha-mqtt-discoverable-cli Received ExitFailure 1 when running Raw command: /nix/store/6r0bm8shswm9v08kzvq24ib48mx3kxmn-nix-2.18.1/bin/nix --extra-experimental-features nix-command log -f . ha-mqtt-discoverable-cli Standard output: error: … while evaluating the attribute 'drvPath' at /var/cache/nixpkgs-update/worker/worktree/ha-mqtt-discoverable-cli/lib/customisation.nix:268:7: 267| in commonAttrs // { 268| drvPath = assert condition; drv.drvPath; | ^ 269| outPath = assert condition; drv.outPath; … while calling the 'derivationStrict' builtin at /builtin/derivation.nix:9:12: (source not available) (stack trace truncated; use '--show-trace' to show the full trace) error: Package ‘python3.11-ha-mqtt-discoverable-0.13.1’ in /var/cache/nixpkgs-update/worker/worktree/ha-mqtt-discoverable-cli/pkgs/development/python-modules/ha-mqtt-discoverable/default.nix:47 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 ha-mqtt-discoverable-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 aspellDicts.csb, using log file: /var/log/nixpkgs-update/aspellDicts.csb/2024-03-13.log aspellDicts.csb 0 -> 1 attrpath: aspellDicts.csb 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/pmdp0i0z4w2l57ig0fri6cqgbqpjqa5p-update-aspellDict-csb.drv /nix/store/dzmxmrdngn902qyx5y33m4vpldfakjpf-packages.json.drv building '/nix/store/pmdp0i0z4w2l57ig0fri6cqgbqpjqa5p-update-aspellDict-csb.drv'... building '/nix/store/dzmxmrdngn902qyx5y33m4vpldfakjpf-packages.json.drv'... Going to be running update for following packages: - aspell-dict-csb-0.02-0 Press Enter key to continue... Running update for: - aspell-dict-csb-0.02-0: UPDATING ... - aspell-dict-csb-0.02-0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update aspellDicts.csb 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath nitter, using log file: /var/log/nixpkgs-update/nitter/2024-03-13.log nitter 0 -> 1 attrpath: nitter Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/8m3f4zzzzfk55zrfmvg9iawdxmm9va6z-packages.json.drv building '/nix/store/8m3f4zzzzfk55zrfmvg9iawdxmm9va6z-packages.json.drv'... Going to be running update for following packages: - nitter-unstable-2024-02-26 Press Enter key to continue... Running update for: - nitter-unstable-2024-02-26: UPDATING ... - nitter-unstable-2024-02-26: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update nitter 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.mitmproxy-rs, using log file: /var/log/nixpkgs-update/python311Packages.mitmproxy-rs/2024-03-13.log python311Packages.mitmproxy-rs 0 -> 1 attrpath: python311Packages.mitmproxy-rs Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/vxhjc5sjgny9j5xsr0yc4k1i1gfb1i6b-packages.json.drv building '/nix/store/vxhjc5sjgny9j5xsr0yc4k1i1gfb1i6b-packages.json.drv'... Going to be running update for following packages: - python3.11-mitmproxy-rs-0.5.1 Press Enter key to continue... Running update for: - python3.11-mitmproxy-rs-0.5.1: UPDATING ... - python3.11-mitmproxy-rs-0.5.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.mitmproxy-rs 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath db-rest, using log file: /var/log/nixpkgs-update/db-rest/2024-03-13.log db-rest 0 -> 1 attrpath: db-rest 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/sd24jdqnlixdwxl8s2yqczkgm85z0gwh-packages.json.drv building '/nix/store/sd24jdqnlixdwxl8s2yqczkgm85z0gwh-packages.json.drv'... Going to be running update for following packages: - db-rest-6.0.4 Press Enter key to continue... Running update for: - db-rest-6.0.4: UPDATING ... - db-rest-6.0.4: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update db-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.flit, using log file: /var/log/nixpkgs-update/python311Packages.flit/2024-03-13.log python311Packages.flit 0 -> 1 attrpath: python311Packages.flit Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/z9vvqx2zgfg45f8aspkf2dni72mfq25y-packages.json.drv building '/nix/store/z9vvqx2zgfg45f8aspkf2dni72mfq25y-packages.json.drv'... Going to be running update for following packages: - python3.11-flit-3.9.0 Press Enter key to continue... Running update for: - python3.11-flit-3.9.0: UPDATING ... - python3.11-flit-3.9.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.flit 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.pymystem3, using log file: /var/log/nixpkgs-update/python311Packages.pymystem3/2024-03-13.log python311Packages.pymystem3 0 -> 1 attrpath: python311Packages.pymystem3 Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/cbvfjkq3slas3zbpg05sk0ias9vkrdr0-packages.json.drv building '/nix/store/cbvfjkq3slas3zbpg05sk0ias9vkrdr0-packages.json.drv'... Going to be running update for following packages: - python3.11-pymystem3-0.2.0 Press Enter key to continue... Running update for: - python3.11-pymystem3-0.2.0: UPDATING ... - python3.11-pymystem3-0.2.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.pymystem3 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: 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-13.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/v0qn75qfx9xmhxmzkhs7i815jrnq8l3y-packages.json.drv building '/nix/store/v0qn75qfx9xmhxmzkhs7i815jrnq8l3y-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 terraform-providers.docker, using log file: /var/log/nixpkgs-update/terraform-providers.docker/2024-03-13.log terraform-providers.docker 0 -> 1 attrpath: terraform-providers.docker Checking auto update branch... Derivation file opts-out of auto-updates [result] Failed to update terraform-providers.docker 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath libproxy, using log file: /var/log/nixpkgs-update/libproxy/2024-03-13.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.pyx, using log file: /var/log/nixpkgs-update/python311Packages.pyx/2024-03-13.log python311Packages.pyx 0 -> 1 attrpath: python311Packages.pyx Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/91y6ycn5vcvkyg3cgcsh50vkmzm5mm2y-packages.json.drv building '/nix/store/91y6ycn5vcvkyg3cgcsh50vkmzm5mm2y-packages.json.drv'... Going to be running update for following packages: - python3.11-pyx-0.16 Press Enter key to continue... Running update for: - python3.11-pyx-0.16: UPDATING ... - python3.11-pyx-0.16: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.pyx 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.texttable, using log file: /var/log/nixpkgs-update/python311Packages.texttable/2024-03-13.log python311Packages.texttable 0 -> 1 attrpath: python311Packages.texttable Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/6g36qx5symhkqwr518znbp32aqkif4kg-packages.json.drv building '/nix/store/6g36qx5symhkqwr518znbp32aqkif4kg-packages.json.drv'... Going to be running update for following packages: - python3.11-texttable-1.7.0 Press Enter key to continue... Running update for: - python3.11-texttable-1.7.0: UPDATING ... - python3.11-texttable-1.7.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.texttable 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath xsser, using log file: /var/log/nixpkgs-update/xsser/2024-03-13.log xsser 0 -> 1 attrpath: xsser Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/jzvl4yk7997jnqahlcnrhm16f0ibbdsp-packages.json.drv building '/nix/store/jzvl4yk7997jnqahlcnrhm16f0ibbdsp-packages.json.drv'... Going to be running update for following packages: - xsser-1.8.4 Press Enter key to continue... Running update for: - xsser-1.8.4: UPDATING ... - xsser-1.8.4: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update xsser 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.openidc-client, using log file: /var/log/nixpkgs-update/python311Packages.openidc-client/2024-03-13.log python311Packages.openidc-client 0 -> 1 attrpath: python311Packages.openidc-client Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/4lhhzw3jhpkvhr0l8lbm1ix0askj60s5-packages.json.drv building '/nix/store/4lhhzw3jhpkvhr0l8lbm1ix0askj60s5-packages.json.drv'... Going to be running update for following packages: - python3.11-openidc-client-0.6.0 Press Enter key to continue... Running update for: - python3.11-openidc-client-0.6.0: UPDATING ... - python3.11-openidc-client-0.6.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.openidc-client 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.pyombi, using log file: /var/log/nixpkgs-update/python311Packages.pyombi/2024-03-13.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/8mwmhv9vb7ahsp4syd7mz9akxxc5afwn-packages.json.drv building '/nix/store/8mwmhv9vb7ahsp4syd7mz9akxxc5afwn-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.hiro, using log file: /var/log/nixpkgs-update/python311Packages.hiro/2024-03-13.log python311Packages.hiro 0 -> 1 attrpath: python311Packages.hiro Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/ic6hk6axivfnzcsk57ga16azwygz6npk-packages.json.drv building '/nix/store/ic6hk6axivfnzcsk57ga16azwygz6npk-packages.json.drv'... Going to be running update for following packages: - python3.11-hiro-1.1.1 Press Enter key to continue... Running update for: - python3.11-hiro-1.1.1: UPDATING ... - python3.11-hiro-1.1.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.hiro 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_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-13.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-13.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/rd2m3jcwjn97kriqq3s80j5z1i29ccsa-packages.json.drv building '/nix/store/rd2m3jcwjn97kriqq3s80j5z1i29ccsa-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 gimme-aws-creds, using log file: /var/log/nixpkgs-update/gimme-aws-creds/2024-03-13.log gimme-aws-creds 0 -> 1 attrpath: gimme-aws-creds 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/qcvplss2kwbf0fi1k2yx9xfpaz8h6hih-packages.json.drv building '/nix/store/qcvplss2kwbf0fi1k2yx9xfpaz8h6hih-packages.json.drv'... Going to be running update for following packages: - gimme-aws-creds-2.8.0 Press Enter key to continue... Running update for: - gimme-aws-creds-2.8.0: UPDATING ... - gimme-aws-creds-2.8.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update gimme-aws-creds 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.avro-python3, using log file: /var/log/nixpkgs-update/python311Packages.avro-python3/2024-03-13.log python311Packages.avro-python3 0 -> 1 attrpath: python311Packages.avro-python3 Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/jn3386rbr70snhvhqw1wyfpd6nmjqx7h-packages.json.drv building '/nix/store/jn3386rbr70snhvhqw1wyfpd6nmjqx7h-packages.json.drv'... Going to be running update for following packages: - python3.11-avro-python3-1.10.2 Press Enter key to continue... Running update for: - python3.11-avro-python3-1.10.2: UPDATING ... - python3.11-avro-python3-1.10.2: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.avro-python3 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.cyclonedx-python-lib, using log file: /var/log/nixpkgs-update/python311Packages.cyclonedx-python-lib/2024-03-13.log python311Packages.cyclonedx-python-lib 0 -> 1 attrpath: python311Packages.cyclonedx-python-lib Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/g4vyd114m96bmvyj7i6470qhh58fgn16-packages.json.drv building '/nix/store/g4vyd114m96bmvyj7i6470qhh58fgn16-packages.json.drv'... Going to be running update for following packages: - python3.11-cyclonedx-python-lib-6.4.3 Press Enter key to continue... Running update for: - python3.11-cyclonedx-python-lib-6.4.3: UPDATING ... - python3.11-cyclonedx-python-lib-6.4.3: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.cyclonedx-python-lib 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.yaramod, using log file: /var/log/nixpkgs-update/python311Packages.yaramod/2024-03-13.log python311Packages.yaramod 0 -> 1 attrpath: python311Packages.yaramod 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/l6qhs2q2pbpdxlzcsjv2zxlw7qnj8iqz-packages.json.drv building '/nix/store/l6qhs2q2pbpdxlzcsjv2zxlw7qnj8iqz-packages.json.drv'... Going to be running update for following packages: - python3.11-yaramod-3.21.0 Press Enter key to continue... Running update for: - python3.11-yaramod-3.21.0: UPDATING ... - python3.11-yaramod-3.21.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.yaramod 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.starlette-wtf, using log file: /var/log/nixpkgs-update/python311Packages.starlette-wtf/2024-03-13.log python311Packages.starlette-wtf 0 -> 1 attrpath: python311Packages.starlette-wtf Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/jnwp8aqpxqdkc86ya9a0wf6n4m6m7z4i-packages.json.drv building '/nix/store/jnwp8aqpxqdkc86ya9a0wf6n4m6m7z4i-packages.json.drv'... Going to be running update for following packages: - python3.11-starlette-wtf-0.4.3 Press Enter key to continue... Running update for: - python3.11-starlette-wtf-0.4.3: UPDATING ... - python3.11-starlette-wtf-0.4.3: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.starlette-wtf 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath sipvicious, using log file: /var/log/nixpkgs-update/sipvicious/2024-03-13.log sipvicious 0 -> 1 attrpath: sipvicious Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/jf32rj4gswnm90gcdd8f7nn76p2qnppn-packages.json.drv building '/nix/store/jf32rj4gswnm90gcdd8f7nn76p2qnppn-packages.json.drv'... Going to be running update for following packages: - sipvicious-0.3.4 Press Enter key to continue... Running update for: - sipvicious-0.3.4: UPDATING ... - sipvicious-0.3.4: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update sipvicious 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.clikit, using log file: /var/log/nixpkgs-update/python311Packages.clikit/2024-03-13.log python311Packages.clikit 0 -> 1 attrpath: python311Packages.clikit Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/mbj1ql4gjrv3a1p3p0rdb6ia9bla66nz-packages.json.drv building '/nix/store/mbj1ql4gjrv3a1p3p0rdb6ia9bla66nz-packages.json.drv'... Going to be running update for following packages: - python3.11-clikit-0.6.2 Press Enter key to continue... Running update for: - python3.11-clikit-0.6.2: UPDATING ... - python3.11-clikit-0.6.2: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.clikit 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: 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-13.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/kc7zy28mjk29n40jb9hdsmbxj1jhjb15-packages.json.drv building '/nix/store/kc7zy28mjk29n40jb9hdsmbxj1jhjb15-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-13.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/i4hvjxh2bdvdlr87gkgg4wv2z51fpp1z-packages.json.drv building '/nix/store/i4hvjxh2bdvdlr87gkgg4wv2z51fpp1z-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 Old version 0.109.0" not present in staging derivation file with contents: { lib , buildPythonPackage , fetchFromGitHub , pythonOlder , pythonRelaxDepsHook # build-system , hatchling # dependencies , starlette , pydantic , typing-extensions # tests , dirty-equals , flask , passlib , pytest-asyncio , pytestCheckHook , python-jose , sqlalchemy , trio # optional-dependencies , httpx , jinja2 , python-multipart , itsdangerous , pyyaml , ujson , orjson , email-validator , uvicorn , pydantic-settings , pydantic-extra-types }: buildPythonPackage rec { pname = "fastapi"; version = "0.110.0"; pyproject = true; disabled = pythonOlder "3.7"; src = fetchFromGitHub { owner = "tiangolo"; repo = "fastapi"; rev = "refs/tags/${version}"; hash = "sha256-OXWJ1PKJSJGzYNT8HHXvxMxjUtI4K6edpI+Z5B3TvhI="; }; nativeBuildInputs = [ hatchling pythonRelaxDepsHook ]; pythonRelaxDeps = [ "anyio" # https://github.com/tiangolo/fastapi/pull/9636 "starlette" ]; propagatedBuildInputs = [ starlette pydantic typing-extensions ]; passthru.optional-dependencies.all = [ httpx jinja2 python-multipart itsdangerous pyyaml ujson orjson email-validator uvicorn ] ++ lib.optionals (lib.versionAtLeast pydantic.version "2") [ pydantic-settings pydantic-extra-types ] ++ uvicorn.optional-dependencies.standard; nativeCheckInputs = [ dirty-equals flask passlib pytestCheckHook pytest-asyncio python-jose trio sqlalchemy ] ++ passthru.optional-dependencies.all ++ python-jose.optional-dependencies.cryptography; pytestFlagsArray = [ # ignoring deprecation warnings to avoid test failure from # tests/test_tutorial/test_testing/test_tutorial001.py "-W ignore::DeprecationWarning" ]; disabledTestPaths = [ # Don't test docs and examples "docs_src" # databases is incompatible with SQLAlchemy 2.0 "tests/test_tutorial/test_async_sql_databases" "tests/test_tutorial/test_sql_databases" ]; pythonImportsCheck = [ "fastapi" ]; meta = with lib; { changelog = "https://github.com/tiangolo/fastapi/releases/tag/${version}"; description = "Web framework for building APIs"; homepage = "https://github.com/tiangolo/fastapi"; license = licenses.mit; maintainers = with maintainers; [ wd15 ]; }; } [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 wayfirePlugins.wf-shell, using log file: /var/log/nixpkgs-update/wayfirePlugins.wf-shell/2024-03-13.log wayfirePlugins.wf-shell 0.8.0 -> 0.8.1 https://github.com/WayfireWM/wf-shell/releases attrpath: wayfirePlugins.wf-shell 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/window-managers/wayfire/wf-shell.nix b/pkgs/applications/window-managers/wayfire/wf-shell.nix index 229a87234924..b71e667b31ad 100644 --- a/pkgs/applications/window-managers/wayfire/wf-shell.nix +++ b/pkgs/applications/window-managers/wayfire/wf-shell.nix @@ -16,14 +16,14 @@ stdenv.mkDerivation (finalAttrs: { pname = "wf-shell"; - version = "0.8.0"; + version = "0.8.1"; src = fetchFromGitHub { owner = "WayfireWM"; repo = "wf-shell"; rev = "v${finalAttrs.version}"; fetchSubmodules = true; - hash = "sha256-K5g9DfFlqZyPHDUswx3vtzh0D9ogOQ1p87ZrqyH35vs="; + hash = "sha256-/ajFPIk8VJnlu2DzvSyGD3bC4r/pxALTkZeLNvs9dTw="; }; nativeBuildInputs = [ [outpaths] eval start [outpaths] eval end Successfully finished processing cachix "/nix/store/vzcplg15hd67y53skdpapyq59kqq4s5p-wf-shell-0.8.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)
3 packages built:
  • wayfire-with-plugins
  • wayfirePlugins.wcm
  • wayfirePlugins.wf-shell
Automatic update generated by [nixpkgs-update](https://github.com/ryantm/nixpkgs-update) tools. This update was made based on information from https://github.com/WayfireWM/wf-shell/releases. meta.description for wayfirePlugins.wf-shell is: GTK3-based panel for Wayfire meta.homepage for wayfirePlugins.wf-shell is: https://github.com/WayfireWM/wf-shell ###### Updates performed - Version update ###### To inspect upstream changes ###### Impact Checks done --- - built on NixOS - The tests defined in `passthru.tests`, if any, passed - found 0.8.1 with grep in /nix/store/vzcplg15hd67y53skdpapyq59kqq4s5p-wf-shell-0.8.1 - found 0.8.1 in filename of file in /nix/store/vzcplg15hd67y53skdpapyq59kqq4s5p-wf-shell-0.8.1 ---
Rebuild report (if merged into master) (click to expand) ``` 2 total rebuild path(s) 2 package rebuild(s) First fifty rebuilds by attrpath wayfirePlugins.wcm wayfirePlugins.wf-shell ```
Instructions to test this update (click to expand) --- Either **download from Cachix**: ``` nix-store -r /nix/store/vzcplg15hd67y53skdpapyq59kqq4s5p-wf-shell-0.8.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 wayfirePlugins.wf-shell https://github.com/r-ryantm/nixpkgs/archive/6d4dbbd0e98e3976fcf8043b78af11a10b406c3d.tar.gz ``` Or: ``` nix build github:r-ryantm/nixpkgs/6d4dbbd0e98e3976fcf8043b78af11a10b406c3d#wayfirePlugins.wf-shell ``` After you've downloaded or built it, look at the files and if there are any, run the binaries: ``` ls -la /nix/store/vzcplg15hd67y53skdpapyq59kqq4s5p-wf-shell-0.8.1 ls -la /nix/store/vzcplg15hd67y53skdpapyq59kqq4s5p-wf-shell-0.8.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)
3 packages built:
  • wayfire-with-plugins
  • wayfirePlugins.wcm
  • wayfirePlugins.wf-shell
--- ###### Maintainer pings cc @alyssais @wucke13 @wineee 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/295623 [result] Success updating wayfirePlugins.wf-shell 0.8.0 -> 0.8.1 https://github.com/WayfireWM/wf-shell/releases [options] github_user: r-ryantm, pull_request: YES, batch_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-13.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.qgrid, using log file: /var/log/nixpkgs-update/python311Packages.qgrid/2024-03-13.log python311Packages.qgrid 0 -> 1 attrpath: python311Packages.qgrid 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/s4r0jzkps5h54ls1dn31cya8xqbzs7qg-packages.json.drv building '/nix/store/s4r0jzkps5h54ls1dn31cya8xqbzs7qg-packages.json.drv'... Going to be running update for following packages: - python3.11-qgrid-1.3.1 Press Enter key to continue... Running update for: - python3.11-qgrid-1.3.1: UPDATING ... - python3.11-qgrid-1.3.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.qgrid 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath sublime-music, using log file: /var/log/nixpkgs-update/sublime-music/2024-03-13.log sublime-music 0 -> 1 attrpath: sublime-music 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/pckdzlxyp5m8lw02jmaqrw2v8ibqdhra-packages.json.drv building '/nix/store/pckdzlxyp5m8lw02jmaqrw2v8ibqdhra-packages.json.drv'... Going to be running update for following packages: - sublime-music-0.12.0 Press Enter key to continue... Running update for: - sublime-music-0.12.0: UPDATING ... - sublime-music-0.12.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update sublime-music 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath bcc, using log file: /var/log/nixpkgs-update/bcc/2024-03-13.log bcc 0 -> 1 attrpath: bcc Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/jmgywy7h1bfwqy86kdnsarvzddl1iz65-packages.json.drv building '/nix/store/jmgywy7h1bfwqy86kdnsarvzddl1iz65-packages.json.drv'... Going to be running update for following packages: - bcc-0.29.1 Press Enter key to continue... Running update for: - bcc-0.29.1: UPDATING ... - bcc-0.29.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update bcc 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath gargoyle, using log file: /var/log/nixpkgs-update/gargoyle/2024-03-13.log gargoyle 2019.1.1 -> 2023.1 https://github.com/garglk/garglk/releases attrpath: gargoyle Checking auto update branch... No auto update branch exists There might already be an open PR for this update: - gargoyle: 2019.1.1 -> 2023.1 URL "https://api.github.com/repos/NixOS/nixpkgs/issues/276280" - WIP gargoyle: 2019.1.1 -> 2023.1 URL "https://api.github.com/repos/NixOS/nixpkgs/issues/218565" [result] Failed to update gargoyle 2019.1.1 -> 2023.1 https://github.com/garglk/garglk/releases [options] github_user: r-ryantm, pull_request: YES, batch_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-greeter, using log file: /var/log/nixpkgs-update/pantheon.elementary-greeter/2024-03-13.log pantheon.elementary-greeter 0 -> 1 attrpath: pantheon.elementary-greeter Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/2rz0l89j643nxxna0k4b62ifxm79lzqr-packages.json.drv building '/nix/store/2rz0l89j643nxxna0k4b62ifxm79lzqr-packages.json.drv'... Going to be running update for following packages: - elementary-greeter-7.0.0 Press Enter key to continue... Running update for: - elementary-greeter-7.0.0: UPDATING ... - elementary-greeter-7.0.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update pantheon.elementary-greeter 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath pangomm_2_48, using log file: /var/log/nixpkgs-update/pangomm_2_48/2024-03-13.log pangomm_2_48 0 -> 1 attrpath: pangomm_2_48 Checking auto update branch... Do not update GNOME during a release cycle [result] Failed to update pangomm_2_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 pywalfox-native, using log file: /var/log/nixpkgs-update/pywalfox-native/2024-03-13.log pywalfox-native 0 -> 1 attrpath: pywalfox-native Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/1zvyqi5pkm3fqkjc8w12nlbj29vbcmhj-packages.json.drv building '/nix/store/1zvyqi5pkm3fqkjc8w12nlbj29vbcmhj-packages.json.drv'... Going to be running update for following packages: - pywalfox-native-2.7.4 Press Enter key to continue... Running update for: - pywalfox-native-2.7.4: UPDATING ... - pywalfox-native-2.7.4: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update pywalfox-native 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath kupfer, using log file: /var/log/nixpkgs-update/kupfer/2024-03-13.log kupfer 0 -> 1 attrpath: kupfer Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/my92bwdpzzd768zybs35pc5qyp264idk-packages.json.drv building '/nix/store/my92bwdpzzd768zybs35pc5qyp264idk-packages.json.drv'... Going to be running update for following packages: - kupfer-321 Press Enter key to continue... Running update for: - kupfer-321: UPDATING ... - kupfer-321: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update kupfer 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: 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-org-policy, using log file: /var/log/nixpkgs-update/python311Packages.google-cloud-org-policy/2024-03-13.log python311Packages.google-cloud-org-policy 0 -> 1 attrpath: python311Packages.google-cloud-org-policy Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/4jdiw8vshwf8q3n7yyrpvmmqfh8cbzw4-packages.json.drv building '/nix/store/4jdiw8vshwf8q3n7yyrpvmmqfh8cbzw4-packages.json.drv'... Going to be running update for following packages: - python3.11-google-cloud-org-policy-1.10.0 Press Enter key to continue... Running update for: - python3.11-google-cloud-org-policy-1.10.0: UPDATING ... - python3.11-google-cloud-org-policy-1.10.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.google-cloud-org-policy 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.sqlitedict, using log file: /var/log/nixpkgs-update/python311Packages.sqlitedict/2024-03-13.log python311Packages.sqlitedict 0 -> 1 attrpath: python311Packages.sqlitedict Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/a7lp61djjllngiyh9gyw8cpg5cw40mi9-packages.json.drv building '/nix/store/a7lp61djjllngiyh9gyw8cpg5cw40mi9-packages.json.drv'... Going to be running update for following packages: - python3.11-sqlitedict-2.1.0 Press Enter key to continue... Running update for: - python3.11-sqlitedict-2.1.0: UPDATING ... - python3.11-sqlitedict-2.1.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.sqlitedict 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.unicrypto, using log file: /var/log/nixpkgs-update/python311Packages.unicrypto/2024-03-13.log python311Packages.unicrypto 0 -> 1 attrpath: python311Packages.unicrypto Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/k587vjzqmsi0l9pzjj2plbh1nykqml0b-packages.json.drv building '/nix/store/k587vjzqmsi0l9pzjj2plbh1nykqml0b-packages.json.drv'... Going to be running update for following packages: - python3.11-unicrypto-0.0.10 Press Enter key to continue... Running update for: - python3.11-unicrypto-0.0.10: UPDATING ... - python3.11-unicrypto-0.0.10: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.unicrypto 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: 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-prctl, using log file: /var/log/nixpkgs-update/python311Packages.python-prctl/2024-03-13.log python311Packages.python-prctl 0 -> 1 attrpath: python311Packages.python-prctl Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/9582klxky7lcyvii0yrzqhgasn0dm9nc-packages.json.drv building '/nix/store/9582klxky7lcyvii0yrzqhgasn0dm9nc-packages.json.drv'... Going to be running update for following packages: - python3.11-python-prctl-1.8.1 Press Enter key to continue... Running update for: - python3.11-python-prctl-1.8.1: UPDATING ... - python3.11-python-prctl-1.8.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.python-prctl 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.ufoprocessor, using log file: /var/log/nixpkgs-update/python311Packages.ufoprocessor/2024-03-13.log python311Packages.ufoprocessor 0 -> 1 attrpath: python311Packages.ufoprocessor Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/vpzsjhg1h1xpn63sz0fa2iwmy5ca5q6z-packages.json.drv building '/nix/store/vpzsjhg1h1xpn63sz0fa2iwmy5ca5q6z-packages.json.drv'... Going to be running update for following packages: - python3.11-ufoProcessor-1.9.0 Press Enter key to continue... Running update for: - python3.11-ufoProcessor-1.9.0: UPDATING ... - python3.11-ufoProcessor-1.9.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.ufoprocessor 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.growattserver, using log file: /var/log/nixpkgs-update/python311Packages.growattserver/2024-03-13.log python311Packages.growattserver 0 -> 1 attrpath: python311Packages.growattserver Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/fyvh00vqq8xh7rx6k5kpwiy322yc36sx-packages.json.drv building '/nix/store/fyvh00vqq8xh7rx6k5kpwiy322yc36sx-packages.json.drv'... Going to be running update for following packages: - python3.11-growattserver-1.5.0 Press Enter key to continue... Running update for: - python3.11-growattserver-1.5.0: UPDATING ... - python3.11-growattserver-1.5.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.growattserver 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.hg-evolve, using log file: /var/log/nixpkgs-update/python311Packages.hg-evolve/2024-03-13.log python311Packages.hg-evolve 0 -> 1 attrpath: python311Packages.hg-evolve Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/pxhsi6nmzra42vhfn1a19g2wzi9a6939-packages.json.drv building '/nix/store/pxhsi6nmzra42vhfn1a19g2wzi9a6939-packages.json.drv'... Going to be running update for following packages: - python3.11-hg-evolve-11.1.1 Press Enter key to continue... Running update for: - python3.11-hg-evolve-11.1.1: UPDATING ... - python3.11-hg-evolve-11.1.1: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/hg-evolve/default.nix b/pkgs/development/python-modules/hg-evolve/default.nix index c742b0a57e66..92235b6ce58a 100644 --- a/pkgs/development/python-modules/hg-evolve/default.nix +++ b/pkgs/development/python-modules/hg-evolve/default.nix @@ -6,12 +6,12 @@ buildPythonPackage rec { pname = "hg-evolve"; - version = "11.1.1"; + version = "11.1.2"; format = "setuptools"; src = fetchPypi { inherit pname version; - hash = "sha256-HFZN/JJQPlVB57xcUUxyXrrD4EqPg9vYCRAa4PAQHow="; + hash = "sha256-ug+T1sRSB+J5FyqzdTR7xZtvybhdzBZYI7g4rX14DHo="; }; nativeCheckInputs = [ No auto update branch exists There might already be an open PR for this update: - python312Packages.hg-evolve: 11.1.1 -> 11.1.2 URL "https://api.github.com/repos/NixOS/nixpkgs/issues/293133" [result] Failed to update python311Packages.hg-evolve 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.yahooweather, using log file: /var/log/nixpkgs-update/python311Packages.yahooweather/2024-03-13.log python311Packages.yahooweather 0 -> 1 attrpath: python311Packages.yahooweather Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/zqg605wc4npsdzylj3jyzdzx8axv1gif-packages.json.drv building '/nix/store/zqg605wc4npsdzylj3jyzdzx8axv1gif-packages.json.drv'... Going to be running update for following packages: - python3.11-yahooweather-0.10 Press Enter key to continue... Running update for: - python3.11-yahooweather-0.10: UPDATING ... - python3.11-yahooweather-0.10: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.yahooweather 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath sgx-ssl, using log file: /var/log/nixpkgs-update/sgx-ssl/2024-03-13.log sgx-ssl 2.21_1.1.1u -> 3.0_Rev2 https://github.com/intel/intel-sgx-ssl/releases attrpath: sgx-ssl Checking auto update branch... No auto update branch exists Old version 2.21_1.1.1u" not present in master derivation file with contents: { stdenv , fetchFromGitHub , fetchurl , lib , openssl , perl , sgx-sdk , which , debug ? false }: let sgxVersion = sgx-sdk.versionTag; opensslVersion = "1.1.1u"; in stdenv.mkDerivation { pname = "sgx-ssl" + lib.optionalString debug "-debug"; version = "${sgxVersion}_${opensslVersion}"; src = fetchFromGitHub { owner = "intel"; repo = "intel-sgx-ssl"; rev = "lin_${sgxVersion}_${opensslVersion}"; hash = "sha256-zbXEQz72VUPqnGrboX6oXliaLpbcos7tV6K9lX+zleg="; }; postUnpack = let opensslSourceArchive = fetchurl { url = "https://www.openssl.org/source/openssl-${opensslVersion}.tar.gz"; hash = "sha256-4vjYS1I+7NBse+diaDA3AwD7zBU4a/UULXJ1j2lj68Y="; }; in '' ln -s ${opensslSourceArchive} $sourceRoot/openssl_source/openssl-${opensslVersion}.tar.gz ''; postPatch = '' patchShebangs Linux/build_openssl.sh # Run the test in the `installCheckPhase`, not the `buildPhase` substituteInPlace Linux/sgx/Makefile \ --replace '$(MAKE) -C $(TEST_DIR) all' \ 'bash -c "true"' ''; nativeBuildInputs = [ perl sgx-sdk stdenv.cc.libc which ]; makeFlags = [ "-C Linux" ] ++ lib.optionals debug [ "DEBUG=1" ]; installFlags = [ "DESTDIR=$(out)" ]; # Build the test app doInstallCheck = true; installCheckTarget = "test"; installCheckFlags = [ "SGX_MODE=SIM" "-j 1" # Makefile doesn't support multiple jobs ]; nativeInstallCheckInputs = [ openssl ]; meta = with lib; { description = "Cryptographic library for Intel SGX enclave applications based on OpenSSL"; homepage = "https://github.com/intel/intel-sgx-ssl"; maintainers = with maintainers; [ trundle veehaitch ]; platforms = [ "x86_64-linux" ]; license = [ licenses.bsd3 licenses.openssl ]; }; } [result] Failed to update sgx-ssl 2.21_1.1.1u -> 3.0_Rev2 https://github.com/intel/intel-sgx-ssl/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath gnome-builder, using log file: /var/log/nixpkgs-update/gnome-builder/2024-03-13.log gnome-builder 0 -> 1 attrpath: gnome-builder Checking auto update branch... Do not update GNOME during a release cycle [result] Failed to update gnome-builder 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.cypari2, using log file: /var/log/nixpkgs-update/python311Packages.cypari2/2024-03-13.log python311Packages.cypari2 0 -> 1 attrpath: python311Packages.cypari2 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/mwv1sscpmqkfhracy1b4nnpjnb8ss03c-packages.json.drv building '/nix/store/mwv1sscpmqkfhracy1b4nnpjnb8ss03c-packages.json.drv'... Going to be running update for following packages: - python3.11-cypari2-2.1.4 Press Enter key to continue... Running update for: - python3.11-cypari2-2.1.4: UPDATING ... - python3.11-cypari2-2.1.4: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.cypari2 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.astropy-healpix, using log file: /var/log/nixpkgs-update/python311Packages.astropy-healpix/2024-03-13.log python311Packages.astropy-healpix 0 -> 1 attrpath: python311Packages.astropy-healpix Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/5s4210v26jkcm104v2qycqkdl0n436w2-packages.json.drv building '/nix/store/5s4210v26jkcm104v2qycqkdl0n436w2-packages.json.drv'... Going to be running update for following packages: - python3.11-astropy-healpix-1.0.2 Press Enter key to continue... Running update for: - python3.11-astropy-healpix-1.0.2: UPDATING ... - python3.11-astropy-healpix-1.0.2: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.astropy-healpix 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.aiomultiprocess, using log file: /var/log/nixpkgs-update/python311Packages.aiomultiprocess/2024-03-13.log python311Packages.aiomultiprocess 0 -> 1 attrpath: python311Packages.aiomultiprocess Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/iadkwnnlgg0smh6lh7n7w6g2947w4pq1-packages.json.drv building '/nix/store/iadkwnnlgg0smh6lh7n7w6g2947w4pq1-packages.json.drv'... Going to be running update for following packages: - python3.11-aiomultiprocess-0.9.0 Press Enter key to continue... Running update for: - python3.11-aiomultiprocess-0.9.0: UPDATING ... - python3.11-aiomultiprocess-0.9.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.aiomultiprocess 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath furnace, using log file: /var/log/nixpkgs-update/furnace/2024-03-13.log furnace 0 -> 1 attrpath: furnace Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/mp9xschi1b7yw8xp5ayslvcp1dc61wvd-packages.json.drv building '/nix/store/mp9xschi1b7yw8xp5ayslvcp1dc61wvd-packages.json.drv'... Going to be running update for following packages: - furnace-0.6.1 Press Enter key to continue... Running update for: - furnace-0.6.1: UPDATING ... - furnace-0.6.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update furnace 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath onlyoffice-bin, using log file: /var/log/nixpkgs-update/onlyoffice-bin/2024-03-13.log onlyoffice-bin 0 -> 1 attrpath: onlyoffice-bin 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/zgr19xkwiz95qy2g1pgwfhbhzvnwvb1c-packages.json.drv building '/nix/store/zgr19xkwiz95qy2g1pgwfhbhzvnwvb1c-packages.json.drv'... Going to be running update for following packages: - onlyoffice-desktopeditors-7.2.0 Press Enter key to continue... Running update for: - onlyoffice-desktopeditors-7.2.0: UPDATING ... - onlyoffice-desktopeditors-7.2.0: ERROR --- SHOWING ERROR LOG FOR onlyoffice-desktopeditors-7.2.0 ---------------------- env: ‘/var/cache/nixpkgs-update/worker/worktree/onlyoffice-bin/pkgs/by-name/on/onlyoffice-bin/update.sh’: Permission denied --- SHOWING ERROR LOG FOR onlyoffice-desktopeditors-7.2.0 ---------------------- The update script for onlyoffice-desktopeditors-7.2.0 failed with exit code 126 [result] Failed to update onlyoffice-bin 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.django-storages, using log file: /var/log/nixpkgs-update/python311Packages.django-storages/2024-03-13.log python311Packages.django-storages 0 -> 1 attrpath: python311Packages.django-storages Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/f62k63hicwaraqwmqwkbjlxbcf92940v-packages.json.drv building '/nix/store/f62k63hicwaraqwmqwkbjlxbcf92940v-packages.json.drv'... Going to be running update for following packages: - python3.11-django-storages-1.14.2 Press Enter key to continue... Running update for: - python3.11-django-storages-1.14.2: UPDATING ... - python3.11-django-storages-1.14.2: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.django-storages 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.debugpy, using log file: /var/log/nixpkgs-update/python311Packages.debugpy/2024-03-13.log python311Packages.debugpy 0 -> 1 attrpath: python311Packages.debugpy Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/k2izr6drxy9d6f1a6j4dwbca8clmq5ky-packages.json.drv building '/nix/store/k2izr6drxy9d6f1a6j4dwbca8clmq5ky-packages.json.drv'... Going to be running update for following packages: - python3.11-debugpy-1.8.0 Press Enter key to continue... Running update for: - python3.11-debugpy-1.8.0: UPDATING ... - python3.11-debugpy-1.8.0: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/debugpy/default.nix b/pkgs/development/python-modules/debugpy/default.nix index 2fc23833dafd..8a01afb3c73b 100644 --- a/pkgs/development/python-modules/debugpy/default.nix +++ b/pkgs/development/python-modules/debugpy/default.nix @@ -18,7 +18,7 @@ buildPythonPackage rec { pname = "debugpy"; - version = "1.8.0"; + version = "1.8.1"; format = "setuptools"; disabled = pythonOlder "3.7"; @@ -27,7 +27,7 @@ buildPythonPackage rec { owner = "microsoft"; repo = "debugpy"; rev = "refs/tags/v${version}"; - hash = "sha256-FW1RDmj4sDBS0q08C82ErUd16ofxJxgVaxfykn/wVBA="; + hash = "sha256-2TkieSQYxnlUroSD9wNKNaHUTLRksFWL/6XmSNGTCA4="; }; patches = [ No auto update branch exists There might already be an open PR for this update: - python311Packages.debugpy: 1.8.0 -> 1.8.1 URL "https://api.github.com/repos/NixOS/nixpkgs/issues/289571" [result] Failed to update python311Packages.debugpy 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath systemd-wait, using log file: /var/log/nixpkgs-update/systemd-wait/2024-03-13.log systemd-wait 0 -> 1 attrpath: systemd-wait Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/1310hg0sia731sqg4g7zi7qwbvd2kznd-packages.json.drv building '/nix/store/1310hg0sia731sqg4g7zi7qwbvd2kznd-packages.json.drv'... Going to be running update for following packages: - systemd-wait-0.1+2018-10-05 Press Enter key to continue... Running update for: - systemd-wait-0.1+2018-10-05: UPDATING ... - systemd-wait-0.1+2018-10-05: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update systemd-wait 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: 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-intl, using log file: /var/log/nixpkgs-update/python311Packages.sphinx-intl/2024-03-13.log python311Packages.sphinx-intl 0 -> 1 attrpath: python311Packages.sphinx-intl Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/pqg4qamqap875f09prvfrg2xj5hbrnwp-packages.json.drv building '/nix/store/pqg4qamqap875f09prvfrg2xj5hbrnwp-packages.json.drv'... Going to be running update for following packages: - python3.11-sphinx-intl-2.1.0 Press Enter key to continue... Running update for: - python3.11-sphinx-intl-2.1.0: UPDATING ... - python3.11-sphinx-intl-2.1.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.sphinx-intl 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_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-shell, using log file: /var/log/nixpkgs-update/gnome.gnome-shell/2024-03-13.log gnome.gnome-shell 0 -> 1 attrpath: gnome.gnome-shell Checking auto update branch... Do not update GNOME during a release cycle [result] Failed to update gnome.gnome-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.mutatormath, using log file: /var/log/nixpkgs-update/python311Packages.mutatormath/2024-03-13.log python311Packages.mutatormath 0 -> 1 attrpath: python311Packages.mutatormath Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/q9aalc7jx3piwilpxpvvlwi14lbdmihd-packages.json.drv building '/nix/store/q9aalc7jx3piwilpxpvvlwi14lbdmihd-packages.json.drv'... Going to be running update for following packages: - python3.11-MutatorMath-3.0.1 Press Enter key to continue... Running update for: - python3.11-MutatorMath-3.0.1: UPDATING ... - python3.11-MutatorMath-3.0.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.mutatormath 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO multi-platform srcs in file. [result] Failed to update electron_10 10.4.7 -> 29.1.2 https://github.com/electron/electron/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.pybase64, using log file: /var/log/nixpkgs-update/python311Packages.pybase64/2024-03-13.log python311Packages.pybase64 0 -> 1 attrpath: python311Packages.pybase64 Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/g6sshsigs6sw86lg26g7qxzaqzhk0nxx-packages.json.drv building '/nix/store/g6sshsigs6sw86lg26g7qxzaqzhk0nxx-packages.json.drv'... Going to be running update for following packages: - python3.11-pybase64-1.3.2 Press Enter key to continue... Running update for: - python3.11-pybase64-1.3.2: UPDATING ... - python3.11-pybase64-1.3.2: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.pybase64 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.visitor, using log file: /var/log/nixpkgs-update/python311Packages.visitor/2024-03-13.log python311Packages.visitor 0 -> 1 attrpath: python311Packages.visitor Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/pqxjky7202dakj1gw4shbd5yjjlil0p8-packages.json.drv building '/nix/store/pqxjky7202dakj1gw4shbd5yjjlil0p8-packages.json.drv'... Going to be running update for following packages: - python3.11-visitor-0.1.3 Press Enter key to continue... Running update for: - python3.11-visitor-0.1.3: UPDATING ... - python3.11-visitor-0.1.3: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.visitor 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.aioamqp, using log file: /var/log/nixpkgs-update/python311Packages.aioamqp/2024-03-13.log python311Packages.aioamqp 0 -> 1 attrpath: python311Packages.aioamqp Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/jy7ayq12yifyak7yz3b5r6xnv598vyfg-packages.json.drv building '/nix/store/jy7ayq12yifyak7yz3b5r6xnv598vyfg-packages.json.drv'... Going to be running update for following packages: - python3.11-aioamqp-0.15.0 Press Enter key to continue... Running update for: - python3.11-aioamqp-0.15.0: UPDATING ... - python3.11-aioamqp-0.15.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.aioamqp 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath avell-unofficial-control-center, using log file: /var/log/nixpkgs-update/avell-unofficial-control-center/2024-03-13.log avell-unofficial-control-center 0 -> 1 attrpath: avell-unofficial-control-center Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/blx5d25gcnlwy84ma19grlkmqad99gjm-packages.json.drv building '/nix/store/blx5d25gcnlwy84ma19grlkmqad99gjm-packages.json.drv'... Going to be running update for following packages: - avell-unofficial-control-center-1.0.4 Press Enter key to continue... Running update for: - avell-unofficial-control-center-1.0.4: UPDATING ... - avell-unofficial-control-center-1.0.4: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update avell-unofficial-control-center 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.openrouteservice, using log file: /var/log/nixpkgs-update/python311Packages.openrouteservice/2024-03-13.log python311Packages.openrouteservice 0 -> 1 attrpath: python311Packages.openrouteservice Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/snghpp60zn31kfi47fj4rn0d12w1kf3d-packages.json.drv building '/nix/store/snghpp60zn31kfi47fj4rn0d12w1kf3d-packages.json.drv'... Going to be running update for following packages: - python3.11-openrouteservice-2.3.3 Press Enter key to continue... Running update for: - python3.11-openrouteservice-2.3.3: UPDATING ... - python3.11-openrouteservice-2.3.3: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.openrouteservice 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath bashplotlib, using log file: /var/log/nixpkgs-update/bashplotlib/2024-03-13.log bashplotlib 0 -> 1 attrpath: bashplotlib Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/5ib2j57p378jbq0mg02vwcc6mabqvncs-packages.json.drv building '/nix/store/5ib2j57p378jbq0mg02vwcc6mabqvncs-packages.json.drv'... Going to be running update for following packages: - bashplotlib-2021-03-31 Press Enter key to continue... Running update for: - bashplotlib-2021-03-31: UPDATING ... - bashplotlib-2021-03-31: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update bashplotlib 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.cloudpathlib, using log file: /var/log/nixpkgs-update/python311Packages.cloudpathlib/2024-03-13.log python311Packages.cloudpathlib 0 -> 1 attrpath: python311Packages.cloudpathlib Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/f00zs8nzq4f7y33z8wjdd37wfycx3plz-packages.json.drv building '/nix/store/f00zs8nzq4f7y33z8wjdd37wfycx3plz-packages.json.drv'... Going to be running update for following packages: - python3.11-cloudpathlib-0.18.1 Press Enter key to continue... Running update for: - python3.11-cloudpathlib-0.18.1: UPDATING ... - python3.11-cloudpathlib-0.18.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.cloudpathlib 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.yolink-api, using log file: /var/log/nixpkgs-update/python311Packages.yolink-api/2024-03-13.log python311Packages.yolink-api 0 -> 1 attrpath: python311Packages.yolink-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/i6ilsak8q69mb0w09lzwhf2klvj99b0v-packages.json.drv building '/nix/store/i6ilsak8q69mb0w09lzwhf2klvj99b0v-packages.json.drv'... Going to be running update for following packages: - python3.11-yolink-api-0.3.9 Press Enter key to continue... Running update for: - python3.11-yolink-api-0.3.9: UPDATING ... - python3.11-yolink-api-0.3.9: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.yolink-api 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.torchio, using log file: /var/log/nixpkgs-update/python311Packages.torchio/2024-03-13.log python311Packages.torchio 0 -> 1 attrpath: python311Packages.torchio Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/3sb5vrzfki4nyq2lvjr6jxjxf3mz63y4-packages.json.drv building '/nix/store/3sb5vrzfki4nyq2lvjr6jxjxf3mz63y4-packages.json.drv'... Going to be running update for following packages: - python3.11-torchio-0.19.5 Press Enter key to continue... Running update for: - python3.11-torchio-0.19.5: UPDATING ... - python3.11-torchio-0.19.5: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.torchio 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: 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-13.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/gap1c9w1dwg9431rdp9kf63rxj1r62k9-packages.json.drv building '/nix/store/gap1c9w1dwg9431rdp9kf63rxj1r62k9-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-13.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/i6b2a7dl1cn1giglb6ic310ahwl7h4x2-packages.json.drv building '/nix/store/i6b2a7dl1cn1giglb6ic310ahwl7h4x2-packages.json.drv'... Going to be running update for following packages: - zoom-5.17.10.3512 Press Enter key to continue... Running update for: - zoom-5.17.10.3512: UPDATING ... - zoom-5.17.10.3512: 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 d12bea03460e..5c96be3bb82e 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.10.30974"; - versions.x86_64-darwin = "5.17.10.30974"; - versions.x86_64-linux = "5.17.10.3512"; + versions.aarch64-darwin = "5.17.11.31580"; + versions.x86_64-darwin = "5.17.11.31580"; + versions.x86_64-linux = "5.17.11.3835"; srcs = { aarch64-darwin = fetchurl { url = "https://zoom.us/client/${versions.aarch64-darwin}/zoomusInstallerFull.pkg?archType=arm64"; name = "zoomusInstallerFull.pkg"; - hash = "sha256-JWGy8je6hFDTSKPx4GAUDMJdi5/zKoj4KK5w6E0pcsI="; + hash = "sha256-oCCZksH5sgfPVxh6I7ZpIMvkMX0+HnL1R9voNRjTUP4="; }; x86_64-darwin = fetchurl { url = "https://zoom.us/client/${versions.x86_64-darwin}/zoomusInstallerFull.pkg"; - hash = "sha256-lO0fyW5catdgKZ7cAQhdAbfQW+EewdCjTne+ZC3UW3w="; + hash = "sha256-6bIUfS6bZWh7fEq2xY++nIbnmE5DJxte6sjyoSKUMzU="; }; x86_64-linux = fetchurl { url = "https://zoom.us/client/${versions.x86_64-linux}/zoom_x86_64.pkg.tar.xz"; - hash = "sha256-dXpfgouZjd+0YyHz1c/7VL3a1SATAX8BpkR4KBeEDbc="; + hash = "sha256-eIa8ESoYi0gPbJbqahqKKvnM7rGPT+WeMIYCyFEWHGE="; }; }; No auto update branch exists [outpaths] eval start [outpaths] eval end Successfully finished processing cachix "/nix/store/rp4nk3mankfgagnni16cdz0g9r039q93-zoom-5.17.11.3835" 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 = 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:
  • zoom-us
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 zoom-us is: zoom.us video conferencing application meta.homepage for zoom-us is: https://zoom.us/ ###### 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.17.11.3835 with grep in /nix/store/rp4nk3mankfgagnni16cdz0g9r039q93-zoom-5.17.11.3835 - found 5.17.11.3835 in filename of file in /nix/store/rp4nk3mankfgagnni16cdz0g9r039q93-zoom-5.17.11.3835 ---
Rebuild report (if merged into master) (click to expand) ``` 1 total rebuild path(s) 1 package rebuild(s) First fifty rebuilds by attrpath zoom-us ```
Instructions to test this update (click to expand) --- Either **download from Cachix**: ``` nix-store -r /nix/store/rp4nk3mankfgagnni16cdz0g9r039q93-zoom-5.17.11.3835 \ --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 zoom-us https://github.com/r-ryantm/nixpkgs/archive/1b548251ee345880142c386376a1a70162966af7.tar.gz ``` Or: ``` nix build github:r-ryantm/nixpkgs/1b548251ee345880142c386376a1a70162966af7#zoom-us ``` After you've downloaded or built it, look at the files and if there are any, run the binaries: ``` ls -la /nix/store/rp4nk3mankfgagnni16cdz0g9r039q93-zoom-5.17.11.3835 ls -la /nix/store/rp4nk3mankfgagnni16cdz0g9r039q93-zoom-5.17.11.3835/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:
  • zoom-us
--- ###### Maintainer pings cc @danbst @tadfisher 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/295636 [result] Success updating 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 python311Packages.ambee, using log file: /var/log/nixpkgs-update/python311Packages.ambee/2024-03-13.log python311Packages.ambee 0 -> 1 attrpath: python311Packages.ambee Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/k62lz7f6zv7mlc62ip5lhj791rz4h644-packages.json.drv building '/nix/store/k62lz7f6zv7mlc62ip5lhj791rz4h644-packages.json.drv'... Going to be running update for following packages: - python3.11-ambee-0.4.0 Press Enter key to continue... Running update for: - python3.11-ambee-0.4.0: UPDATING ... - python3.11-ambee-0.4.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.ambee 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.etcd, using log file: /var/log/nixpkgs-update/python311Packages.etcd/2024-03-13.log python311Packages.etcd 0 -> 1 attrpath: python311Packages.etcd Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/gyrzpld5rg1j63pmmm2mxy2vvvisiid8-packages.json.drv building '/nix/store/gyrzpld5rg1j63pmmm2mxy2vvvisiid8-packages.json.drv'... Going to be running update for following packages: - python3.11-etcd-2.0.8 Press Enter key to continue... Running update for: - python3.11-etcd-2.0.8: UPDATING ... - python3.11-etcd-2.0.8: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.etcd 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.georss-generic-client, using log file: /var/log/nixpkgs-update/python311Packages.georss-generic-client/2024-03-13.log python311Packages.georss-generic-client 0 -> 1 attrpath: python311Packages.georss-generic-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/mx5gfl77kwcyxll7cpn04vk28lq7k8xn-packages.json.drv building '/nix/store/mx5gfl77kwcyxll7cpn04vk28lq7k8xn-packages.json.drv'... Going to be running update for following packages: - python3.11-georss-generic-client-0.8 Press Enter key to continue... Running update for: - python3.11-georss-generic-client-0.8: UPDATING ... - python3.11-georss-generic-client-0.8: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.georss-generic-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.pytest-httpx, using log file: /var/log/nixpkgs-update/python311Packages.pytest-httpx/2024-03-13.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/82msapnal33y7xgr88pnsqkxjmc4graq-packages.json.drv building '/nix/store/82msapnal33y7xgr88pnsqkxjmc4graq-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-13.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/aysccd7q8w0vmr4apc2dlc1f599zv7ca-packages.json.drv building '/nix/store/aysccd7q8w0vmr4apc2dlc1f599zv7ca-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-13.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/2mlxvdg2fhmsxvbrxy9zcmr6gv78v4vl-packages.json.drv building '/nix/store/2mlxvdg2fhmsxvbrxy9zcmr6gv78v4vl-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 libpointmatcher, using log file: /var/log/nixpkgs-update/libpointmatcher/2024-03-13.log libpointmatcher 1.3.1 -> 1.4.0 https://github.com/ethz-asl/libpointmatcher/releases attrpath: libpointmatcher 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/libpointmatcher/default.nix b/pkgs/development/libraries/libpointmatcher/default.nix index 01c3e3e87e43..14d39660c592 100644 --- a/pkgs/development/libraries/libpointmatcher/default.nix +++ b/pkgs/development/libraries/libpointmatcher/default.nix @@ -2,13 +2,13 @@ stdenv.mkDerivation rec { pname = "libpointmatcher"; - version = "1.3.1"; + version = "1.4.0"; src = fetchFromGitHub { owner = "ethz-asl"; repo = pname; rev = version; - sha256 = "0lai6sr3a9dj1j4pgjjyp7mx10wixy5wpvbka8nsc2danj6xhdyd"; + sha256 = "sha256-jTlaRyM3oXaQgZbpaSVxROudwB0PM+3e4T0RPn0ddMU="; }; nativeBuildInputs = [ cmake ]; [outpaths] eval start [outpaths] eval end Received ExitFailure 1 when running Raw command: /nix/store/6r0bm8shswm9v08kzvq24ib48mx3kxmn-nix-2.18.1/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A libpointmatcher nix build failed. -- Detecting C compiler ABI info - done -- Check for working C compiler: /nix/store/qhpw32pz39y6i30b3vrbw5fw6zv5549f-gcc-wrapper-13.2.0/bin/gcc - skipped -- Detecting C compile features -- Detecting C compile features - done -- Detecting CXX compiler ABI info -- Detecting CXX compiler ABI info - done -- Check for working CXX compiler: /nix/store/qhpw32pz39y6i30b3vrbw5fw6zv5549f-gcc-wrapper-13.2.0/bin/g++ - skipped -- Detecting CXX compile features -- Detecting CXX compile features - done -- Performing Test CMAKE_HAVE_LIBC_PTHREAD -- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Success -- Found Threads: TRUE -- Found Boost: /nix/store/cip0j2gmhkq4h6ihaz5lgjxs5fxcyhcb-boost-1.81.0-dev/lib/cmake/Boost-1.81.0/BoostConfig.cmake (found version "1.81.0") found components: thread filesystem system program_options date_time -- Found Boost: /nix/store/cip0j2gmhkq4h6ihaz5lgjxs5fxcyhcb-boost-1.81.0-dev/lib/cmake/Boost-1.81.0/BoostConfig.cmake (found version "1.81.0") found components: thread filesystem system program_options date_time chrono -- libnabo found, version 1.0.7 (Config mode, libs=libnabo::nabo) -- Looking for yaml-cpp on system... CMake Error at CMakeLists.txt:219 (find_package): Could not find a package configuration file provided by "yaml-cpp" with any of the following names: yaml-cppConfig.cmake yaml-cpp-config.cmake Add the installation prefix of "yaml-cpp" to CMAKE_PREFIX_PATH or set "yaml-cpp_DIR" to a directory containing one of the above files. If "yaml-cpp" provides a separate development package or SDK, be sure it has been installed.  -- Configuring incomplete, errors occurred! [result] Failed to update libpointmatcher 1.3.1 -> 1.4.0 https://github.com/ethz-asl/libpointmatcher/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.calysto-scheme, using log file: /var/log/nixpkgs-update/python311Packages.calysto-scheme/2024-03-13.log python311Packages.calysto-scheme 0 -> 1 attrpath: python311Packages.calysto-scheme Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/wjrx12hygzp49pq8j3h4amlsj2hrbkb2-packages.json.drv building '/nix/store/wjrx12hygzp49pq8j3h4amlsj2hrbkb2-packages.json.drv'... Going to be running update for following packages: - python3.11-calysto-scheme-1.4.8 Press Enter key to continue... Running update for: - python3.11-calysto-scheme-1.4.8: UPDATING ... - python3.11-calysto-scheme-1.4.8: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.calysto-scheme 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: 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-rosetta, using log file: /var/log/nixpkgs-update/python311Packages.django-rosetta/2024-03-13.log python311Packages.django-rosetta 0 -> 1 attrpath: python311Packages.django-rosetta Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/1vbn3gpnrw8r6mr2a2cxiz89iparmbf2-packages.json.drv building '/nix/store/1vbn3gpnrw8r6mr2a2cxiz89iparmbf2-packages.json.drv'... Going to be running update for following packages: - python3.11-django-rosetta-0.9.9 Press Enter key to continue... Running update for: - python3.11-django-rosetta-0.9.9: UPDATING ... - python3.11-django-rosetta-0.9.9: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.django-rosetta 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath draco, using log file: /var/log/nixpkgs-update/draco/2024-03-13.log draco 0 -> 1 attrpath: draco Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/b4k72awry63yympnkh9s5pppsdmaq0fk-packages.json.drv building '/nix/store/b4k72awry63yympnkh9s5pppsdmaq0fk-packages.json.drv'... Going to be running update for following packages: - draco-1.5.7 Press Enter key to continue... Running update for: - draco-1.5.7: UPDATING ... - draco-1.5.7: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update draco 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.pytest-freezer, using log file: /var/log/nixpkgs-update/python311Packages.pytest-freezer/2024-03-13.log python311Packages.pytest-freezer 0 -> 1 attrpath: python311Packages.pytest-freezer Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/ny7p1fs0vlbg9bd0lfd4r0ifd3h7hqbg-packages.json.drv building '/nix/store/ny7p1fs0vlbg9bd0lfd4r0ifd3h7hqbg-packages.json.drv'... Going to be running update for following packages: - python3.11-pytest-freezer-0.4.8 Press Enter key to continue... Running update for: - python3.11-pytest-freezer-0.4.8: UPDATING ... - python3.11-pytest-freezer-0.4.8: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.pytest-freezer 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.pyfftw, using log file: /var/log/nixpkgs-update/python311Packages.pyfftw/2024-03-13.log python311Packages.pyfftw 0 -> 1 attrpath: python311Packages.pyfftw Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/9vh568nmz2d0i91qrqnvgh3vgg938alv-packages.json.drv building '/nix/store/9vh568nmz2d0i91qrqnvgh3vgg938alv-packages.json.drv'... Going to be running update for following packages: - python3.11-pyFFTW-0.13.1 Press Enter key to continue... Running update for: - python3.11-pyFFTW-0.13.1: UPDATING ... - python3.11-pyFFTW-0.13.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.pyfftw 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.click-command-tree, using log file: /var/log/nixpkgs-update/python311Packages.click-command-tree/2024-03-13.log python311Packages.click-command-tree 0 -> 1 attrpath: python311Packages.click-command-tree Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/7qs4n8048cl1pjrihgwnnwnfpinz4xx1-packages.json.drv building '/nix/store/7qs4n8048cl1pjrihgwnnwnfpinz4xx1-packages.json.drv'... Going to be running update for following packages: - python3.11-click-command-tree-1.1.1 Press Enter key to continue... Running update for: - python3.11-click-command-tree-1.1.1: UPDATING ... - python3.11-click-command-tree-1.1.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.click-command-tree 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.docx2python, using log file: /var/log/nixpkgs-update/python311Packages.docx2python/2024-03-13.log python311Packages.docx2python 0 -> 1 attrpath: python311Packages.docx2python Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/p8xl2rd3ddb51cgavbbscq9b3ln0472s-packages.json.drv building '/nix/store/p8xl2rd3ddb51cgavbbscq9b3ln0472s-packages.json.drv'... Going to be running update for following packages: - python3.11-docx2python-2.11.0 Press Enter key to continue... Running update for: - python3.11-docx2python-2.11.0: UPDATING ... - python3.11-docx2python-2.11.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.docx2python 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath virt-manager-qt, using log file: /var/log/nixpkgs-update/virt-manager-qt/2024-03-13.log virt-manager-qt 0.72.97 -> 0.72.99 https://github.com/F1ash/qt-virt-manager/releases attrpath: virt-manager-qt 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 virt-manager-qt 0.72.97 -> 0.72.99 https://github.com/F1ash/qt-virt-manager/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath zsh-history-to-fish, using log file: /var/log/nixpkgs-update/zsh-history-to-fish/2024-03-13.log zsh-history-to-fish 0 -> 1 attrpath: zsh-history-to-fish Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/bq957njq9h8krjlih2ih1an2ah2cmr33-packages.json.drv building '/nix/store/bq957njq9h8krjlih2ih1an2ah2cmr33-packages.json.drv'... Going to be running update for following packages: - zsh-history-to-fish-0.3.0 Press Enter key to continue... Running update for: - zsh-history-to-fish-0.3.0: UPDATING ... - zsh-history-to-fish-0.3.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update zsh-history-to-fish 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.maison, using log file: /var/log/nixpkgs-update/python311Packages.maison/2024-03-13.log python311Packages.maison 0 -> 1 attrpath: python311Packages.maison Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/6icbq8yqg0p97p58vmayf061fqjl9ba2-packages.json.drv building '/nix/store/6icbq8yqg0p97p58vmayf061fqjl9ba2-packages.json.drv'... Going to be running update for following packages: - python3.11-maison-1.4.3 Press Enter key to continue... Running update for: - python3.11-maison-1.4.3: UPDATING ... - python3.11-maison-1.4.3: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.maison 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.pysam, using log file: /var/log/nixpkgs-update/python311Packages.pysam/2024-03-13.log python311Packages.pysam 0 -> 1 attrpath: python311Packages.pysam Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/4kj4czfvag7f85m5z30pizxwn2gd99fj-packages.json.drv building '/nix/store/4kj4czfvag7f85m5z30pizxwn2gd99fj-packages.json.drv'... Going to be running update for following packages: - python3.11-pysam-0.22.0 Press Enter key to continue... Running update for: - python3.11-pysam-0.22.0: UPDATING ... - python3.11-pysam-0.22.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.pysam 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rocmPackages.hipblas, using log file: /var/log/nixpkgs-update/rocmPackages.hipblas/2024-03-13.log rocmPackages.hipblas 0 -> 1 attrpath: rocmPackages.hipblas Checking auto update branch... [version] [version] skipping because derivation has 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/bwncvn8q7y9pdji6rd86yv7xz2fjr7gg-update.sh.drv /nix/store/wwykx4407rkwpnl75rk5gdbbdvblhgra-packages.json.drv building '/nix/store/bwncvn8q7y9pdji6rd86yv7xz2fjr7gg-update.sh.drv'... building '/nix/store/wwykx4407rkwpnl75rk5gdbbdvblhgra-packages.json.drv'... Going to be running update for following packages: - hipblas-5.7.1 Press Enter key to continue... Running update for: - hipblas-5.7.1: UPDATING ... - hipblas-5.7.1: ERROR --- SHOWING ERROR LOG FOR hipblas-5.7.1 ---------------------- 'rocmPackages_5.hipblas' is already at it's maximum allowed version. Any further upgrades should go into 'rocmPackages_X.hipblas'. --- SHOWING ERROR LOG FOR hipblas-5.7.1 ---------------------- The update script for hipblas-5.7.1 failed with exit code 1 [result] Failed to update rocmPackages.hipblas 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_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-tidal, using log file: /var/log/nixpkgs-update/mopidy-tidal/2024-03-13.log mopidy-tidal 0 -> 1 attrpath: mopidy-tidal Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/h7gpj1wlziql3bm8z0ls6vr52282rrjc-packages.json.drv building '/nix/store/h7gpj1wlziql3bm8z0ls6vr52282rrjc-packages.json.drv'... Going to be running update for following packages: - Mopidy-Tidal-0.3.2 Press Enter key to continue... Running update for: - Mopidy-Tidal-0.3.2: UPDATING ... - Mopidy-Tidal-0.3.2: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/applications/audio/mopidy/tidal.nix b/pkgs/applications/audio/mopidy/tidal.nix index 4b485ba3886b..7b48e15cbaf1 100644 --- a/pkgs/applications/audio/mopidy/tidal.nix +++ b/pkgs/applications/audio/mopidy/tidal.nix @@ -6,11 +6,11 @@ python3Packages.buildPythonApplication rec { pname = "Mopidy-Tidal"; - version = "0.3.2"; + version = "0.3.6"; src = fetchPypi { inherit pname version; - hash = "sha256-ekqhzKyU2WqTOeRR1ZSZA9yW3UXsLBsC2Bk6FZrQgmc="; + hash = "sha256-l8bH47LEwczqYexE2oA4RORhoXWQmLcvN1ti+wCh1u0="; }; propagatedBuildInputs = [ No auto update branch exists [outpaths] eval start [outpaths] eval end Received ExitFailure 1 when running Raw command: /nix/store/6r0bm8shswm9v08kzvq24ib48mx3kxmn-nix-2.18.1/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A mopidy-tidal Received ExitFailure 1 when running Raw command: /nix/store/6r0bm8shswm9v08kzvq24ib48mx3kxmn-nix-2.18.1/bin/nix --extra-experimental-features nix-command log -f . mopidy-tidal Standard output: error: build log of 'mopidy-tidal' is not available [result] Failed to update mopidy-tidal 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: 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-13.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/cvzz43xnd58xwk38nds8n57n939dzxk5-packages.json.drv building '/nix/store/cvzz43xnd58xwk38nds8n57n939dzxk5-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.django-markdownx, using log file: /var/log/nixpkgs-update/python311Packages.django-markdownx/2024-03-13.log python311Packages.django-markdownx 0 -> 1 attrpath: python311Packages.django-markdownx Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/h0ia5vavmmnbsdyha319a4k0fhrk9mmr-packages.json.drv building '/nix/store/h0ia5vavmmnbsdyha319a4k0fhrk9mmr-packages.json.drv'... Going to be running update for following packages: - python3.11-django-markdownx-4.0.7 Press Enter key to continue... Running update for: - python3.11-django-markdownx-4.0.7: UPDATING ... - python3.11-django-markdownx-4.0.7: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.django-markdownx 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: 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-13.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/nsa89sx6f0ryn5njxczdim2fybjz4skx-packages.json.drv building '/nix/store/nsa89sx6f0ryn5njxczdim2fybjz4skx-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.habanero, using log file: /var/log/nixpkgs-update/python311Packages.habanero/2024-03-13.log python311Packages.habanero 0 -> 1 attrpath: python311Packages.habanero Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/1c5biqcxln5npj21cv7i21gk01zmxid2-packages.json.drv building '/nix/store/1c5biqcxln5npj21cv7i21gk01zmxid2-packages.json.drv'... Going to be running update for following packages: - python3.11-habanero-1.2.6 Press Enter key to continue... Running update for: - python3.11-habanero-1.2.6: UPDATING ... - python3.11-habanero-1.2.6: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.habanero 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath juju, using log file: /var/log/nixpkgs-update/juju/2024-03-13.log juju 3.3.0 -> 3.3.3 https://github.com/juju/juju/releases attrpath: juju 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] stderr did not split as expected full stderr was: this derivation will be built: /nix/store/4anrn3g1rcwydkw3d0z2mabghf0avnyk-source.drv building '/nix/store/4anrn3g1rcwydkw3d0z2mabghf0avnyk-source.drv'... trying https://github.com/juju/juju/archive/juju-3.3.3.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 14 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 error: cannot download source from any mirror error: boost::bad_format_string: format-string is ill-formed stderr did not split as expected full stderr was: error: attribute 'originalSrc' in selection path 'juju.originalSrc' not found stderr did not split as expected full stderr was: these 3 derivations will be built: /nix/store/4anrn3g1rcwydkw3d0z2mabghf0avnyk-source.drv /nix/store/whvp4i8pr04lap467hnmkhs4widz7m1v-juju-3.3.3-go-modules.drv /nix/store/8gjwmq8c6sk5xmw135hg1wrg9pbbqnhs-juju-3.3.3.drv building '/nix/store/4anrn3g1rcwydkw3d0z2mabghf0avnyk-source.drv'... trying https://github.com/juju/juju/archive/juju-3.3.3.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 14 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 error: cannot download source from any mirror error: builder for '/nix/store/4anrn3g1rcwydkw3d0z2mabghf0avnyk-source.drv' failed with exit code 1; last 8 log lines: > > trying https://github.com/juju/juju/archive/juju-3.3.3.tar.gz > % Total % Received % Xferd Average Speed Time Time Time Current > Dload Upload Total Spent Left Speed > 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 > 0 14 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 > curl: (22) The requested URL returned error: 404 > error: cannot download source from any mirror For full logs, run 'nix log /nix/store/4anrn3g1rcwydkw3d0z2mabghf0avnyk-source.drv'. error: 1 dependencies of derivation '/nix/store/8gjwmq8c6sk5xmw135hg1wrg9pbbqnhs-juju-3.3.3.drv' failed to build [result] Failed to update juju 3.3.0 -> 3.3.3 https://github.com/juju/juju/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.stupidartnet, using log file: /var/log/nixpkgs-update/python311Packages.stupidartnet/2024-03-13.log python311Packages.stupidartnet 0 -> 1 attrpath: python311Packages.stupidartnet Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/mvqjvkrapfxk16qjvg8lqv2b010lsc7p-packages.json.drv building '/nix/store/mvqjvkrapfxk16qjvg8lqv2b010lsc7p-packages.json.drv'... Going to be running update for following packages: - python3.11-stupidartnet-1.4.0 Press Enter key to continue... Running update for: - python3.11-stupidartnet-1.4.0: UPDATING ... - python3.11-stupidartnet-1.4.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.stupidartnet 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.k5test, using log file: /var/log/nixpkgs-update/python311Packages.k5test/2024-03-13.log python311Packages.k5test 0 -> 1 attrpath: python311Packages.k5test Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/vn8qb7519qfqgk4yj9gdw4csv6m1yq1m-packages.json.drv building '/nix/store/vn8qb7519qfqgk4yj9gdw4csv6m1yq1m-packages.json.drv'... Going to be running update for following packages: - python3.11-k5test-0.10.3 Press Enter key to continue... Running update for: - python3.11-k5test-0.10.3: UPDATING ... - python3.11-k5test-0.10.3: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.k5test 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_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-13.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/6r0bm8shswm9v08kzvq24ib48mx3kxmn-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 error: attribute 'cargoHash' missing at «string»:1:4: 1| p: p.cargoHash | ^ Received ExitFailure 1 when running Raw command: /nix/store/6r0bm8shswm9v08kzvq24ib48mx3kxmn-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/6r0bm8shswm9v08kzvq24ib48mx3kxmn-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.humanize, using log file: /var/log/nixpkgs-update/python311Packages.humanize/2024-03-13.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/3i801sdkgyljwcxp6sy9x9nc761c2h1l-packages.json.drv building '/nix/store/3i801sdkgyljwcxp6sy9x9nc761c2h1l-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-13.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/8dswkqb045xqjdmq7987m9hla0n82m8g-packages.json.drv building '/nix/store/8dswkqb045xqjdmq7987m9hla0n82m8g-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 python311Packages.screeninfo, using log file: /var/log/nixpkgs-update/python311Packages.screeninfo/2024-03-13.log python311Packages.screeninfo 0 -> 1 attrpath: python311Packages.screeninfo Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/g3c42mr4dqc8ad38y83g8jv01xl2k08m-packages.json.drv building '/nix/store/g3c42mr4dqc8ad38y83g8jv01xl2k08m-packages.json.drv'... Going to be running update for following packages: - python3.11-screeninfo-0.8.1 Press Enter key to continue... Running update for: - python3.11-screeninfo-0.8.1: UPDATING ... - python3.11-screeninfo-0.8.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.screeninfo 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_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-13.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/iyak9q72f5hl4ivcvbjl35rn9srp15z4-update-aspellDict-cy.drv /nix/store/wjnqm5j045356zb7x0pwyd2d4gy9cy0s-packages.json.drv building '/nix/store/iyak9q72f5hl4ivcvbjl35rn9srp15z4-update-aspellDict-cy.drv'... building '/nix/store/wjnqm5j045356zb7x0pwyd2d4gy9cy0s-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 pantheon.elementary-files, using log file: /var/log/nixpkgs-update/pantheon.elementary-files/2024-03-13.log pantheon.elementary-files 0 -> 1 attrpath: pantheon.elementary-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/c7v1jmi8pr0bn4j4f7lbyjy2zgza399a-packages.json.drv building '/nix/store/c7v1jmi8pr0bn4j4f7lbyjy2zgza399a-packages.json.drv'... Going to be running update for following packages: - elementary-files-6.5.3 Press Enter key to continue... Running update for: - elementary-files-6.5.3: UPDATING ... - elementary-files-6.5.3: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update pantheon.elementary-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.ipadic, using log file: /var/log/nixpkgs-update/python311Packages.ipadic/2024-03-13.log python311Packages.ipadic 0 -> 1 attrpath: python311Packages.ipadic Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/93y5prdhsy2qmw18rp153b1khjc11plv-packages.json.drv building '/nix/store/93y5prdhsy2qmw18rp153b1khjc11plv-packages.json.drv'... Going to be running update for following packages: - python3.11-ipadic-1.0.0 Press Enter key to continue... Running update for: - python3.11-ipadic-1.0.0: UPDATING ... - python3.11-ipadic-1.0.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.ipadic 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_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-13.log createrepo_c 0.17.2 -> 1.1.0 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..dc32929322a5 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.1.0"; src = fetchFromGitHub { owner = "rpm-software-management"; repo = "createrepo_c"; rev = version; - sha256 = "sha256-rcrJjcWj+cTAE3k11Ynr7CQCOWD+rb60lcar0G2w06A="; + sha256 = "sha256-cX5H0Yk23VfMbb6FSBFEVobPVBP92t5KhyLafFgQcEU="; }; patches = [ [outpaths] eval start [outpaths] eval end Received ExitFailure 1 when running Raw command: /nix/store/6r0bm8shswm9v08kzvq24ib48mx3kxmn-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/8swr1cwfhfh24mlghvvm0ai4jhj7x2jb-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.1.0 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 python311Packages.pywebpush, using log file: /var/log/nixpkgs-update/python311Packages.pywebpush/2024-03-13.log python311Packages.pywebpush 0 -> 1 attrpath: python311Packages.pywebpush Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/4wndh54da2jm8zif1jykl5s0mxvr3sca-packages.json.drv building '/nix/store/4wndh54da2jm8zif1jykl5s0mxvr3sca-packages.json.drv'... Going to be running update for following packages: - python3.11-pywebpush-1.14.1 Press Enter key to continue... Running update for: - python3.11-pywebpush-1.14.1: UPDATING ... - python3.11-pywebpush-1.14.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.pywebpush 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.pulsectl, using log file: /var/log/nixpkgs-update/python311Packages.pulsectl/2024-03-13.log python311Packages.pulsectl 0 -> 1 attrpath: python311Packages.pulsectl Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/sj09q7ilw2wwpkq2r75ds4ys616k84c7-packages.json.drv building '/nix/store/sj09q7ilw2wwpkq2r75ds4ys616k84c7-packages.json.drv'... Going to be running update for following packages: - python3.11-pulsectl-23.5.2 Press Enter key to continue... Running update for: - python3.11-pulsectl-23.5.2: UPDATING ... - python3.11-pulsectl-23.5.2: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.pulsectl 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO @volth asked to not update xfce [result] Failed to update xfce.xfce4-power-manager 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath fusuma, using log file: /var/log/nixpkgs-update/fusuma/2024-03-13.log fusuma 0 -> 1 attrpath: fusuma 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 fusuma 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.id, using log file: /var/log/nixpkgs-update/python311Packages.id/2024-03-13.log python311Packages.id 0 -> 1 attrpath: python311Packages.id Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/3nk81w2k8n252gijifqa4hm3frg7y6bv-packages.json.drv building '/nix/store/3nk81w2k8n252gijifqa4hm3frg7y6bv-packages.json.drv'... Going to be running update for following packages: - python3.11-id-1.3.0 Press Enter key to continue... Running update for: - python3.11-id-1.3.0: UPDATING ... - python3.11-id-1.3.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.id 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: 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-redis, using log file: /var/log/nixpkgs-update/python311Packages.types-redis/2024-03-13.log python311Packages.types-redis 0 -> 1 attrpath: python311Packages.types-redis Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/gqynh65cbmgymb2bjhjy9z1a5y5w35sv-packages.json.drv building '/nix/store/gqynh65cbmgymb2bjhjy9z1a5y5w35sv-packages.json.drv'... Going to be running update for following packages: - python3.11-types-redis-4.6.0.20240311 Press Enter key to continue... Running update for: - python3.11-types-redis-4.6.0.20240311: UPDATING ... - python3.11-types-redis-4.6.0.20240311: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.types-redis 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.prance, using log file: /var/log/nixpkgs-update/python311Packages.prance/2024-03-13.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/wkrmifjvcv9r7i5qrvxv6nm1x0kmg8l2-packages.json.drv building '/nix/store/wkrmifjvcv9r7i5qrvxv6nm1x0kmg8l2-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/jmllqgg9bg9yrcp2zzsb96ssrwwgyms8-update-python-libraries", line 596, in main() File "/nix/store/jmllqgg9bg9yrcp2zzsb96ssrwwgyms8-update-python-libraries", line 575, in main results = list(filter(bool, p.map(lambda pkg: _update(pkg, target), packages))) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/3v2ch16fkl50i85n05h5ckss8pxx6836-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/3v2ch16fkl50i85n05h5ckss8pxx6836-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 317, in _result_or_cancel return fut.result(timeout) ^^^^^^^^^^^^^^^^^^^ File "/nix/store/3v2ch16fkl50i85n05h5ckss8pxx6836-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 456, in result return self.__get_result() ^^^^^^^^^^^^^^^^^^^ File "/nix/store/3v2ch16fkl50i85n05h5ckss8pxx6836-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 401, in __get_result raise self._exception File "/nix/store/3v2ch16fkl50i85n05h5ckss8pxx6836-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/jmllqgg9bg9yrcp2zzsb96ssrwwgyms8-update-python-libraries", line 575, in results = list(filter(bool, p.map(lambda pkg: _update(pkg, target), packages))) ^^^^^^^^^^^^^^^^^^^^ File "/nix/store/jmllqgg9bg9yrcp2zzsb96ssrwwgyms8-update-python-libraries", line 519, in _update return _update_package(path, target) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/jmllqgg9bg9yrcp2zzsb96ssrwwgyms8-update-python-libraries", line 430, in _update_package new_version, new_sha256, prefix = FETCHERS[fetcher]( ^^^^^^^^^^^^^^^^^^ File "/nix/store/jmllqgg9bg9yrcp2zzsb96ssrwwgyms8-update-python-libraries", line 294, in _get_latest_version_github response = subprocess.check_output(cmd) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/3v2ch16fkl50i85n05h5ckss8pxx6836-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/3v2ch16fkl50i85n05h5ckss8pxx6836-python3-3.11.8/lib/python3.11/subprocess.py", line 548, in run with Popen(*popenargs, **kwargs) as process: ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/3v2ch16fkl50i85n05h5ckss8pxx6836-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/3v2ch16fkl50i85n05h5ckss8pxx6836-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 python311Packages.locationsharinglib, using log file: /var/log/nixpkgs-update/python311Packages.locationsharinglib/2024-03-13.log python311Packages.locationsharinglib 0 -> 1 attrpath: python311Packages.locationsharinglib Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/lkh89gn4szlcnmb808zixv7x2p8q9hwl-packages.json.drv building '/nix/store/lkh89gn4szlcnmb808zixv7x2p8q9hwl-packages.json.drv'... Going to be running update for following packages: - python3.11-locationsharinglib-5.0.3 Press Enter key to continue... Running update for: - python3.11-locationsharinglib-5.0.3: UPDATING ... - python3.11-locationsharinglib-5.0.3: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.locationsharinglib 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.certbot-dns-cloudflare, using log file: /var/log/nixpkgs-update/python311Packages.certbot-dns-cloudflare/2024-03-13.log python311Packages.certbot-dns-cloudflare 0 -> 1 attrpath: python311Packages.certbot-dns-cloudflare Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/fqzpv38w36iih0cndbmr8lmjsi20b8m7-packages.json.drv building '/nix/store/fqzpv38w36iih0cndbmr8lmjsi20b8m7-packages.json.drv'... Going to be running update for following packages: - python3.11-certbot-dns-cloudflare-2.9.0 Press Enter key to continue... Running update for: - python3.11-certbot-dns-cloudflare-2.9.0: UPDATING ... - python3.11-certbot-dns-cloudflare-2.9.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.certbot-dns-cloudflare 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath husky, using log file: /var/log/nixpkgs-update/husky/2024-03-13.log husky 8.0.3 -> 9.0.11 https://github.com/typicode/husky/releases attrpath: husky Checking auto update branch... No auto update branch exists [version] [version] generic version rewriter does not support multiple hashes [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] build succeeded unexpectedlystderr did not split as expected full stderr was: error: attribute 'originalSrc' in selection path 'husky.originalSrc' not found stderr did not split as expected full stderr was: these 2 derivations will be built: /nix/store/gb1cw4dyr9qa2xk1sd65mn79wpc5dmj0-husky-9.0.11-npm-deps.drv /nix/store/bn0bp59492jcv77qasld27a1r2i62mn6-husky-9.0.11.drv building '/nix/store/gb1cw4dyr9qa2xk1sd65mn79wpc5dmj0-husky-9.0.11-npm-deps.drv'... Running phase: unpackPhase unpacking source archive /nix/store/dcwj0j3ah0pjskigagi4n0qdnhc6zrn5-source source root is source Running phase: patchPhase Running phase: updateAutotoolsGnuConfigScriptsPhase Running phase: configurePhase no configure script, doing nothing Running phase: buildPhase Error: No cacheable dependencies were found. Please inspect the upstream `package-lock.json` file and ensure that remote dependencies have `resolved` URLs and `integrity` hashes. If the lockfile is missing this data, attempt to get upstream to fix it via a tool like . If generating an empty cache is intentional and you would like to do it anyways, set `forceEmptyCache = true`. error: builder for '/nix/store/gb1cw4dyr9qa2xk1sd65mn79wpc5dmj0-husky-9.0.11-npm-deps.drv' failed with exit code 1; last 9 log lines: > Running phase: unpackPhase > unpacking source archive /nix/store/dcwj0j3ah0pjskigagi4n0qdnhc6zrn5-source > source root is source > Running phase: patchPhase > Running phase: updateAutotoolsGnuConfigScriptsPhase > Running phase: configurePhase > no configure script, doing nothing > Running phase: buildPhase > Error: No cacheable dependencies were found. Please inspect the upstream `package-lock.json` file and ensure that remote dependencies have `resolved` URLs and `integrity` hashes. If the lockfile is missing this data, attempt to get upstream to fix it via a tool like . If generating an empty cache is intentional and you would like to do it anyways, set `forceEmptyCache = true`. For full logs, run 'nix log /nix/store/gb1cw4dyr9qa2xk1sd65mn79wpc5dmj0-husky-9.0.11-npm-deps.drv'. error: 1 dependencies of derivation '/nix/store/bn0bp59492jcv77qasld27a1r2i62mn6-husky-9.0.11.drv' failed to build [result] Failed to update husky 8.0.3 -> 9.0.11 https://github.com/typicode/husky/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python312Packages.vapoursynth, using log file: /var/log/nixpkgs-update/python312Packages.vapoursynth/2024-03-13.log python312Packages.vapoursynth 65 -> 66 https://github.com/vapoursynth/vapoursynth/releases attrpath: python312Packages.vapoursynth Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/lcpymqkswcn4sad1wzd2vs4wz4vm53fw-packages.json.drv building '/nix/store/lcpymqkswcn4sad1wzd2vs4wz4vm53fw-packages.json.drv'... Going to be running update for following packages: - python3.12-vapoursynth-65 Press Enter key to continue... Running update for: - python3.12-vapoursynth-65: UPDATING ... - python3.12-vapoursynth-65: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python312Packages.vapoursynth 65 -> 66 https://github.com/vapoursynth/vapoursynth/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.py, using log file: /var/log/nixpkgs-update/python311Packages.py/2024-03-13.log python311Packages.py 0 -> 1 attrpath: python311Packages.py Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/c2iqja7hjr87ax1i2998k6xrgzm58kh3-packages.json.drv building '/nix/store/c2iqja7hjr87ax1i2998k6xrgzm58kh3-packages.json.drv'... Going to be running update for following packages: - python3.11-py-1.11.0 Press Enter key to continue... Running update for: - python3.11-py-1.11.0: UPDATING ... - python3.11-py-1.11.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.py 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath mpvScripts.sponsorblock, using log file: /var/log/nixpkgs-update/mpvScripts.sponsorblock/2024-03-13.log mpvScripts.sponsorblock 0 -> 1 attrpath: mpvScripts.sponsorblock 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/zwlm4mhn2ni482mnizgw86zsh62s7v92-packages.json.drv building '/nix/store/zwlm4mhn2ni482mnizgw86zsh62s7v92-packages.json.drv'... Going to be running update for following packages: - mpv_sponsorblock-unstable-2023-01-30 Press Enter key to continue... Running update for: - mpv_sponsorblock-unstable-2023-01-30: UPDATING ... - mpv_sponsorblock-unstable-2023-01-30: ERROR --- SHOWING ERROR LOG FOR mpv_sponsorblock-unstable-2023-01-30 ---------------------- error: … while evaluating attribute 'filename' at «string»:23:3: 22| inherit raw_version_position; 23| filename = position.file; | ^ 24| line = position.line; … while selecting an attribute at «string»:23:14: 22| inherit raw_version_position; 23| filename = position.file; | ^ 24| line = position.line; error: value is null while a set was expected Traceback (most recent call last): File "/nix/store/pkv73byvfz0gnmqdanz195q1kf3cb8z7-nix-update-1.2.0/bin/.nix-update-wrapped", line 9, in sys.exit(main()) ^^^^^^ File "/nix/store/pkv73byvfz0gnmqdanz195q1kf3cb8z7-nix-update-1.2.0/lib/python3.11/site-packages/nix_update/__init__.py", line 291, in main package = update(options) ^^^^^^^^^^^^^^^ File "/nix/store/pkv73byvfz0gnmqdanz195q1kf3cb8z7-nix-update-1.2.0/lib/python3.11/site-packages/nix_update/update.py", line 330, in update package = eval_attr(opts) ^^^^^^^^^^^^^^^ File "/nix/store/pkv73byvfz0gnmqdanz195q1kf3cb8z7-nix-update-1.2.0/lib/python3.11/site-packages/nix_update/eval.py", line 185, in eval_attr res = run(cmd) ^^^^^^^^ File "/nix/store/pkv73byvfz0gnmqdanz195q1kf3cb8z7-nix-update-1.2.0/lib/python3.11/site-packages/nix_update/utils.py", line 37, in run return subprocess.run( ^^^^^^^^^^^^^^^ File "/nix/store/3v2ch16fkl50i85n05h5ckss8pxx6836-python3-3.11.8/lib/python3.11/subprocess.py", line 571, in run raise CalledProcessError(retcode, process.args, subprocess.CalledProcessError: Command '['nix', 'eval', '--json', '--impure', '--expr', '\nlet\n \n pkgs = import "/var/cache/nixpkgs-update/worker/worktree/mpvScripts.sponsorblock";\n args = builtins.functionArgs pkgs;\n inputs = (if args ? system then { system = builtins.currentSystem; } else {}) //\n (if args ? overlays then { overlays = [ ]; } else {});\n pkg = (pkgs inputs)."mpvScripts"."sponsorblock";\n sanitizePosition = x: x;\n\n raw_version_position = sanitizePosition (builtins.unsafeGetAttrPos "version" pkg);\n\n position = if pkg ? isRubyGem then\n raw_version_position\n else if pkg ? isPhpExtension then\n raw_version_position\n else\n sanitizePosition (builtins.unsafeGetAttrPos "src" pkg);\nin {\n name = pkg.name;\n old_version = pkg.version or (builtins.parseDrvName pkg.name).version;\n inherit raw_version_position;\n filename = position.file;\n line = position.line;\n urls = pkg.src.urls or null;\n url = pkg.src.url or null;\n rev = pkg.src.rev or null;\n hash = pkg.src.outputHash or null;\n go_modules = pkg.goModules.outputHash or null;\n go_modules_old = pkg.go-modules.outputHash or null;\n cargo_deps = pkg.cargoDeps.outputHash or null;\n raw_cargo_lock =\n if pkg ? cargoDeps.lockFile then\n let\n inherit (pkg.cargoDeps) lockFile;\n res = builtins.tryEval (sanitizePosition {\n file = toString lockFile;\n });\n in\n if res.success then res.value.file else false\n else\n null;\n composer_deps = pkg.composerRepository.outputHash or null;\n npm_deps = pkg.npmDeps.outputHash or null;\n yarn_deps = pkg.offlineCache.outputHash or null;\n tests = builtins.attrNames (pkg.passthru.tests or {});\n has_update_script = pkg.passthru.updateScript or null != null;\n src_homepage = pkg.src.meta.homepage or null;\n changelog = pkg.meta.changelog or null;\n maintainers = pkg.meta.maintainers or null;\n}', '--extra-experimental-features', 'flakes nix-command']' returned non-zero exit status 1. --- SHOWING ERROR LOG FOR mpv_sponsorblock-unstable-2023-01-30 ---------------------- The update script for mpv_sponsorblock-unstable-2023-01-30 failed with exit code 1 [result] Failed to update mpvScripts.sponsorblock 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.omemo-dr, using log file: /var/log/nixpkgs-update/python311Packages.omemo-dr/2024-03-13.log python311Packages.omemo-dr 0 -> 1 attrpath: python311Packages.omemo-dr Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/j6byf87mq8hj93d6m255idfvvg6ggcrw-packages.json.drv building '/nix/store/j6byf87mq8hj93d6m255idfvvg6ggcrw-packages.json.drv'... Going to be running update for following packages: - python3.11-omemo-dr-1.0.1 Press Enter key to continue... Running update for: - python3.11-omemo-dr-1.0.1: UPDATING ... - python3.11-omemo-dr-1.0.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.omemo-dr 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath autocorrect, using log file: /var/log/nixpkgs-update/autocorrect/2024-03-13.log autocorrect 0 -> 1 attrpath: autocorrect Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/wg9iz8hcpx16csf0f917v2y8hsp29dxg-packages.json.drv building '/nix/store/wg9iz8hcpx16csf0f917v2y8hsp29dxg-packages.json.drv'... Going to be running update for following packages: - autocorrect-2.9.0 Press Enter key to continue... Running update for: - autocorrect-2.9.0: UPDATING ... - autocorrect-2.9.0: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/tools/text/autocorrect/Cargo.lock b/pkgs/tools/text/autocorrect/Cargo.lock index 5e272adb048d..99c816145929 100644 --- a/pkgs/tools/text/autocorrect/Cargo.lock +++ b/pkgs/tools/text/autocorrect/Cargo.lock @@ -34,9 +34,9 @@ checksum = "4b46cbb362ab8752921c97e041f5e366ee6297bd428a31275b9fcf1e380f7299" [[package]] name = "anstream" -version = "0.6.5" +version = "0.6.13" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d664a92ecae85fd0a7392615844904654d1d5f5514837f471ddef4a057aba1b6" +checksum = "d96bd03f33fe50a863e394ee9718a706f988b9079b20c3784fb726e7678b62fb" dependencies = [ "anstyle", "anstyle-parse", @@ -48,9 +48,9 @@ dependencies = [ [[package]] name = "anstyle" -version = "1.0.4" +version = "1.0.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7079075b41f533b8c61d2a4d073c4676e1f8b249ff94a393b0595db304e0dd87" +checksum = "8901269c6307e8d93993578286ac0edf7f195079ffff5ebdeea6a59ffb7e36bc" [[package]] name = "anstyle-parse" @@ -226,28 +226,28 @@ dependencies = [ [[package]] name = "base64" -version = "0.21.5" +version = "0.21.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "35636a1494ede3b646cc98f74f8e62c773a38a659ebc777a2cf26b9b74171df9" +checksum = "9d297deb1925b89f2ccc13d7635fa0714f12c87adce1c75356b39ca9b7178567" [[package]] name = "bindgen" -version = "0.69.1" +version = "0.69.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9ffcebc3849946a7170a05992aac39da343a90676ab392c51a4280981d6379c2" +checksum = "a00dc851838a2120612785d195287475a3ac45514741da670b735818822129a0" dependencies = [ - "bitflags 2.4.1", + "bitflags 2.4.2", "cexpr", "clang-sys", + "itertools 0.12.1", "lazy_static", "lazycell", - "peeking_take_while", "proc-macro2", "quote", "regex", "rustc-hash", "shlex", - "syn 2.0.40", + "syn 2.0.52", ] [[package]] @@ -258,9 +258,9 @@ checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a" [[package]] name = "bitflags" -version = "2.4.1" +version = "2.4.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "327762f6e5a765692301e5bb513e0d9fef63be86bbc14528052b1cd3e6f03e07" +checksum = "ed570934406eb16438a4e976b1b4500774099c13b8cb96eec99f620f05090ddf" [[package]] name = "block-buffer" @@ -273,9 +273,9 @@ dependencies = [ [[package]] name = "bstr" -version = "1.8.0" +version = "1.9.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "542f33a8835a0884b006a0c3df3dadd99c0c3f296ed26c2fdc8028e01ad6230c" +checksum = "05efc5cfd9110c8416e471df0e96702d58690178e206e61b7173706673c93706" dependencies = [ "memchr", "serde", @@ -283,9 +283,9 @@ dependencies = [ [[package]] name = "bumpalo" -version = "3.14.0" +version = "3.15.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7f30e7476521f6f8af1a1c4c0b8cc94f0bee37d91763d0ca2665f299b6cd8aec" +checksum = "7ff69b9dd49fd426c69a0db9fc04dd934cdb6645ff000864d98f7e2af8830eaa" [[package]] name = "bytes" @@ -301,12 +301,9 @@ checksum = "37b2a672a2cb129a2e41c10b1224bb368f9f37a2b16b612598138befd7b37eb5" [[package]] name = "cc" -version = "1.0.83" +version = "1.0.90" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f1174fb0b6ec23863f8b971027804a42614e347eafb0a95bf0b12cdae21fc4d0" -dependencies = [ - "libc", -] +checksum = "8cd6604a82acf3039f1144f54b8eb34e91ffba622051189e71b781822d5ee1f5" [[package]] name = "cesu8" @@ -331,9 +328,9 @@ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" [[package]] name = "ciborium" -version = "0.2.1" +version = "0.2.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "effd91f6c78e5a4ace8a5d3c0b6bfaec9e2baaef55f3efc00e45fb2e477ee926" +checksum = "42e69ffd6f0917f5c029256a24d0161db17cea3997d185db0d35926308770f0e" dependencies = [ "ciborium-io", "ciborium-ll", @@ -342,15 +339,15 @@ dependencies = [ [[package]] name = "ciborium-io" -version = "0.2.1" +version = "0.2.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cdf919175532b369853f5d5e20b26b43112613fd6fe7aee757e35f7a44642656" +checksum = "05afea1e0a06c9be33d539b876f1ce3692f4afea2cb41f740e7743225ed1c757" [[package]] name = "ciborium-ll" -version = "0.2.1" +version = "0.2.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "defaa24ecc093c77630e6c15e17c51f5e187bf35ee514f4e2d67baaa96dae22b" +checksum = "57663b653d948a338bfb3eeba9bb2fd5fcfaecb9e199e87e1eda4d9e8b240fd9" dependencies = [ "ciborium-io", "half", @@ -358,20 +355,20 @@ dependencies = [ [[package]] name = "clang-sys" -version = "1.6.1" +version = "1.7.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c688fc74432808e3eb684cae8830a86be1d66a2bd58e1f248ed0960a590baf6f" +checksum = "67523a3b4be3ce1989d607a828d036249522dd9c1c8de7f4dd2dae43a37369d1" dependencies = [ "glob", "libc", - "libloading 0.7.4", + "libloading", ] [[package]] name = "clap" -version = "4.4.11" +version = "4.5.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bfaff671f6b22ca62406885ece523383b9b64022e341e53e009a62ebc47a45f2" +checksum = "b230ab84b0ffdf890d5a10abdbc8b83ae1c4918275daea1ab8801f71536b2651" dependencies = [ "clap_builder", "clap_derive", @@ -379,9 +376,9 @@ dependencies = [ [[package]] name = "clap_builder" -version = "4.4.11" +version = "4.5.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a216b506622bb1d316cd51328dce24e07bdff4a6128a47c7e7fad11878d5adbb" +checksum = "ae129e2e766ae0ec03484e609954119f123cc1fe650337e155d03b022f24f7b4" dependencies = [ "anstream", "anstyle", @@ -391,21 +388,21 @@ dependencies = [ [[package]] name = "clap_derive" -version = "4.4.7" +version = "4.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cf9804afaaf59a91e75b022a30fb7229a7901f60c755489cc61c9b423b836442" +checksum = "307bc0538d5f0f83b8248db3087aa92fe504e4691294d0c96c0eabc33f47ba47" dependencies = [ "heck", "proc-macro2", "quote", - "syn 2.0.40", + "syn 2.0.52", ] [[package]] name = "clap_lex" -version = "0.6.0" +version = "0.7.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "702fc72eb24e5a1e48ce58027a675bc24edd52096d5397d4aea7c6dd9eca0bd1" +checksum = "98cc8fbded0c607b7ba9dd60cd98df59af97e84d24e49c8557331cfc26d301ce" [[package]] name = "colorchoice" @@ -425,14 +422,14 @@ dependencies = [ [[package]] name = "console" -version = "0.15.7" +version = "0.15.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c926e00cc70edefdc64d3a5ff31cc65bb97a3460097762bd23afb4d8145fccf8" +checksum = "0e1f83fc076bd6dd27517eacdf25fef6c4dfe5f1d7448bafaaf3a26f13b5e4eb" dependencies = [ "encode_unicode", "lazy_static", "libc", - "windows-sys 0.45.0", + "windows-sys 0.52.0", ] [[package]] @@ -462,18 +459,18 @@ checksum = "06ea2b9bc92be3c2baa9334a323ebca2d6f074ff852cd1d7b11064035cd3868f" [[package]] name = "cpufeatures" -version = "0.2.11" +version = "0.2.12" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ce420fe07aecd3e67c5f910618fe65e94158f6dcc0adf44e00d69ce2bdfe0fd0" +checksum = "53fe5e26ff1b7aef8bca9c6080520cfb8d9333c7568e1829cef191a9723e5504" dependencies = [ "libc", ] [[package]] name = "crc32fast" -version = "1.3.2" +version = "1.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b540bd8bc810d3885c6ea91e2018302f68baba2129ab3e88f32389ee9370880d" +checksum = "b3855a8a784b474f333699ef2bbca9db2c4a1f6d9088a90a2d25b1eb53111eaa" dependencies = [ "cfg-if", ] @@ -490,7 +487,7 @@ dependencies = [ "clap", "criterion-plot", "is-terminal", - "itertools", + "itertools 0.10.5", "num-traits", "once_cell", "oorandom", @@ -511,41 +508,39 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "6b50826342786a51a89e2da3a28f1c32b06e387201bc2d19791f622c673706b1" dependencies = [ "cast", - "itertools", + "itertools 0.10.5", ] [[package]] name = "crossbeam-deque" -version = "0.8.3" +version = "0.8.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ce6fd6f855243022dcecf8702fef0c297d4338e226845fe067f6341ad9fa0cef" +checksum = "613f8cc01fe9cf1a3eb3d7f488fd2fa8388403e97039e2f73692932e291a770d" dependencies = [ - "cfg-if", "crossbeam-epoch", "crossbeam-utils", ] [[package]] name = "crossbeam-epoch" -version = "0.9.15" +version = "0.9.18" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ae211234986c545741a7dc064309f67ee1e5ad243d0e48335adc0484d960bcc7" +checksum = "5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e" dependencies = [ - "autocfg", - "cfg-if", "crossbeam-utils", - "memoffset 0.9.0", - "scopeguard", ] [[package]] name = "crossbeam-utils" -version = "0.8.16" +version = "0.8.19" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5a22b2d63d4d1dc0b7f1b6b2747dd0088008a9be28b6ddf0b1e7d335e3037294" -dependencies = [ - "cfg-if", -] +checksum = "248e3bacc7dc6baa3b21e405ee045c3047101a49145e7e9eca583ab4c2ca5345" + +[[package]] +name = "crunchy" +version = "0.2.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "7a81dae078cea95a014a339291cec439d2f232ebe854a9d672b796c6afafa9b7" [[package]] name = "crypto-common" @@ -559,12 +554,12 @@ dependencies = [ [[package]] name = "ctor" -version = "0.2.5" +version = "0.2.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "37e366bff8cd32dd8754b0991fb66b279dc48f598c3a18914852a6673deef583" +checksum = "ad291aa74992b9b7a7e88c38acbbf6ad7e107f1d90ee8775b7bc1fc3394f485c" dependencies = [ "quote", - "syn 2.0.40", + "syn 2.0.52", ] [[package]] @@ -585,9 +580,9 @@ dependencies = [ [[package]] name = "either" -version = "1.9.0" +version = "1.10.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a26ae43d7bcc3b814de94796a5e736d4029efb0ee900c12e2d54c993ad1a1e07" +checksum = "11157ac094ffbdde99aa67b23417ebdd801842852b500e395a45a9c0aac03e4a" [[package]] name = "encode_unicode" @@ -665,42 +660,42 @@ dependencies = [ [[package]] name = "futures-channel" -version = "0.3.29" +version = "0.3.30" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ff4dd66668b557604244583e3e1e1eada8c5c2e96a6d0d6653ede395b78bbacb" +checksum = "eac8f7d7865dcb88bd4373ab671c8cf4508703796caa2b1985a9ca867b3fcb78" dependencies = [ "futures-core", ] [[package]] name = "futures-core" -version = "0.3.29" +version = "0.3.30" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "eb1d22c66e66d9d72e1758f0bd7d4fd0bee04cad842ee34587d68c07e45d088c" +checksum = "dfc6580bb841c5a68e9ef15c77ccc837b40a7504914d52e47b8b0e9bbda25a1d" [[package]] name = "futures-io" -version = "0.3.29" +version = "0.3.30" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8bf34a163b5c4c52d0478a4d757da8fb65cabef42ba90515efee0f6f9fa45aaa" +checksum = "a44623e20b9681a318efdd71c299b6b222ed6f231972bfe2f224ebad6311f0c1" [[package]] name = "futures-sink" -version = "0.3.29" +version = "0.3.30" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e36d3378ee38c2a36ad710c5d30c2911d752cb941c00c72dbabfb786a7970817" +checksum = "9fb8e00e87438d937621c1c6269e53f536c14d3fbd6a042bb24879e57d474fb5" [[package]] name = "futures-task" -version = "0.3.29" +version = "0.3.30" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "efd193069b0ddadc69c46389b740bbccdd97203899b48d09c5f7969591d6bae2" +checksum = "38d84fa142264698cdce1a9f9172cf383a0c82de1bddcf3092901442c4097004" [[package]] name = "futures-util" -version = "0.3.29" +version = "0.3.30" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a19526d624e703a3179b3d322efec918b6246ea0fa51d41124525f00f1cc8104" +checksum = "3d6401deb83407ab3da39eba7e33987a73c3df0c82b4bb5813ee871c19c41d48" dependencies = [ "futures-core", "futures-io", @@ -723,9 +718,9 @@ dependencies = [ [[package]] name = "getrandom" -version = "0.2.11" +version = "0.2.12" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fe9006bed769170c11f845cf00c7c1e9092aeb3f268e007c3e760ac68008070f" +checksum = "190092ea657667030ac6a35e305e62fc4dd69fd98ac98631e5d3a2b1575a12b5" dependencies = [ "cfg-if", "libc", @@ -759,9 +754,9 @@ dependencies = [ [[package]] name = "h2" -version = "0.3.22" +version = "0.3.24" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4d6250322ef6e60f93f9a2162799302cd6f68f79f6e5d85c8c16f14d1d958178" +checksum = "bb2c4422095b67ee78da96fbb51a4cc413b3b25883c7717ff7ca1ab31022c9c9" dependencies = [ "bytes", "fnv", @@ -778,9 +773,13 @@ dependencies = [ [[package]] name = "half" -version = "1.8.2" +version = "2.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "eabb4a44450da02c90444cf74558da904edde8fb4e9035a9a6a4e15445af0bd7" +checksum = "b5eceaaeec696539ddaf7b333340f1af35a5aa87ae3e4f3ead0532f72affab2e" +dependencies = [ + "cfg-if", + "crunchy", +] [[package]] name = "hashbrown" @@ -796,15 +795,15 @@ checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8" [[package]] name = "hermit-abi" -version = "0.3.3" +version = "0.3.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d77f7ec81a6d05a3abb01ab6eb7590f6083d08449fe5a1c8b1e620283546ccb7" +checksum = "d231dfb89cfffdbc30e7fc41579ed6066ad03abda9e567ccafae602b97ec5024" [[package]] name = "http" -version = "0.2.11" +version = "0.2.12" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8947b1a6fad4393052c7ba1f4cd97bed3e953a95c79c92ad9b051a04611d9fbb" +checksum = "601cbb57e577e2f5ef5be8e7b83f0f63994f25aa94d673e54a92d5c516d101f1" dependencies = [ "bytes", "fnv", @@ -836,9 +835,9 @@ checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9" [[package]] name = "hyper" -version = "0.14.27" +version = "0.14.28" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ffb1cfd654a8219eaef89881fdb3bb3b1cdc5fa75ded05d6933b2b382e395468" +checksum = "bf96e135eb83a2a8ddf766e426a841d8ddd7449d5f00d34ea02b41d2f19eef80" dependencies = [ "bytes", "futures-channel", @@ -851,7 +850,7 @@ dependencies = [ "httpdate", "itoa", "pin-project-lite", - "socket2 0.4.10", + "socket2", "tokio", "tower-service", "tracing", @@ -884,9 +883,9 @@ dependencies = [ [[package]] name = "ignore" -version = "0.4.21" +version = "0.4.22" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "747ad1b4ae841a78e8aba0d63adbfbeaea26b517b63705d47856b73015d27060" +checksum = "b46810df39e66e925525d6e38ce1e7f6e1d208f72dc39757880fcb66e2c58af1" dependencies = [ "crossbeam-deque", "globset", @@ -900,9 +899,9 @@ dependencies = [ [[package]] name = "indexmap" -version = "2.1.0" +version = "2.2.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d530e1a18b1cb4c484e6e34556a0d948706958449fca0cab753d649f2bce3d1f" +checksum = "7b0b929d511467233429c45a44ac1dcaa21ba0f5ba11e4879e6ed28ddb4f9df4" dependencies = [ "equivalent", "hashbrown", @@ -934,13 +933,13 @@ checksum = "8f518f335dce6725a761382244631d86cf0ccb2863413590b31338feb467f9c3" [[package]] name = "is-terminal" -version = "0.4.9" +version = "0.4.12" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cb0889898416213fab133e1d33a0e5858a48177452750691bde3666d0fdbaf8b" +checksum = "f23ff5ef2b80d608d61efee834934d862cd92461afc0560dedf493e4c033738b" dependencies = [ "hermit-abi", - "rustix", - "windows-sys 0.48.0", + "libc", + "windows-sys 0.52.0", ] [[package]] @@ -952,6 +951,15 @@ dependencies = [ "either", ] +[[package]] +name = "itertools" +version = "0.12.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ba291022dbbd398a455acf126c1e341954079855bc60dfdda641363bd6922569" +dependencies = [ + "either", +] + [[package]] name = "itoa" version = "1.0.10" @@ -980,9 +988,9 @@ checksum = "8eaf4bc02d17cbdd7ff4c7438cafcdf7fb9a4613313ad11b4f8fefe7d3fa0130" [[package]] name = "js-sys" -version = "0.3.66" +version = "0.3.69" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cee9c64da59eae3b50095c18d3e74f8b73c0b86d2792824ff01bbce68ba229ca" +checksum = "29c15563dc2726973df627357ce0c9ddddbea194836909d655df6a75d2cf296d" dependencies = [ "wasm-bindgen", ] @@ -1001,35 +1009,25 @@ checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55" [[package]] name = "libc" -version = "0.2.151" +version = "0.2.153" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "302d7ab3130588088d277783b1e2d2e10c9e9e4a16dd9050e6ec93fb3e7048f4" +checksum = "9c198f91728a82281a64e1f4f9eeb25d82cb32a5de251c6bd1b5154d63a8e7bd" [[package]] name = "libloading" -version = "0.7.4" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b67380fd3b2fbe7527a606e18729d21c6f3951633d0500574c4dc22d2d638b9f" -dependencies = [ - "cfg-if", - "winapi", -] - -[[package]] -name = "libloading" -version = "0.8.1" +version = "0.8.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c571b676ddfc9a8c12f1f3d3085a7b163966a8fd8098a90640953ce5f6170161" +checksum = "0c2a198fb6b0eada2a8df47933734e6d35d350665a33a3593d7164fa52c75c19" dependencies = [ "cfg-if", - "windows-sys 0.48.0", + "windows-targets 0.52.4", ] [[package]] name = "linux-raw-sys" -version = "0.4.12" +version = "0.4.13" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c4cd1a83af159aa67994778be9070f0ae1bd732942279cabb14f86f986a21456" +checksum = "01cda141df6706de531b6c46c3a33ecca755538219bd484262fa09410c13539c" [[package]] name = "lock_api" @@ -1043,9 +1041,9 @@ dependencies = [ [[package]] name = "log" -version = "0.4.20" +version = "0.4.21" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b5e6163cb8c49088c2c36f57875e58ccd8c87c7427f7fbd50ea6710b2f3f2e8f" +checksum = "90ed8c1e510134f979dbc4f070f87d4313098b704861a105fe34231c70a3901c" [[package]] name = "magnus" @@ -1071,9 +1069,9 @@ dependencies = [ [[package]] name = "memchr" -version = "2.6.4" +version = "2.7.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f665ee40bc4a3c5590afb1e9677db74a508659dfd71e126420da8274909a0167" +checksum = "523dc4f511e55ab87b694dc30d0f820d60906ef06413f93d4d7a1385599cc149" [[package]] name = "memoffset" @@ -1084,15 +1082,6 @@ dependencies = [ "autocfg", ] -[[package]] -name = "memoffset" -version = "0.9.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5a634b1c61a95585bd15607c6ab0c4e5b226e695ff2800ba0cdccddf208c406c" -dependencies = [ - "autocfg", -] - [[package]] name = "mime" version = "0.3.17" @@ -1107,18 +1096,18 @@ checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a" [[package]] name = "miniz_oxide" -version = "0.7.1" +version = "0.7.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e7810e0be55b428ada41041c41f32c9f1a42817901b4ccf45fa3d4b6561e74c7" +checksum = "9d811f3e15f28568be3407c8e7fdb6514c1cda3cb30683f15b6a1a1dc4ea14a7" dependencies = [ "adler", ] [[package]] name = "mio" -version = "0.8.10" +version = "0.8.11" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8f3d0b296e374a4e6f3c7b0a1f5a51d748a0d34c85e7dc48fc3fa9a87657fe09" +checksum = "a4a650543ca06a924e8b371db273b2756685faae30f8487da1b56505a8f78b0c" dependencies = [ "libc", "wasi", @@ -1127,11 +1116,11 @@ dependencies = [ [[package]] name = "napi" -version = "2.14.1" +version = "2.16.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1133249c46e92da921bafc8aba4912bf84d6c475f7625183772ed2d0844dc3a7" +checksum = "54a63d0570e4c3e0daf7a8d380563610e159f538e20448d6c911337246f40e84" dependencies = [ - "bitflags 2.4.1", + "bitflags 2.4.2", "ctor", "napi-derive", "napi-sys", @@ -1141,29 +1130,29 @@ dependencies = [ [[package]] name = "napi-build" -version = "2.1.0" +version = "2.1.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d4b4532cf86bfef556348ac65e561e3123879f0e7566cca6d43a6ff5326f13df" +checksum = "2f9130fccc5f763cf2069b34a089a18f0d0883c66aceb81f2fad541a3d823c43" [[package]] name = "napi-derive" -version = "2.14.3" +version = "2.16.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2b0c0743f6a3f29c20851b8377f01d485a837e2bfa57dd56d519ab7ed98ae2af" +checksum = "05bb7c37e3c1dda9312fdbe4a9fc7507fca72288ba154ec093e2d49114e727ce" dependencies = [ "cfg-if", "convert_case", "napi-derive-backend", "proc-macro2", "quote", - "syn 1.0.109", + "syn 2.0.52", ] [[package]] name = "napi-derive-backend" -version = "1.0.56" +version = "1.0.62" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4869e4d80615fdab57dffe38c36a5bc62fae37352a00a35ee7aca1cea41b1bb3" +checksum = "f785a8b8d7b83e925f5aa6d2ae3c159d17fe137ac368dc185bef410e7acdaeb4" dependencies = [ "convert_case", "once_cell", @@ -1171,7 +1160,7 @@ dependencies = [ "quote", "regex", "semver", - "syn 1.0.109", + "syn 2.0.52", ] [[package]] @@ -1180,7 +1169,7 @@ version = "2.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "2503fa6af34dc83fb74888df8b22afe933b58d37daf7d80424b1c60c68196b8b" dependencies = [ - "libloading 0.8.1", + "libloading", ] [[package]] @@ -1195,9 +1184,9 @@ dependencies = [ [[package]] name = "num-traits" -version = "0.2.17" +version = "0.2.18" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "39e3200413f237f41ab11ad6d161bc7239c84dcb631773ccd7de3dfe4b5c267c" +checksum = "da0df0e5185db44f69b44f26786fe401b6c293d1907744beaa7fa62b2e5a517a" dependencies = [ "autocfg", ] @@ -1220,9 +1209,9 @@ checksum = "830b246a0e5f20af87141b25c173cd1b609bd7779a4617d6ec582abaf90870f3" [[package]] name = "object" -version = "0.32.1" +version = "0.32.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9cf5f9dd3933bd50a9e1f149ec995f39ae2c496d31fd772c1fd45ebc27e902b0" +checksum = "a6a622008b6e321afc04970976f62ee297fdbaa6f95318ca343e3eebb9648441" dependencies = [ "memchr", ] @@ -1268,12 +1257,6 @@ dependencies = [ "windows-targets 0.48.5", ] -[[package]] -name = "peeking_take_while" -version = "0.1.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "19b17cddbe7ec3f8bc800887bab5e717348c95ea2ca0b1bf0837fb964dc67099" - [[package]] name = "percent-encoding" version = "2.3.1" @@ -1282,9 +1265,9 @@ checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e" [[package]] name = "pest" -version = "2.7.5" +version = "2.7.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ae9cee2a55a544be8b89dc6848072af97a20f2422603c10865be2a42b580fff5" +checksum = "56f8023d0fb78c8e03784ea1c7f3fa36e68a723138990b8d5a47d916b651e7a8" dependencies = [ "memchr", "thiserror", @@ -1293,9 +1276,9 @@ dependencies = [ [[package]] name = "pest_derive" -version = "2.7.5" +version = "2.7.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "81d78524685f5ef2a3b3bd1cafbc9fcabb036253d9b1463e726a91cd16e2dfc2" +checksum = "b0d24f72393fd16ab6ac5738bc33cdb6a9aa73f8b902e8fe29cf4e67d7dd1026" dependencies = [ "pest", "pest_generator", @@ -1303,22 +1286,22 @@ dependencies = [ [[package]] name = "pest_generator" -version = "2.7.5" +version = "2.7.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "68bd1206e71118b5356dae5ddc61c8b11e28b09ef6a31acbd15ea48a28e0c227" +checksum = "fdc17e2a6c7d0a492f0158d7a4bd66cc17280308bbaff78d5bef566dca35ab80" dependencies = [ "pest", "pest_meta", "proc-macro2", "quote", - "syn 2.0.40", + "syn 2.0.52", ] [[package]] name = "pest_meta" -version = "2.7.5" +version = "2.7.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7c747191d4ad9e4a4ab9c8798f1e82a39affe7ef9648390b7e5548d18e099de6" +checksum = "934cd7631c050f4674352a6e835d5f6711ffbfb9345c2fc0107155ac495ae293" dependencies = [ "once_cell", "pest", @@ -1377,9 +1360,9 @@ dependencies = [ [[package]] name = "proc-macro2" -version = "1.0.70" +version = "1.0.79" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "39278fbbf5fb4f646ce651690877f89d1c5811a3d4acb27700c1cb3cdb78fd3b" +checksum = "e835ff2298f5721608eb1a980ecaee1aef2c132bf95ecc026a11b7bf3c01c02e" dependencies = [ "unicode-ident", ] @@ -1393,7 +1376,7 @@ dependencies = [ "cfg-if", "indoc", "libc", - "memoffset 0.6.5", + "memoffset", "parking_lot", "pyo3-build-config", "pyo3-ffi", @@ -1455,18 +1438,18 @@ dependencies = [ [[package]] name = "quote" -version = "1.0.33" +version = "1.0.35" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5267fca4496028628a95160fc423a33e8b2e6af8a5302579e322e4b520293cae" +checksum = "291ec9ab5efd934aaf503a6466c5d5251535d108ee747472c3977cc5acc868ef" dependencies = [ "proc-macro2", ] [[package]] name = "rayon" -version = "1.8.0" +version = "1.9.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9c27db03db7734835b3f53954b534c91069375ce6ccaa2e065441e07d9b6cdb1" +checksum = "e4963ed1bc86e4f3ee217022bd855b297cef07fb9eac5dfa1f788b220b49b3bd" dependencies = [ "either", "rayon-core", @@ -1474,9 +1457,9 @@ dependencies = [ [[package]] name = "rayon-core" -version = "1.12.0" +version = "1.12.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5ce3fb6ad83f861aac485e76e1985cd109d9a3713802152be56c3b1f0e0658ed" +checksum = "1465873a3dfdaa8ae7cb14b4383657caab0b3e8a0aa9ae8e04b044854c8dfce2" dependencies = [ "crossbeam-deque", "crossbeam-utils", @@ -1484,18 +1467,18 @@ dependencies = [ [[package]] name = "rb-sys" -version = "0.9.83" +version = "0.9.90" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7e5b8d560b60790a3e60e56e73a8c7be88ac14e6af39fc82b5eca72c71753840" +checksum = "55d933382388cc7a6fdfd54e222eca7994791ac4b9ce5c9e8df280c739d86bbe" dependencies = [ "rb-sys-build", ] [[package]] name = "rb-sys-build" -version = "0.9.83" +version = "0.9.90" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c2d2bfd00002007d7e9ad93d0397437933040caf452d260c26dbef5fd95ae1a6" +checksum = "ebc5a7e3a875419baaa0d8cc606cdfb9361b444cb7e5abcf0de4693025887374" dependencies = [ "bindgen", "lazy_static", @@ -1503,7 +1486,7 @@ dependencies = [ "quote", "regex", "shell-words", - "syn 2.0.40", + "syn 2.0.52", ] [[package]] @@ -1523,9 +1506,9 @@ dependencies = [ [[package]] name = "regex" -version = "1.10.2" +version = "1.10.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "380b951a9c5e80ddfd6136919eef32310721aa4aacd4889a8d39124b026ab343" +checksum = "b62dbe01f0b06f9d8dc7d49e05a0785f153b00b2c227856282f671e0318c9b15" dependencies = [ "aho-corasick", "memchr", @@ -1535,9 +1518,9 @@ dependencies = [ [[package]] name = "regex-automata" -version = "0.4.3" +version = "0.4.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5f804c7828047e88b2d32e2d7fe5a105da8ee3264f01902f796c8e067dc2483f" +checksum = "86b83b8b9847f9bf95ef68afb0b8e6cdb80f498442f5179a29fad448fcc1eaea" dependencies = [ "aho-corasick", "memchr", @@ -1552,9 +1535,9 @@ checksum = "c08c74e62047bb2de4ff487b251e4a92e24f48745648451635cec7d591162d9f" [[package]] name = "reqwest" -version = "0.11.22" +version = "0.11.26" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "046cd98826c46c2ac8ddecae268eb5c2e58628688a5fc7a2643704a73faba95b" +checksum = "78bf93c4af7a8bb7d879d51cebe797356ff10ae8516ace542b5182d9dcac10b2" dependencies = [ "base64", "bytes", @@ -1578,6 +1561,7 @@ dependencies = [ "serde", "serde_json", "serde_urlencoded", + "sync_wrapper", "system-configuration", "tokio", "tokio-rustls", @@ -1592,16 +1576,17 @@ dependencies = [ [[package]] name = "ring" -version = "0.17.7" +version = "0.17.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "688c63d65483050968b2a8937f7995f443e27041a0f7700aa59b0822aedebb74" +checksum = "c17fa4cb658e3583423e915b9f3acc01cceaee1860e33d59ebae66adc3a2dc0d" dependencies = [ "cc", + "cfg-if", "getrandom", "libc", "spin", "untrusted", - "windows-sys 0.48.0", + "windows-sys 0.52.0", ] [[package]] @@ -1618,11 +1603,11 @@ checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2" [[package]] name = "rustix" -version = "0.38.28" +version = "0.38.31" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "72e572a5e8ca657d7366229cdde4bd14c4eb5499a9573d4d366fe1b599daa316" +checksum = "6ea3e1a662af26cd7a3ba09c0297a31af215563ecf42817c98df621387f4e949" dependencies = [ - "bitflags 2.4.1", + "bitflags 2.4.2", "errno", "libc", "linux-raw-sys", @@ -1662,9 +1647,9 @@ dependencies = [ [[package]] name = "ryu" -version = "1.0.16" +version = "1.0.17" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f98d2aa92eebf49b69786be48e4477826b256916e84a57ff2a4f21923b48eb4c" +checksum = "e86697c916019a8588c99b5fac3cead74ec0b4b819707a682fd4d23fa0ce1ba1" [[package]] name = "same-file" @@ -1713,35 +1698,35 @@ dependencies = [ [[package]] name = "semver" -version = "1.0.20" +version = "1.0.22" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "836fa6a3e1e547f9a2c4040802ec865b5d85f4014efe00555d7090a3dcaa1090" +checksum = "92d43fe69e652f3df9bdc2b85b2854a0825b86e4fb76bc44d945137d053639ca" [[package]] name = "serde" -version = "1.0.193" +version = "1.0.197" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "25dd9975e68d0cb5aa1120c288333fc98731bd1dd12f561e468ea4728c042b89" +checksum = "3fb1c873e1b9b056a4dc4c0c198b24c3ffa059243875552b2bd0933b1aee4ce2" dependencies = [ "serde_derive", ] [[package]] name = "serde_derive" -version = "1.0.193" +version = "1.0.197" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "43576ca501357b9b071ac53cdc7da8ef0cbd9493d8df094cd821777ea6e894d3" +checksum = "7eb0b34b42edc17f6b7cac84a52a1c5f0e1bb2227e997ca9011ea3dd34e8610b" dependencies = [ "proc-macro2", "quote", - "syn 2.0.40", + "syn 2.0.52", ] [[package]] name = "serde_json" -version = "1.0.108" +version = "1.0.114" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3d1c7e3eac408d115102c4c24ad393e0821bb3a5df4d506a80f85f7a742a526b" +checksum = "c5f09b1bd632ef549eaa9f60a1f8de742bdbc698e6cee2095fc84dde5f549ae0" dependencies = [ "itoa", "ryu", @@ -1750,13 +1735,13 @@ dependencies = [ [[package]] name = "serde_repr" -version = "0.1.17" +version = "0.1.18" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3081f5ffbb02284dda55132aa26daecedd7372a42417bbbab6f14ab7d6bb9145" +checksum = "0b2e6b945e9d3df726b65d6ee24060aff8e3533d431f677a9695db04eff9dfdb" dependencies = [ "proc-macro2", "quote", - "syn 2.0.40", + "syn 2.0.52", ] [[package]] @@ -1773,9 +1758,9 @@ dependencies = [ [[package]] name = "serde_yaml" -version = "0.9.27" +version = "0.9.32" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3cc7a1570e38322cfe4154732e5110f887ea57e22b76f4bfd32b5bdd3368666c" +checksum = "8fd075d994154d4a774f95b51fb96bdc2832b0ea48425c92546073816cda1f2f" dependencies = [ "indexmap", "itoa", @@ -1803,9 +1788,9 @@ checksum = "24188a676b6ae68c3b2cb3a01be17fbf7240ce009799bb56d5b1409051e78fde" [[package]] name = "shlex" -version = "1.2.0" +version = "1.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a7cee0529a6d40f580e7a5e6c495c8fbfe21b7b52795ed4bb5e62cdf92bc6380" +checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64" [[package]] name = "slab" @@ -1818,28 +1803,18 @@ dependencies = [ [[package]] name = "smallvec" -version = "1.11.2" +version = "1.13.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4dccd0940a2dcdf68d092b8cbab7dc0ad8fa938bf95787e1b916b0e3d0e8e970" +checksum = "e6ecd384b10a64542d77071bd64bd7b231f4ed5940fba55e98c3de13824cf3d7" [[package]] name = "socket2" -version = "0.4.10" +version = "0.5.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9f7916fc008ca5542385b89a3d3ce689953c143e9304a9bf8beec1de48994c0d" +checksum = "05ffd9c0a93b7543e062e759284fcf5f5e3b098501104bfbdde4d404db792871" dependencies = [ "libc", - "winapi", -] - -[[package]] -name = "socket2" -version = "0.5.5" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7b5fac59a5cb5dd637972e5fca70daf0523c9067fcdc4842f053dae04a18f8e9" -dependencies = [ - "libc", - "windows-sys 0.48.0", + "windows-sys 0.52.0", ] [[package]] @@ -1850,9 +1825,9 @@ checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67" [[package]] name = "strsim" -version = "0.10.0" +version = "0.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623" +checksum = "5ee073c9e4cd00e28217186dbe12796d692868f432bf2e97ee73bed0c56dfa01" [[package]] name = "sudo" @@ -1877,15 +1852,21 @@ dependencies = [ [[package]] name = "syn" -version = "2.0.40" +version = "2.0.52" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "13fa70a4ee923979ffb522cacce59d34421ebdea5625e1073c4326ef9d2dd42e" +checksum = "b699d15b36d1f02c3e7c69f8ffef53de37aefae075d8488d4ba1a7788d574a07" dependencies = [ "proc-macro2", "quote", "unicode-ident", ] +[[package]] +name = "sync_wrapper" +version = "0.1.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "2047c6ded9c721764247e62cd3b03c09ffc529b2ba5b10ec482ae507a4a70160" + [[package]] name = "system-configuration" version = "0.5.1" @@ -1920,41 +1901,40 @@ dependencies = [ [[package]] name = "target-lexicon" -version = "0.12.12" +version = "0.12.14" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "14c39fd04924ca3a864207c66fc2cd7d22d7c016007f9ce846cbb9326331930a" +checksum = "e1fc403891a21bcfb7c37834ba66a547a8f402146eba7265b5a6d88059c9ff2f" [[package]] name = "tempfile" -version = "3.8.1" +version = "3.10.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7ef1adac450ad7f4b3c28589471ade84f25f731a7a0fe30d71dfa9f60fd808e5" +checksum = "85b77fafb263dd9d05cbeac119526425676db3784113aa9295c88498cbf8bff1" dependencies = [ "cfg-if", "fastrand", - "redox_syscall", "rustix", - "windows-sys 0.48.0", + "windows-sys 0.52.0", ] [[package]] name = "thiserror" -version = "1.0.50" +version = "1.0.58" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f9a7210f5c9a7156bb50aa36aed4c95afb51df0df00713949448cf9e97d382d2" +checksum = "03468839009160513471e86a034bb2c5c0e4baae3b43f79ffc55c4a5427b3297" dependencies = [ "thiserror-impl", ] [[package]] name = "thiserror-impl" -version = "1.0.50" +version = "1.0.58" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "266b2e40bc00e5a6c09c3584011e08b06f123c00362c92b975ba9843aaaa14b8" +checksum = "c61f3ba182994efc43764a46c018c347bc492c79f024e705f46567b418f6d4f7" dependencies = [ "proc-macro2", "quote", - "syn 2.0.40", + "syn 2.0.52", ] [[package]] @@ -1993,9 +1973,9 @@ checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20" [[package]] name = "tokio" -version = "1.35.0" +version = "1.36.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "841d45b238a16291a4e1584e61820b8ae57d696cc5015c459c229ccc6990cc1c" +checksum = "61285f6515fa018fb2d1e46eb21223fff441ee8db5d0f1435e8ab4f5cdb80931" dependencies = [ "backtrace", "bytes", @@ -2003,7 +1983,7 @@ dependencies = [ "mio", "num_cpus", "pin-project-lite", - "socket2 0.5.5", + "socket2", "tokio-macros", "windows-sys 0.48.0", ] @@ -2016,7 +1996,7 @@ checksum = "5b8a1e28f2deaa14e508979454cb3a223b10b938b45af148bc0986de36f1923b" dependencies = [ "proc-macro2", "quote", - "syn 2.0.40", + "syn 2.0.52", ] [[package]] @@ -2088,9 +2068,9 @@ checksum = "ed646292ffc8188ef8ea4d1e0e0150fb15a5c2e12ad9b8fc191ae7a8a7f3c4b9" [[package]] name = "unicode-bidi" -version = "0.3.14" +version = "0.3.15" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6f2528f27a9eb2b21e69c95319b30bd0efd85d09c379741b0f78ea1d86be2416" +checksum = "08f95100a766bf4f8f28f90d77e0a5461bbdb219042e7679bebe79004fed8d75" [[package]] name = "unicode-ident" @@ -2100,18 +2080,18 @@ checksum = "3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b" [[package]] name = "unicode-normalization" -version = "0.1.22" +version = "0.1.23" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5c5713f0fc4b5db668a2ac63cdb7bb4469d8c9fed047b1d0292cc7b0ce2ba921" +checksum = "a56d1686db2308d901306f92a263857ef59ea39678a5458e7cb17f01415101f5" dependencies = [ "tinyvec", ] [[package]] name = "unicode-segmentation" -version = "1.10.1" +version = "1.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1dd624098567895118886609431a7c3b8f516e41d30e0643f03d94592a147e36" +checksum = "d4c87d22b6e3f4a18d4d40ef354e97c90fcb14dd91d7dc0aa9d8a1172ebf7202" [[package]] name = "unindent" @@ -2121,9 +2101,9 @@ checksum = "e1766d682d402817b5ac4490b3c3002d91dfa0d22812f341609f97b08757359c" [[package]] name = "unsafe-libyaml" -version = "0.2.9" +version = "0.2.10" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f28467d3e1d3c6586d8f25fa243f544f5800fec42d97032474e17222c2b75cfa" +checksum = "ab4c90930b95a82d00dc9e9ac071b4991924390d46cbd0dfe566148667605e4b" [[package]] name = "untrusted" @@ -2156,9 +2136,9 @@ checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f" [[package]] name = "walkdir" -version = "2.4.0" +version = "2.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d71d857dc86794ca4c280d616f7da00d2dbfd8cd788846559a6813e6aa4b54ee" +checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b" dependencies = [ "same-file", "winapi-util", @@ -2181,9 +2161,9 @@ checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423" [[package]] name = "wasm-bindgen" -version = "0.2.89" +version = "0.2.92" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0ed0d4f68a3015cc185aff4db9506a015f4b96f95303897bfa23f846db54064e" +checksum = "4be2531df63900aeb2bca0daaaddec08491ee64ceecbee5076636a3b026795a8" dependencies = [ "cfg-if", "serde", @@ -2193,24 +2173,24 @@ dependencies = [ [[package]] name = "wasm-bindgen-backend" -version = "0.2.89" +version = "0.2.92" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1b56f625e64f3a1084ded111c4d5f477df9f8c92df113852fa5a374dbda78826" +checksum = "614d787b966d3989fa7bb98a654e369c762374fd3213d212cfc0251257e747da" dependencies = [ "bumpalo", "log", "once_cell", "proc-macro2", "quote", - "syn 2.0.40", + "syn 2.0.52", "wasm-bindgen-shared", ] [[package]] name = "wasm-bindgen-futures" -version = "0.4.39" +version = "0.4.42" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ac36a15a220124ac510204aec1c3e5db8a22ab06fd6706d881dc6149f8ed9a12" +checksum = "76bc14366121efc8dbb487ab05bcc9d346b3b5ec0eaa76e46594cabbe51762c0" dependencies = [ "cfg-if", "js-sys", @@ -2220,9 +2200,9 @@ dependencies = [ [[package]] name = "wasm-bindgen-macro" -version = "0.2.89" +version = "0.2.92" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0162dbf37223cd2afce98f3d0785506dcb8d266223983e4b5b525859e6e182b2" +checksum = "a1f8823de937b71b9460c0c34e25f3da88250760bec0ebac694b49997550d726" dependencies = [ "quote", "wasm-bindgen-macro-support", @@ -2230,28 +2210,28 @@ dependencies = [ [[package]] name = "wasm-bindgen-macro-support" -version = "0.2.89" +version = "0.2.92" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f0eb82fcb7930ae6219a7ecfd55b217f5f0893484b7a13022ebb2b2bf20b5283" +checksum = "e94f17b526d0a461a191c78ea52bbce64071ed5c04c9ffe424dcb38f74171bb7" dependencies = [ "proc-macro2", "quote", - "syn 2.0.40", + "syn 2.0.52", "wasm-bindgen-backend", "wasm-bindgen-shared", ] [[package]] name = "wasm-bindgen-shared" -version = "0.2.89" +version = "0.2.92" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7ab9b36309365056cd639da3134bf87fa8f3d86008abf99e612384a6eecd459f" +checksum = "af190c94f2773fdb3729c55b007a722abb5384da03bc0986df4c289bf5567e96" [[package]] name = "web-sys" -version = "0.3.66" +version = "0.3.69" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "50c24a44ec86bb68fbecd1b3efed7e85ea5621b39b35ef2766b66cd984f8010f" +checksum = "77afa9a11836342370f4817622a2f0f418b134426d91a82dfb48f532d2ec13ef" dependencies = [ "js-sys", "wasm-bindgen", @@ -2259,9 +2239,9 @@ dependencies = [ [[package]] name = "webpki-roots" -version = "0.25.3" +version = "0.25.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1778a42e8b3b90bff8d0f5032bf22250792889a5cdc752aa0020c84abe3aaf10" +checksum = "5f20c57d8d7db6d3b86154206ae5d8fba62dd39573114de97c2cb0578251f8e1" [[package]] name = "winapi" @@ -2294,15 +2274,6 @@ version = "0.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" -[[package]] -name = "windows-sys" -version = "0.45.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0" -dependencies = [ - "windows-targets 0.42.2", -] - [[package]] name = "windows-sys" version = "0.48.0" @@ -2318,22 +2289,7 @@ version = "0.52.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d" dependencies = [ - "windows-targets 0.52.0", -] - -[[package]] -name = "windows-targets" -version = "0.42.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8e5180c00cd44c9b1c88adb3693291f1cd93605ded80c250a75d472756b4d071" -dependencies = [ - "windows_aarch64_gnullvm 0.42.2", - "windows_aarch64_msvc 0.42.2", - "windows_i686_gnu 0.42.2", - "windows_i686_msvc 0.42.2", - "windows_x86_64_gnu 0.42.2", - "windows_x86_64_gnullvm 0.42.2", - "windows_x86_64_msvc 0.42.2", + "windows-targets 0.52.4", ] [[package]] @@ -2353,25 +2309,19 @@ dependencies = [ [[package]] name = "windows-targets" -version = "0.52.0" +version = "0.52.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8a18201040b24831fbb9e4eb208f8892e1f50a37feb53cc7ff887feb8f50e7cd" +checksum = "7dd37b7e5ab9018759f893a1952c9420d060016fc19a472b4bb20d1bdd694d1b" dependencies = [ - "windows_aarch64_gnullvm 0.52.0", - "windows_aarch64_msvc 0.52.0", - "windows_i686_gnu 0.52.0", - "windows_i686_msvc 0.52.0", - "windows_x86_64_gnu 0.52.0", - "windows_x86_64_gnullvm 0.52.0", - "windows_x86_64_msvc 0.52.0", + "windows_aarch64_gnullvm 0.52.4", + "windows_aarch64_msvc 0.52.4", + "windows_i686_gnu 0.52.4", + "windows_i686_msvc 0.52.4", + "windows_x86_64_gnu 0.52.4", + "windows_x86_64_gnullvm 0.52.4", + "windows_x86_64_msvc 0.52.4", ] -[[package]] -name = "windows_aarch64_gnullvm" -version = "0.42.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8" - [[package]] name = "windows_aarch64_gnullvm" version = "0.48.5" @@ -2380,15 +2330,9 @@ checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8" [[package]] name = "windows_aarch64_gnullvm" -version = "0.52.0" +version = "0.52.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cb7764e35d4db8a7921e09562a0304bf2f93e0a51bfccee0bd0bb0b666b015ea" - -[[package]] -name = "windows_aarch64_msvc" -version = "0.42.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43" +checksum = "bcf46cf4c365c6f2d1cc93ce535f2c8b244591df96ceee75d8e83deb70a9cac9" [[package]] name = "windows_aarch64_msvc" @@ -2398,15 +2342,9 @@ checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc" [[package]] name = "windows_aarch64_msvc" -version = "0.52.0" +version = "0.52.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bbaa0368d4f1d2aaefc55b6fcfee13f41544ddf36801e793edbbfd7d7df075ef" - -[[package]] -name = "windows_i686_gnu" -version = "0.42.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f" +checksum = "da9f259dd3bcf6990b55bffd094c4f7235817ba4ceebde8e6d11cd0c5633b675" [[package]] name = "windows_i686_gnu" @@ -2416,15 +2354,9 @@ checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e" [[package]] name = "windows_i686_gnu" -version = "0.52.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a28637cb1fa3560a16915793afb20081aba2c92ee8af57b4d5f28e4b3e7df313" - -[[package]] -name = "windows_i686_msvc" -version = "0.42.2" +version = "0.52.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060" +checksum = "b474d8268f99e0995f25b9f095bc7434632601028cf86590aea5c8a5cb7801d3" [[package]] name = "windows_i686_msvc" @@ -2434,15 +2366,9 @@ checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406" [[package]] name = "windows_i686_msvc" -version = "0.52.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ffe5e8e31046ce6230cc7215707b816e339ff4d4d67c65dffa206fd0f7aa7b9a" - -[[package]] -name = "windows_x86_64_gnu" -version = "0.42.2" +version = "0.52.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36" +checksum = "1515e9a29e5bed743cb4415a9ecf5dfca648ce85ee42e15873c3cd8610ff8e02" [[package]] name = "windows_x86_64_gnu" @@ -2452,15 +2378,9 @@ checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e" [[package]] name = "windows_x86_64_gnu" -version = "0.52.0" +version = "0.52.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3d6fa32db2bc4a2f5abeacf2b69f7992cd09dca97498da74a151a3132c26befd" - -[[package]] -name = "windows_x86_64_gnullvm" -version = "0.42.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3" +checksum = "5eee091590e89cc02ad514ffe3ead9eb6b660aedca2183455434b93546371a03" [[package]] name = "windows_x86_64_gnullvm" @@ -2470,15 +2390,9 @@ checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc" [[package]] name = "windows_x86_64_gnullvm" -version = "0.52.0" +version = "0.52.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1a657e1e9d3f514745a572a6846d3c7aa7dbe1658c056ed9c3344c4109a6949e" - -[[package]] -name = "windows_x86_64_msvc" -version = "0.42.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0" +checksum = "77ca79f2451b49fa9e2af39f0747fe999fcda4f5e241b2898624dca97a1f2177" [[package]] name = "windows_x86_64_msvc" @@ -2488,9 +2402,9 @@ checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538" [[package]] name = "windows_x86_64_msvc" -version = "0.52.0" +version = "0.52.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "dff9641d1cd4be8d1a070daf9e3773c5f67e78b4d9d42263020c057706765c04" +checksum = "32b752e52a2da0ddfbdbcc6fceadfeede4c939ed16d13e648833a61dfb611ed8" [[package]] name = "winreg" @@ -2504,9 +2418,9 @@ dependencies = [ [[package]] name = "xattr" -version = "1.1.2" +version = "1.3.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d367426ae76bdfce3d8eaea6e94422afd6def7d46f9c89e2980309115b3c2c41" +checksum = "8da84f1a25939b27f6820d92aed108f83ff920fdf11a7b19366c27c4cda81d4f" dependencies = [ "libc", "linux-raw-sys", Package version did not change. [result] Failed to update autocorrect 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: 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-13.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/0v74gzcqhzyy7c7c2hgmp5aifdavjwp9-packages.json.drv building '/nix/store/0v74gzcqhzyy7c7c2hgmp5aifdavjwp9-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 python311Packages.misoc, using log file: /var/log/nixpkgs-update/python311Packages.misoc/2024-03-13.log python311Packages.misoc 0 -> 1 attrpath: python311Packages.misoc Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/0h1ypd085qj7df2krlsl51b6b57qb1f5-packages.json.drv building '/nix/store/0h1ypd085qj7df2krlsl51b6b57qb1f5-packages.json.drv'... Going to be running update for following packages: - python3.11-misoc-unstable-2022-10-08 Press Enter key to continue... Running update for: - python3.11-misoc-unstable-2022-10-08: UPDATING ... - python3.11-misoc-unstable-2022-10-08: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.misoc 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath lesspass-cli, using log file: /var/log/nixpkgs-update/lesspass-cli/2024-03-13.log lesspass-cli 0 -> 1 attrpath: lesspass-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/d5w65cpjqgadj4vm98ccrp4zdnqp2gh1-packages.json.drv building '/nix/store/d5w65cpjqgadj4vm98ccrp4zdnqp2gh1-packages.json.drv'... Going to be running update for following packages: - lesspass-cli-9.1.9 Press Enter key to continue... Running update for: - lesspass-cli-9.1.9: UPDATING ... - lesspass-cli-9.1.9: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update lesspass-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.pygtkspellcheck, using log file: /var/log/nixpkgs-update/python311Packages.pygtkspellcheck/2024-03-13.log python311Packages.pygtkspellcheck 0 -> 1 attrpath: python311Packages.pygtkspellcheck Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/hh8dmxiamfhakigjqfza3gr4qrbjdcx5-packages.json.drv building '/nix/store/hh8dmxiamfhakigjqfza3gr4qrbjdcx5-packages.json.drv'... Going to be running update for following packages: - python3.11-pygtkspellcheck-5.0.3 Press Enter key to continue... Running update for: - python3.11-pygtkspellcheck-5.0.3: UPDATING ... - python3.11-pygtkspellcheck-5.0.3: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.pygtkspellcheck 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath libmongocrypt, using log file: /var/log/nixpkgs-update/libmongocrypt/2024-03-13.log libmongocrypt 1.7.4 -> 1.9.1 https://github.com/mongodb/libmongocrypt/releases attrpath: libmongocrypt 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 libmongocrypt 1.7.4 -> 1.9.1 https://github.com/mongodb/libmongocrypt/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.mitmproxy-macos, using log file: /var/log/nixpkgs-update/python311Packages.mitmproxy-macos/2024-03-13.log python311Packages.mitmproxy-macos 0 -> 1 attrpath: python311Packages.mitmproxy-macos Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/srvnm2hszp7dmcswcdj9mqmhc5ca1ksv-packages.json.drv building '/nix/store/srvnm2hszp7dmcswcdj9mqmhc5ca1ksv-packages.json.drv'... Going to be running update for following packages: - python3.11-mitmproxy-macos-0.5.1 Press Enter key to continue... Running update for: - python3.11-mitmproxy-macos-0.5.1: UPDATING ... - python3.11-mitmproxy-macos-0.5.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.mitmproxy-macos 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.diffsync, using log file: /var/log/nixpkgs-update/python311Packages.diffsync/2024-03-13.log python311Packages.diffsync 0 -> 1 attrpath: python311Packages.diffsync Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/8x3ih9yvf1qyhpg91ayyc5fc8x81g7xk-packages.json.drv building '/nix/store/8x3ih9yvf1qyhpg91ayyc5fc8x81g7xk-packages.json.drv'... Going to be running update for following packages: - python3.11-diffsync-2.0.0 Press Enter key to continue... Running update for: - python3.11-diffsync-2.0.0: UPDATING ... - python3.11-diffsync-2.0.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.diffsync 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: 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-13.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/z9xya1k5952rd7b3fwgfjch445pbgxg6-packages.json.drv building '/nix/store/z9xya1k5952rd7b3fwgfjch445pbgxg6-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.scikit-image, using log file: /var/log/nixpkgs-update/python311Packages.scikit-image/2024-03-13.log python311Packages.scikit-image 0 -> 1 attrpath: python311Packages.scikit-image Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/xg98kqd4vrqdaagcn1dilqxjf8khm1cf-packages.json.drv building '/nix/store/xg98kqd4vrqdaagcn1dilqxjf8khm1cf-packages.json.drv'... Going to be running update for following packages: - python3.11-scikit-image-0.22.0 Press Enter key to continue... Running update for: - python3.11-scikit-image-0.22.0: UPDATING ... - python3.11-scikit-image-0.22.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.scikit-image 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: 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-13.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/qf6qvnrwhdsydk6rcg1rsa0n4r7rrgh3-packages.json.drv building '/nix/store/qf6qvnrwhdsydk6rcg1rsa0n4r7rrgh3-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 _1oom, using log file: /var/log/nixpkgs-update/_1oom/2024-03-13.log _1oom 1.0 -> 1.8.0 https://repology.org/project/1oom/versions attrpath: _1oom 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/b8zpg3fjp3j3fw7j5lk5949pab9j57ji-source.drv building '/nix/store/b8zpg3fjp3j3fw7j5lk5949pab9j57ji-source.drv'... trying https://gitlab.com/api/v4/projects/KilgoreTroutMaskReplicant%2F1oom/repository/archive.tar.gz?sha=v1.8.0 % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 32 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 '_1oom.originalSrc' not found stderr did not split as expected full stderr was: these 2 derivations will be built: /nix/store/b8zpg3fjp3j3fw7j5lk5949pab9j57ji-source.drv /nix/store/d140zpglppr5bsdnwrc3dfhwrgrkpg3f-1oom-1.8.0.drv building '/nix/store/b8zpg3fjp3j3fw7j5lk5949pab9j57ji-source.drv'... trying https://gitlab.com/api/v4/projects/KilgoreTroutMaskReplicant%2F1oom/repository/archive.tar.gz?sha=v1.8.0 % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 32 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/b8zpg3fjp3j3fw7j5lk5949pab9j57ji-source.drv' failed with exit code 1; last 7 log lines: > > trying https://gitlab.com/api/v4/projects/KilgoreTroutMaskReplicant%2F1oom/repository/archive.tar.gz?sha=v1.8.0 > % Total % Received % Xferd Average Speed Time Time Time Current > Dload Upload Total Spent Left Speed > 0 32 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/b8zpg3fjp3j3fw7j5lk5949pab9j57ji-source.drv'. error: 1 dependencies of derivation '/nix/store/d140zpglppr5bsdnwrc3dfhwrgrkpg3f-1oom-1.8.0.drv' failed to build [result] Failed to update _1oom 1.0 -> 1.8.0 https://repology.org/project/1oom/versions [options] github_user: r-ryantm, pull_request: YES, batch_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-13.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/82vqcgbc21nava0kx2i3va0yl3fzizpc-packages.json.drv building '/nix/store/82vqcgbc21nava0kx2i3va0yl3fzizpc-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 python311Packages.python-bring-api, using log file: /var/log/nixpkgs-update/python311Packages.python-bring-api/2024-03-13.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/1wbrdn46fk7gbvagwiigxksaqq240ana-packages.json.drv building '/nix/store/1wbrdn46fk7gbvagwiigxksaqq240ana-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 rPackages.RobLoxBioC, using log file: /var/log/nixpkgs-update/rPackages.RobLoxBioC/2024-03-13.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 rPackages.supercells, using log file: /var/log/nixpkgs-update/rPackages.supercells/2024-03-13.log rPackages.supercells 0.9.5 -> 1.0.0 https://repology.org/project/r:supercells/versions attrpath: rPackages.supercells Checking auto update branch... No auto update branch exists Old version 0.9.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.supercells 0.9.5 -> 1.0.0 https://repology.org/project/r:supercells/versions [options] github_user: r-ryantm, pull_request: YES, batch_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.LDLcalc, using log file: /var/log/nixpkgs-update/rPackages.LDLcalc/2024-03-13.log rPackages.LDLcalc 2.0 -> 2.1 https://repology.org/project/r:ldlcalc/versions attrpath: rPackages.LDLcalc Checking auto update branch... No auto update branch exists Old version 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.LDLcalc 2.0 -> 2.1 https://repology.org/project/r:ldlcalc/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: 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-harvest, using log file: /var/log/nixpkgs-update/python311Packages.pytest-harvest/2024-03-13.log python311Packages.pytest-harvest 0 -> 1 attrpath: python311Packages.pytest-harvest Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/iyx3gjdxn3085nn4bn3qrsm94wgj1zfr-packages.json.drv building '/nix/store/iyx3gjdxn3085nn4bn3qrsm94wgj1zfr-packages.json.drv'... Going to be running update for following packages: - python3.11-pytest-harvest-1.10.4 Press Enter key to continue... Running update for: - python3.11-pytest-harvest-1.10.4: UPDATING ... - python3.11-pytest-harvest-1.10.4: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.pytest-harvest 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python312Packages.mlx, using log file: /var/log/nixpkgs-update/python312Packages.mlx/2024-03-13.log python312Packages.mlx 0.1.0 -> 0.6.0 https://github.com/ml-explore/mlx/releases attrpath: python312Packages.mlx Checking auto update branch... [version] [version] generic version rewriter does not support multiple hashes [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/wifkgyy4kn825xj38nh2r1y62nzfb9v4-packages.json.drv building '/nix/store/wifkgyy4kn825xj38nh2r1y62nzfb9v4-packages.json.drv'... Going to be running update for following packages: - python3.12-mlx-0.1.0 Press Enter key to continue... Running update for: - python3.12-mlx-0.1.0: UPDATING ... - python3.12-mlx-0.1.0: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/mlx/default.nix b/pkgs/development/python-modules/mlx/default.nix index 036bbfac0418..2a75c63e4fe7 100644 --- a/pkgs/development/python-modules/mlx/default.nix +++ b/pkgs/development/python-modules/mlx/default.nix @@ -17,7 +17,7 @@ let gguf-tools = fetchFromGitHub { owner = "antirez"; repo = "gguf-tools"; - rev = "af7d88d808a7608a33723fba067036202910acb3"; + rev = "refs/tags/v${version}"; hash = "sha256-LqNvnUbmq0iziD9VP5OTJCSIy+y/hp5lKCUV7RtKTvM="; }; nlohmann_json = fetchFromGitHub { @@ -29,13 +29,13 @@ let in buildPythonPackage rec { pname = "mlx"; - version = "0.1.0"; + version = "0.6.0"; src = fetchFromGitHub { owner = "ml-explore"; repo = "mlx"; rev = "refs/tags/v${version}"; - hash = "sha256-xNJPG8XGbC0fy6RGcn1cxCsejyHsgnV35PuP8F1I4R4="; + hash = "sha256-FihdI+3ACKMJfPT2POjTRdtkXs7x+KiQpdpo3RcczBE="; }; pyproject = true; The derivation has no 'version' attribute, so do not know how to figure out the version while doing an updateScript update [result] Failed to update python312Packages.mlx 0.1.0 -> 0.6.0 https://github.com/ml-explore/mlx/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.AirMonitor, using log file: /var/log/nixpkgs-update/rPackages.AirMonitor/2024-03-13.log rPackages.AirMonitor 0.3.12 -> 0.4.0 https://repology.org/project/r:airmonitor/versions attrpath: rPackages.AirMonitor Checking auto update branch... No auto update branch exists Old version 0.3.12" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; configurePhase = '' runHook preConfigure export R_LIBS_SITE="$R_LIBS_SITE''${R_LIBS_SITE:+:}$out/library" runHook postConfigure ''; buildPhase = '' runHook preBuild runHook postBuild ''; installFlags = if attrs.doCheck or true then [] else [ "--no-test-load" ]; rCommand = if requireX then # Unfortunately, xvfb-run has a race condition even with -a option, so that # we acquire a lock explicitly. "flock ${xvfb-run} xvfb-run -a -e xvfb-error R" else "R"; installPhase = '' runHook preInstall mkdir -p $out/library $rCommand CMD INSTALL --built-timestamp='1970-01-01 00:00:00 UTC' $installFlags --configure-args="$configureFlags" -l $out/library . runHook postInstall ''; postFixup = '' if test -e $out/nix-support/propagated-build-inputs; then ln -s $out/nix-support/propagated-build-inputs $out/nix-support/propagated-user-env-packages fi ''; checkPhase = '' # noop since R CMD INSTALL tests packages ''; } // attrs // { name = "r-" + name; }) [result] Failed to update rPackages.AirMonitor 0.3.12 -> 0.4.0 https://repology.org/project/r:airmonitor/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.libr, using log file: /var/log/nixpkgs-update/rPackages.libr/2024-03-13.log rPackages.libr 1.2.9 -> 1.3.1 https://repology.org/project/r:libr/versions attrpath: rPackages.libr Checking auto update branch... No auto update branch exists Old version 1.2.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.libr 1.2.9 -> 1.3.1 https://repology.org/project/r:libr/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath meslo-lgs-nf, using log file: /var/log/nixpkgs-update/meslo-lgs-nf/2024-03-13.log meslo-lgs-nf unstable-2023-04-03 -> 2.3.3 https://github.com/romkatv/powerlevel10k-media/releases attrpath: meslo-lgs-nf Checking auto update branch... No auto update branch exists [version] Hashes equal; no update necessary [result] Failed to update meslo-lgs-nf unstable-2023-04-03 -> 2.3.3 https://github.com/romkatv/powerlevel10k-media/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath nwg-look, using log file: /var/log/nixpkgs-update/nwg-look/2024-03-13.log nwg-look 0.2.6 -> 0.2.7 https://github.com/nwg-piotr/nwg-look/releases attrpath: nwg-look 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-V0KXK6jxBYI+tixBLq24pJJcnu4gDF6nfyns2IBTss4=" build succeeded unexpectedlystderr did not split as expected full stderr was: error: attribute 'originalSrc' in selection path 'nwg-look.originalSrc' not found stderr did not split as expected full stderr was: these 2 derivations will be built: /nix/store/iwf6pbnvxj4gyzk87zhi3dp6libcx00m-nwg-look-0.2.7-go-modules.drv /nix/store/s8nbknsrn456wmn3l8jnwvbqax7z31yw-nwg-look-0.2.7.drv building '/nix/store/iwf6pbnvxj4gyzk87zhi3dp6libcx00m-nwg-look-0.2.7-go-modules.drv'... Running phase: unpackPhase unpacking source archive /nix/store/vl7h3fiqp7k8v452pvg7wx530x926mhh-source source root is source Running phase: patchPhase applying patch /nix/store/ph5lpax7qr38ff2fm42lppd9bfjkgvvg-fix-paths.patch patching file main.go Hunk #1 FAILED at 335. 1 out of 1 hunk FAILED -- saving rejects to file main.go.rej patching file tools.go Hunk #2 FAILED at 1280. 1 out of 2 hunks FAILED -- saving rejects to file tools.go.rej error: builder for '/nix/store/iwf6pbnvxj4gyzk87zhi3dp6libcx00m-nwg-look-0.2.7-go-modules.drv' failed with exit code 1; last 11 log lines: > Running phase: unpackPhase > unpacking source archive /nix/store/vl7h3fiqp7k8v452pvg7wx530x926mhh-source > source root is source > Running phase: patchPhase > applying patch /nix/store/ph5lpax7qr38ff2fm42lppd9bfjkgvvg-fix-paths.patch > patching file main.go > Hunk #1 FAILED at 335. > 1 out of 1 hunk FAILED -- saving rejects to file main.go.rej > patching file tools.go > Hunk #2 FAILED at 1280. > 1 out of 2 hunks FAILED -- saving rejects to file tools.go.rej For full logs, run 'nix log /nix/store/iwf6pbnvxj4gyzk87zhi3dp6libcx00m-nwg-look-0.2.7-go-modules.drv'. error: 1 dependencies of derivation '/nix/store/s8nbknsrn456wmn3l8jnwvbqax7z31yw-nwg-look-0.2.7.drv' failed to build [result] Failed to update nwg-look 0.2.6 -> 0.2.7 https://github.com/nwg-piotr/nwg-look/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.get-video-properties, using log file: /var/log/nixpkgs-update/python311Packages.get-video-properties/2024-03-13.log python311Packages.get-video-properties 0 -> 1 attrpath: python311Packages.get-video-properties Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/1zr4fgbkz1p13gy01b08indgn252m1q4-packages.json.drv building '/nix/store/1zr4fgbkz1p13gy01b08indgn252m1q4-packages.json.drv'... Going to be running update for following packages: - python3.11-get-video-properties-0.1.1 Press Enter key to continue... Running update for: - python3.11-get-video-properties-0.1.1: UPDATING ... - python3.11-get-video-properties-0.1.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.get-video-properties 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath corretto11, using log file: /var/log/nixpkgs-update/corretto11/2024-03-13.log corretto11 11.0.20.9.1 -> 11.0.22.7.1 https://github.com/corretto/corretto-11/releases attrpath: corretto11 Checking auto update branch... No auto update branch exists Old version 11.0.20.9.1" not present in master derivation file with contents: { jdk , version , src , lib , stdenv , gradle , rsync , runCommand , testers }: # Each Corretto version is based on a corresponding OpenJDK version. So # building Corretto is more or less the same as building OpenJDK. Hence, the # Corretto derivation overrides the corresponding OpenJDK derivation in order # to have access to all the version-specific fixes for the various OpenJDK # builds. However, Corretto uses `gradle` as build tool (which in turn will # invoke `make`). The configure/build phases are adapted as needed. let pname = "corretto"; # The version scheme is different between OpenJDK & Corretto. # See https://github.com/corretto/corretto-17/blob/release-17.0.8.8.1/build.gradle#L40 # "major.minor.security.build.revision" in jdk.overrideAttrs (finalAttrs: oldAttrs: { inherit pname version src; name = "${pname}-${version}"; nativeBuildInputs = oldAttrs.nativeBuildInputs ++ [ jdk gradle rsync ]; dontConfigure = true; postPatch = '' # The rpm/deb task definitions require a Gradle plugin which we don't # have and so the build fails. We'll simply remove them here because # they are not needed anyways. rm -rf installers/linux/universal/{rpm,deb} # `/usr/bin/rsync` is invoked to copy the source tree. We don't have that. for file in $(find installers -name "build.gradle"); do substituteInPlace $file --replace "workingDir '/usr/bin'" "workingDir '.'" done ''; buildPhase = let # The Linux installer is placed at linux/universal/tar whereas the MacOS # one is at mac/tar. task = if stdenv.isDarwin then ":installers:mac:tar:packageBuildResults" else ":installers:linux:universal:tar:packageBuildResults"; in '' runHook preBuild # Corretto's actual built is triggered via `gradle`. gradle --console=plain --no-daemon ${task} # Prepare for the installPhase so that it looks like if a normal # OpenJDK had been built. dir=build/jdkImageName/images mkdir -p $dir file=$(find ./installers -name 'amazon-corretto-${version}*.tar.gz') tar -xzf $file -C $dir mv $dir/amazon-corretto-* $dir/jdk runHook postBuild ''; installPhase = oldAttrs.installPhase + '' # The installPhase will place everything in $out/lib/openjdk and # reference through symlinks. We don't rewrite the installPhase but at # least move the folder to convey that this is not OpenJDK anymore. mv $out/lib/openjdk $out/lib/corretto ln -s $out/lib/corretto $out/lib/openjdk ''; passthru = let pkg = finalAttrs.finalPackage; in oldAttrs.passthru // { tests = { version = testers.testVersion { package = pkg; }; vendor = runCommand "${pname}-vendor" { nativeBuildInputs = [ pkg ]; } '' output=$(${pkg.meta.mainProgram} -XshowSettings:properties -version 2>&1 | grep vendor) grep -Fq "java.vendor = Amazon.com Inc." - <<< "$output" && touch $out ''; compiler = runCommand "${pname}-compiler" { nativeBuildInputs = [ pkg ]; } '' cat << EOF > Main.java class Main { public static void main(String[] args) { System.out.println("Hello, World!"); } } EOF ${pkg}/bin/javac Main.java ${pkg}/bin/java Main | grep -q "Hello, World!" && touch $out ''; }; }; # Some of the OpenJDK derivation set their `pos` by hand. We need to # overwrite this in order to point to Corretto, not OpenJDK. pos = __curPos; meta = with lib; oldAttrs.meta // { homepage = "https://aws.amazon.com/corretto"; license = licenses.gpl2Only; description = "Amazon's distribution of OpenJDK"; maintainers = with maintainers; [ rollf ]; }; }) [result] Failed to update corretto11 11.0.20.9.1 -> 11.0.22.7.1 https://github.com/corretto/corretto-11/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.mkdocs-minify, using log file: /var/log/nixpkgs-update/python311Packages.mkdocs-minify/2024-03-13.log python311Packages.mkdocs-minify 0 -> 1 attrpath: python311Packages.mkdocs-minify Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/hdfjkyzc0rdxgsh5cfx5z5s4qb1hmd2n-packages.json.drv building '/nix/store/hdfjkyzc0rdxgsh5cfx5z5s4qb1hmd2n-packages.json.drv'... Going to be running update for following packages: - python3.11-mkdocs-minify-plugin-0.7.1 Press Enter key to continue... Running update for: - python3.11-mkdocs-minify-plugin-0.7.1: UPDATING ... - python3.11-mkdocs-minify-plugin-0.7.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.mkdocs-minify 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.slicer, using log file: /var/log/nixpkgs-update/python311Packages.slicer/2024-03-13.log python311Packages.slicer 0 -> 1 attrpath: python311Packages.slicer 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/p8mk21dn6s6qfzakagmbaqvd2pc67ria-packages.json.drv building '/nix/store/p8mk21dn6s6qfzakagmbaqvd2pc67ria-packages.json.drv'... Going to be running update for following packages: - python3.11-slicer-0.0.7 Press Enter key to continue... Running update for: - python3.11-slicer-0.0.7: UPDATING ... - python3.11-slicer-0.0.7: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/slicer/default.nix b/pkgs/development/python-modules/slicer/default.nix index f678dfb2eaa2..f6900cb63492 100644 --- a/pkgs/development/python-modules/slicer/default.nix +++ b/pkgs/development/python-modules/slicer/default.nix @@ -12,13 +12,13 @@ buildPythonPackage rec { pname = "slicer"; - version = "0.0.7"; + version = "0.0.8"; format = "setuptools"; disabled = pythonOlder "3.6"; src = fetchPypi { inherit pname version; - hash = "sha256-9dX3tF+Y0VW5wLplVPqXcMaybVeTo+d6EDD7VpEOvuw="; + hash = "sha256-LnVTr3PwwMLTVfSvzD7Pl8byFW/PRZOVXD9Wz2xNbrc="; }; prePatch = '' No auto update branch exists [outpaths] eval start [outpaths] eval end Received ExitFailure 1 when running Raw command: /nix/store/6r0bm8shswm9v08kzvq24ib48mx3kxmn-nix-2.18.1/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A python311Packages.slicer nix build failed. 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 Sourcing pytest-check-hook Using pytestCheckPhase Removing setuptoolsCheckPhase @nix { "action": "setPhase", "phase": "unpackPhase" } Running phase: unpackPhase unpacking source archive /nix/store/fd6f98szngvvyza83l5yfpinizb1a3m6-slicer-0.0.8.tar.gz source root is slicer-0.0.8 setting SOURCE_DATE_EPOCH to timestamp 1710027037 of file slicer-0.0.8/setup.cfg @nix { "action": "setPhase", "phase": "patchPhase" } Running phase: patchPhase dos2unix: converting file slicer/__init__.py to Unix format... dos2unix: converting file slicer/slicer.py to Unix format... dos2unix: converting file slicer/slicer_internal.py to Unix format... dos2unix: converting file slicer/test_slicer.py to Unix format... dos2unix: converting file slicer/utils_testing.py to Unix format... applying patch /nix/store/k39zfgp0zsff32bj6ng2dgqglxv6d598-028e09e639c4a3c99abe1d537cce30af2eebb081.patch patching file slicer/slicer_internal.py Hunk #1 FAILED at 439. 1 out of 1 hunk FAILED -- saving rejects to file slicer/slicer_internal.py.rej [result] Failed to update python311Packages.slicer 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath iceshelf, using log file: /var/log/nixpkgs-update/iceshelf/2024-03-13.log iceshelf 0 -> 1 attrpath: iceshelf Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/frl29yi7rqk1a38hqv8krvd88n4q112w-packages.json.drv building '/nix/store/frl29yi7rqk1a38hqv8krvd88n4q112w-packages.json.drv'... Going to be running update for following packages: - iceshelf-unstable-2019-07-03 Press Enter key to continue... Running update for: - iceshelf-unstable-2019-07-03: UPDATING ... - iceshelf-unstable-2019-07-03: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update iceshelf 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: 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-server-fileid, using log file: /var/log/nixpkgs-update/python311Packages.jupyter-server-fileid/2024-03-13.log python311Packages.jupyter-server-fileid 0 -> 1 attrpath: python311Packages.jupyter-server-fileid Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/lbkzd2yyvsvvccgfhmhgjj71lyj35g2z-packages.json.drv building '/nix/store/lbkzd2yyvsvvccgfhmhgjj71lyj35g2z-packages.json.drv'... Going to be running update for following packages: - python3.11-jupyter-server-fileid-0.9.1 Press Enter key to continue... Running update for: - python3.11-jupyter-server-fileid-0.9.1: UPDATING ... - python3.11-jupyter-server-fileid-0.9.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.jupyter-server-fileid 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_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-13.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.mkdocs-git-revision-date-localized-plugin, using log file: /var/log/nixpkgs-update/python311Packages.mkdocs-git-revision-date-localized-plugin/2024-03-13.log python311Packages.mkdocs-git-revision-date-localized-plugin 0 -> 1 attrpath: python311Packages.mkdocs-git-revision-date-localized-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/af1anh61h1z7dv3lmjlq3vlic9qyhldr-packages.json.drv building '/nix/store/af1anh61h1z7dv3lmjlq3vlic9qyhldr-packages.json.drv'... Going to be running update for following packages: - python3.11-mkdocs-git-revision-date-localized-plugin-1.2.4 Press Enter key to continue... Running update for: - python3.11-mkdocs-git-revision-date-localized-plugin-1.2.4: UPDATING ... - python3.11-mkdocs-git-revision-date-localized-plugin-1.2.4: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.mkdocs-git-revision-date-localized-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.dparse2, using log file: /var/log/nixpkgs-update/python311Packages.dparse2/2024-03-13.log python311Packages.dparse2 0 -> 1 attrpath: python311Packages.dparse2 Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/gr8jib89132vs8afmplxnqm96ygg9wxm-packages.json.drv building '/nix/store/gr8jib89132vs8afmplxnqm96ygg9wxm-packages.json.drv'... Going to be running update for following packages: - python3.11-dparse2-0.7.0 Press Enter key to continue... Running update for: - python3.11-dparse2-0.7.0: UPDATING ... - python3.11-dparse2-0.7.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.dparse2 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath electrum-grs, using log file: /var/log/nixpkgs-update/electrum-grs/2024-03-13.log electrum-grs 0 -> 1 attrpath: electrum-grs Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/60ammcli5lkjw7bp7npg3hkx51znjzb6-packages.json.drv building '/nix/store/60ammcli5lkjw7bp7npg3hkx51znjzb6-packages.json.drv'... Going to be running update for following packages: - electrum-grs-4.4.4 Press Enter key to continue... Running update for: - electrum-grs-4.4.4: UPDATING ... - electrum-grs-4.4.4: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update electrum-grs 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath sng, using log file: /var/log/nixpkgs-update/sng/2024-03-13.log sng 1.1.0 -> 1.1.1 https://repology.org/project/sng/versions attrpath: sng Checking auto update branch... No auto update branch exists There might already be an open PR for this update: - sng: 1.1.0 -> 1.1.1 URL "https://api.github.com/repos/NixOS/nixpkgs/issues/289247" [result] Failed to update sng 1.1.0 -> 1.1.1 https://repology.org/project/sng/versions [options] github_user: r-ryantm, pull_request: YES, batch_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.rnrfa, using log file: /var/log/nixpkgs-update/rPackages.rnrfa/2024-03-13.log rPackages.rnrfa 2.1.0 -> 2.1.0.5 https://repology.org/project/r:rnrfa/versions attrpath: rPackages.rnrfa 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.rnrfa 2.1.0 -> 2.1.0.5 https://repology.org/project/r:rnrfa/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: 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-13.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/h63mldb15zigzx0fz8syn79wgv1dyj1z-packages.json.drv building '/nix/store/h63mldb15zigzx0fz8syn79wgv1dyj1z-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 Old version 1.0.8" not present in staging derivation file with contents: { lib , buildPythonPackage , fetchFromGitHub , poetry-core , pytestCheckHook , pythonOlder , requests , toml , werkzeug }: buildPythonPackage rec { pname = "pytest-httpserver"; version = "1.0.10"; pyproject = true; disabled = pythonOlder "3.7"; src = fetchFromGitHub { owner = "csernazs"; repo = "pytest-httpserver"; rev = "refs/tags/${version}"; hash = "sha256-KCsZs4MGENByF/wB+aj3yvMp7lssHNVKx8jLhDQ1u4k="; }; nativeBuildInputs = [ poetry-core ]; propagatedBuildInputs = [ werkzeug ]; nativeCheckInputs = [ pytestCheckHook requests toml ]; __darwinAllowLocalNetworking = true; disabledTests = [ "test_wait_raise_assertion_false" # racy ]; pythonImportsCheck = [ "pytest_httpserver" ]; meta = with lib; { description = "HTTP server for pytest to test HTTP clients"; homepage = "https://www.github.com/csernazs/pytest-httpserver"; changelog = "https://github.com/csernazs/pytest-httpserver/blob/${version}/CHANGES.rst"; license = with licenses; [ mit ]; maintainers = with maintainers; [ fab ]; }; } [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.h5io, using log file: /var/log/nixpkgs-update/python312Packages.h5io/2024-03-13.log python312Packages.h5io 0.2.1 -> 0.2.2 https://github.com/h5io/h5io/releases attrpath: python312Packages.h5io Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/xqkcd57izpz4yma51j2m2ampfycih8jw-packages.json.drv building '/nix/store/xqkcd57izpz4yma51j2m2ampfycih8jw-packages.json.drv'... Going to be running update for following packages: - python3.12-h5io-0.2.1 Press Enter key to continue... Running update for: - python3.12-h5io-0.2.1: UPDATING ... - python3.12-h5io-0.2.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python312Packages.h5io 0.2.1 -> 0.2.2 https://github.com/h5io/h5io/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python312Packages.sanic, using log file: /var/log/nixpkgs-update/python312Packages.sanic/2024-03-13.log python312Packages.sanic 23.6.0 -> 23.12.1 https://github.com/sanic-org/sanic/releases attrpath: python312Packages.sanic 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/6hmran4d8iaqb02vx9a3brr52rx7y9wl-packages.json.drv building '/nix/store/6hmran4d8iaqb02vx9a3brr52rx7y9wl-packages.json.drv'... Going to be running update for following packages: - python3.12-sanic-23.6.0 Press Enter key to continue... Running update for: - python3.12-sanic-23.6.0: UPDATING ... - python3.12-sanic-23.6.0: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/sanic/default.nix b/pkgs/development/python-modules/sanic/default.nix index fb1d5aba58db..32bc20db52d5 100644 --- a/pkgs/development/python-modules/sanic/default.nix +++ b/pkgs/development/python-modules/sanic/default.nix @@ -38,7 +38,7 @@ buildPythonPackage rec { pname = "sanic"; - version = "23.6.0"; + version = "23.12.1"; format = "pyproject"; disabled = pythonOlder "3.7"; @@ -47,7 +47,7 @@ buildPythonPackage rec { owner = "sanic-org"; repo = pname; rev = "refs/tags/v${version}"; - hash = "sha256-Ffw92mlYNV+ikb6299uw24EI1XPpl3Ju2st1Yt/YHKw="; + hash = "sha256-TizjibqoLNMX0m5oPyncKgFnltXOLZUIPSzVIeKU25w="; }; patches = [ No auto update branch exists Old version 23.6.0" not present in staging derivation file with contents: { lib , stdenv , buildPythonPackage , fetchFromGitHub , fetchpatch , pythonAtLeast # build-system , setuptools , wheel # propagates , aiofiles , html5tagger , httptools , multidict , sanic-routing , tracerite , typing-extensions , ujson , uvloop , websockets # optionals , aioquic # tests , doCheck ? !stdenv.isDarwin # on Darwin, tests fail but pkg still works , beautifulsoup4 , gunicorn , pytest-asyncio , pytestCheckHook , pythonOlder , sanic-testing , uvicorn }: buildPythonPackage rec { pname = "sanic"; version = "23.12.1"; format = "pyproject"; disabled = pythonOlder "3.7"; src = fetchFromGitHub { owner = "sanic-org"; repo = pname; rev = "refs/tags/v${version}"; hash = "sha256-TizjibqoLNMX0m5oPyncKgFnltXOLZUIPSzVIeKU25w="; }; nativeBuildInputs = [ setuptools wheel ]; propagatedBuildInputs = [ aiofiles httptools html5tagger multidict sanic-routing tracerite typing-extensions ujson uvloop websockets ]; passthru.optional-dependencies = { ext = [ # TODO: sanic-ext ]; http3 = [ aioquic ]; }; nativeCheckInputs = [ beautifulsoup4 gunicorn pytest-asyncio pytestCheckHook sanic-testing uvicorn ] ++ passthru.optional-dependencies.http3; inherit doCheck; preCheck = '' # Some tests depends on sanic on PATH PATH="$out/bin:$PATH" PYTHONPATH=$PWD:$PYTHONPATH # needed for relative paths for some packages cd tests '' + lib.optionalString stdenv.isDarwin '' # OSError: [Errno 24] Too many open files ulimit -n 1024 ''; # uvloop usage is buggy #SANIC_NO_UVLOOP = true; pytestFlagsArray = [ "--asyncio-mode=auto" "-vvv" ]; disabledTests = [ # Require networking "test_full_message" # Server mode mismatch (debug vs production) "test_num_workers" # Racy tests "test_keep_alive_client_timeout" "test_keep_alive_server_timeout" "test_zero_downtime" # sanic.exceptions.SanicException: Cannot setup Sanic Simple Server without a path to a directory "test_load_app_simple" # create defunct python processes "test_reloader_live" "test_reloader_live_with_dir" "test_reload_listeners" # crash the python interpreter "test_host_port_localhost" "test_host_port" "test_server_run" # NoneType object is not subscriptable "test_serve_app_implicit" # AssertionError: assert [] == ['Restarting a process', 'Begin restart termination', 'Starting a process'] "test_default_reload_shutdown_order" # App not found. "test_input_is_dir" # HTTP 500 with Websocket subprotocols "test_websocket_route_with_subprotocols" # Socket closes early "test_no_exceptions_when_cancel_pending_request" ] ++ lib.optionals (pythonAtLeast "3.12") [ # AttributeError: 'has_calls' is not a valid assertion. Use a spec for the mock if 'has_calls' is meant to be an attribute. "test_ws_frame_put_message_into_queue" ]; disabledTestPaths = [ # We are not interested in benchmarks "benchmark/" # We are also not interested in typing "typing/test_typing.py" # unable to create async loop "test_app.py" "test_asgi.py" # occasionally hangs "test_multiprocessing.py" ]; # avoid usage of nixpkgs-review in darwin since tests will compete usage # for the same local port __darwinAllowLocalNetworking = true; pythonImportsCheck = [ "sanic" ]; meta = with lib; { description = "Web server and web framework"; homepage = "https://github.com/sanic-org/sanic/"; changelog = "https://github.com/sanic-org/sanic/releases/tag/v${version}"; license = licenses.mit; maintainers = with maintainers; [ AluisioASG ]; }; } [result] Failed to update python312Packages.sanic 23.6.0 -> 23.12.1 https://github.com/sanic-org/sanic/releases [options] github_user: r-ryantm, pull_request: 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.CatalystManual 5.9011 -> 5.9012 https://repology.org/project/perl:catalyst-manual/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python312Packages.voluptuous, using log file: /var/log/nixpkgs-update/python312Packages.voluptuous/2024-03-13.log python312Packages.voluptuous 0.14.1 -> 0.14.2 https://github.com/alecthomas/voluptuous/releases attrpath: python312Packages.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/3kr3nqzwh0bmlgq2s8arac44fmn1vpa3-packages.json.drv building '/nix/store/3kr3nqzwh0bmlgq2s8arac44fmn1vpa3-packages.json.drv'... Going to be running update for following packages: - python3.12-voluptuous-0.14.1 Press Enter key to continue... Running update for: - python3.12-voluptuous-0.14.1: UPDATING ... - python3.12-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 Old version 0.14.1" not present in staging derivation file with contents: { lib , buildPythonPackage , fetchFromGitHub , setuptools , pytestCheckHook , pythonOlder }: buildPythonPackage rec { pname = "voluptuous"; version = "0.14.2"; pyproject = true; disabled = pythonOlder "3.7"; src = fetchFromGitHub { owner = "alecthomas"; repo = "voluptuous"; rev = "refs/tags/${version}"; hash = "sha256-2a4lid9NibbvhHfs/fcyHgPRZ2HirIKuPYxMsl5oA4o="; }; nativeBuildInputs = [ setuptools ]; nativeCheckInputs = [ pytestCheckHook ]; pythonImportsCheck = [ "voluptuous" ]; pytestFlagsArray = [ "voluptuous/tests/" ]; meta = with lib; { description = "Python data validation library"; downloadPage = "https://github.com/alecthomas/voluptuous"; homepage = "http://alecthomas.github.io/voluptuous/"; changelog = "https://github.com/alecthomas/voluptuous/blob/${version}/CHANGELOG.md"; license = licenses.bsd3; maintainers = with maintainers; [ fab ]; }; } [result] Failed to update python312Packages.voluptuous 0.14.1 -> 0.14.2 https://github.com/alecthomas/voluptuous/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python312Packages.pythonfinder, using log file: /var/log/nixpkgs-update/python312Packages.pythonfinder/2024-03-13.log python312Packages.pythonfinder 2.0.6 -> 2.1.0 https://github.com/sarugaku/pythonfinder/releases attrpath: python312Packages.pythonfinder 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/ks09xipq6yl0nim0d1g259w1z9lf82qd-packages.json.drv building '/nix/store/ks09xipq6yl0nim0d1g259w1z9lf82qd-packages.json.drv'... Going to be running update for following packages: - python3.12-pythonfinder-2.0.6 Press Enter key to continue... Running update for: - python3.12-pythonfinder-2.0.6: UPDATING ... - python3.12-pythonfinder-2.0.6: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/pythonfinder/default.nix b/pkgs/development/python-modules/pythonfinder/default.nix index c9e0ca669c9a..524f6c6ce8c0 100644 --- a/pkgs/development/python-modules/pythonfinder/default.nix +++ b/pkgs/development/python-modules/pythonfinder/default.nix @@ -14,7 +14,7 @@ buildPythonPackage rec { pname = "pythonfinder"; - version = "2.0.6"; + version = "2.1.0"; pyproject = true; disabled = pythonOlder "3.7"; @@ -23,7 +23,7 @@ buildPythonPackage rec { owner = "sarugaku"; repo = pname; rev = "refs/tags/${version}"; - hash = "sha256-C/Em8Vmv7q030hmH3jU/apBRSSC9QFK9mbBWjBjJHXg="; + hash = "sha256-CbaKXD7Sde8euRqvc/IHoXoSMF+dNd7vT9LkLWq4/IU="; }; patches = [ No auto update branch exists Old version 2.0.6" not present in staging derivation file with contents: { lib , buildPythonPackage , cached-property , click , fetchFromGitHub , fetchpatch , packaging , pydantic , pytest-timeout , pytestCheckHook , pythonOlder , setuptools }: buildPythonPackage rec { pname = "pythonfinder"; version = "2.1.0"; pyproject = true; disabled = pythonOlder "3.7"; src = fetchFromGitHub { owner = "sarugaku"; repo = pname; rev = "refs/tags/${version}"; hash = "sha256-CbaKXD7Sde8euRqvc/IHoXoSMF+dNd7vT9LkLWq4/IU="; }; patches = [ # https://github.com/sarugaku/pythonfinder/issues/142 (fetchpatch { name = "pydantic_2-compatibility.patch"; url = "https://gitlab.archlinux.org/archlinux/packaging/packages/python-pythonfinder/-/raw/2.0.6-1/python-pythonfinder-2.0.6-pydantic2.patch"; hash = "sha256-mON1MeA+pj6VTB3zpBjF3LfB30wG0QH9nU4bD1djWwg="; }) ]; postPatch = '' substituteInPlace pyproject.toml \ --replace " --cov" "" ''; nativeBuildInputs = [ setuptools ]; propagatedBuildInputs = [ packaging pydantic ] ++ lib.optionals (pythonOlder "3.8") [ cached-property ]; passthru.optional-dependencies = { cli = [ click ]; }; nativeCheckInputs = [ pytest-timeout pytestCheckHook ] ++ lib.flatten (builtins.attrValues passthru.optional-dependencies); pythonImportsCheck = [ "pythonfinder" ]; # these tests invoke git in a subprocess and # for some reason git can't be found even if included in nativeCheckInputs # disabledTests = [ # "test_shims_are_kept" # "test_shims_are_removed" # ]; meta = with lib; { description = "Cross platform search tool for finding Python"; homepage = "https://github.com/sarugaku/pythonfinder"; changelog = "https://github.com/sarugaku/pythonfinder/blob/v${version}/CHANGELOG.rst"; license = licenses.mit; maintainers = with maintainers; [ cpcloud ]; }; } [result] Failed to update python312Packages.pythonfinder 2.0.6 -> 2.1.0 https://github.com/sarugaku/pythonfinder/releases [options] github_user: r-ryantm, pull_request: YES, batch_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.memprof, using log file: /var/log/nixpkgs-update/php81Extensions.memprof/2024-03-13.log php81Extensions.memprof 0 -> 1 attrpath: php81Extensions.memprof Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/ilzs01a5b830ys7805kmaf0km4qi9ws3-packages.json.drv building '/nix/store/ilzs01a5b830ys7805kmaf0km4qi9ws3-packages.json.drv'... Going to be running update for following packages: - php-memprof-3.0.2 Press Enter key to continue... Running update for: - php-memprof-3.0.2: UPDATING ... - php-memprof-3.0.2: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update php81Extensions.memprof 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_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-13.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/cyj0cn2v67afqyifly396wcx4x3azwd7-packages.json.drv building '/nix/store/cyj0cn2v67afqyifly396wcx4x3azwd7-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 nncp, using log file: /var/log/nixpkgs-update/nncp/2024-03-13.log nncp 0 -> 1 attrpath: nncp Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [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/djd82hg0l04yr342j775zyc8qsi8nlva-nncp-versionLister.drv /nix/store/9b4fbgk43ays4bpv561ij6cxyld05r2q-packages.json.drv building '/nix/store/djd82hg0l04yr342j775zyc8qsi8nlva-nncp-versionLister.drv'... building '/nix/store/9b4fbgk43ays4bpv561ij6cxyld05r2q-packages.json.drv'... Going to be running update for following packages: - nncp-8.10.0 Press Enter key to continue... Running update for: - nncp-8.10.0: UPDATING ... - nncp-8.10.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update nncp 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.pyrr, using log file: /var/log/nixpkgs-update/python311Packages.pyrr/2024-03-13.log python311Packages.pyrr 0 -> 1 attrpath: python311Packages.pyrr Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/pbnn3g7310fbdz46fdsqzfq3fbc0ihf3-packages.json.drv building '/nix/store/pbnn3g7310fbdz46fdsqzfq3fbc0ihf3-packages.json.drv'... Going to be running update for following packages: - python3.11-pyrr-unstable-2022-07-22 Press Enter key to continue... Running update for: - python3.11-pyrr-unstable-2022-07-22: UPDATING ... - python3.11-pyrr-unstable-2022-07-22: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.pyrr 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.sunwatcher, using log file: /var/log/nixpkgs-update/python311Packages.sunwatcher/2024-03-13.log python311Packages.sunwatcher 0 -> 1 attrpath: python311Packages.sunwatcher Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/3nqyswm806mxndalsqb8j9df5179g3ly-packages.json.drv building '/nix/store/3nqyswm806mxndalsqb8j9df5179g3ly-packages.json.drv'... Going to be running update for following packages: - python3.11-sunwatcher-0.2.1 Press Enter key to continue... Running update for: - python3.11-sunwatcher-0.2.1: UPDATING ... - python3.11-sunwatcher-0.2.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.sunwatcher 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: 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-openapi, using log file: /var/log/nixpkgs-update/python311Packages.sphinxcontrib-openapi/2024-03-13.log python311Packages.sphinxcontrib-openapi 0 -> 1 attrpath: python311Packages.sphinxcontrib-openapi Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/jzdyx85a07wj0dh8qqsi5wknhagcfb57-packages.json.drv building '/nix/store/jzdyx85a07wj0dh8qqsi5wknhagcfb57-packages.json.drv'... Going to be running update for following packages: - python3.11-sphinxcontrib-openapi-0.8.3 Press Enter key to continue... Running update for: - python3.11-sphinxcontrib-openapi-0.8.3: UPDATING ... - python3.11-sphinxcontrib-openapi-0.8.3: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/sphinxcontrib-openapi/default.nix b/pkgs/development/python-modules/sphinxcontrib-openapi/default.nix index 3cba5c5011da..6cfc2dc3d4c6 100644 --- a/pkgs/development/python-modules/sphinxcontrib-openapi/default.nix +++ b/pkgs/development/python-modules/sphinxcontrib-openapi/default.nix @@ -14,13 +14,13 @@ buildPythonPackage rec { pname = "sphinxcontrib-openapi"; - version = "0.8.3"; + version = "0.8.4"; format = "setuptools"; disabled = isPy27; src = fetchPypi { inherit pname version; - hash = "sha256-nGIRdUC1J2AGrHrUrzRpbQKvJ4r6KZcSdAw2gKmp3mw="; + hash = "sha256-34g4CKW15LQROtaXGFxDo/Qt89znBFOveLpwdpB+miA="; }; nativeBuildInputs = [ setuptools-scm ]; No auto update branch exists Old version 0.8.3" not present in staging derivation file with contents: { lib , buildPythonPackage , deepmerge , fetchPypi , fetchpatch , isPy27 , setuptools-scm , jsonschema , picobox , pyyaml , sphinx-mdinclude , sphinxcontrib-httpdomain }: buildPythonPackage rec { pname = "sphinxcontrib-openapi"; version = "0.8.4"; format = "setuptools"; disabled = isPy27; src = fetchPypi { inherit pname version; hash = "sha256-34g4CKW15LQROtaXGFxDo/Qt89znBFOveLpwdpB+miA="; }; nativeBuildInputs = [ setuptools-scm ]; propagatedBuildInputs = [ deepmerge jsonschema picobox pyyaml sphinx-mdinclude sphinxcontrib-httpdomain ]; doCheck = false; pythonNamespaces = [ "sphinxcontrib" ]; meta = with lib; { homepage = "https://github.com/ikalnytskyi/sphinxcontrib-openapi"; description = "OpenAPI (fka Swagger) spec renderer for Sphinx"; license = licenses.bsd0; maintainers = [ maintainers.flokli ]; }; } [result] Failed to update python311Packages.sphinxcontrib-openapi 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath ansi2html, using log file: /var/log/nixpkgs-update/ansi2html/2024-03-13.log ansi2html 0 -> 1 attrpath: ansi2html 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/p715gblcsppw3p84avh5whhvpdmwh28j-packages.json.drv building '/nix/store/p715gblcsppw3p84avh5whhvpdmwh28j-packages.json.drv'... Going to be running update for following packages: - ansi2html-1.8.0 Press Enter key to continue... Running update for: - ansi2html-1.8.0: UPDATING ... - ansi2html-1.8.0: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/ansi2html/default.nix b/pkgs/development/python-modules/ansi2html/default.nix index 192ecaf2eab4..af792f6aef49 100644 --- a/pkgs/development/python-modules/ansi2html/default.nix +++ b/pkgs/development/python-modules/ansi2html/default.nix @@ -10,12 +10,12 @@ buildPythonPackage rec { pname = "ansi2html"; - version = "1.8.0"; + version = "1.9.1"; format = "pyproject"; src = fetchPypi { inherit pname version; - hash = "sha256-OLgqKYSCofomE/D5yb6z23Ko+DLurFjrLke/Ms039tU="; + hash = "sha256-XGg3oT7MGQOqt6VFNTMSBJ3+3+UQU2KtOo2dIHhx7HE="; }; patches = [ No auto update branch exists Old version 1.8.0" not present in staging derivation file with contents: { lib , buildPythonPackage , fetchPypi , pytestCheckHook , setuptools , setuptools-scm , wheel }: buildPythonPackage rec { pname = "ansi2html"; version = "1.9.1"; format = "pyproject"; src = fetchPypi { inherit pname version; hash = "sha256-XGg3oT7MGQOqt6VFNTMSBJ3+3+UQU2KtOo2dIHhx7HE="; }; nativeBuildInputs = [ setuptools setuptools-scm wheel ]; preCheck = "export PATH=$PATH:$out/bin"; nativeCheckInputs = [ pytestCheckHook ]; pythonImportsCheck = [ "ansi2html" ]; meta = with lib; { description = "Convert text with ANSI color codes to HTML"; homepage = "https://github.com/ralphbean/ansi2html"; license = licenses.lgpl3Plus; maintainers = with maintainers; [ davidtwco ]; }; } [result] Failed to update ansi2html 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: 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-13.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/9i3ch2z04xjiv8gpjzi5zfhpm3ky980r-packages.json.drv building '/nix/store/9i3ch2z04xjiv8gpjzi5zfhpm3ky980r-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 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-13.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/fqx5w5favfak6k224js460s2rj81mbkm-packages.json.drv building '/nix/store/fqx5w5favfak6k224js460s2rj81mbkm-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 python311Packages.translationstring, using log file: /var/log/nixpkgs-update/python311Packages.translationstring/2024-03-13.log python311Packages.translationstring 0 -> 1 attrpath: python311Packages.translationstring Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/fjlr3wxgkvzrcj6cmhrvp93n0hxggykw-packages.json.drv building '/nix/store/fjlr3wxgkvzrcj6cmhrvp93n0hxggykw-packages.json.drv'... Going to be running update for following packages: - python3.11-translationstring-1.4 Press Enter key to continue... Running update for: - python3.11-translationstring-1.4: UPDATING ... - python3.11-translationstring-1.4: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.translationstring 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.dask-mpi, using log file: /var/log/nixpkgs-update/python311Packages.dask-mpi/2024-03-13.log python311Packages.dask-mpi 0 -> 1 attrpath: python311Packages.dask-mpi Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/jgkj8359w8v3snmhjplps89j2z9aqqaw-packages.json.drv building '/nix/store/jgkj8359w8v3snmhjplps89j2z9aqqaw-packages.json.drv'... Going to be running update for following packages: - python3.11-dask-mpi-2022.4.0 Press Enter key to continue... Running update for: - python3.11-dask-mpi-2022.4.0: UPDATING ... - python3.11-dask-mpi-2022.4.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.dask-mpi 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.cppe, using log file: /var/log/nixpkgs-update/python311Packages.cppe/2024-03-13.log python311Packages.cppe 0 -> 1 attrpath: python311Packages.cppe Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/gvnsrhzcg85z13wn6gps6dqg1953098s-packages.json.drv building '/nix/store/gvnsrhzcg85z13wn6gps6dqg1953098s-packages.json.drv'... Going to be running update for following packages: - python3.11-cppe-0.3.1 Press Enter key to continue... Running update for: - python3.11-cppe-0.3.1: UPDATING ... - python3.11-cppe-0.3.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.cppe 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.xcffib, using log file: /var/log/nixpkgs-update/python311Packages.xcffib/2024-03-13.log python311Packages.xcffib 0 -> 1 attrpath: python311Packages.xcffib Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/9nfxlywm93x12997a8hj1ayax2li12f0-packages.json.drv building '/nix/store/9nfxlywm93x12997a8hj1ayax2li12f0-packages.json.drv'... Going to be running update for following packages: - python3.11-xcffib-1.5.0 Press Enter key to continue... Running update for: - python3.11-xcffib-1.5.0: UPDATING ... - python3.11-xcffib-1.5.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.xcffib 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath shell_gpt, using log file: /var/log/nixpkgs-update/shell_gpt/2024-03-13.log shell_gpt 0 -> 1 attrpath: shell_gpt Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/09dbbiq0pm0mqcjf4m6kbrgdxs5f46am-packages.json.drv building '/nix/store/09dbbiq0pm0mqcjf4m6kbrgdxs5f46am-packages.json.drv'... Going to be running update for following packages: - shell_gpt-1.0.1 Press Enter key to continue... Running update for: - shell_gpt-1.0.1: UPDATING ... - shell_gpt-1.0.1: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/tools/llm/shell_gpt/default.nix b/pkgs/tools/llm/shell_gpt/default.nix index ed3f27633e81..36346b2b0e43 100644 --- a/pkgs/tools/llm/shell_gpt/default.nix +++ b/pkgs/tools/llm/shell_gpt/default.nix @@ -6,12 +6,12 @@ python3.pkgs.buildPythonApplication rec { pname = "shell_gpt"; - version = "1.0.1"; + version = "1.4.0"; format = "pyproject"; src = fetchPypi { inherit pname version; - sha256 = "sha256-/rBD2n5IZzSeC5dmVQRZY8UrzUOkAEVHp8KwIfV1hec="; + sha256 = "sha256-r/xQRqnLJhGZORjYUaYWKjqY4fQCW4WKkE+n8k0VMbA="; }; nativeBuildInputs = with python3.pkgs; [ No auto update branch exists [outpaths] eval start [outpaths] eval end Received ExitFailure 1 when running Raw command: /nix/store/6r0bm8shswm9v08kzvq24ib48mx3kxmn-nix-2.18.1/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A shell_gpt nix build failed. adding 'sgpt/cache.py' adding 'sgpt/config.py' adding 'sgpt/function.py' adding 'sgpt/integration.py' adding 'sgpt/printer.py' adding 'sgpt/role.py' adding 'sgpt/utils.py' adding 'sgpt/handlers/__init__.py' adding 'sgpt/handlers/chat_handler.py' adding 'sgpt/handlers/default_handler.py' adding 'sgpt/handlers/handler.py' adding 'sgpt/handlers/repl_handler.py' adding 'sgpt/llm_functions/__init__.py' adding 'sgpt/llm_functions/init_functions.py' adding 'sgpt/llm_functions/common/execute_shell.py' adding 'sgpt/llm_functions/mac/apple_script.py' adding 'shell_gpt-1.4.0.dist-info/licenses/LICENSE' adding 'shell_gpt-1.4.0.dist-info/METADATA' adding 'shell_gpt-1.4.0.dist-info/WHEEL' adding 'shell_gpt-1.4.0.dist-info/entry_points.txt' adding 'shell_gpt-1.4.0.dist-info/RECORD' OK /build/shell_gpt-1.4.0 Finished executing pypaBuildPhase @nix { "action": "setPhase", "phase": "pythonRuntimeDepsCheckHook" } Running phase: pythonRuntimeDepsCheckHook Executing pythonRuntimeDepsCheck Checking runtime dependencies for shell_gpt-1.4.0-py3-none-any.whl - instructor not installed - openai not installed [result] Failed to update shell_gpt 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.moddb, using log file: /var/log/nixpkgs-update/python311Packages.moddb/2024-03-13.log python311Packages.moddb 0 -> 1 attrpath: python311Packages.moddb Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/z791r6hn535zaam45sxfd5cmq7dzip2c-packages.json.drv building '/nix/store/z791r6hn535zaam45sxfd5cmq7dzip2c-packages.json.drv'... Going to be running update for following packages: - python3.11-moddb-0.9.0 Press Enter key to continue... Running update for: - python3.11-moddb-0.9.0: UPDATING ... - python3.11-moddb-0.9.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.moddb 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath lact, using log file: /var/log/nixpkgs-update/lact/2024-03-13.log lact 0.5.0 -> 0.5.3 https://github.com/ilya-zlobintsev/LACT/releases attrpath: lact Checking auto update branch... An auto update branch exists with message `lact: 0.5.0 -> 0.5.3`. New version is 0.5.3. An auto update branch exists with an equal or greater version [result] Failed to update lact 0.5.0 -> 0.5.3 https://github.com/ilya-zlobintsev/LACT/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: 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-13.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/fam8lz7xc2mp8zqjs21yvmirgs9aj2nx-packages.json.drv building '/nix/store/fam8lz7xc2mp8zqjs21yvmirgs9aj2nx-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 shadow, using log file: /var/log/nixpkgs-update/shadow/2024-03-13.log shadow 4.14.5 -> 4.15.0 https://github.com/shadow-maint/shadow/releases attrpath: shadow Checking auto update branch... No auto update branch exists Old version 4.14.5" not present in staging derivation file with contents: { lib, stdenv, fetchFromGitHub, fetchpatch , runtimeShell, nixosTests , autoreconfHook, bison, flex , docbook_xml_dtd_45, docbook_xsl , itstool, libbsd, libxml2, libxslt , libxcrypt, pkg-config , glibcCross ? null , pam ? null , withTcb ? lib.meta.availableOn stdenv.hostPlatform tcb, tcb }: let glibc = if stdenv.hostPlatform != stdenv.buildPlatform then glibcCross else assert stdenv.hostPlatform.libc == "glibc"; stdenv.cc.libc; in stdenv.mkDerivation rec { pname = "shadow"; version = "4.14.6"; src = fetchFromGitHub { owner = "shadow-maint"; repo = pname; rev = version; hash = "sha256-+klU1a0cSgHPwZkDnbCSjKnBUKIm2Z3OGUvR/zrqQxo="; }; outputs = [ "out" "su" "dev" "man" ]; RUNTIME_SHELL = runtimeShell; nativeBuildInputs = [ autoreconfHook bison flex docbook_xml_dtd_45 docbook_xsl itstool libxml2 libxslt pkg-config ]; buildInputs = [ libbsd libxcrypt ] ++ lib.optional (pam != null && stdenv.isLinux) pam ++ lib.optional withTcb tcb; patches = [ ./keep-path.patch # Obtain XML resources from XML catalog (patch adapted from gtk-doc) ./respect-xml-catalog-files-var.patch ./runtime-shell.patch ./fix-install-with-tcb.patch # Fix build against `clang-16` and upcoming `gcc-14`: # https://github.com/shadow-maint/shadow/pull/857 (fetchpatch { name = "fix-implicit-getdef_bool.patch"; url = "https://github.com/shadow-maint/shadow/commit/5abe0811b880208600f646356549b7e5cad89060.patch"; hash = "sha256-XqvVv8mYY58uXJBKRwncHQRSI45PUkp3dQNn44gzezU="; }) ]; # The nix daemon often forbids even creating set[ug]id files. postPatch = '' sed 's/^\(s[ug]idperms\) = [0-9]755/\1 = 0755/' -i src/Makefile.am ''; # Assume System V `setpgrp (void)', which is the default on GNU variants # (`AC_FUNC_SETPGRP' is not cross-compilation capable.) preConfigure = '' export ac_cv_func_setpgrp_void=yes export shadow_cv_logdir=/var/log ''; configureFlags = [ "--enable-man" "--with-group-name-max-length=32" "--with-bcrypt" "--with-yescrypt" ] ++ lib.optional (stdenv.hostPlatform.libc != "glibc") "--disable-nscd" ++ lib.optional withTcb "--with-tcb"; preBuild = lib.optionalString (stdenv.hostPlatform.libc == "glibc") '' substituteInPlace lib/nscd.c --replace /usr/sbin/nscd ${glibc.bin}/bin/nscd ''; postInstall = '' # Don't install ‘groups’, since coreutils already provides it. rm $out/bin/groups rm $man/share/man/man1/groups.* # Move the su binary into the su package mkdir -p $su/bin mv $out/bin/su $su/bin ''; enableParallelBuilding = true; disallowedReferences = lib.optional (stdenv.buildPlatform != stdenv.hostPlatform) stdenv.shellPackage; meta = with lib; { homepage = "https://github.com/shadow-maint"; description = "Suite containing authentication-related tools such as passwd and su"; license = licenses.bsd3; platforms = platforms.linux; }; passthru = { shellPath = "/bin/nologin"; tests = { inherit (nixosTests) shadow; }; }; } [result] Failed to update shadow 4.14.5 -> 4.15.0 https://github.com/shadow-maint/shadow/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.pysaml2, using log file: /var/log/nixpkgs-update/python311Packages.pysaml2/2024-03-13.log python311Packages.pysaml2 0 -> 1 attrpath: python311Packages.pysaml2 Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/rqhx00d6n5dckqa2br1h2fs0j6irbq5j-packages.json.drv building '/nix/store/rqhx00d6n5dckqa2br1h2fs0j6irbq5j-packages.json.drv'... Going to be running update for following packages: - python3.11-pysaml2-7.5.0 Press Enter key to continue... Running update for: - python3.11-pysaml2-7.5.0: UPDATING ... - python3.11-pysaml2-7.5.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.pysaml2 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath onedrivegui, using log file: /var/log/nixpkgs-update/onedrivegui/2024-03-13.log onedrivegui 0 -> 1 attrpath: onedrivegui Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/2gxpp1sv0zbxi7wc4f5l1m1m9c3219g2-packages.json.drv building '/nix/store/2gxpp1sv0zbxi7wc4f5l1m1m9c3219g2-packages.json.drv'... Going to be running update for following packages: - onedrivegui-1.0.3 Press Enter key to continue... Running update for: - onedrivegui-1.0.3: UPDATING ... - onedrivegui-1.0.3: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update onedrivegui 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.konnected, using log file: /var/log/nixpkgs-update/python311Packages.konnected/2024-03-13.log python311Packages.konnected 0 -> 1 attrpath: python311Packages.konnected Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/yqaby1vn5bi3863ffrd1pslbbki6j937-packages.json.drv building '/nix/store/yqaby1vn5bi3863ffrd1pslbbki6j937-packages.json.drv'... Going to be running update for following packages: - python3.11-konnected-1.2.0 Press Enter key to continue... Running update for: - python3.11-konnected-1.2.0: UPDATING ... - python3.11-konnected-1.2.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.konnected 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.slowapi, using log file: /var/log/nixpkgs-update/python311Packages.slowapi/2024-03-13.log python311Packages.slowapi 0 -> 1 attrpath: python311Packages.slowapi Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/gz9hcbap3dzpxv2ihjfb39l2rjn5dxzs-packages.json.drv building '/nix/store/gz9hcbap3dzpxv2ihjfb39l2rjn5dxzs-packages.json.drv'... Going to be running update for following packages: - python3.11-slowapi-0.1.9 Press Enter key to continue... Running update for: - python3.11-slowapi-0.1.9: UPDATING ... - python3.11-slowapi-0.1.9: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.slowapi 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_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-13.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/6r0bm8shswm9v08kzvq24ib48mx3kxmn-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 gnome.nautilus-python, using log file: /var/log/nixpkgs-update/gnome.nautilus-python/2024-03-13.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-13.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/v59idbvxpl34rxlzxrfxxirm734yfs6d-packages.json.drv building '/nix/store/v59idbvxpl34rxlzxrfxxirm734yfs6d-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 pdfdiff, using log file: /var/log/nixpkgs-update/pdfdiff/2024-03-13.log pdfdiff 0 -> 1 attrpath: pdfdiff Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/ad2nx1144ffzp0j2qscvdzc7apjihh1i-packages.json.drv building '/nix/store/ad2nx1144ffzp0j2qscvdzc7apjihh1i-packages.json.drv'... Going to be running update for following packages: - pdfdiff-0.93 Press Enter key to continue... Running update for: - pdfdiff-0.93: UPDATING ... - pdfdiff-0.93: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update pdfdiff 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_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-13.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/3c1iwlk34n5jlvyjhp01hirhifmn5ssg-php82-update-script.drv /nix/store/vl6a5vfwc34wy28nrp32mnm9bird2pal-packages.json.drv building '/nix/store/3c1iwlk34n5jlvyjhp01hirhifmn5ssg-php82-update-script.drv'... building '/nix/store/vl6a5vfwc34wy28nrp32mnm9bird2pal-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-13.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/mfmdjwg6i482byr0w3vkq9qvl256kqp9-packages.json.drv building '/nix/store/mfmdjwg6i482byr0w3vkq9qvl256kqp9-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.ms-cv, using log file: /var/log/nixpkgs-update/python311Packages.ms-cv/2024-03-13.log python311Packages.ms-cv 0 -> 1 attrpath: python311Packages.ms-cv Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/5wwpb10b8rvvik33l6ikbks70nwdfrxc-packages.json.drv building '/nix/store/5wwpb10b8rvvik33l6ikbks70nwdfrxc-packages.json.drv'... Going to be running update for following packages: - python3.11-ms-cv-0.1.1 Press Enter key to continue... Running update for: - python3.11-ms-cv-0.1.1: UPDATING ... - python3.11-ms-cv-0.1.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.ms-cv 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: 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-13.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/4p3n84av8nf7003ggwn1h8sla4112vbg-packages.json.drv building '/nix/store/4p3n84av8nf7003ggwn1h8sla4112vbg-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 multi-platform srcs in file. [result] Failed to update electron_26-bin 26.3.0 -> 29.1.2 https://github.com/electron/electron/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.pyhomepilot, using log file: /var/log/nixpkgs-update/python311Packages.pyhomepilot/2024-03-13.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/q348191z7pbsyb6imapnn6d56l536rzf-packages.json.drv building '/nix/store/q348191z7pbsyb6imapnn6d56l536rzf-packages.json.drv'... Going to be running update for following packages: - python3.11-pyhomepilot-0.0.3 Press Enter key to continue... Running update for: - python3.11-pyhomepilot-0.0.3: UPDATING ... - python3.11-pyhomepilot-0.0.3: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.pyhomepilot 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.libclang, using log file: /var/log/nixpkgs-update/python311Packages.libclang/2024-03-13.log python311Packages.libclang 0 -> 1 attrpath: python311Packages.libclang Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/vjg0rfdjzl9i475cgq1dr7pclkzs0czn-packages.json.drv building '/nix/store/vjg0rfdjzl9i475cgq1dr7pclkzs0czn-packages.json.drv'... Going to be running update for following packages: - python3.11-libclang-17.0.6 Press Enter key to continue... Running update for: - python3.11-libclang-17.0.6: UPDATING ... - python3.11-libclang-17.0.6: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.libclang 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.astropy-extension-helpers, using log file: /var/log/nixpkgs-update/python311Packages.astropy-extension-helpers/2024-03-13.log python311Packages.astropy-extension-helpers 0 -> 1 attrpath: python311Packages.astropy-extension-helpers 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/icwq86qv7rrdh7rgizmcr9fniic4yksb-packages.json.drv building '/nix/store/icwq86qv7rrdh7rgizmcr9fniic4yksb-packages.json.drv'... Going to be running update for following packages: - python3.11-extension-helpers-1.1.0 Press Enter key to continue... Running update for: - python3.11-extension-helpers-1.1.0: UPDATING ... - python3.11-extension-helpers-1.1.0: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/astropy-extension-helpers/default.nix b/pkgs/development/python-modules/astropy-extension-helpers/default.nix index 9f7280185aed..a4f7bf03fce0 100644 --- a/pkgs/development/python-modules/astropy-extension-helpers/default.nix +++ b/pkgs/development/python-modules/astropy-extension-helpers/default.nix @@ -14,14 +14,14 @@ buildPythonPackage rec { pname = "extension-helpers"; - version = "1.1.0"; + version = "1.1.1"; pyproject = true; disabled = pythonOlder "3.7"; src = fetchPypi { inherit pname version; - hash = "sha256-SUYMeKP40fjOwXRHn16FrURZSMzEFgM8WqPm3fLFAik="; + hash = "sha256-+V3TBKUj1P9mgNlQT6HWik3QO/O/u+Ct5Nkn7Z5pPwA="; }; patches = [ No auto update branch exists [outpaths] eval start [outpaths] eval end Python package with too many package rebuilds 99 > 25 [result] Failed to update python311Packages.astropy-extension-helpers 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.pyotp, using log file: /var/log/nixpkgs-update/python311Packages.pyotp/2024-03-13.log python311Packages.pyotp 0 -> 1 attrpath: python311Packages.pyotp Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/v38d4401bdq43b1sx5pyaiqzl02q54q8-packages.json.drv building '/nix/store/v38d4401bdq43b1sx5pyaiqzl02q54q8-packages.json.drv'... Going to be running update for following packages: - python3.11-pyotp-2.9.0 Press Enter key to continue... Running update for: - python3.11-pyotp-2.9.0: UPDATING ... - python3.11-pyotp-2.9.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.pyotp 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: 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-13.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/n6zzmx5phr3vmsalsdzf2zv7j302p7nd-packages.json.drv building '/nix/store/n6zzmx5phr3vmsalsdzf2zv7j302p7nd-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 python311Packages.python-rapidjson, using log file: /var/log/nixpkgs-update/python311Packages.python-rapidjson/2024-03-13.log python311Packages.python-rapidjson 0 -> 1 attrpath: python311Packages.python-rapidjson 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/2kr5z0pp8di9f4xbkfjm1baz9d4xk7hq-packages.json.drv building '/nix/store/2kr5z0pp8di9f4xbkfjm1baz9d4xk7hq-packages.json.drv'... Going to be running update for following packages: - python3.11-python-rapidjson-1.16 Press Enter key to continue... Running update for: - python3.11-python-rapidjson-1.16: UPDATING ... - python3.11-python-rapidjson-1.16: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.python-rapidjson 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_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-13.log nomad-autoscaler 0.3.6 -> 0.4.3 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-0tNiGE8rh6Fa3B8I2LL49Y5NYnFUtHaW8PzOOZ0Jeto= Received ExitFailure 1 when running Raw command: /nix/store/6r0bm8shswm9v08kzvq24ib48mx3kxmn-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/9lvnrh7bw7ngqqgzxbbmbdszpzwqrrcw-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.3 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-13.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/riff5f5q8pyqkmm5c4s9gl095w0iwcd0-packages.json.drv building '/nix/store/riff5f5q8pyqkmm5c4s9gl095w0iwcd0-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-13.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/0i2lmr7zl3lhbnwlxwhbrjg6y45wky4r-packages.json.drv building '/nix/store/0i2lmr7zl3lhbnwlxwhbrjg6y45wky4r-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 roapi-http, using log file: /var/log/nixpkgs-update/roapi-http/2024-03-13.log roapi-http 0.6.0 -> 0.10.0 https://github.com/roapi/roapi/releases attrpath: roapi-http Checking auto update branch... No auto update branch exists [version] [version] generic version rewriter does not support multiple hashes [rustCrateVersion] stderr did not split as expected full stderr was: this derivation will be built: /nix/store/wna4h8rj8fldmpvlwkh3h826lxrzw775-roapi-http-.tar.gz.drv building '/nix/store/wna4h8rj8fldmpvlwkh3h826lxrzw775-roapi-http-.tar.gz.drv'... trying https://github.com/roapi/roapi/releases/download/roapi-http-v0.10.0/roapi-http-.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 9 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 error: cannot download roapi-http-.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 'roapi-http.originalSrc' not found stderr did not split as expected full stderr was: error: … in the condition of the assert statement at /var/cache/nixpkgs-update/worker/worktree/roapi-http/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/roapi-http/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 ‘roapi-http-0.10.0’ in /var/cache/nixpkgs-update/worker/worktree/roapi-http/pkgs/servers/roapi/http.nix:49 is not available on the requested hostPlatform: hostPlatform.config = "x86_64-unknown-linux-gnu" package.meta.platforms = [ "x86_64-darwin" "i686-darwin" "aarch64-darwin" "armv7a-darwin" ] package.meta.badPlatforms = [ ] , refusing to evaluate. a) To temporarily allow packages that are unsupported for this system, you can use an environment variable for a single invocation of the nix tools. $ export NIXPKGS_ALLOW_UNSUPPORTED_SYSTEM=1 Note: When using `nix shell`, `nix build`, `nix develop`, etc with a flake, then pass `--impure` in order to allow use of environment variables. b) For `nixos-rebuild` you can set { nixpkgs.config.allowUnsupportedSystem = true; } in configuration.nix to override this. c) For `nix-env`, `nix-build`, `nix-shell` or any other Nix command you can add { allowUnsupportedSystem = true; } to ~/.config/nixpkgs/config.nix. [result] Failed to update roapi-http 0.6.0 -> 0.10.0 https://github.com/roapi/roapi/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: 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-13.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/z7j8sqjzm4vn80rl8s0zrl64h5mlzfmp-packages.json.drv building '/nix/store/z7j8sqjzm4vn80rl8s0zrl64h5mlzfmp-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 re-flex, using log file: /var/log/nixpkgs-update/re-flex/2024-03-13.log re-flex 4.0.1 -> 4.1.1 https://github.com/Genivia/RE-flex/releases attrpath: re-flex 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/parsing/re-flex/default.nix b/pkgs/development/tools/parsing/re-flex/default.nix index 645d4e280288..16099d5601c6 100644 --- a/pkgs/development/tools/parsing/re-flex/default.nix +++ b/pkgs/development/tools/parsing/re-flex/default.nix @@ -9,13 +9,13 @@ stdenv.mkDerivation rec { pname = "re-flex"; - version = "4.0.1"; + version = "4.1.1"; src = fetchFromGitHub { owner = "Genivia"; repo = "RE-flex"; rev = "v${version}"; - sha256 = "sha256-eQ2+RthvOKCd2Dl6i+9DahJArFfOhPJkn6PI/yuaqos="; + sha256 = "sha256-1X4P9eQXjGePxT/86p+dQ38i5N1NwNacXS21wqRBc0E="; }; nativeBuildInputs = [ boost autoconf automake ]; [outpaths] eval start [outpaths] eval end Successfully finished processing cachix "/nix/store/bnacscs2m2b4311paws185rp35pk52b9-re-flex-4.1.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:
  • re-flex
Automatic update generated by [nixpkgs-update](https://github.com/ryantm/nixpkgs-update) tools. This update was made based on information from https://github.com/Genivia/RE-flex/releases. meta.description for re-flex is: The regex-centric, fast lexical analyzer generator for C++ with full Unicode support meta.homepage for re-flex is: https://github.com/Genivia/RE-flex ###### Updates performed - Version update ###### To inspect upstream changes - [Release on GitHub](https://github.com/Genivia/RE-flex/releases/tag/v4.1.1) - [Compare changes on GitHub](https://github.com/Genivia/RE-flex/compare/v4.0.1...v4.1.1) ###### Impact Checks done --- - built on NixOS - The tests defined in `passthru.tests`, if any, passed - found 4.1.1 with grep in /nix/store/bnacscs2m2b4311paws185rp35pk52b9-re-flex-4.1.1 - found 4.1.1 in filename of file in /nix/store/bnacscs2m2b4311paws185rp35pk52b9-re-flex-4.1.1 ---
Rebuild report (if merged into master) (click to expand) ``` 1 total rebuild path(s) 1 package rebuild(s) First fifty rebuilds by attrpath re-flex ```
Instructions to test this update (click to expand) --- Either **download from Cachix**: ``` nix-store -r /nix/store/bnacscs2m2b4311paws185rp35pk52b9-re-flex-4.1.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 re-flex https://github.com/r-ryantm/nixpkgs/archive/74b8fe3de3a92f2682d4bb55a9e3f58997be6507.tar.gz ``` Or: ``` nix build github:r-ryantm/nixpkgs/74b8fe3de3a92f2682d4bb55a9e3f58997be6507#re-flex ``` After you've downloaded or built it, look at the files and if there are any, run the binaries: ``` ls -la /nix/store/bnacscs2m2b4311paws185rp35pk52b9-re-flex-4.1.1 ls -la /nix/store/bnacscs2m2b4311paws185rp35pk52b9-re-flex-4.1.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:
  • re-flex
--- ###### Maintainer pings cc @prrlvr 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/295658 [result] Success updating re-flex 4.0.1 -> 4.1.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 nanorc, using log file: /var/log/nixpkgs-update/nanorc/2024-03-13.log nanorc 0 -> 1 attrpath: nanorc Checking auto update branch... [version] [version] skipping because derivation has 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/waxk2835ycvsmp78kh2kxa065mgbzvig-update.sh.drv /nix/store/1rkrsil686sl095mqx5p8z9ifngqc1j7-packages.json.drv building '/nix/store/waxk2835ycvsmp78kh2kxa065mgbzvig-update.sh.drv'... building '/nix/store/1rkrsil686sl095mqx5p8z9ifngqc1j7-packages.json.drv'... Going to be running update for following packages: - nanorc-2020-10-10 Press Enter key to continue... Running update for: - nanorc-2020-10-10: UPDATING ... - nanorc-2020-10-10: ERROR --- SHOWING ERROR LOG FOR nanorc-2020-10-10 ---------------------- error: cannot run ssh: No such file or directory fatal: unable to fork this derivation will be built: /nix/store/a34fygrw8rsn8cjmsp0v2rp5rvqjm9zz-source.drv building '/nix/store/a34fygrw8rsn8cjmsp0v2rp5rvqjm9zz-source.drv'... trying https://github.com/scopatz/nanorc/archive/.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 9 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 error: cannot download source from any mirror error: boost::bad_format_string: format-string is ill-formed update-source-version: error: Couldn't figure out new hash of 'nanorc.src'! --- SHOWING ERROR LOG FOR nanorc-2020-10-10 ---------------------- The update script for nanorc-2020-10-10 failed with exit code 1 [result] Failed to update nanorc 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath gnome.gnome-initial-setup, using log file: /var/log/nixpkgs-update/gnome.gnome-initial-setup/2024-03-13.log gnome.gnome-initial-setup 0 -> 1 attrpath: gnome.gnome-initial-setup Checking auto update branch... Do not update GNOME during a release cycle [result] Failed to update gnome.gnome-initial-setup 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath emote, using log file: /var/log/nixpkgs-update/emote/2024-03-13.log emote 0 -> 1 attrpath: emote Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/w51z57mayhdrbpbg1pmjv693mdjhmv4s-packages.json.drv building '/nix/store/w51z57mayhdrbpbg1pmjv693mdjhmv4s-packages.json.drv'... Going to be running update for following packages: - emote-4.0.1 Press Enter key to continue... Running update for: - emote-4.0.1: UPDATING ... - emote-4.0.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update emote 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_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-13.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/k1lq21x2zq2q2kzzs6xwwkrb0skgjxar-packages.json.drv building '/nix/store/k1lq21x2zq2q2kzzs6xwwkrb0skgjxar-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 python311Packages.pytedee-async, using log file: /var/log/nixpkgs-update/python311Packages.pytedee-async/2024-03-13.log python311Packages.pytedee-async 0 -> 1 attrpath: python311Packages.pytedee-async Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/w1ppszf81kjfi2w1szlhj7drl2nmbpfl-packages.json.drv building '/nix/store/w1ppszf81kjfi2w1szlhj7drl2nmbpfl-packages.json.drv'... Going to be running update for following packages: - python3.11-pytedee-async-0.2.16 Press Enter key to continue... Running update for: - python3.11-pytedee-async-0.2.16: UPDATING ... - python3.11-pytedee-async-0.2.16: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.pytedee-async 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath box2d, using log file: /var/log/nixpkgs-update/box2d/2024-03-13.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-13.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/2fx6sxmv4g1ls71plv00qb1wpxy6hav0-packages.json.drv building '/nix/store/2fx6sxmv4g1ls71plv00qb1wpxy6hav0-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 python311Packages.exceptiongroup, using log file: /var/log/nixpkgs-update/python311Packages.exceptiongroup/2024-03-13.log python311Packages.exceptiongroup 0 -> 1 attrpath: python311Packages.exceptiongroup Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/smn6wr0aq35phjw7b8azy6nckwk54gdn-packages.json.drv building '/nix/store/smn6wr0aq35phjw7b8azy6nckwk54gdn-packages.json.drv'... Going to be running update for following packages: - python3.11-exceptiongroup-1.2.0 Press Enter key to continue... Running update for: - python3.11-exceptiongroup-1.2.0: UPDATING ... - python3.11-exceptiongroup-1.2.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.exceptiongroup 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath pgf, using log file: /var/log/nixpkgs-update/pgf/2024-03-13.log pgf 2.10 -> 3.1.10 https://github.com/pgf-tikz/pgf/releases attrpath: pgf 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/typesetting/tex/pgf-tikz/pgf-2.x.nix b/pkgs/tools/typesetting/tex/pgf-tikz/pgf-2.x.nix index e823d0a4c4d9..ddb39bb79334 100644 --- a/pkgs/tools/typesetting/tex/pgf-tikz/pgf-2.x.nix +++ b/pkgs/tools/typesetting/tex/pgf-tikz/pgf-2.x.nix @@ -5,13 +5,13 @@ stdenvNoCC.mkDerivation (finalAttrs: { pname = "pgf"; - version = "2.10"; + version = "3.1.10"; src = fetchFromGitHub { owner = "pgf-tikz"; repo = "pgf"; rev = "refs/tags/${finalAttrs.version}"; - hash = "sha256-AA+XFhEkJifODJb6SppnxhR4lMlMNaH+k10UF6QisJ8="; + hash = "sha256-/zU2aTV39XpQhSpHVi8pBNsaAshcIhl6s+vOL1SO3Vw="; }; dontConfigure = true; [outpaths] eval start [outpaths] eval end Received ExitFailure 1 when running Raw command: /nix/store/6r0bm8shswm9v08kzvq24ib48mx3kxmn-nix-2.18.1/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A pgf nix build failed. got build log for 'pgf' from 'daemon' @nix { "action": "setPhase", "phase": "unpackPhase" } Running phase: unpackPhase unpacking source archive /nix/store/584b6cbqz6d4pc7d1vgr4kmkl1q66b5x-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": "installPhase" } Running phase: installPhase cp: cannot stat 'context': No such file or directory cp: cannot stat 'generic': No such file or directory cp: cannot stat 'latex': No such file or directory cp: cannot stat 'plain': No such file or directory [result] Failed to update pgf 2.10 -> 3.1.10 https://github.com/pgf-tikz/pgf/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.pysmartthings, using log file: /var/log/nixpkgs-update/python311Packages.pysmartthings/2024-03-13.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/iw8k1skbajcb3lw86lvwshff8f0npmfs-packages.json.drv building '/nix/store/iw8k1skbajcb3lw86lvwshff8f0npmfs-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 bmap-tools, using log file: /var/log/nixpkgs-update/bmap-tools/2024-03-13.log bmap-tools 0 -> 1 attrpath: bmap-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/xsz5fl85bfda12gf073148wvl055v5gb-packages.json.drv building '/nix/store/xsz5fl85bfda12gf073148wvl055v5gb-packages.json.drv'... Going to be running update for following packages: - bmap-tools-3.6 Press Enter key to continue... Running update for: - bmap-tools-3.6: UPDATING ... - bmap-tools-3.6: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update bmap-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.pyuseragents, using log file: /var/log/nixpkgs-update/python311Packages.pyuseragents/2024-03-13.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/arwiz3ycw5z34a6ygq7lcgvh7k00mj20-packages.json.drv building '/nix/store/arwiz3ycw5z34a6ygq7lcgvh7k00mj20-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 mpdris2, using log file: /var/log/nixpkgs-update/mpdris2/2024-03-13.log mpdris2 0 -> 1 attrpath: mpdris2 Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/h238ms7w83fc0y3pi0rplvn3rpbaw5c5-packages.json.drv building '/nix/store/h238ms7w83fc0y3pi0rplvn3rpbaw5c5-packages.json.drv'... Going to be running update for following packages: - mpDris2-0.9.1 Press Enter key to continue... Running update for: - mpDris2-0.9.1: UPDATING ... - mpDris2-0.9.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update mpdris2 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.fontparts, using log file: /var/log/nixpkgs-update/python311Packages.fontparts/2024-03-13.log python311Packages.fontparts 0 -> 1 attrpath: python311Packages.fontparts 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/3yqjzqysjwlj15xgrsyarxdac4w8b1h8-packages.json.drv building '/nix/store/3yqjzqysjwlj15xgrsyarxdac4w8b1h8-packages.json.drv'... Going to be running update for following packages: - python3.11-fontparts-0.12.1 Press Enter key to continue... Running update for: - python3.11-fontparts-0.12.1: UPDATING ... - python3.11-fontparts-0.12.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.fontparts 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.recordlinkage, using log file: /var/log/nixpkgs-update/python311Packages.recordlinkage/2024-03-13.log python311Packages.recordlinkage 0 -> 1 attrpath: python311Packages.recordlinkage Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/y4qnqsmcdg7s9v5p4i9rm0wbvxpsf4am-packages.json.drv building '/nix/store/y4qnqsmcdg7s9v5p4i9rm0wbvxpsf4am-packages.json.drv'... Going to be running update for following packages: - python3.11-recordlinkage-0.16 Press Enter key to continue... Running update for: - python3.11-recordlinkage-0.16: UPDATING ... - python3.11-recordlinkage-0.16: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.recordlinkage 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.azure-mgmt-datalake-store, using log file: /var/log/nixpkgs-update/python311Packages.azure-mgmt-datalake-store/2024-03-13.log python311Packages.azure-mgmt-datalake-store 0 -> 1 attrpath: python311Packages.azure-mgmt-datalake-store Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/5njf42yxg92x4n6avinkki4xckv1dx2q-packages.json.drv building '/nix/store/5njf42yxg92x4n6avinkki4xckv1dx2q-packages.json.drv'... Going to be running update for following packages: - python3.11-azure-mgmt-datalake-store-1.0.0 Press Enter key to continue... Running update for: - python3.11-azure-mgmt-datalake-store-1.0.0: UPDATING ... - python3.11-azure-mgmt-datalake-store-1.0.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.azure-mgmt-datalake-store 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath terraform-providers.cloudinit, using log file: /var/log/nixpkgs-update/terraform-providers.cloudinit/2024-03-13.log terraform-providers.cloudinit 0 -> 1 attrpath: terraform-providers.cloudinit Checking auto update branch... Derivation file opts-out of auto-updates [result] Failed to update terraform-providers.cloudinit 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.python-tado, using log file: /var/log/nixpkgs-update/python311Packages.python-tado/2024-03-13.log python311Packages.python-tado 0 -> 1 attrpath: python311Packages.python-tado Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/rh0a0nzd9n2mp3nfj7fprb2v5r6vpf1m-packages.json.drv building '/nix/store/rh0a0nzd9n2mp3nfj7fprb2v5r6vpf1m-packages.json.drv'... Going to be running update for following packages: - python3.11-python-tado-0.17.5 Press Enter key to continue... Running update for: - python3.11-python-tado-0.17.5: UPDATING ... - python3.11-python-tado-0.17.5: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.python-tado 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.ordered-set, using log file: /var/log/nixpkgs-update/python311Packages.ordered-set/2024-03-13.log python311Packages.ordered-set 0 -> 1 attrpath: python311Packages.ordered-set Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/nagpqfh6aph7vrnp6s44bishw7lrgz48-packages.json.drv building '/nix/store/nagpqfh6aph7vrnp6s44bishw7lrgz48-packages.json.drv'... Going to be running update for following packages: - python3.11-ordered-set-4.1.0 Press Enter key to continue... Running update for: - python3.11-ordered-set-4.1.0: UPDATING ... - python3.11-ordered-set-4.1.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.ordered-set 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.docplex, using log file: /var/log/nixpkgs-update/python311Packages.docplex/2024-03-13.log python311Packages.docplex 0 -> 1 attrpath: python311Packages.docplex Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/1wyxc5cr8ijh95dga4lgi8hg0yphx2ic-packages.json.drv building '/nix/store/1wyxc5cr8ijh95dga4lgi8hg0yphx2ic-packages.json.drv'... Going to be running update for following packages: - python3.11-docplex-2.25.236 Press Enter key to continue... Running update for: - python3.11-docplex-2.25.236: UPDATING ... - python3.11-docplex-2.25.236: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.docplex 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.ttls, using log file: /var/log/nixpkgs-update/python311Packages.ttls/2024-03-13.log python311Packages.ttls 0 -> 1 attrpath: python311Packages.ttls Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/9217f3n9dhmgwf4cs8fzq3kk4rm7an3g-packages.json.drv building '/nix/store/9217f3n9dhmgwf4cs8fzq3kk4rm7an3g-packages.json.drv'... Going to be running update for following packages: - python3.11-ttls-1.8.2 Press Enter key to continue... Running update for: - python3.11-ttls-1.8.2: UPDATING ... - python3.11-ttls-1.8.2: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.ttls 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath octavePackages.msh, using log file: /var/log/nixpkgs-update/octavePackages.msh/2024-03-13.log octavePackages.msh 0 -> 1 attrpath: octavePackages.msh Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/9is4k0gyp6iq1q3916qw1qy1rv9j958y-packages.json.drv building '/nix/store/9is4k0gyp6iq1q3916qw1qy1rv9j958y-packages.json.drv'... Going to be running update for following packages: - octave-8.4.0-msh-1.0.12 Press Enter key to continue... Running update for: - octave-8.4.0-msh-1.0.12: UPDATING ... - octave-8.4.0-msh-1.0.12: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update octavePackages.msh 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath onlykey-cli, using log file: /var/log/nixpkgs-update/onlykey-cli/2024-03-13.log onlykey-cli 0 -> 1 attrpath: onlykey-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/fvc7hqavx3j6qh1khp2g99ji1gjm2137-packages.json.drv building '/nix/store/fvc7hqavx3j6qh1khp2g99ji1gjm2137-packages.json.drv'... Going to be running update for following packages: - onlykey-cli-1.2.10 Press Enter key to continue... Running update for: - onlykey-cli-1.2.10: UPDATING ... - onlykey-cli-1.2.10: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update onlykey-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 pinentry_mac, using log file: /var/log/nixpkgs-update/pinentry_mac/2024-03-13.log pinentry_mac 0 -> 1 attrpath: pinentry_mac Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Failed with exit code 1 these 2 derivations will be built: /nix/store/slbzh2s7qrpz1z7n7xbsbzwmlahiam56-update-pinentry-mac.drv /nix/store/026pxx3rzlzxs9ffd8z35q178mrf18r3-packages.json.drv building '/nix/store/slbzh2s7qrpz1z7n7xbsbzwmlahiam56-update-pinentry-mac.drv'... building '/nix/store/026pxx3rzlzxs9ffd8z35q178mrf18r3-packages.json.drv'... Going to be running update for following packages: - pinentry-mac-1.1.1.1 Press Enter key to continue... Running update for: - pinentry-mac-1.1.1.1: UPDATING ... - pinentry-mac-1.1.1.1: ERROR --- SHOWING ERROR LOG FOR pinentry-mac-1.1.1.1 ---------------------- + main ++ queryLatestTag ++ curl -sS https://api.github.com/repos/GPGTools/pinentry/tags ++ jq -r '.[] | .name' /nix/store/4qmzky1a20q0hdg7dm190mlnp9vxfvh8-update-pinentry-mac: line 23: jq: command not found ++ sort --version-sort ++ tail -1 + tag= --- SHOWING ERROR LOG FOR pinentry-mac-1.1.1.1 ---------------------- The update script for pinentry-mac-1.1.1.1 failed with exit code 127 [result] Failed to update pinentry_mac 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath inql, using log file: /var/log/nixpkgs-update/inql/2024-03-13.log inql 0 -> 1 attrpath: inql Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/x75pk5zz611nc1kdj1ksbjz58vjjcn6i-packages.json.drv building '/nix/store/x75pk5zz611nc1kdj1ksbjz58vjjcn6i-packages.json.drv'... Going to be running update for following packages: - inql-4.0.6 Press Enter key to continue... Running update for: - inql-4.0.6: UPDATING ... - inql-4.0.6: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/tools/security/inql/default.nix b/pkgs/tools/security/inql/default.nix index 272e28292ac8..a02e7f2a71fb 100644 --- a/pkgs/tools/security/inql/default.nix +++ b/pkgs/tools/security/inql/default.nix @@ -5,13 +5,13 @@ python3.pkgs.buildPythonApplication rec { pname = "inql"; - version = "4.0.6"; + version = "5.0.2"; src = fetchFromGitHub { owner = "doyensec"; repo = pname; rev = "refs/tags/v${version}"; - hash = "sha256-DFGJHqdrCmOZn8GdY5SZ1PrOhuIsMLoK+2Fry9WkRiY="; + hash = "sha256-fXGpyg3nKoUMwTMs4U7AylmrzOilSNXcQm7Vm2YIaRY="; }; postPatch = '' No auto update branch exists [outpaths] eval start [outpaths] eval end Received ExitFailure 1 when running Raw command: /nix/store/6r0bm8shswm9v08kzvq24ib48mx3kxmn-nix-2.18.1/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A inql nix build failed. got build log for 'inql' 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/0vqdm1da7xrmzr914qhjlkqprk2nld67-source source root is source setting SOURCE_DATE_EPOCH to timestamp 315619200 of file source/settings.gradle @nix { "action": "setPhase", "phase": "patchPhase" } Running phase: patchPhase substitute(): ERROR: file 'setup.py' does not exist /nix/store/v099hqvw5z87423p4hz1vfhzaqa07dii-stdenv-linux/setup: line 131: pop_var_context: head of shell_variables not a function context [result] Failed to update inql 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: 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-lxml, using log file: /var/log/nixpkgs-update/python311Packages.types-lxml/2024-03-13.log python311Packages.types-lxml 0 -> 1 attrpath: python311Packages.types-lxml Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/vzq7q0qbr8w008w15985ps40vfw79y5q-packages.json.drv building '/nix/store/vzq7q0qbr8w008w15985ps40vfw79y5q-packages.json.drv'... Going to be running update for following packages: - python3.11-types-lxml-2024.02.09 Press Enter key to continue... Running update for: - python3.11-types-lxml-2024.02.09: UPDATING ... - python3.11-types-lxml-2024.02.09: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.types-lxml 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath simgear, using log file: /var/log/nixpkgs-update/simgear/2024-03-13.log simgear 2020.3.19 -> 2020.4.0 https://repology.org/project/simgear/versions attrpath: simgear Checking auto update branch... No auto update branch exists [outpaths] eval start [outpaths] eval end [version] stderr did not split as expected full stderr was: this derivation will be built: /nix/store/h19xc0vzzqmbgjm7zkbsizz7m0b72927-simgear-2020.4.0.tar.bz2.drv building '/nix/store/h19xc0vzzqmbgjm7zkbsizz7m0b72927-simgear-2020.4.0.tar.bz2.drv'... trying https://downloads.sourceforge.net/flightgear/release-2020.4/simgear-2020.4.0.tar.bz2 % 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/flightgear/release-2020.4/simgear-2020.4.0.tar.bz2 % 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/flightgear/release-2020.4/simgear-2020.4.0.tar.bz2 % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 138 100 138 0 0 790 0 --:--:-- --:--:-- --:--:-- 793 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/flightgear/release-2020.4/simgear-2020.4.0.tar.bz2 % 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/flightgear/release-2020.4/simgear-2020.4.0.tar.bz2 % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 332 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/flightgear/release-2020.4/simgear-2020.4.0.tar.bz2 % 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 simgear-2020.4.0.tar.bz2 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 'simgear.originalSrc' not found stderr did not split as expected full stderr was: these 2 derivations will be built: /nix/store/h19xc0vzzqmbgjm7zkbsizz7m0b72927-simgear-2020.4.0.tar.bz2.drv /nix/store/xxpgvkcidgxr9arsnirdpad0pkcr2dp1-simgear-2020.4.0.drv these 5 paths will be fetched (9.13 MiB download, 52.70 MiB unpacked): /nix/store/nphvk2pf55pv7yvxmkm1lnjkr2pk4db5-SDL-1.2.15-dev /nix/store/y0ai9n48fj3w6qv9smy27j95zp9b37dx-apr-1.7.4-dev /nix/store/4gsjzsnd4adkxndcmkhmk9aw7lfmd1gw-freealut-1.1.0 /nix/store/m1m1msp34i1mhk65zz1si5y3pw2vhhmf-openscenegraph-3.6.5 /nix/store/j6ybymz0a1x95m4i9hbxh0bqx1hfi08d-plib-1.8.5 copying path '/nix/store/m1m1msp34i1mhk65zz1si5y3pw2vhhmf-openscenegraph-3.6.5' from 'https://cache.nixos.org'... copying path '/nix/store/y0ai9n48fj3w6qv9smy27j95zp9b37dx-apr-1.7.4-dev' from 'https://cache.nixos.org'... copying path '/nix/store/4gsjzsnd4adkxndcmkhmk9aw7lfmd1gw-freealut-1.1.0' from 'https://cache.nixos.org'... copying path '/nix/store/nphvk2pf55pv7yvxmkm1lnjkr2pk4db5-SDL-1.2.15-dev' from 'https://cache.nixos.org'... building '/nix/store/h19xc0vzzqmbgjm7zkbsizz7m0b72927-simgear-2020.4.0.tar.bz2.drv'... copying path '/nix/store/j6ybymz0a1x95m4i9hbxh0bqx1hfi08d-plib-1.8.5' from 'https://cache.nixos.org'... trying https://downloads.sourceforge.net/flightgear/release-2020.4/simgear-2020.4.0.tar.bz2 % 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/flightgear/release-2020.4/simgear-2020.4.0.tar.bz2 % 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/flightgear/release-2020.4/simgear-2020.4.0.tar.bz2 % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 138 100 138 0 0 1131 0 --:--:-- --:--:-- --:--:-- 1140 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/flightgear/release-2020.4/simgear-2020.4.0.tar.bz2 % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 154 100 154 0 0 247 0 --:--:-- --:--:-- --:--:-- 247 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/flightgear/release-2020.4/simgear-2020.4.0.tar.bz2 % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 332 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/flightgear/release-2020.4/simgear-2020.4.0.tar.bz2 % 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 simgear-2020.4.0.tar.bz2 from any mirror error: builder for '/nix/store/h19xc0vzzqmbgjm7zkbsizz7m0b72927-simgear-2020.4.0.tar.bz2.drv' failed with exit code 1; last 25 log lines: > trying https://versaweb.dl.sourceforge.net/sourceforge/flightgear/release-2020.4/simgear-2020.4.0.tar.bz2 > % Total % Received % Xferd Average Speed Time Time Time Current > Dload Upload Total Spent Left Speed > 100 154 100 154 0 0 247 0 --:--:-- --:--:-- --:--:-- 247 > 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/flightgear/release-2020.4/simgear-2020.4.0.tar.bz2 > % Total % Received % Xferd Average Speed Time Time Time Current > Dload Upload Total Spent Left Speed > 0 332 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/flightgear/release-2020.4/simgear-2020.4.0.tar.bz2 > % 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 simgear-2020.4.0.tar.bz2 from any mirror For full logs, run 'nix log /nix/store/h19xc0vzzqmbgjm7zkbsizz7m0b72927-simgear-2020.4.0.tar.bz2.drv'. error: 1 dependencies of derivation '/nix/store/xxpgvkcidgxr9arsnirdpad0pkcr2dp1-simgear-2020.4.0.drv' failed to build [result] Failed to update simgear 2020.3.19 -> 2020.4.0 https://repology.org/project/simgear/versions [options] github_user: r-ryantm, pull_request: YES, batch_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.gompertztrunc, using log file: /var/log/nixpkgs-update/rPackages.gompertztrunc/2024-03-13.log rPackages.gompertztrunc 0.1.1 -> 0.1.2 https://repology.org/project/r:gompertztrunc/versions attrpath: rPackages.gompertztrunc 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.gompertztrunc 0.1.1 -> 0.1.2 https://repology.org/project/r:gompertztrunc/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.llamaindex-py-client, using log file: /var/log/nixpkgs-update/python311Packages.llamaindex-py-client/2024-03-13.log python311Packages.llamaindex-py-client 0 -> 1 attrpath: python311Packages.llamaindex-py-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/lqhga63p80vpbngg8rfnhq2655sif83x-packages.json.drv building '/nix/store/lqhga63p80vpbngg8rfnhq2655sif83x-packages.json.drv'... Going to be running update for following packages: - python3.11-llamaindex-py-client-0.1.13 Press Enter key to continue... Running update for: - python3.11-llamaindex-py-client-0.1.13: UPDATING ... - python3.11-llamaindex-py-client-0.1.13: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.llamaindex-py-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.dirtyjson, using log file: /var/log/nixpkgs-update/python311Packages.dirtyjson/2024-03-13.log python311Packages.dirtyjson 0 -> 1 attrpath: python311Packages.dirtyjson Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/ifdacw4crxzh5a7ijbfmy5q3n1ixrnnm-packages.json.drv building '/nix/store/ifdacw4crxzh5a7ijbfmy5q3n1ixrnnm-packages.json.drv'... Going to be running update for following packages: - python3.11-dirtyjson-1.0.8 Press Enter key to continue... Running update for: - python3.11-dirtyjson-1.0.8: UPDATING ... - python3.11-dirtyjson-1.0.8: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.dirtyjson 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_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.extraChIPs, using log file: /var/log/nixpkgs-update/rPackages.extraChIPs/2024-03-13.log rPackages.extraChIPs 1.6.0 -> 1.6.1 https://repology.org/project/r:extrachips/versions attrpath: rPackages.extraChIPs Checking auto update branch... No auto update branch exists Old version 1.6.0" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; 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.extraChIPs 1.6.0 -> 1.6.1 https://repology.org/project/r:extrachips/versions [options] github_user: r-ryantm, pull_request: YES, batch_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.farr, using log file: /var/log/nixpkgs-update/rPackages.farr/2024-03-13.log rPackages.farr 0.2.39 -> 0.3.0 https://repology.org/project/r:farr/versions attrpath: rPackages.farr Checking auto update branch... No auto update branch exists Old version 0.2.39" 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.farr 0.2.39 -> 0.3.0 https://repology.org/project/r:farr/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.z3c-checkversions, using log file: /var/log/nixpkgs-update/python311Packages.z3c-checkversions/2024-03-13.log python311Packages.z3c-checkversions 0 -> 1 attrpath: python311Packages.z3c-checkversions Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/rfr4sg9z5g9kyyihkgsvs3m5sipzbcyj-packages.json.drv building '/nix/store/rfr4sg9z5g9kyyihkgsvs3m5sipzbcyj-packages.json.drv'... Going to be running update for following packages: - python3.11-z3c-checkversions-2.1 Press Enter key to continue... Running update for: - python3.11-z3c-checkversions-2.1: UPDATING ... - python3.11-z3c-checkversions-2.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.z3c-checkversions 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.allure-pytest, using log file: /var/log/nixpkgs-update/python311Packages.allure-pytest/2024-03-13.log python311Packages.allure-pytest 0 -> 1 attrpath: python311Packages.allure-pytest Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/vmzhmka8gkx01zaygp82si9ncfff5sg2-packages.json.drv building '/nix/store/vmzhmka8gkx01zaygp82si9ncfff5sg2-packages.json.drv'... Going to be running update for following packages: - python3.11-allure-pytest-2.13.2 Press Enter key to continue... Running update for: - python3.11-allure-pytest-2.13.2: UPDATING ... - python3.11-allure-pytest-2.13.2: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/allure-pytest/default.nix b/pkgs/development/python-modules/allure-pytest/default.nix index ba86e0723a5d..d86ec7dec8a3 100644 --- a/pkgs/development/python-modules/allure-pytest/default.nix +++ b/pkgs/development/python-modules/allure-pytest/default.nix @@ -9,14 +9,14 @@ buildPythonPackage rec { pname = "allure-pytest"; - version = "2.13.2"; + version = "2.13.3"; pyproject = true; disabled = pythonOlder "3.7"; src = fetchPypi { inherit pname version; - hash = "sha256-IiQxWejsgc4rUlS0ATgCGYghsbQvEY9p1KKJOWYHx7M="; + hash = "sha256-WcriUjmQeztX9yvWZHbWcM5zpv08M5+A7T+seLSqMqU="; }; nativeBuildInputs = [ No auto update branch exists There might already be an open PR for this update: - python311Packages.allure-python-commons-test: 2.13.2 -> 2.13.3 URL "https://api.github.com/repos/NixOS/nixpkgs/issues/295459" [result] Failed to update python311Packages.allure-pytest 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath caffeine-ng, using log file: /var/log/nixpkgs-update/caffeine-ng/2024-03-13.log caffeine-ng 0 -> 1 attrpath: caffeine-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/ang4zxfdairzk6iyw6s4v5smcsvkx5lq-packages.json.drv building '/nix/store/ang4zxfdairzk6iyw6s4v5smcsvkx5lq-packages.json.drv'... Going to be running update for following packages: - caffeine-ng-4.2.0 Press Enter key to continue... Running update for: - caffeine-ng-4.2.0: UPDATING ... - caffeine-ng-4.2.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update caffeine-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.altgraph, using log file: /var/log/nixpkgs-update/python311Packages.altgraph/2024-03-13.log python311Packages.altgraph 0 -> 1 attrpath: python311Packages.altgraph Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/505na4iwxfk0b40jn037k395krd88m75-packages.json.drv building '/nix/store/505na4iwxfk0b40jn037k395krd88m75-packages.json.drv'... Going to be running update for following packages: - python3.11-altgraph-0.17.4 Press Enter key to continue... Running update for: - python3.11-altgraph-0.17.4: UPDATING ... - python3.11-altgraph-0.17.4: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.altgraph 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rgbds, using log file: /var/log/nixpkgs-update/rgbds/2024-03-13.log rgbds 0.6.1 -> 0.7.0 https://github.com/gbdev/rgbds/releases attrpath: rgbds 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/compilers/rgbds/default.nix b/pkgs/development/compilers/rgbds/default.nix index 7cec0eb0ddbb..0fc59899ea5d 100644 --- a/pkgs/development/compilers/rgbds/default.nix +++ b/pkgs/development/compilers/rgbds/default.nix @@ -2,12 +2,12 @@ stdenv.mkDerivation rec { pname = "rgbds"; - version = "0.6.1"; + version = "0.7.0"; src = fetchFromGitHub { owner = "gbdev"; repo = "rgbds"; rev = "v${version}"; - sha256 = "sha256-3mx4yymrOQnP5aJCzPWl5G96WBxt1ixU6tdzhhOsF04="; + sha256 = "sha256-aktKJlwXpHpjSFxoz5wZJPGWZIcn4ax5iBP0GQEux78="; }; nativeBuildInputs = [ bison flex pkg-config ]; buildInputs = [ libpng ]; [outpaths] eval start [outpaths] eval end Received ExitFailure 1 when running Raw command: /nix/store/6r0bm8shswm9v08kzvq24ib48mx3kxmn-nix-2.18.1/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A rgbds nix build failed. got build log for 'rgbds' from 'daemon' @nix { "action": "setPhase", "phase": "unpackPhase" } Running phase: unpackPhase unpacking source archive /nix/store/2xwjhhcll9ss0szm3hwfyhpipdzrgb19-source source root is source @nix { "action": "setPhase", "phase": "patchPhase" } Running phase: patchPhase @nix { "action": "setPhase", "phase": "updateAutotoolsGnuConfigScriptsPhase" } Running phase: updateAutotoolsGnuConfigScriptsPhase @nix { "action": "setPhase", "phase": "configurePhase" } Running phase: configurePhase no configure script, doing nothing @nix { "action": "setPhase", "phase": "buildPhase" } Running phase: buildPhase build flags: SHELL=/nix/store/4vzal97iq3dmrgycj8r0gflrh51p8w1s-bash-5.2p26/bin/bash /nix/store/4vzal97iq3dmrgycj8r0gflrh51p8w1s-bash-5.2p26/bin/bash: line 1: src/bison.sh: cannot execute: required file not found make: *** [Makefile:140: src/asm/parser.cpp] Error 127 [result] Failed to update rgbds 0.6.1 -> 0.7.0 https://github.com/gbdev/rgbds/releases [options] github_user: r-ryantm, pull_request: YES, batch_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-13.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/bqwaaacf5bgwy02f27hkhcavhna6cwph-packages.json.drv building '/nix/store/bqwaaacf5bgwy02f27hkhcavhna6cwph-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/6r0bm8shswm9v08kzvq24ib48mx3kxmn-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/3v2ch16fkl50i85n05h5ckss8pxx6836-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/3v2ch16fkl50i85n05h5ckss8pxx6836-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.14s =============================== /nix/store/v099hqvw5z87423p4hz1vfhzaqa07dii-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.pytest-ansible, using log file: /var/log/nixpkgs-update/python311Packages.pytest-ansible/2024-03-13.log python311Packages.pytest-ansible 0 -> 1 attrpath: python311Packages.pytest-ansible Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/99l12aqfsnv003pbnkj3vfs4a3jar6aj-packages.json.drv building '/nix/store/99l12aqfsnv003pbnkj3vfs4a3jar6aj-packages.json.drv'... Going to be running update for following packages: - python3.11-pytest-ansible-24.1.2 Press Enter key to continue... Running update for: - python3.11-pytest-ansible-24.1.2: UPDATING ... - python3.11-pytest-ansible-24.1.2: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.pytest-ansible 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.anthemav, using log file: /var/log/nixpkgs-update/python311Packages.anthemav/2024-03-13.log python311Packages.anthemav 0 -> 1 attrpath: python311Packages.anthemav Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/13ipbqspvapaj4anvzlklq7x4phn6b9i-packages.json.drv building '/nix/store/13ipbqspvapaj4anvzlklq7x4phn6b9i-packages.json.drv'... Going to be running update for following packages: - python3.11-anthemav-1.4.2 Press Enter key to continue... Running update for: - python3.11-anthemav-1.4.2: UPDATING ... - python3.11-anthemav-1.4.2: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.anthemav 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.peewee, using log file: /var/log/nixpkgs-update/python311Packages.peewee/2024-03-13.log python311Packages.peewee 0 -> 1 attrpath: python311Packages.peewee Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/7224wxwws999dk1s1zqk0c9rapqhk5v3-packages.json.drv building '/nix/store/7224wxwws999dk1s1zqk0c9rapqhk5v3-packages.json.drv'... Going to be running update for following packages: - python3.11-peewee-3.17.0 Press Enter key to continue... Running update for: - python3.11-peewee-3.17.0: UPDATING ... - python3.11-peewee-3.17.0: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/peewee/default.nix b/pkgs/development/python-modules/peewee/default.nix index deeccfe69881..ede0f7bbc3df 100644 --- a/pkgs/development/python-modules/peewee/default.nix +++ b/pkgs/development/python-modules/peewee/default.nix @@ -15,7 +15,7 @@ buildPythonPackage rec { pname = "peewee"; - version = "3.17.0"; + version = "3.17.1"; format = "setuptools"; disabled = pythonOlder "3.7"; @@ -24,7 +24,7 @@ buildPythonPackage rec { owner = "coleifer"; repo = pname; rev = "refs/tags/${version}"; - hash = "sha256-QbbwC55q/BjMGtm3fH8HPd0aETMzLAFwVYFvOS/4dqA="; + hash = "sha256-Gob2qBPPxAeIO/I7+9r4dBIxhvKnnZWD2nYcrMANM8U="; }; buildInputs = [ No auto update branch exists Old version 3.17.0" not present in staging derivation file with contents: { lib , apsw , buildPythonPackage , cython , fetchFromGitHub , flask , python , sqlite , withMysql ? false , mysql-connector , withPostgres ? false , psycopg2 , pythonOlder }: buildPythonPackage rec { pname = "peewee"; version = "3.17.1"; format = "setuptools"; disabled = pythonOlder "3.7"; src = fetchFromGitHub { owner = "coleifer"; repo = pname; rev = "refs/tags/${version}"; hash = "sha256-Gob2qBPPxAeIO/I7+9r4dBIxhvKnnZWD2nYcrMANM8U="; }; buildInputs = [ sqlite cython ]; propagatedBuildInputs = [ apsw ] ++ lib.optionals withPostgres [ psycopg2 ] ++ lib.optionals withMysql [ mysql-connector ]; nativeCheckInputs = [ flask ]; doCheck = withPostgres; checkPhase = '' rm -r playhouse # avoid using the folder in the cwd ${python.interpreter} runtests.py ''; pythonImportsCheck = [ "peewee" ]; meta = with lib; { description = "Python ORM with support for various database implementation"; homepage = "http://peewee-orm.com"; license = licenses.mit; maintainers = with maintainers; [ ]; }; } [result] Failed to update python311Packages.peewee 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_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.ucloud, using log file: /var/log/nixpkgs-update/terraform-providers.ucloud/2024-03-13.log terraform-providers.ucloud 0 -> 1 attrpath: terraform-providers.ucloud Checking auto update branch... Derivation file opts-out of auto-updates [result] Failed to update terraform-providers.ucloud 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath eigenlayer, using log file: /var/log/nixpkgs-update/eigenlayer/2024-03-13.log eigenlayer 0 -> 1 attrpath: eigenlayer 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/kz4y4b9zng0fp7rhnwcsny858jc5mwm7-packages.json.drv building '/nix/store/kz4y4b9zng0fp7rhnwcsny858jc5mwm7-packages.json.drv'... Going to be running update for following packages: - eigenlayer-0.6.2 Press Enter key to continue... Running update for: - eigenlayer-0.6.2: UPDATING ... - eigenlayer-0.6.2: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update eigenlayer 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.tesla-wall-connector, using log file: /var/log/nixpkgs-update/python311Packages.tesla-wall-connector/2024-03-13.log python311Packages.tesla-wall-connector 0 -> 1 attrpath: python311Packages.tesla-wall-connector Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/brgfk2cbjvsb1if3l8g47ny3j8w510y5-packages.json.drv building '/nix/store/brgfk2cbjvsb1if3l8g47ny3j8w510y5-packages.json.drv'... Going to be running update for following packages: - python3.11-tesla-wall-connector-1.0.2 Press Enter key to continue... Running update for: - python3.11-tesla-wall-connector-1.0.2: UPDATING ... - python3.11-tesla-wall-connector-1.0.2: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.tesla-wall-connector 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.kneed, using log file: /var/log/nixpkgs-update/python311Packages.kneed/2024-03-13.log python311Packages.kneed 0 -> 1 attrpath: python311Packages.kneed Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/ir3lwvv1a9hsbizr6yclmxs93868gwys-packages.json.drv building '/nix/store/ir3lwvv1a9hsbizr6yclmxs93868gwys-packages.json.drv'... Going to be running update for following packages: - python3.11-kneed-0.8.5 Press Enter key to continue... Running update for: - python3.11-kneed-0.8.5: UPDATING ... - python3.11-kneed-0.8.5: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.kneed 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: 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-mermaid2-plugin, using log file: /var/log/nixpkgs-update/python311Packages.mkdocs-mermaid2-plugin/2024-03-13.log python311Packages.mkdocs-mermaid2-plugin 0 -> 1 attrpath: python311Packages.mkdocs-mermaid2-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/qjpbcfs5rknfmdwmddg76wfk7c5m33ay-packages.json.drv building '/nix/store/qjpbcfs5rknfmdwmddg76wfk7c5m33ay-packages.json.drv'... Going to be running update for following packages: - python3.11-mkdocs-mermaid2-plugin-1.1.0 Press Enter key to continue... Running update for: - python3.11-mkdocs-mermaid2-plugin-1.1.0: UPDATING ... - python3.11-mkdocs-mermaid2-plugin-1.1.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.mkdocs-mermaid2-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 jetbrains.mps, using log file: /var/log/nixpkgs-update/jetbrains.mps/2024-03-13.log jetbrains.mps 2023.2 -> 6472 https://repology.org/project/jetbrains-mps/versions attrpath: jetbrains.mps Checking auto update branch... No auto update branch exists Old version 2023.2" not present in master derivation file with contents: { lib , stdenv , callPackage , fetchurl , jdk , zlib , python3 , lldb , dotnet-sdk_7 , maven , openssl , expat , libxcrypt , libxcrypt-legacy , fontconfig , libxml2 , runCommand , musl , R , libgcc , lttng-ust_2_12 , xz , xorg , libGL , vmopts ? null }: let inherit (stdenv.hostPlatform) system; # `ides.json` is handwritten and contains information that doesn't change across updates, like maintainers and other metadata # `versions.json` contains everything generated/needed by the update script version numbers, build numbers and tarball hashes ideInfo = lib.importJSON ./bin/ides.json; versions = lib.importJSON ./bin/versions.json; products = versions.${system} or (throw "Unsupported system: ${system}"); package = if stdenv.isDarwin then ./bin/darwin.nix else ./bin/linux.nix; mkJetBrainsProductCore = callPackage package { inherit vmopts; }; mkMeta = meta: fromSource: { inherit (meta) homepage longDescription; description = meta.description + lib.optionalString meta.isOpenSource (if fromSource then " (built from source)" else " (patched binaries from jetbrains)"); maintainers = map (x: lib.maintainers."${x}") meta.maintainers; license = if meta.isOpenSource then lib.licenses.asl20 else lib.licenses.unfree; }; mkJetBrainsProduct = { pname , fromSource ? false , extraWrapperArgs ? [ ] , extraLdPath ? [ ] , extraBuildInputs ? [ ] }: mkJetBrainsProductCore { inherit pname jdk extraWrapperArgs extraLdPath extraBuildInputs; src = if fromSource then communitySources."${pname}" else fetchurl { url = products."${pname}".url; sha256 = products."${pname}".sha256; }; inherit (products."${pname}") version; buildNumber = products."${pname}".build_number; inherit (ideInfo."${pname}") wmClass product; productShort = ideInfo."${pname}".productShort or ideInfo."${pname}".product; meta = mkMeta ideInfo."${pname}".meta fromSource; libdbm = if ideInfo."${pname}".meta.isOpenSource then communitySources."${pname}".libdbm else communitySources.idea-community.libdbm; fsnotifier = if ideInfo."${pname}".meta.isOpenSource then communitySources."${pname}".fsnotifier else communitySources.idea-community.fsnotifier; }; communitySources = callPackage ./source { }; buildIdea = args: mkJetBrainsProduct (args // { extraLdPath = [ zlib ]; extraWrapperArgs = [ ''--set M2_HOME "${maven}/maven"'' ''--set M2 "${maven}/maven/bin"'' ]; }); buildPycharm = args: (mkJetBrainsProduct args).overrideAttrs (finalAttrs: previousAttrs: lib.optionalAttrs stdenv.isLinux { buildInputs = with python3.pkgs; (previousAttrs.buildInputs or []) ++ [ python3 setuptools ]; preInstall = '' echo "compiling cython debug speedups" if [[ -d plugins/python-ce ]]; then ${python3.interpreter} plugins/python-ce/helpers/pydev/setup_cython.py build_ext --inplace else ${python3.interpreter} plugins/python/helpers/pydev/setup_cython.py build_ext --inplace fi ''; # See https://www.jetbrains.com/help/pycharm/2022.1/cython-speedups.html }); in rec { # Sorted alphabetically clion = (mkJetBrainsProduct { pname = "clion"; extraBuildInputs = lib.optionals (stdenv.isLinux) [ python3 stdenv.cc.cc openssl libxcrypt-legacy musl ] ++ lib.optionals (stdenv.isLinux && stdenv.isAarch64) [ expat libxml2 xz ]; }).overrideAttrs (attrs: { postFixup = (attrs.postFixup or "") + lib.optionalString (stdenv.isLinux) '' ( cd $out/clion # I think the included gdb has a couple of patches, so we patch it instead of replacing ls -d $PWD/bin/gdb/linux/*/lib/python3.8/lib-dynload/* | xargs patchelf \ --replace-needed libssl.so.10 libssl.so \ --replace-needed libcrypto.so.10 libcrypto.so ls -d $PWD/bin/lldb/linux/*/lib/python3.8/lib-dynload/* | xargs patchelf \ --replace-needed libssl.so.10 libssl.so \ --replace-needed libcrypto.so.10 libcrypto.so ) ''; }); datagrip = mkJetBrainsProduct { pname = "datagrip"; extraBuildInputs = [ stdenv.cc.cc ]; }; dataspell = let libr = runCommand "libR" {} '' mkdir -p $out/lib ln -s ${R}/lib/R/lib/libR.so $out/lib/libR.so ''; in mkJetBrainsProduct { pname = "dataspell"; extraBuildInputs = [ libgcc libr stdenv.cc.cc ]; }; gateway = mkJetBrainsProduct { pname = "gateway"; }; goland = (mkJetBrainsProduct { pname = "goland"; extraWrapperArgs = [ # fortify source breaks build since delve compiles with -O0 ''--prefix CGO_CPPFLAGS " " "-U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=0"'' ]; extraBuildInputs = [ libgcc stdenv.cc.cc ]; }).overrideAttrs (attrs: { postFixup = (attrs.postFixup or "") + lib.optionalString stdenv.isLinux '' interp="$(cat $NIX_CC/nix-support/dynamic-linker)" patchelf --set-interpreter $interp $out/goland/plugins/go-plugin/lib/dlv/linux/dlv chmod +x $out/goland/plugins/go-plugin/lib/dlv/linux/dlv ''; }); idea-community-bin = buildIdea { pname = "idea-community"; extraBuildInputs = [ stdenv.cc.cc ]; }; idea-community-src = buildIdea { pname = "idea-community"; extraBuildInputs = [ stdenv.cc.cc ]; fromSource = true; }; idea-community = if stdenv.isDarwin || stdenv.isAarch64 then idea-community-bin else idea-community-src; idea-ultimate = buildIdea { pname = "idea-ultimate"; extraBuildInputs = [ stdenv.cc.cc lldb musl ]; }; mps = mkJetBrainsProduct { pname = "mps"; }; phpstorm = mkJetBrainsProduct { pname = "phpstorm"; extraBuildInputs = [ stdenv.cc.cc musl ]; }; pycharm-community-bin = buildPycharm { pname = "pycharm-community"; }; pycharm-community-src = buildPycharm { pname = "pycharm-community"; fromSource = true; }; pycharm-community = if stdenv.isDarwin then pycharm-community-bin else pycharm-community-src; pycharm-professional = buildPycharm { pname = "pycharm-professional"; extraBuildInputs = [ musl ]; }; rider = (mkJetBrainsProduct { pname = "rider"; extraBuildInputs = [ fontconfig stdenv.cc.cc openssl libxcrypt lttng-ust_2_12 musl ]; }).overrideAttrs (attrs: { postInstall = (attrs.postInstall or "") + lib.optionalString (stdenv.isLinux) '' ( cd $out/rider ls -d $PWD/plugins/cidr-debugger-plugin/bin/lldb/linux/*/lib/python3.8/lib-dynload/* | xargs patchelf \ --replace-needed libssl.so.10 libssl.so \ --replace-needed libcrypto.so.10 libcrypto.so \ --replace-needed libcrypt.so.1 libcrypt.so for dir in lib/ReSharperHost/linux-*; do rm -rf $dir/dotnet ln -s ${dotnet-sdk_7} $dir/dotnet done ) ''; }); ruby-mine = mkJetBrainsProduct { pname = "ruby-mine"; extraBuildInputs = [ stdenv.cc.cc musl ]; }; rust-rover = (mkJetBrainsProduct { pname = "rust-rover"; extraBuildInputs = lib.optionals (stdenv.isLinux) [ python3 openssl libxcrypt-legacy fontconfig xorg.libX11 libGL ] ++ lib.optionals (stdenv.isLinux && stdenv.isAarch64) [ expat libxml2 xz ]; }).overrideAttrs (attrs: { postFixup = (attrs.postFixup or "") + lib.optionalString (stdenv.isLinux) '' ( cd $out/rust-rover # Copied over from clion (gdb seems to have a couple of patches) ls -d $PWD/bin/gdb/linux/*/lib/python3.8/lib-dynload/* | xargs patchelf \ --replace-needed libssl.so.10 libssl.so \ --replace-needed libcrypto.so.10 libcrypto.so ls -d $PWD/bin/lldb/linux/*/lib/python3.8/lib-dynload/* | xargs patchelf \ --replace-needed libssl.so.10 libssl.so \ --replace-needed libcrypto.so.10 libcrypto.so interp="$(cat $NIX_CC/nix-support/dynamic-linker)" patchelf --set-interpreter $interp $PWD/plugins/intellij-rust/bin/linux/*/intellij-rust-native-helper chmod +x $PWD/plugins/intellij-rust/bin/linux/*/intellij-rust-native-helper ) ''; }); webstorm = mkJetBrainsProduct { pname = "webstorm"; extraBuildInputs = [ stdenv.cc.cc musl ]; }; plugins = callPackage ./plugins { } // { __attrsFailEvaluation = true; }; } [result] Failed to update jetbrains.mps 2023.2 -> 6472 https://repology.org/project/jetbrains-mps/versions [options] github_user: r-ryantm, pull_request: YES, batch_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-13.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 xorg.xmessage, using log file: /var/log/nixpkgs-update/xorg.xmessage/2024-03-13.log xorg.xmessage 1.0.6 -> 1.0.7 https://repology.org/project/xmessage/versions attrpath: xorg.xmessage Checking auto update branch... No auto update branch exists Derivation file says not to edit it [result] Failed to update xorg.xmessage 1.0.6 -> 1.0.7 https://repology.org/project/xmessage/versions [options] github_user: r-ryantm, pull_request: YES, batch_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.xsm, using log file: /var/log/nixpkgs-update/xorg.xsm/2024-03-13.log xorg.xsm 1.0.5 -> 1.0.6 https://repology.org/project/xsm/versions attrpath: xorg.xsm Checking auto update branch... No auto update branch exists Derivation file says not to edit it [result] Failed to update xorg.xsm 1.0.5 -> 1.0.6 https://repology.org/project/xsm/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath spotify-player, using log file: /var/log/nixpkgs-update/spotify-player/2024-03-13.log spotify-player 0.17.0 -> 0.17.1 https://github.com/aome510/spotify-player/releases attrpath: spotify-player 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-nULTz1H52L1kiTtViYfvxL+jrJ0uDk68oe8t5Hd7aCU= [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/audio/spotify-player/default.nix b/pkgs/applications/audio/spotify-player/default.nix index 0e4e5234ec00..f3c675564512 100644 --- a/pkgs/applications/audio/spotify-player/default.nix +++ b/pkgs/applications/audio/spotify-player/default.nix @@ -33,16 +33,16 @@ assert lib.assertOneOf "withAudioBackend" withAudioBackend [ "" "alsa" "pulseaud rustPlatform.buildRustPackage rec { pname = "spotify-player"; - version = "0.17.0"; + version = "0.17.1"; src = fetchFromGitHub { owner = "aome510"; repo = pname; rev = "refs/tags/v${version}"; - hash = "sha256-fGDIlkTaRg+J6YcP9iBcJFuYm9F0UOA+v/26hhdg9/o="; + hash = "sha256-1aq+J1dP+hGJHq3boxZLUFfLLSFDY2uN6BwYXqHjCtk="; }; - cargoHash = "sha256-oZNydOnD2+6gLAsT3YTSlWSQ06EftS7Tl/AvlTbL84U="; + cargoHash = "sha256-nULTz1H52L1kiTtViYfvxL+jrJ0uDk68oe8t5Hd7aCU="; nativeBuildInputs = [ pkg-config [outpaths] eval start [outpaths] eval end Successfully finished processing cachix "/nix/store/04f0857mqw0w6ma47w4dv50gfblwcvjs-spotify-player-0.17.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:
  • spotify-player
Automatic update generated by [nixpkgs-update](https://github.com/ryantm/nixpkgs-update) tools. This update was made based on information from https://github.com/aome510/spotify-player/releases. meta.description for spotify-player is: A terminal spotify player that has feature parity with the official client meta.homepage for spotify-player is: https://github.com/aome510/spotify-player meta.changelog for spotify-player is: https://github.com/aome510/spotify-player/releases/tag/v0.17.1 ###### Updates performed - Rust version update ###### To inspect upstream changes ###### Impact Checks done --- - built on NixOS - The tests defined in `passthru.tests`, if any, passed - found 0.17.1 with grep in /nix/store/04f0857mqw0w6ma47w4dv50gfblwcvjs-spotify-player-0.17.1 - found 0.17.1 in filename of file in /nix/store/04f0857mqw0w6ma47w4dv50gfblwcvjs-spotify-player-0.17.1 ---
Rebuild report (if merged into master) (click to expand) ``` 1 total rebuild path(s) 1 package rebuild(s) First fifty rebuilds by attrpath spotify-player ```
Instructions to test this update (click to expand) --- Either **download from Cachix**: ``` nix-store -r /nix/store/04f0857mqw0w6ma47w4dv50gfblwcvjs-spotify-player-0.17.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 spotify-player https://github.com/r-ryantm/nixpkgs/archive/f471001c81d7c17b146b90b813d36a61ebe33268.tar.gz ``` Or: ``` nix build github:r-ryantm/nixpkgs/f471001c81d7c17b146b90b813d36a61ebe33268#spotify-player ``` After you've downloaded or built it, look at the files and if there are any, run the binaries: ``` ls -la /nix/store/04f0857mqw0w6ma47w4dv50gfblwcvjs-spotify-player-0.17.1 ls -la /nix/store/04f0857mqw0w6ma47w4dv50gfblwcvjs-spotify-player-0.17.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:
  • spotify-player
--- ###### Maintainer pings cc @dit7ya @xyven1 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/295677 [result] Success updating spotify-player 0.17.0 -> 0.17.1 https://github.com/aome510/spotify-player/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath linuxKernel.packages.linux_4_19_hardened.nvidia_x11_production_open, using log file: /var/log/nixpkgs-update/linuxKernel.packages.linux_4_19_hardened.nvidia_x11_production_open/2024-03-13.log linuxKernel.packages.linux_4_19_hardened.nvidia_x11_production_open 4.19.307-535.154.05 -> 550.40.55 https://github.com/NVIDIA/open-gpu-kernel-modules/releases attrpath: linuxKernel.packages.linux_4_19_hardened.nvidia_x11_production_open Checking auto update branch... No auto update branch exists Old version 4.19.307-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_4_19_hardened.nvidia_x11_production_open 4.19.307-535.154.05 -> 550.40.55 https://github.com/NVIDIA/open-gpu-kernel-modules/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath linuxKernel.packages.linux_libre.nvidia_x11_production_open, using log file: /var/log/nixpkgs-update/linuxKernel.packages.linux_libre.nvidia_x11_production_open/2024-03-13.log linuxKernel.packages.linux_libre.nvidia_x11_production_open 6.6.21-535.154.05 -> 550.40.55 https://github.com/NVIDIA/open-gpu-kernel-modules/releases attrpath: linuxKernel.packages.linux_libre.nvidia_x11_production_open Checking auto update branch... No auto update branch exists Old version 6.6.21-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_libre.nvidia_x11_production_open 6.6.21-535.154.05 -> 550.40.55 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_xanmod_stable.nvidia_x11_production_open, using log file: /var/log/nixpkgs-update/linuxKernel.packages.linux_xanmod_stable.nvidia_x11_production_open/2024-03-13.log linuxKernel.packages.linux_xanmod_stable.nvidia_x11_production_open 6.7.9-535.154.05 -> 550.40.55 https://github.com/NVIDIA/open-gpu-kernel-modules/releases attrpath: linuxKernel.packages.linux_xanmod_stable.nvidia_x11_production_open Checking auto update branch... No auto update branch exists Old version 6.7.9-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_stable.nvidia_x11_production_open 6.7.9-535.154.05 -> 550.40.55 https://github.com/NVIDIA/open-gpu-kernel-modules/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath linuxKernel.packages.linux_5_15_hardened.nvidia_x11_production_open, using log file: /var/log/nixpkgs-update/linuxKernel.packages.linux_5_15_hardened.nvidia_x11_production_open/2024-03-13.log linuxKernel.packages.linux_5_15_hardened.nvidia_x11_production_open 5.15.149-535.154.05 -> 550.40.55 https://github.com/NVIDIA/open-gpu-kernel-modules/releases attrpath: linuxKernel.packages.linux_5_15_hardened.nvidia_x11_production_open Checking auto update branch... No auto update branch exists Old version 5.15.149-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_5_15_hardened.nvidia_x11_production_open 5.15.149-535.154.05 -> 550.40.55 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_7.nvidia_x11_production_open, using log file: /var/log/nixpkgs-update/linuxKernel.packages.linux_6_7.nvidia_x11_production_open/2024-03-13.log linuxKernel.packages.linux_6_7.nvidia_x11_production_open 6.7.9-535.154.05 -> 550.40.55 https://github.com/NVIDIA/open-gpu-kernel-modules/releases attrpath: linuxKernel.packages.linux_6_7.nvidia_x11_production_open Checking auto update branch... No auto update branch exists Old version 6.7.9-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_7.nvidia_x11_production_open 6.7.9-535.154.05 -> 550.40.55 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 apkid, using log file: /var/log/nixpkgs-update/apkid/2024-03-13.log apkid 0 -> 1 attrpath: apkid Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/r81k259wbwikmsb19qv0k5nrp30qbxnf-packages.json.drv building '/nix/store/r81k259wbwikmsb19qv0k5nrp30qbxnf-packages.json.drv'... Going to be running update for following packages: - apkid-2.1.5 Press Enter key to continue... Running update for: - apkid-2.1.5: UPDATING ... - apkid-2.1.5: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update apkid 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.ltpycld2, using log file: /var/log/nixpkgs-update/python311Packages.ltpycld2/2024-03-13.log python311Packages.ltpycld2 0 -> 1 attrpath: python311Packages.ltpycld2 Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/6gw3z9vwzj33k3flsabsk01sin0n4w62-packages.json.drv building '/nix/store/6gw3z9vwzj33k3flsabsk01sin0n4w62-packages.json.drv'... Going to be running update for following packages: - python3.11-LTpycld2-0.42 Press Enter key to continue... Running update for: - python3.11-LTpycld2-0.42: UPDATING ... - python3.11-LTpycld2-0.42: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.ltpycld2 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: 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-13.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/k6kqq46ch48glrmmx0c42vxf7q24b0ns-packages.json.drv building '/nix/store/k6kqq46ch48glrmmx0c42vxf7q24b0ns-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.primecountpy, using log file: /var/log/nixpkgs-update/python311Packages.primecountpy/2024-03-13.log python311Packages.primecountpy 0 -> 1 attrpath: python311Packages.primecountpy Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/hs547i0bm0w80i536bmqww19k7hji9xb-packages.json.drv building '/nix/store/hs547i0bm0w80i536bmqww19k7hji9xb-packages.json.drv'... Going to be running update for following packages: - python3.11-primecountpy-0.1.0 Press Enter key to continue... Running update for: - python3.11-primecountpy-0.1.0: UPDATING ... - python3.11-primecountpy-0.1.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.primecountpy 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_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.clang-tools-extra, using log file: /var/log/nixpkgs-update/rocmPackages.llvm.clang-tools-extra/2024-03-13.log rocmPackages.llvm.clang-tools-extra 0 -> 1 attrpath: rocmPackages.llvm.clang-tools-extra Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Failed with exit code 1 these 2 derivations will be built: /nix/store/zscvgy1rv1i5s3bql3p4sba2lifmv8fh-update.sh.drv /nix/store/gb6x347rayz6z9hyymds9szx26bj05x2-packages.json.drv building '/nix/store/zscvgy1rv1i5s3bql3p4sba2lifmv8fh-update.sh.drv'... building '/nix/store/gb6x347rayz6z9hyymds9szx26bj05x2-packages.json.drv'... Going to be running update for following packages: - rocm-llvm-clang-tools-extra-5.7.1 Press Enter key to continue... Running update for: - rocm-llvm-clang-tools-extra-5.7.1: UPDATING ... - rocm-llvm-clang-tools-extra-5.7.1: ERROR --- SHOWING ERROR LOG FOR rocm-llvm-clang-tools-extra-5.7.1 ---------------------- 'rocmPackages_5.llvm.clang-tools-extra' is already at it's maximum allowed version. Any further upgrades should go into 'rocmPackages_X.llvm.clang-tools-extra'. --- SHOWING ERROR LOG FOR rocm-llvm-clang-tools-extra-5.7.1 ---------------------- The update script for rocm-llvm-clang-tools-extra-5.7.1 failed with exit code 1 [result] Failed to update rocmPackages.llvm.clang-tools-extra 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.foolscap, using log file: /var/log/nixpkgs-update/python311Packages.foolscap/2024-03-13.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/ir6zr4pjxlfzzz98q9clap7cyrmxmfbr-packages.json.drv building '/nix/store/ir6zr4pjxlfzzz98q9clap7cyrmxmfbr-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 python311Packages.restfly, using log file: /var/log/nixpkgs-update/python311Packages.restfly/2024-03-13.log python311Packages.restfly 0 -> 1 attrpath: python311Packages.restfly Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/n5ba1ypaxql3frn27j2kzraanl2a2c01-packages.json.drv building '/nix/store/n5ba1ypaxql3frn27j2kzraanl2a2c01-packages.json.drv'... Going to be running update for following packages: - python3.11-restfly-1.4.7 Press Enter key to continue... Running update for: - python3.11-restfly-1.4.7: UPDATING ... - python3.11-restfly-1.4.7: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.restfly 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.truststore, using log file: /var/log/nixpkgs-update/python311Packages.truststore/2024-03-13.log python311Packages.truststore 0 -> 1 attrpath: python311Packages.truststore Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/wpn66fg0bp7bz9bd2zqfk12p967bw5yf-packages.json.drv building '/nix/store/wpn66fg0bp7bz9bd2zqfk12p967bw5yf-packages.json.drv'... Going to be running update for following packages: - python3.11-truststore-0.8.0 Press Enter key to continue... Running update for: - python3.11-truststore-0.8.0: UPDATING ... - python3.11-truststore-0.8.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.truststore 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: 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-flakes, using log file: /var/log/nixpkgs-update/python311Packages.pytest-flakes/2024-03-13.log python311Packages.pytest-flakes 0 -> 1 attrpath: python311Packages.pytest-flakes Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/vfgyk05272qq9zaa0df2p9dcmnkzjfxx-packages.json.drv building '/nix/store/vfgyk05272qq9zaa0df2p9dcmnkzjfxx-packages.json.drv'... Going to be running update for following packages: - python3.11-pytest-flakes-4.0.5 Press Enter key to continue... Running update for: - python3.11-pytest-flakes-4.0.5: UPDATING ... - python3.11-pytest-flakes-4.0.5: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.pytest-flakes 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath clash-geoip, using log file: /var/log/nixpkgs-update/clash-geoip/2024-03-13.log clash-geoip 0 -> 1 attrpath: clash-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/xp2gfnrqsk7f39c4bgnjd5cd0an1n8za-packages.json.drv building '/nix/store/xp2gfnrqsk7f39c4bgnjd5cd0an1n8za-packages.json.drv'... Going to be running update for following packages: - clash-geoip-20240212 Press Enter key to continue... Running update for: - clash-geoip-20240212: UPDATING ... - clash-geoip-20240212: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/data/misc/clash-geoip/default.nix b/pkgs/data/misc/clash-geoip/default.nix index 1ad3226080a4..0ec9663cbac3 100644 --- a/pkgs/data/misc/clash-geoip/default.nix +++ b/pkgs/data/misc/clash-geoip/default.nix @@ -2,11 +2,11 @@ stdenvNoCC.mkDerivation rec { pname = "clash-geoip"; - version = "20240212"; + version = "20240312"; src = fetchurl { url = "https://github.com/Dreamacro/maxmind-geoip/releases/download/${version}/Country.mmdb"; - sha256 = "sha256-cNVEWdIRo2Z2FluZIR0O5o3Aso4tDcVyHAG3DkNmpSQ="; + sha256 = "sha256-h6nrlzFBRrvL+hUOnpWi/aixKDOlRoTV4zQYIHGslIY="; }; dontUnpack = true; No auto update branch exists [outpaths] eval start [outpaths] eval end Successfully finished processing cachix "/nix/store/4z6zsd1iwk5sdvfj9kk1z30my9kh93rl-clash-geoip-20240312" [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:
  • clash-geoip
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 clash-geoip is: A GeoLite2 data created by MaxMind meta.homepage for clash-geoip is: https://github.com/Dreamacro/maxmind-geoip ###### Updates performed - Ran passthru.UpdateScript ###### To inspect upstream changes - [Release on GitHub](https://github.com/Dreamacro/maxmind-geoip/releases/tag/20240312) - [Compare changes on GitHub](https://github.com/Dreamacro/maxmind-geoip/compare/20240212...20240312) ###### Impact Checks done --- - built on NixOS - The tests defined in `passthru.tests`, if any, passed - found 20240312 in filename of file in /nix/store/4z6zsd1iwk5sdvfj9kk1z30my9kh93rl-clash-geoip-20240312 ---
Rebuild report (if merged into master) (click to expand) ``` 1 total rebuild path(s) 1 package rebuild(s) First fifty rebuilds by attrpath clash-geoip ```
Instructions to test this update (click to expand) --- Either **download from Cachix**: ``` nix-store -r /nix/store/4z6zsd1iwk5sdvfj9kk1z30my9kh93rl-clash-geoip-20240312 \ --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 clash-geoip https://github.com/r-ryantm/nixpkgs/archive/e3abe2987d47aee9ceb34a850da824471b53a39c.tar.gz ``` Or: ``` nix build github:r-ryantm/nixpkgs/e3abe2987d47aee9ceb34a850da824471b53a39c#clash-geoip ``` After you've downloaded or built it, look at the files and if there are any, run the binaries: ``` ls -la /nix/store/4z6zsd1iwk5sdvfj9kk1z30my9kh93rl-clash-geoip-20240312 ls -la /nix/store/4z6zsd1iwk5sdvfj9kk1z30my9kh93rl-clash-geoip-20240312/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:
  • clash-geoip
--- ###### Maintainer pings https://api.github.com/repos/NixOS/nixpkgs/pulls/295689 [result] Success updating clash-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.pyftdi, using log file: /var/log/nixpkgs-update/python311Packages.pyftdi/2024-03-13.log python311Packages.pyftdi 0 -> 1 attrpath: python311Packages.pyftdi Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/ac4nppbn0dvn0v2q7zffvzvsh0rpzph7-packages.json.drv building '/nix/store/ac4nppbn0dvn0v2q7zffvzvsh0rpzph7-packages.json.drv'... Going to be running update for following packages: - python3.11-pyftdi-0.55.0 Press Enter key to continue... Running update for: - python3.11-pyftdi-0.55.0: UPDATING ... - python3.11-pyftdi-0.55.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.pyftdi 0 -> 1 [options] github_user: r-ryantm, pull_request: 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_19 19.1.9 -> 29.1.2 https://github.com/electron/electron/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.xmldiff, using log file: /var/log/nixpkgs-update/python311Packages.xmldiff/2024-03-13.log python311Packages.xmldiff 0 -> 1 attrpath: python311Packages.xmldiff Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/wpbzcflqg3m6nf2p8dnhnww1ihml19px-packages.json.drv building '/nix/store/wpbzcflqg3m6nf2p8dnhnww1ihml19px-packages.json.drv'... Going to be running update for following packages: - python3.11-xmldiff-2.6.3 Press Enter key to continue... Running update for: - python3.11-xmldiff-2.6.3: UPDATING ... - python3.11-xmldiff-2.6.3: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.xmldiff 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.pyipp, using log file: /var/log/nixpkgs-update/python311Packages.pyipp/2024-03-13.log python311Packages.pyipp 0 -> 1 attrpath: python311Packages.pyipp Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/dds1660pyyiw94nxxs03vzrdsijh5ykh-packages.json.drv building '/nix/store/dds1660pyyiw94nxxs03vzrdsijh5ykh-packages.json.drv'... Going to be running update for following packages: - python3.11-pyipp-0.15.0 Press Enter key to continue... Running update for: - python3.11-pyipp-0.15.0: UPDATING ... - python3.11-pyipp-0.15.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.pyipp 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: 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-13.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/3g7xfxdmr255r6drm1bn2995svzxv6zb-packages.json.drv building '/nix/store/3g7xfxdmr255r6drm1bn2995svzxv6zb-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! Diff after rewrites: diff --git a/pkgs/development/python-modules/mobly/default.nix b/pkgs/development/python-modules/mobly/default.nix index 73d4d7d3df99..3ed11c4b0b50 100644 --- a/pkgs/development/python-modules/mobly/default.nix +++ b/pkgs/development/python-modules/mobly/default.nix @@ -17,14 +17,14 @@ buildPythonPackage rec { pname = "mobly"; - version = "1.12.2"; + version = "1.12.3"; format = "setuptools"; src = fetchFromGitHub { owner = "google"; repo = "mobly"; rev = "refs/tags/${version}"; - hash = "sha256-leUOC8AQwbuPNphDg4bIFWW+9tTnYvM3/ejHgZDMR44="; + hash = "sha256-hhI1jrHJk4wo49MK8J4VTS2dGmHG2kwzgZeSWBXdXkA="; }; propagatedBuildInputs = [ No auto update branch exists Old version 1.12.2" not present in staging derivation file with contents: { lib , buildPythonPackage , fetchFromGitHub # build-system , setuptools # dependencies , portpicker , pyserial , pyyaml , timeout-decorator , typing-extensions # tests , procps , pytestCheckHook , pytz }: buildPythonPackage rec { pname = "mobly"; version = "1.12.3"; pyproject = true; src = fetchFromGitHub { owner = "google"; repo = "mobly"; rev = "refs/tags/${version}"; hash = "sha256-hhI1jrHJk4wo49MK8J4VTS2dGmHG2kwzgZeSWBXdXkA="; }; build-system = [ setuptools ]; dependencies = [ portpicker pyserial pyyaml timeout-decorator typing-extensions ]; nativeCheckInputs = [ procps pytestCheckHook pytz ]; __darwinAllowLocalNetworking = true; meta = with lib; { changelog = "https://github.com/google/mobly/blob/${src.rev}/CHANGELOG.md"; description = "Automation framework for special end-to-end test cases"; homepage = "https://github.com/google/mobly"; license = licenses.asl20; maintainers = with maintainers; [ hexa ]; }; } [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 terraform-providers.opentelekomcloud, using log file: /var/log/nixpkgs-update/terraform-providers.opentelekomcloud/2024-03-13.log terraform-providers.opentelekomcloud 0 -> 1 attrpath: terraform-providers.opentelekomcloud Checking auto update branch... Derivation file opts-out of auto-updates [result] Failed to update terraform-providers.opentelekomcloud 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath pantheon.elementary-camera, using log file: /var/log/nixpkgs-update/pantheon.elementary-camera/2024-03-13.log pantheon.elementary-camera 0 -> 1 attrpath: pantheon.elementary-camera Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/7nkzyz9wps1d8rkb3liy4zfrnklad50y-packages.json.drv building '/nix/store/7nkzyz9wps1d8rkb3liy4zfrnklad50y-packages.json.drv'... Going to be running update for following packages: - elementary-camera-6.2.2 Press Enter key to continue... Running update for: - elementary-camera-6.2.2: UPDATING ... - elementary-camera-6.2.2: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update pantheon.elementary-camera 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath aspellDicts.ru, using log file: /var/log/nixpkgs-update/aspellDicts.ru/2024-03-13.log aspellDicts.ru 0 -> 1 attrpath: aspellDicts.ru 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/ld1xyzqhmzipqjmak9nbr1k7xxv52cn6-update-aspellDict-ru.drv /nix/store/j1ibw13kwjssryh9y679rvvf61bzqmkk-packages.json.drv building '/nix/store/ld1xyzqhmzipqjmak9nbr1k7xxv52cn6-update-aspellDict-ru.drv'... building '/nix/store/j1ibw13kwjssryh9y679rvvf61bzqmkk-packages.json.drv'... Going to be running update for following packages: - aspell-dict-ru-0.99f7-1 Press Enter key to continue... Running update for: - aspell-dict-ru-0.99f7-1: UPDATING ... - aspell-dict-ru-0.99f7-1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update aspellDicts.ru 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.javaobj-py3, using log file: /var/log/nixpkgs-update/python311Packages.javaobj-py3/2024-03-13.log python311Packages.javaobj-py3 0 -> 1 attrpath: python311Packages.javaobj-py3 Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/mjmhlpwxpvqgcz5kccrnfhfmwgrwl3q0-packages.json.drv building '/nix/store/mjmhlpwxpvqgcz5kccrnfhfmwgrwl3q0-packages.json.drv'... Going to be running update for following packages: - python3.11-javaobj-py3-0.4.3 Press Enter key to continue... Running update for: - python3.11-javaobj-py3-0.4.3: UPDATING ... - python3.11-javaobj-py3-0.4.3: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.javaobj-py3 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath nixbang, using log file: /var/log/nixpkgs-update/nixbang/2024-03-13.log nixbang 0 -> 1 attrpath: nixbang Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/wvlyvcil5i2a37swryn7iah6v7q5dzpr-packages.json.drv building '/nix/store/wvlyvcil5i2a37swryn7iah6v7q5dzpr-packages.json.drv'... Going to be running update for following packages: - nixbang-0.1.2 Press Enter key to continue... Running update for: - nixbang-0.1.2: UPDATING ... - nixbang-0.1.2: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update nixbang 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath leo-editor, using log file: /var/log/nixpkgs-update/leo-editor/2024-03-13.log leo-editor 6.7.6 -> 6.7.7-3 https://github.com/leo-editor/leo-editor/releases attrpath: leo-editor 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/gmfw57bskzb77kbvc4nq6gf88fm9z417-source.drv building '/nix/store/gmfw57bskzb77kbvc4nq6gf88fm9z417-source.drv'... trying https://github.com/leo-editor/leo-editor/archive/6.7.7-3.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 14 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 error: cannot download source from any mirror error: boost::bad_format_string: format-string is ill-formed stderr did not split as expected full stderr was: error: attribute 'originalSrc' in selection path 'leo-editor.originalSrc' not found stderr did not split as expected full stderr was: these 3 derivations will be built: /nix/store/d3i9bs2by53spgcccb96iy12l26radkb-leo-editor.desktop.drv /nix/store/gmfw57bskzb77kbvc4nq6gf88fm9z417-source.drv /nix/store/gzafrx4rqcnyqp7a2xpih47yrsv8z0q6-leo-editor-6.7.7-3.drv building '/nix/store/d3i9bs2by53spgcccb96iy12l26radkb-leo-editor.desktop.drv'... building '/nix/store/gmfw57bskzb77kbvc4nq6gf88fm9z417-source.drv'... /nix/store/yx61fprj90l0cam9mpbi3c3gw35xn3n3-leo-editor.desktop/share/applications/leo-editor.desktop: warning: value "Application;Development;IDE" for key "Categories" in group "Desktop Entry" contains a deprecated value "Application" trying https://github.com/leo-editor/leo-editor/archive/6.7.7-3.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 14 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 error: cannot download source from any mirror error: builder for '/nix/store/gmfw57bskzb77kbvc4nq6gf88fm9z417-source.drv' failed with exit code 1; last 8 log lines: > > trying https://github.com/leo-editor/leo-editor/archive/6.7.7-3.tar.gz > % Total % Received % Xferd Average Speed Time Time Time Current > Dload Upload Total Spent Left Speed > 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 > 0 14 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 > curl: (22) The requested URL returned error: 404 > error: cannot download source from any mirror For full logs, run 'nix log /nix/store/gmfw57bskzb77kbvc4nq6gf88fm9z417-source.drv'. error: 1 dependencies of derivation '/nix/store/gzafrx4rqcnyqp7a2xpih47yrsv8z0q6-leo-editor-6.7.7-3.drv' failed to build [result] Failed to update leo-editor 6.7.6 -> 6.7.7-3 https://github.com/leo-editor/leo-editor/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.pyjwt, using log file: /var/log/nixpkgs-update/python311Packages.pyjwt/2024-03-13.log python311Packages.pyjwt 0 -> 1 attrpath: python311Packages.pyjwt Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/2i8bbm1wi40ysix6v65gazrggmpynx7c-packages.json.drv building '/nix/store/2i8bbm1wi40ysix6v65gazrggmpynx7c-packages.json.drv'... Going to be running update for following packages: - python3.11-pyjwt-2.8.0 Press Enter key to continue... Running update for: - python3.11-pyjwt-2.8.0: UPDATING ... - python3.11-pyjwt-2.8.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.pyjwt 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.ml-collections, using log file: /var/log/nixpkgs-update/python311Packages.ml-collections/2024-03-13.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/z4n2libvcmykg73b2fg2dni7xn8pjhl7-packages.json.drv building '/nix/store/z4n2libvcmykg73b2fg2dni7xn8pjhl7-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 python311Packages.python-string-utils, using log file: /var/log/nixpkgs-update/python311Packages.python-string-utils/2024-03-13.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/2j8l57xnbdzbzkw30j4g0nsdrqc35lyv-packages.json.drv building '/nix/store/2j8l57xnbdzbzkw30j4g0nsdrqc35lyv-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 @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-13.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/glph7khfpsn3yq6vl8p60qi2s688s1pn-packages.json.drv building '/nix/store/glph7khfpsn3yq6vl8p60qi2s688s1pn-packages.json.drv'... Going to be running update for following packages: - python3.11-mockito-1.5.0 Press Enter key to continue... Running update for: - python3.11-mockito-1.5.0: UPDATING ... - python3.11-mockito-1.5.0: DONE. Packages updated! The diff was empty after rewrites. [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.netio, using log file: /var/log/nixpkgs-update/python311Packages.netio/2024-03-13.log python311Packages.netio 0 -> 1 attrpath: python311Packages.netio Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/jx08vc2qb7cv7sc78xp3a2w0ivcghkjl-packages.json.drv building '/nix/store/jx08vc2qb7cv7sc78xp3a2w0ivcghkjl-packages.json.drv'... Going to be running update for following packages: - python3.11-netio-1.0.13 Press Enter key to continue... Running update for: - python3.11-netio-1.0.13: UPDATING ... - python3.11-netio-1.0.13: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.netio 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.getkey, using log file: /var/log/nixpkgs-update/python311Packages.getkey/2024-03-13.log python311Packages.getkey 0 -> 1 attrpath: python311Packages.getkey Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/vyad3ldcbx25dims4vii1ifj0mixvd88-packages.json.drv building '/nix/store/vyad3ldcbx25dims4vii1ifj0mixvd88-packages.json.drv'... Going to be running update for following packages: - python3.11-getkey-0.6.5 Press Enter key to continue... Running update for: - python3.11-getkey-0.6.5: UPDATING ... - python3.11-getkey-0.6.5: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.getkey 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: 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-scheduler, using log file: /var/log/nixpkgs-update/python311Packages.azure-mgmt-scheduler/2024-03-13.log python311Packages.azure-mgmt-scheduler 0 -> 1 attrpath: python311Packages.azure-mgmt-scheduler Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/w7r4ba1n1lksqx6fqjjxvm7f0yny110d-packages.json.drv building '/nix/store/w7r4ba1n1lksqx6fqjjxvm7f0yny110d-packages.json.drv'... Going to be running update for following packages: - python3.11-azure-mgmt-scheduler-2.0.0 Press Enter key to continue... Running update for: - python3.11-azure-mgmt-scheduler-2.0.0: UPDATING ... - python3.11-azure-mgmt-scheduler-2.0.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.azure-mgmt-scheduler 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: 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-13.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/3chhi9gy18nv5ydinsz2nrhvk1mwbfp9-packages.json.drv building '/nix/store/3chhi9gy18nv5ydinsz2nrhvk1mwbfp9-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 python311Packages.aiodocker, using log file: /var/log/nixpkgs-update/python311Packages.aiodocker/2024-03-13.log python311Packages.aiodocker 0 -> 1 attrpath: python311Packages.aiodocker Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/h0yndqpy72scbxgg7psjny3g29jmj9bw-packages.json.drv building '/nix/store/h0yndqpy72scbxgg7psjny3g29jmj9bw-packages.json.drv'... Going to be running update for following packages: - python3.11-aiodocker-unstable-2022-01-20 Press Enter key to continue... Running update for: - python3.11-aiodocker-unstable-2022-01-20: UPDATING ... - python3.11-aiodocker-unstable-2022-01-20: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.aiodocker 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_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-13.log imgproxy 3.20.0 -> 3.23.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-KtqXhi8VwH1aZt/vLHuug5MJLchs0t4tqA7PIZUVPHQ= [golangModuleVersion] Finished updating vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] skipping because derivation has no updateScript Diff after rewrites: diff --git a/pkgs/servers/imgproxy/default.nix b/pkgs/servers/imgproxy/default.nix index fd2b1758cc45..18c68853a264 100644 --- a/pkgs/servers/imgproxy/default.nix +++ b/pkgs/servers/imgproxy/default.nix @@ -3,16 +3,16 @@ buildGoModule rec { pname = "imgproxy"; - version = "3.20.0"; + version = "3.23.0"; src = fetchFromGitHub { owner = pname; repo = pname; - hash = "sha256-qTOMoeTk9fGBSmioTRBUa3xRXOIW6OJj8aH0b/vP7dw="; + hash = "sha256-nsXIy/JpI7nDu40dUGPosMAOtFt/OzfSWyxD6JuKA+s="; rev = "v${version}"; }; - vendorHash = "sha256-SaxoFCEDniphr1ZZ5prE996CeHegB+a8dpGaMpjsrtQ="; + vendorHash = "sha256-KtqXhi8VwH1aZt/vLHuug5MJLchs0t4tqA7PIZUVPHQ="; nativeBuildInputs = [ pkg-config gobject-introspection ]; [outpaths] eval start [outpaths] eval end Successfully finished processing cachix "/nix/store/pzx74bqx1igq8bk301r110ji16fic7pm-imgproxy-3.23.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:
  • imgproxy
Automatic update generated by [nixpkgs-update](https://github.com/ryantm/nixpkgs-update) tools. This update was made based on information from https://github.com/imgproxy/imgproxy/releases. meta.description for imgproxy is: Fast and secure on-the-fly image processing server written in Go meta.homepage for imgproxy is: https://imgproxy.net meta.changelog for imgproxy is: https://github.com/imgproxy/imgproxy/blob/v3.23.0/CHANGELOG.md ###### Updates performed - Golang update ###### To inspect upstream changes - [Release on GitHub](https://github.com/imgproxy/imgproxy/releases/tag/v3.23.0) - [Compare changes on GitHub](https://github.com/imgproxy/imgproxy/compare/v3.20.0...v3.23.0) ###### Impact Checks done --- - built on NixOS - The tests defined in `passthru.tests`, if any, passed - found 3.23.0 with grep in /nix/store/pzx74bqx1igq8bk301r110ji16fic7pm-imgproxy-3.23.0 - found 3.23.0 in filename of file in /nix/store/pzx74bqx1igq8bk301r110ji16fic7pm-imgproxy-3.23.0 ---
Rebuild report (if merged into master) (click to expand) ``` 1 total rebuild path(s) 1 package rebuild(s) First fifty rebuilds by attrpath imgproxy ```
Instructions to test this update (click to expand) --- Either **download from Cachix**: ``` nix-store -r /nix/store/pzx74bqx1igq8bk301r110ji16fic7pm-imgproxy-3.23.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 imgproxy https://github.com/r-ryantm/nixpkgs/archive/e628228269b29c5bd3bc0ae6be3127b3c07ccf9b.tar.gz ``` Or: ``` nix build github:r-ryantm/nixpkgs/e628228269b29c5bd3bc0ae6be3127b3c07ccf9b#imgproxy ``` After you've downloaded or built it, look at the files and if there are any, run the binaries: ``` ls -la /nix/store/pzx74bqx1igq8bk301r110ji16fic7pm-imgproxy-3.23.0 ls -la /nix/store/pzx74bqx1igq8bk301r110ji16fic7pm-imgproxy-3.23.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:
  • imgproxy
--- ###### Maintainer pings cc @paluh 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/295698 [result] Success updating imgproxy 3.20.0 -> 3.23.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 python311Packages.pip, using log file: /var/log/nixpkgs-update/python311Packages.pip/2024-03-13.log python311Packages.pip 0 -> 1 attrpath: python311Packages.pip Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/3fn31m4ppmqjd7z90cjd84f14xpf9345-packages.json.drv building '/nix/store/3fn31m4ppmqjd7z90cjd84f14xpf9345-packages.json.drv'... Going to be running update for following packages: - python3.11-pip-23.3.1 Press Enter key to continue... Running update for: - python3.11-pip-23.3.1: UPDATING ... - python3.11-pip-23.3.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.pip 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath keybinder3, using log file: /var/log/nixpkgs-update/keybinder3/2024-03-13.log keybinder3 0.3.2 -> 3.0-v0.3.2 https://github.com/kupferlauncher/keybinder/releases attrpath: keybinder3 it has weird tags. see nixpkgs-update#232 [result] Failed to update keybinder3 0.3.2 -> 3.0-v0.3.2 https://github.com/kupferlauncher/keybinder/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.three-merge, using log file: /var/log/nixpkgs-update/python311Packages.three-merge/2024-03-13.log python311Packages.three-merge 0 -> 1 attrpath: python311Packages.three-merge Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/rlf74zlcb1hzw885xxqqka4bjkg728mq-packages.json.drv building '/nix/store/rlf74zlcb1hzw885xxqqka4bjkg728mq-packages.json.drv'... Going to be running update for following packages: - python3.11-three-merge-0.1.1 Press Enter key to continue... Running update for: - python3.11-three-merge-0.1.1: UPDATING ... - python3.11-three-merge-0.1.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.three-merge 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: 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-13.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/wdr0gzjn69i5bgapxgzri8ycxmz99hq2-packages.json.drv building '/nix/store/wdr0gzjn69i5bgapxgzri8ycxmz99hq2-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 python311Packages.boschshcpy, using log file: /var/log/nixpkgs-update/python311Packages.boschshcpy/2024-03-13.log python311Packages.boschshcpy 0 -> 1 attrpath: python311Packages.boschshcpy Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/1amrwxb0vi4593crlgf0v0afxjvzz83l-packages.json.drv building '/nix/store/1amrwxb0vi4593crlgf0v0afxjvzz83l-packages.json.drv'... Going to be running update for following packages: - python3.11-boschshcpy-0.2.91 Press Enter key to continue... Running update for: - python3.11-boschshcpy-0.2.91: UPDATING ... - python3.11-boschshcpy-0.2.91: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.boschshcpy 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.keba-kecontact, using log file: /var/log/nixpkgs-update/python311Packages.keba-kecontact/2024-03-13.log python311Packages.keba-kecontact 0 -> 1 attrpath: python311Packages.keba-kecontact Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/i5p0s8i3ks12l6pd7mbpr5nmvhl1p4m9-packages.json.drv building '/nix/store/i5p0s8i3ks12l6pd7mbpr5nmvhl1p4m9-packages.json.drv'... Going to be running update for following packages: - python3.11-keba-kecontact-3.0.3 Press Enter key to continue... Running update for: - python3.11-keba-kecontact-3.0.3: UPDATING ... - python3.11-keba-kecontact-3.0.3: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.keba-kecontact 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath jekyll, using log file: /var/log/nixpkgs-update/jekyll/2024-03-13.log jekyll 0 -> 1 attrpath: jekyll 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 jekyll 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.mizani, using log file: /var/log/nixpkgs-update/python311Packages.mizani/2024-03-13.log python311Packages.mizani 0 -> 1 attrpath: python311Packages.mizani Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/lzrcafw3bk4xrxiqglshq7mr3fnldfrp-packages.json.drv building '/nix/store/lzrcafw3bk4xrxiqglshq7mr3fnldfrp-packages.json.drv'... Going to be running update for following packages: - python3.11-mizani-0.11.0 Press Enter key to continue... Running update for: - python3.11-mizani-0.11.0: UPDATING ... - python3.11-mizani-0.11.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.mizani 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.pytransportnswv2, using log file: /var/log/nixpkgs-update/python311Packages.pytransportnswv2/2024-03-13.log python311Packages.pytransportnswv2 0 -> 1 attrpath: python311Packages.pytransportnswv2 Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/1j7j3aiyx1shg1v2z79mxiij3mwd296v-packages.json.drv building '/nix/store/1j7j3aiyx1shg1v2z79mxiij3mwd296v-packages.json.drv'... Going to be running update for following packages: - python3.11-pytransportnswv2-0.2.4 Press Enter key to continue... Running update for: - python3.11-pytransportnswv2-0.2.4: UPDATING ... - python3.11-pytransportnswv2-0.2.4: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.pytransportnswv2 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: 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-13.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/3zwj7wz57f24q3m6947y28aqkpamd67m-packages.json.drv building '/nix/store/3zwj7wz57f24q3m6947y28aqkpamd67m-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.azure-mgmt-hdinsight, using log file: /var/log/nixpkgs-update/python311Packages.azure-mgmt-hdinsight/2024-03-13.log python311Packages.azure-mgmt-hdinsight 0 -> 1 attrpath: python311Packages.azure-mgmt-hdinsight Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/8hhpkm174lrm2ca2nndqsp420p4x66sd-packages.json.drv building '/nix/store/8hhpkm174lrm2ca2nndqsp420p4x66sd-packages.json.drv'... Going to be running update for following packages: - python3.11-azure-mgmt-hdinsight-9.0.0 Press Enter key to continue... Running update for: - python3.11-azure-mgmt-hdinsight-9.0.0: UPDATING ... - python3.11-azure-mgmt-hdinsight-9.0.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.azure-mgmt-hdinsight 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: 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-http-client, using log file: /var/log/nixpkgs-update/python311Packages.python-http-client/2024-03-13.log python311Packages.python-http-client 0 -> 1 attrpath: python311Packages.python-http-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/y2s5hmxw25qsvk3cb1yyf2z5hn9jdin1-packages.json.drv building '/nix/store/y2s5hmxw25qsvk3cb1yyf2z5hn9jdin1-packages.json.drv'... Going to be running update for following packages: - python3.11-python-http-client-3.3.7 Press Enter key to continue... Running update for: - python3.11-python-http-client-3.3.7: UPDATING ... - python3.11-python-http-client-3.3.7: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.python-http-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 abcl, using log file: /var/log/nixpkgs-update/abcl/2024-03-13.log abcl 0 -> 1 attrpath: abcl Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/rpbclqbbb2di9b54xd2y5hywcgywicd6-packages.json.drv building '/nix/store/rpbclqbbb2di9b54xd2y5hywcgywicd6-packages.json.drv'... Going to be running update for following packages: - abcl-1.9.2 Press Enter key to continue... Running update for: - abcl-1.9.2: UPDATING ... - abcl-1.9.2: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update abcl 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.ttp, using log file: /var/log/nixpkgs-update/python311Packages.ttp/2024-03-13.log python311Packages.ttp 0 -> 1 attrpath: python311Packages.ttp Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/cdb5i6kzl7y40qrj2xcck86qgwcvsgcv-packages.json.drv building '/nix/store/cdb5i6kzl7y40qrj2xcck86qgwcvsgcv-packages.json.drv'... Going to be running update for following packages: - python3.11-ttp-0.9.5 Press Enter key to continue... Running update for: - python3.11-ttp-0.9.5: UPDATING ... - python3.11-ttp-0.9.5: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.ttp 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.fivem-api, using log file: /var/log/nixpkgs-update/python311Packages.fivem-api/2024-03-13.log python311Packages.fivem-api 0 -> 1 attrpath: python311Packages.fivem-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/gm15231cvr5rir9valy77a81hdzlfp6v-packages.json.drv building '/nix/store/gm15231cvr5rir9valy77a81hdzlfp6v-packages.json.drv'... Going to be running update for following packages: - python3.11-fivem-api-0.1.2 Press Enter key to continue... Running update for: - python3.11-fivem-api-0.1.2: UPDATING ... - python3.11-fivem-api-0.1.2: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.fivem-api 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.nbclient, using log file: /var/log/nixpkgs-update/python311Packages.nbclient/2024-03-13.log python311Packages.nbclient 0 -> 1 attrpath: python311Packages.nbclient Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/sk512vj1hibf1zgkinyf9pwrjzsjdc5p-packages.json.drv building '/nix/store/sk512vj1hibf1zgkinyf9pwrjzsjdc5p-packages.json.drv'... Going to be running update for following packages: - python3.11-nbclient-0.9.0 Press Enter key to continue... Running update for: - python3.11-nbclient-0.9.0: UPDATING ... - python3.11-nbclient-0.9.0: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/nbclient/default.nix b/pkgs/development/python-modules/nbclient/default.nix index e2d4fc2810c5..5bfd344ddef5 100644 --- a/pkgs/development/python-modules/nbclient/default.nix +++ b/pkgs/development/python-modules/nbclient/default.nix @@ -19,7 +19,7 @@ let nbclient = buildPythonPackage rec { pname = "nbclient"; - version = "0.9.0"; + version = "0.10.0"; format = "pyproject"; disabled = pythonOlder "3.7"; @@ -28,7 +28,7 @@ let nbclient = buildPythonPackage rec { owner = "jupyter"; repo = pname; rev = "refs/tags/v${version}"; - hash = "sha256-m0Tke/JlTeKE3PJZ1rBejra/HPEXCSS0ur/cPiSBJZw="; + hash = "sha256-8OLkpwX4Gpam9VSFUtNS41Ypxe4+2yN3ng6iVY9DSqY="; }; nativeBuildInputs = [ No auto update branch exists [outpaths] eval start [outpaths] eval end Python package with too many package rebuilds 173 > 25 [result] Failed to update python311Packages.nbclient 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_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-13.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/rigay89ynmvidwdvvpspkmjxnxp2ddd9-packages.json.drv building '/nix/store/rigay89ynmvidwdvvpspkmjxnxp2ddd9-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 python311Packages.PyGithub, using log file: /var/log/nixpkgs-update/python311Packages.PyGithub/2024-03-13.log python311Packages.PyGithub 0 -> 1 attrpath: python311Packages.PyGithub Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/z0dnvq9fm4pks9ndrc9zw8czp0ybcmlz-packages.json.drv building '/nix/store/z0dnvq9fm4pks9ndrc9zw8czp0ybcmlz-packages.json.drv'... Going to be running update for following packages: - python3.11-pygithub-2.1.1 Press Enter key to continue... Running update for: - python3.11-pygithub-2.1.1: UPDATING ... - python3.11-pygithub-2.1.1: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/pygithub/default.nix b/pkgs/development/python-modules/pygithub/default.nix index 1efcb940f1a4..30197b54a8b2 100644 --- a/pkgs/development/python-modules/pygithub/default.nix +++ b/pkgs/development/python-modules/pygithub/default.nix @@ -13,7 +13,7 @@ buildPythonPackage rec { pname = "pygithub"; - version = "2.1.1"; + version = "2.2.0"; format = "setuptools"; disabled = pythonOlder "3.7"; @@ -22,7 +22,7 @@ buildPythonPackage rec { owner = "PyGithub"; repo = "PyGithub"; rev = "refs/tags/v${version}"; - hash = "sha256-ysa1RAWuFFQCF6bYwAUVFou7nxCKHLZbUtrUtXiSpPk="; + hash = "sha256-RNv/6Rs7NapP/XOdBFIWPg+/BmaK1+OY0+bP/i2YKaA="; }; nativeBuildInputs = [ No auto update branch exists Old version 2.1.1" not present in staging derivation file with contents: { lib , buildPythonPackage , deprecated , fetchFromGitHub , pynacl , typing-extensions , pyjwt , pythonOlder , requests , setuptools , setuptools-scm , urllib3 }: buildPythonPackage rec { pname = "pygithub"; version = "2.2.0"; pyproject = true; disabled = pythonOlder "3.7"; src = fetchFromGitHub { owner = "PyGithub"; repo = "PyGithub"; rev = "refs/tags/v${version}"; hash = "sha256-RNv/6Rs7NapP/XOdBFIWPg+/BmaK1+OY0+bP/i2YKaA="; }; build-system = [ setuptools setuptools-scm ]; dependencies = [ deprecated pyjwt pynacl requests typing-extensions urllib3 ] ++ pyjwt.optional-dependencies.crypto; # Test suite makes REST calls against github.com doCheck = false; pythonImportsCheck = [ "github" ]; meta = with lib; { description = "Python library to access the GitHub API v3"; homepage = "https://github.com/PyGithub/PyGithub"; changelog = "https://github.com/PyGithub/PyGithub/raw/v${version}/doc/changes.rst"; license = licenses.lgpl3Plus; maintainers = with maintainers; [ jhhuh ]; }; } [result] Failed to update python311Packages.PyGithub 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath sudo-rs, using log file: /var/log/nixpkgs-update/sudo-rs/2024-03-13.log sudo-rs 0 -> 1 attrpath: sudo-rs 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/4scbp1zbk9f57qv5www8jrbj4wmvcnys-packages.json.drv building '/nix/store/4scbp1zbk9f57qv5www8jrbj4wmvcnys-packages.json.drv'... Going to be running update for following packages: - sudo-rs-0.2.2 Press Enter key to continue... Running update for: - sudo-rs-0.2.2: UPDATING ... - sudo-rs-0.2.2: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update sudo-rs 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.sseclient, using log file: /var/log/nixpkgs-update/python311Packages.sseclient/2024-03-13.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/i2mca8y7r8wsyy2fzlgpp6jkag9hyin3-packages.json.drv building '/nix/store/i2mca8y7r8wsyy2fzlgpp6jkag9hyin3-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.svgelements, using log file: /var/log/nixpkgs-update/python311Packages.svgelements/2024-03-13.log python311Packages.svgelements 0 -> 1 attrpath: python311Packages.svgelements Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/paps40ygxmifsl9xqsxjzj2wb0m8zkz6-packages.json.drv building '/nix/store/paps40ygxmifsl9xqsxjzj2wb0m8zkz6-packages.json.drv'... Going to be running update for following packages: - python3.11-svgelements-1.9.6 Press Enter key to continue... Running update for: - python3.11-svgelements-1.9.6: UPDATING ... - python3.11-svgelements-1.9.6: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.svgelements 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_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_12, using log file: /var/log/nixpkgs-update/coq_8_12/2024-03-13.log coq_8_12 8.12.2 -> 8.19.1 https://github.com/coq/coq/releases attrpath: coq_8_12 Checking auto update branch... No auto update branch exists Version in attr path coq_8_12 not compatible with 8.19.1 [result] Failed to update coq_8_12 8.12.2 -> 8.19.1 https://github.com/coq/coq/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.ipydatawidgets, using log file: /var/log/nixpkgs-update/python311Packages.ipydatawidgets/2024-03-13.log python311Packages.ipydatawidgets 0 -> 1 attrpath: python311Packages.ipydatawidgets Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/ml2lfqyj1dp5im9v9vry06cgfkbspyik-packages.json.drv building '/nix/store/ml2lfqyj1dp5im9v9vry06cgfkbspyik-packages.json.drv'... Going to be running update for following packages: - python3.11-ipydatawidgets-4.3.5 Press Enter key to continue... Running update for: - python3.11-ipydatawidgets-4.3.5: UPDATING ... - python3.11-ipydatawidgets-4.3.5: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.ipydatawidgets 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath libusbmuxd, using log file: /var/log/nixpkgs-update/libusbmuxd/2024-03-13.log libusbmuxd 2.0.2+date=2023-04-30 -> 2.0.2 https://github.com/libimobiledevice/libusbmuxd/releases attrpath: libusbmuxd Checking auto update branch... No auto update branch exists 2.0.2 is not newer than 2.0.2+date=2023-04-30 according to Nix; versionComparison: -1 [result] Failed to update libusbmuxd 2.0.2+date=2023-04-30 -> 2.0.2 https://github.com/libimobiledevice/libusbmuxd/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.protobuf3-to-dict, using log file: /var/log/nixpkgs-update/python311Packages.protobuf3-to-dict/2024-03-13.log python311Packages.protobuf3-to-dict 0 -> 1 attrpath: python311Packages.protobuf3-to-dict Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/3hxnayixzm3nygyvq2bk68cbycjlkpjr-packages.json.drv building '/nix/store/3hxnayixzm3nygyvq2bk68cbycjlkpjr-packages.json.drv'... Going to be running update for following packages: - python3.11-protobuf3-to-dict-0.1.5 Press Enter key to continue... Running update for: - python3.11-protobuf3-to-dict-0.1.5: UPDATING ... - python3.11-protobuf3-to-dict-0.1.5: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.protobuf3-to-dict 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.pyhocon, using log file: /var/log/nixpkgs-update/python311Packages.pyhocon/2024-03-13.log python311Packages.pyhocon 0 -> 1 attrpath: python311Packages.pyhocon Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/yrcax9anw7w8v2vsdv54dga2hazqpyds-packages.json.drv building '/nix/store/yrcax9anw7w8v2vsdv54dga2hazqpyds-packages.json.drv'... Going to be running update for following packages: - python3.11-pyhocon-0.3.60 Press Enter key to continue... Running update for: - python3.11-pyhocon-0.3.60: UPDATING ... - python3.11-pyhocon-0.3.60: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.pyhocon 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath aw-qt, using log file: /var/log/nixpkgs-update/aw-qt/2024-03-13.log aw-qt 0 -> 1 attrpath: aw-qt 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/fsi1qccn50liaa2vcg5wvrbvynds7zdg-packages.json.drv building '/nix/store/fsi1qccn50liaa2vcg5wvrbvynds7zdg-packages.json.drv'... Going to be running update for following packages: - aw-qt-0.12.2 Press Enter key to continue... Running update for: - aw-qt-0.12.2: UPDATING ... - aw-qt-0.12.2: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update aw-qt 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.etuples, using log file: /var/log/nixpkgs-update/python311Packages.etuples/2024-03-13.log python311Packages.etuples 0 -> 1 attrpath: python311Packages.etuples Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/p512k54q6ya2zbnk6jd168zilpyzj1r1-packages.json.drv building '/nix/store/p512k54q6ya2zbnk6jd168zilpyzj1r1-packages.json.drv'... Going to be running update for following packages: - python3.11-etuples-0.3.9 Press Enter key to continue... Running update for: - python3.11-etuples-0.3.9: UPDATING ... - python3.11-etuples-0.3.9: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.etuples 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: 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-13.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/j5v1aq8n9p4pagfbw1mjn0llqqx1cjj7-packages.json.drv building '/nix/store/j5v1aq8n9p4pagfbw1mjn0llqqx1cjj7-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.tqdm, using log file: /var/log/nixpkgs-update/python311Packages.tqdm/2024-03-13.log python311Packages.tqdm 0 -> 1 attrpath: python311Packages.tqdm Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/a5m67db0pixgwqrfiqxzac5amry00idh-packages.json.drv building '/nix/store/a5m67db0pixgwqrfiqxzac5amry00idh-packages.json.drv'... Going to be running update for following packages: - python3.11-tqdm-4.66.1 Press Enter key to continue... Running update for: - python3.11-tqdm-4.66.1: UPDATING ... - python3.11-tqdm-4.66.1: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/tqdm/default.nix b/pkgs/development/python-modules/tqdm/default.nix index 2cd490e844e5..b3f8282df4bd 100644 --- a/pkgs/development/python-modules/tqdm/default.nix +++ b/pkgs/development/python-modules/tqdm/default.nix @@ -17,12 +17,12 @@ buildPythonPackage rec { pname = "tqdm"; - version = "4.66.1"; + version = "4.66.2"; format = "pyproject"; src = fetchPypi { inherit pname version; - hash = "sha256-2I5lH5242FUaYlVtPP+eMDQnTKXWbpMZfPJJDi3Lacc="; + hash = "sha256-bNUs3w/vDg9UMpnPyW/skNe4p+iHRfQR7DPrRNXtNTE="; }; nativeBuildInputs = [ No auto update branch exists Old version 4.66.1" not present in staging derivation file with contents: { lib , stdenv , buildPythonPackage , fetchPypi , pythonOlder , setuptools , setuptools-scm , wheel , pytestCheckHook , pytest-asyncio , pytest-timeout , numpy , pandas , rich , tkinter }: buildPythonPackage rec { pname = "tqdm"; version = "4.66.2"; format = "pyproject"; src = fetchPypi { inherit pname version; hash = "sha256-bNUs3w/vDg9UMpnPyW/skNe4p+iHRfQR7DPrRNXtNTE="; }; nativeBuildInputs = [ setuptools setuptools-scm wheel ]; # https://github.com/tqdm/tqdm/issues/1537 doCheck = pythonOlder "3.12"; nativeCheckInputs = [ pytestCheckHook pytest-asyncio pytest-timeout # tests of optional features numpy rich tkinter ] ++ # pandas is not supported on i686 or risc-v lib.optional (!stdenv.isi686 && !stdenv.hostPlatform.isRiscV) pandas; pytestFlagsArray = [ "-W" "ignore::FutureWarning" "-W" "ignore::DeprecationWarning" ]; # Remove performance testing. # Too sensitive for on Hydra. disabledTests = [ "perf" ]; LC_ALL="en_US.UTF-8"; pythonImportsCheck = [ "tqdm" ]; meta = with lib; { description = "A Fast, Extensible Progress Meter"; homepage = "https://github.com/tqdm/tqdm"; changelog = "https://tqdm.github.io/releases/"; license = with licenses; [ mit ]; maintainers = with maintainers; [ fridh ]; }; } [result] Failed to update python311Packages.tqdm 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.plyplus, using log file: /var/log/nixpkgs-update/python311Packages.plyplus/2024-03-13.log python311Packages.plyplus 0 -> 1 attrpath: python311Packages.plyplus Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/ybapd9g0szrfwbxgfcxpxz35rngi36k1-packages.json.drv building '/nix/store/ybapd9g0szrfwbxgfcxpxz35rngi36k1-packages.json.drv'... Going to be running update for following packages: - python3.11-PlyPlus-0.7.5 Press Enter key to continue... Running update for: - python3.11-PlyPlus-0.7.5: UPDATING ... - python3.11-PlyPlus-0.7.5: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.plyplus 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: 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-13.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/88fcjrjpln9zqssajhcfpxhhfc2jb079-packages.json.drv building '/nix/store/88fcjrjpln9zqssajhcfpxhhfc2jb079-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 python311Packages.flask-socketio, using log file: /var/log/nixpkgs-update/python311Packages.flask-socketio/2024-03-13.log python311Packages.flask-socketio 0 -> 1 attrpath: python311Packages.flask-socketio Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/44fkfmmw39qlymz9cpv63pk6bbv1q2ws-packages.json.drv building '/nix/store/44fkfmmw39qlymz9cpv63pk6bbv1q2ws-packages.json.drv'... Going to be running update for following packages: - python3.11-Flask-SocketIO-5.3.6 Press Enter key to continue... Running update for: - python3.11-Flask-SocketIO-5.3.6: UPDATING ... - python3.11-Flask-SocketIO-5.3.6: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.flask-socketio 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.blinker, using log file: /var/log/nixpkgs-update/python311Packages.blinker/2024-03-13.log python311Packages.blinker 0 -> 1 attrpath: python311Packages.blinker Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/2h1b9bxf3ksxhfd6p1s1w61c4ii6bwqh-packages.json.drv building '/nix/store/2h1b9bxf3ksxhfd6p1s1w61c4ii6bwqh-packages.json.drv'... Going to be running update for following packages: - python3.11-blinker-1.7.0 Press Enter key to continue... Running update for: - python3.11-blinker-1.7.0: UPDATING ... - python3.11-blinker-1.7.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.blinker 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.flaky, using log file: /var/log/nixpkgs-update/python311Packages.flaky/2024-03-13.log python311Packages.flaky 0 -> 1 attrpath: python311Packages.flaky Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/6s4vvzwl1fzs3md8gpkhvgaxvybn65ny-packages.json.drv building '/nix/store/6s4vvzwl1fzs3md8gpkhvgaxvybn65ny-packages.json.drv'... Going to be running update for following packages: - python3.11-flaky-3.7.0 Press Enter key to continue... Running update for: - python3.11-flaky-3.7.0: UPDATING ... - python3.11-flaky-3.7.0: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/flaky/default.nix b/pkgs/development/python-modules/flaky/default.nix index 43b3288f94b9..9e8928e15c50 100644 --- a/pkgs/development/python-modules/flaky/default.nix +++ b/pkgs/development/python-modules/flaky/default.nix @@ -7,12 +7,12 @@ buildPythonPackage rec { pname = "flaky"; - version = "3.7.0"; + version = "3.8.1"; format = "setuptools"; src = fetchPypi { inherit pname version; - hash = "sha256-OtEAeAchoZEfV6FlgJt+omWnhjMFrLZnCCIIIMr4qg0="; + hash = "sha256-RyBKgeyQXz1az71h2uq8raj51AMWFtm8sGGEYXKWmfU="; }; nativeCheckInputs = [ No auto update branch exists [outpaths] eval start [outpaths] eval end Python package with too many package rebuilds 16113 > 25 [result] Failed to update python311Packages.flaky 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath keepmenu, using log file: /var/log/nixpkgs-update/keepmenu/2024-03-13.log keepmenu 0 -> 1 attrpath: keepmenu Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/d17rs0ngxg5ji2mnr7dbc73a05hwpgf7-packages.json.drv building '/nix/store/d17rs0ngxg5ji2mnr7dbc73a05hwpgf7-packages.json.drv'... Going to be running update for following packages: - keepmenu-1.4.0 Press Enter key to continue... Running update for: - keepmenu-1.4.0: UPDATING ... - keepmenu-1.4.0: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/applications/misc/keepmenu/default.nix b/pkgs/applications/misc/keepmenu/default.nix index d10c10c231d6..0a318de6ee84 100644 --- a/pkgs/applications/misc/keepmenu/default.nix +++ b/pkgs/applications/misc/keepmenu/default.nix @@ -2,14 +2,14 @@ python3Packages.buildPythonApplication rec { pname = "keepmenu"; - version = "1.4.0"; + version = "1.4.1"; format = "pyproject"; src = fetchFromGitHub { owner = "firecat53"; repo = "keepmenu"; - rev = version; - hash = "sha256-3vFg+9Nw+NhuPJbrmBahXwa13wXlBg5IMYwJ+unn88k="; + rev = "refs/tags/${version}"; + hash = "sha256-vmautVUniAtN/gxsqEeVQ5yPhhnSaCqQUr+8i+m20Mw="; }; nativeBuildInputs = with python3Packages; [ No auto update branch exists [outpaths] eval start [outpaths] eval end