[result] Failed to update rPackages.readODS 2.1.0 -> 2.2.0 https://repology.org/project/r:readods/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.PWEXP, using log file: /var/log/nixpkgs-update/rPackages.PWEXP/2024-03-10.log rPackages.PWEXP 0.4.3 -> 0.4.4 https://repology.org/project/r:pwexp/versions attrpath: rPackages.PWEXP Checking auto update branch... No auto update branch exists Old version 0.4.3" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; configurePhase = '' runHook preConfigure export R_LIBS_SITE="$R_LIBS_SITE''${R_LIBS_SITE:+:}$out/library" runHook postConfigure ''; buildPhase = '' runHook preBuild runHook postBuild ''; installFlags = if attrs.doCheck or true then [] else [ "--no-test-load" ]; rCommand = if requireX then # Unfortunately, xvfb-run has a race condition even with -a option, so that # we acquire a lock explicitly. "flock ${xvfb-run} xvfb-run -a -e xvfb-error R" else "R"; installPhase = '' runHook preInstall mkdir -p $out/library $rCommand CMD INSTALL --built-timestamp='1970-01-01 00:00:00 UTC' $installFlags --configure-args="$configureFlags" -l $out/library . runHook postInstall ''; postFixup = '' if test -e $out/nix-support/propagated-build-inputs; then ln -s $out/nix-support/propagated-build-inputs $out/nix-support/propagated-user-env-packages fi ''; checkPhase = '' # noop since R CMD INSTALL tests packages ''; } // attrs // { name = "r-" + name; }) [result] Failed to update rPackages.PWEXP 0.4.3 -> 0.4.4 https://repology.org/project/r:pwexp/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.nc, using log file: /var/log/nixpkgs-update/rPackages.nc/2024-03-10.log rPackages.nc 2023.8.24 -> 2024.2.21 https://repology.org/project/r:nc/versions attrpath: rPackages.nc Checking auto update branch... No auto update branch exists Old version 2023.8.24" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-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.nc 2023.8.24 -> 2024.2.21 https://repology.org/project/r:nc/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.lidR, using log file: /var/log/nixpkgs-update/rPackages.lidR/2024-03-10.log rPackages.lidR 4.0.4 -> 4.1.1 https://repology.org/project/r:lidr/versions attrpath: rPackages.lidR Checking auto update branch... No auto update branch exists Old version 4.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.lidR 4.0.4 -> 4.1.1 https://repology.org/project/r:lidr/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.fGarch, using log file: /var/log/nixpkgs-update/rPackages.fGarch/2024-03-10.log rPackages.fGarch 4031.90 -> 4032.91 https://repology.org/project/r:fgarch/versions attrpath: rPackages.fGarch Checking auto update branch... No auto update branch exists Old version 4031.90" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-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.fGarch 4031.90 -> 4032.91 https://repology.org/project/r:fgarch/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python312Packages.mypy-boto3-cognito-idp, using log file: /var/log/nixpkgs-update/python312Packages.mypy-boto3-cognito-idp/2024-03-10.log python312Packages.mypy-boto3-cognito-idp 1.34.33 -> 7.23.2 https://github.com/youtype/mypy_boto3_builder/releases attrpath: python312Packages.mypy-boto3-cognito-idp Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/g1af2hiqrjc4gsqjf05wq5drkwri0f3v-packages.json.drv building '/nix/store/g1af2hiqrjc4gsqjf05wq5drkwri0f3v-packages.json.drv'... Going to be running update for following packages: - python3.12-mypy-boto3-cognito-idp-1.34.33 Press Enter key to continue... Running update for: - python3.12-mypy-boto3-cognito-idp-1.34.33: UPDATING ... - python3.12-mypy-boto3-cognito-idp-1.34.33: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python312Packages.mypy-boto3-cognito-idp 1.34.33 -> 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.PNSIBGE, using log file: /var/log/nixpkgs-update/rPackages.PNSIBGE/2024-03-10.log rPackages.PNSIBGE 0.2.0 -> 0.2.1 https://repology.org/project/r:pnsibge/versions attrpath: rPackages.PNSIBGE 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.PNSIBGE 0.2.0 -> 0.2.1 https://repology.org/project/r:pnsibge/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: 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-ivs, using log file: /var/log/nixpkgs-update/python312Packages.mypy-boto3-ivs/2024-03-10.log python312Packages.mypy-boto3-ivs 1.34.45 -> 7.23.2 https://github.com/youtype/mypy_boto3_builder/releases attrpath: python312Packages.mypy-boto3-ivs Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/s8gc9s8lgaa00h9y7rhzh1k3rh9cmxxl-packages.json.drv building '/nix/store/s8gc9s8lgaa00h9y7rhzh1k3rh9cmxxl-packages.json.drv'... Going to be running update for following packages: - python3.12-mypy-boto3-ivs-1.34.45 Press Enter key to continue... Running update for: - python3.12-mypy-boto3-ivs-1.34.45: UPDATING ... - python3.12-mypy-boto3-ivs-1.34.45: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python312Packages.mypy-boto3-ivs 1.34.45 -> 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 ghq, using log file: /var/log/nixpkgs-update/ghq/2024-03-10.log ghq 1.4.2 -> 1.5.0 https://repology.org/project/ghq/versions attrpath: ghq Checking auto update branch... No auto update branch exists Old version 1.4.2" not present in master derivation file with contents: { lib, buildGoModule, fetchFromGitHub }: buildGoModule rec { pname = "ghq"; version = "1.5.0"; src = fetchFromGitHub { owner = "x-motemen"; repo = "ghq"; rev = "v${version}"; sha256 = "sha256-l+Ycts7PSKR72GsHJ1zWqpyd0BMMib/GTUv+B0x6d8M="; }; vendorHash = "sha256-6ZDvU3RQ/1M4DZMFOaQsEuodldB8k+2thXNhvZlVQEg="; doCheck = false; ldflags = [ "-X=main.Version=${version}" ]; postInstall = '' install -m 444 -D ${src}/misc/zsh/_ghq $out/share/zsh/site-functions/_ghq install -m 444 -D ${src}/misc/bash/_ghq $out/share/bash-completion/completions/_ghq ''; meta = { description = "Remote repository management made easy"; homepage = "https://github.com/x-motemen/ghq"; maintainers = with lib.maintainers; [ sigma ]; license = lib.licenses.mit; mainProgram = "ghq"; }; } [result] Failed to update ghq 1.4.2 -> 1.5.0 https://repology.org/project/ghq/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath abracadabra, using log file: /var/log/nixpkgs-update/abracadabra/2024-03-10.log abracadabra 2.4.0 -> 2.5.0 https://repology.org/project/abracadabra/versions attrpath: abracadabra Checking auto update branch... No auto update branch exists [outpaths] eval start [outpaths] eval end [version] [version] updated version and sha256 [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] skipping because derivation has no updateScript Diff after rewrites: diff --git a/pkgs/applications/radio/abracadabra/default.nix b/pkgs/applications/radio/abracadabra/default.nix index 38c140af9b7c..a9de02d1fa80 100644 --- a/pkgs/applications/radio/abracadabra/default.nix +++ b/pkgs/applications/radio/abracadabra/default.nix @@ -6,13 +6,13 @@ stdenv.mkDerivation rec { pname = "abracadabra"; - version = "2.4.0"; + version = "2.5.0"; src = fetchFromGitHub { owner = "KejPi"; repo = "AbracaDABra"; rev = "v${version}"; - hash = "sha256-viB6vRqBvYbFJh6wYs7kIk4sY9SZHRz1KlHJ3DTwUFQ="; + hash = "sha256-w/WAcTorLCzqHLwQjbZwaHGytLXHr4eW7Yx768on67Q="; }; nativeBuildInputs = [ [outpaths] eval start [outpaths] eval end Successfully finished processing cachix "/nix/store/2rll1nbli1ncliv63p4ib6x4jw8gbjc8-abracadabra-2.5.0" [check][nixpkgs-review] Result of `nixpkgs-review --extra-nixpkgs-config '{ allowInsecurePredicate = x: true; }'` run on x86_64-linux [1](https://github.com/Mic92/nixpkgs-review)
1 package built:
Automatic update generated by [nixpkgs-update](https://github.com/ryantm/nixpkgs-update) tools. This update was made based on information from https://repology.org/project/abracadabra/versions. meta.description for abracadabra is: DAB/DAB+ radio application meta.homepage for abracadabra is: https://github.com/KejPi/AbracaDABra ###### Updates performed - Version update ###### To inspect upstream changes - [Release on GitHub](https://github.com/KejPi/AbracaDABra/releases/tag/v2.5.0) - [Compare changes on GitHub](https://github.com/KejPi/AbracaDABra/compare/v2.4.0...v2.5.0) ###### Impact Checks done --- - built on NixOS - The tests defined in `passthru.tests`, if any, passed - found 2.5.0 with grep in /nix/store/2rll1nbli1ncliv63p4ib6x4jw8gbjc8-abracadabra-2.5.0 - found 2.5.0 in filename of file in /nix/store/2rll1nbli1ncliv63p4ib6x4jw8gbjc8-abracadabra-2.5.0 ---
Rebuild report (if merged into master) (click to expand) ``` 1 total rebuild path(s) 1 package rebuild(s) First fifty rebuilds by attrpath abracadabra ```
Instructions to test this update (click to expand) --- Either **download from Cachix**: ``` nix-store -r /nix/store/2rll1nbli1ncliv63p4ib6x4jw8gbjc8-abracadabra-2.5.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 abracadabra https://github.com/r-ryantm/nixpkgs/archive/5751d5f71743d1961e426a98fad1ea6dc1cca95f.tar.gz ``` Or: ``` nix build github:r-ryantm/nixpkgs/5751d5f71743d1961e426a98fad1ea6dc1cca95f#abracadabra ``` After you've downloaded or built it, look at the files and if there are any, run the binaries: ``` ls -la /nix/store/2rll1nbli1ncliv63p4ib6x4jw8gbjc8-abracadabra-2.5.0 ls -la /nix/store/2rll1nbli1ncliv63p4ib6x4jw8gbjc8-abracadabra-2.5.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 @markuskowa 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/294605 [result] Success updating abracadabra 2.4.0 -> 2.5.0 https://repology.org/project/abracadabra/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.mlr3fselect, using log file: /var/log/nixpkgs-update/rPackages.mlr3fselect/2024-03-10.log rPackages.mlr3fselect 0.11.0 -> 0.12.0 https://repology.org/project/r:mlr3fselect/versions attrpath: rPackages.mlr3fselect Checking auto update branch... No auto update branch exists Old version 0.11.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.mlr3fselect 0.11.0 -> 0.12.0 https://repology.org/project/r:mlr3fselect/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.BMisc, using log file: /var/log/nixpkgs-update/rPackages.BMisc/2024-03-10.log rPackages.BMisc 1.4.5 -> 1.4.6 https://repology.org/project/r:bmisc/versions attrpath: rPackages.BMisc Checking auto update branch... No auto update branch exists Old version 1.4.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.BMisc 1.4.5 -> 1.4.6 https://repology.org/project/r:bmisc/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath clightd, using log file: /var/log/nixpkgs-update/clightd/2024-03-10.log clightd 5.8 -> 5.9 https://github.com/FedeDP/Clightd/releases attrpath: clightd Checking auto update branch... No auto update branch exists [version] [version] updated version and sha256 [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] skipping because derivation has no updateScript Diff after rewrites: diff --git a/pkgs/applications/misc/clight/clightd.nix b/pkgs/applications/misc/clight/clightd.nix index 7e6b84913a7a..141e2c3a1bd8 100644 --- a/pkgs/applications/misc/clight/clightd.nix +++ b/pkgs/applications/misc/clight/clightd.nix @@ -10,13 +10,13 @@ stdenv.mkDerivation rec { pname = "clightd"; - version = "5.8"; + version = "5.9"; src = fetchFromGitHub { owner = "FedeDP"; repo = "Clightd"; rev = version; - hash = "sha256-Lmno/TJVCQVNzfpKNZzuDf2OM6w6rbz+zJTr3zVo/CM="; + hash = "sha256-LOhBBd7QL5kH4TzMFgrh70C37WsFdsiKArP+tIEiPWo="; }; # dbus-1.pc has datadir=/etc [outpaths] eval start [outpaths] eval end Received ExitFailure 1 when running Raw command: /nix/store/1gfp7hiwzpv9aglk2yfa9m49jc0n7pa5-nix-2.18.1/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A clightd nix build failed. unpacking source archive /nix/store/431433haj456dcr50nnm5x4y8w1yl3qa-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 -DBUILD_TESTING=OFF -DCMAKE_INSTALL_LOCALEDIR=/nix/store/q74zmlzrzj4mk18lh0y97ibzbcqa82vv-clightd-5.9/share/locale -DCMAKE_INSTALL_LIBEXECDIR=/nix/store/q74zmlzrzj4mk18lh0y97ibzbcqa82vv-clightd-5.9/libexec -DCMAKE_INSTALL_LIBDIR=/nix/store/q74zmlzrzj4mk18lh0y97ibzbcqa82vv-clightd-5.9/lib -DCMAKE_INSTALL_DOCDIR=/nix/store/q74zmlzrzj4mk18lh0y97ibzbcqa82vv-clightd-5.9/share/doc/clightd -DCMAKE_INSTALL_INFODIR=/nix/store/q74zmlzrzj4mk18lh0y97ibzbcqa82vv-clightd-5.9/share/info -DCMAKE_INSTALL_MANDIR=/nix/store/q74zmlzrzj4mk18lh0y97ibzbcqa82vv-clightd-5.9/share/man -DCMAKE_INSTALL_OLDINCLUDEDIR=/nix/store/q74zmlzrzj4mk18lh0y97ibzbcqa82vv-clightd-5.9/include -DCMAKE_INSTALL_INCLUDEDIR=/nix/store/q74zmlzrzj4mk18lh0y97ibzbcqa82vv-clightd-5.9/include -DCMAKE_INSTALL_SBINDIR=/nix/store/q74zmlzrzj4mk18lh0y97ibzbcqa82vv-clightd-5.9/sbin -DCMAKE_INSTALL_BINDIR=/nix/store/q74zmlzrzj4mk18lh0y97ibzbcqa82vv-clightd-5.9/bin -DCMAKE_INSTALL_NAME_DIR=/nix/store/q74zmlzrzj4mk18lh0y97ibzbcqa82vv-clightd-5.9/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/q74zmlzrzj4mk18lh0y97ibzbcqa82vv-clightd-5.9 -DSYSTEMD_SERVICE_DIR=/nix/store/q74zmlzrzj4mk18lh0y97ibzbcqa82vv-clightd-5.9/lib/systemd/system -DDBUS_CONFIG_DIR=/nix/store/q74zmlzrzj4mk18lh0y97ibzbcqa82vv-clightd-5.9/etc/dbus-1/system.d -DMODULE_LOAD_DIR=/nix/store/q74zmlzrzj4mk18lh0y97ibzbcqa82vv-clightd-5.9/lib/modules-load.d -DENABLE_DDC=1 -DENABLE_DPMS=1 -DENABLE_GAMMA=1 -DENABLE_SCREEN=1 -DENABLE_YOCTOLIGHT=1 -- The C compiler identification is GNU 13.2.0 -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Check for working C compiler: /nix/store/qhpw32pz39y6i30b3vrbw5fw6zv5549f-gcc-wrapper-13.2.0/bin/gcc - skipped -- Detecting C compile features -- Detecting C compile features - done -- Found PkgConfig: /nix/store/a3752l19hc76dmzh1wgrxbsxh6lfx67z-pkg-config-wrapper-0.29.2/bin/pkg-config (found version "0.29.2") -- Checking for modules 'libudev;libmodule>=5.0.0;libjpeg;libiio' -- No package 'libiio' 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: - libiio 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) CMakeLists.txt:34 (pkg_check_modules)  -- Configuring incomplete, errors occurred! [result] Failed to update clightd 5.8 -> 5.9 https://github.com/FedeDP/Clightd/releases [options] github_user: r-ryantm, pull_request: YES, batch_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.atk, using log file: /var/log/nixpkgs-update/rubyPackages_3_3.atk/2024-03-10.log rubyPackages_3_3.atk 4.2.0 -> 4.2.1 https://repology.org/project/ruby-gnome2/versions attrpath: rubyPackages_3_3.atk Checking auto update branch... No auto update branch exists [version] [version] generic version rewriter does not support multiple hashes [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] skipping because derivation has no updateScript The diff was empty after rewrites. [result] Failed to update rubyPackages_3_3.atk 4.2.0 -> 4.2.1 https://repology.org/project/ruby-gnome2/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python312Packages.pyscard, using log file: /var/log/nixpkgs-update/python312Packages.pyscard/2024-03-10.log python312Packages.pyscard 2.0.7 -> 2.0.8 https://repology.org/project/python:pyscard/versions attrpath: python312Packages.pyscard Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/6nnlq6b9yv5kb9jfx1s2h3qkw6hfmmpb-packages.json.drv building '/nix/store/6nnlq6b9yv5kb9jfx1s2h3qkw6hfmmpb-packages.json.drv'... Going to be running update for following packages: - python3.12-pyscard-2.0.7 Press Enter key to continue... Running update for: - python3.12-pyscard-2.0.7: UPDATING ... - python3.12-pyscard-2.0.7: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/pyscard/default.nix b/pkgs/development/python-modules/pyscard/default.nix index 6e7a1ec29cbe..b2a0256415d1 100644 --- a/pkgs/development/python-modules/pyscard/default.nix +++ b/pkgs/development/python-modules/pyscard/default.nix @@ -16,7 +16,7 @@ let in buildPythonPackage rec { - version = "2.0.7"; + version = "2.0.8"; pname = "pyscard"; pyproject = true; @@ -24,7 +24,7 @@ buildPythonPackage rec { owner = "LudovicRousseau"; repo = "pyscard"; rev = "refs/tags/${version}"; - hash = "sha256-nkDI1OPQ4SsNhWkg53ZTsG7j0+mvpkJI7dsyaOl1a/8="; + hash = "sha256-UpTSbq4mf42tcSWL8wR54MQDZ+z2YjrTW0Ud2F5/J2E="; }; nativeBuildInputs = [ No auto update branch exists [outpaths] eval start [outpaths] eval end Successfully finished processing cachix "/nix/store/bnr3d71npwp1f2wkdb2158l0az9ixjr8-python3.12-pyscard-2.0.8" [check][nixpkgs-review] Result of `nixpkgs-review --extra-nixpkgs-config '{ allowInsecurePredicate = x: true; }'` run on x86_64-linux [1](https://github.com/Mic92/nixpkgs-review)
25 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 python312Packages.pyscard is: Smartcard library for python meta.homepage for python312Packages.pyscard is: https://pyscard.sourceforge.io/ ###### Updates performed - Ran passthru.UpdateScript ###### To inspect upstream changes ###### Impact Checks done --- - built on NixOS - The tests defined in `passthru.tests`, if any, passed - found 2.0.8 with grep in /nix/store/bnr3d71npwp1f2wkdb2158l0az9ixjr8-python3.12-pyscard-2.0.8 - found 2.0.8 in filename of file in /nix/store/bnr3d71npwp1f2wkdb2158l0az9ixjr8-python3.12-pyscard-2.0.8 ---
Rebuild report (if merged into master) (click to expand) ``` 13 total rebuild path(s) 13 package rebuild(s) First fifty rebuilds by attrpath electron-cash gen-oath-safe python311Packages.emv python311Packages.pysatochip python311Packages.pyscard python311Packages.pysim python312Packages.emv python312Packages.pysatochip python312Packages.pyscard python312Packages.pysim yubikey-manager yubikey-manager-qt yubioath-flutter ```
Instructions to test this update (click to expand) --- Either **download from Cachix**: ``` nix-store -r /nix/store/bnr3d71npwp1f2wkdb2158l0az9ixjr8-python3.12-pyscard-2.0.8 \ --option binary-caches 'https://cache.nixos.org/ https://nix-community.cachix.org/' \ --option trusted-public-keys ' nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs= cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY= ' ``` (The Cachix cache is only trusted for this store-path realization.) For the Cachix download to work, your user must be in the `trusted-users` list or you can use `sudo` since root is effectively trusted. Or, **build yourself**: ``` nix-build -A python312Packages.pyscard https://github.com/r-ryantm/nixpkgs/archive/2f3eab4aca732818548f2ec251c955edc5052529.tar.gz ``` Or: ``` nix build github:r-ryantm/nixpkgs/2f3eab4aca732818548f2ec251c955edc5052529#python312Packages.pyscard ``` After you've downloaded or built it, look at the files and if there are any, run the binaries: ``` ls -la /nix/store/bnr3d71npwp1f2wkdb2158l0az9ixjr8-python3.12-pyscard-2.0.8 ls -la /nix/store/bnr3d71npwp1f2wkdb2158l0az9ixjr8-python3.12-pyscard-2.0.8/bin ``` ---

### Pre-merge build results We have automatically built all packages that will get rebuilt due to this change. This gives evidence on whether the upgrade will break dependent packages. Note sometimes packages show up as _failed to build_ independent of the change, simply because they are already broken on the target branch. Result of `nixpkgs-review --extra-nixpkgs-config '{ allowInsecurePredicate = x: true; }'` run on x86_64-linux [1](https://github.com/Mic92/nixpkgs-review)
25 packages built:
--- ###### Maintainer pings cc @layus 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/294612 [result] Success updating python312Packages.pyscard 2.0.7 -> 2.0.8 https://repology.org/project/python:pyscard/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.patientProfilesVis, using log file: /var/log/nixpkgs-update/rPackages.patientProfilesVis/2024-03-10.log rPackages.patientProfilesVis 2.0.6 -> 2.0.7 https://repology.org/project/r:patientprofilesvis/versions attrpath: rPackages.patientProfilesVis Checking auto update branch... No auto update branch exists Old version 2.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.patientProfilesVis 2.0.6 -> 2.0.7 https://repology.org/project/r:patientprofilesvis/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.shinybusy, using log file: /var/log/nixpkgs-update/rPackages.shinybusy/2024-03-10.log rPackages.shinybusy 0.3.2 -> 0.3.3 https://repology.org/project/r:shinybusy/versions attrpath: rPackages.shinybusy Checking auto update branch... No auto update branch exists Old version 0.3.2" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; configurePhase = '' runHook preConfigure export R_LIBS_SITE="$R_LIBS_SITE''${R_LIBS_SITE:+:}$out/library" runHook postConfigure ''; buildPhase = '' runHook preBuild runHook postBuild ''; installFlags = if attrs.doCheck or true then [] else [ "--no-test-load" ]; rCommand = if requireX then # Unfortunately, xvfb-run has a race condition even with -a option, so that # we acquire a lock explicitly. "flock ${xvfb-run} xvfb-run -a -e xvfb-error R" else "R"; installPhase = '' runHook preInstall mkdir -p $out/library $rCommand CMD INSTALL --built-timestamp='1970-01-01 00:00:00 UTC' $installFlags --configure-args="$configureFlags" -l $out/library . runHook postInstall ''; postFixup = '' if test -e $out/nix-support/propagated-build-inputs; then ln -s $out/nix-support/propagated-build-inputs $out/nix-support/propagated-user-env-packages fi ''; checkPhase = '' # noop since R CMD INSTALL tests packages ''; } // attrs // { name = "r-" + name; }) [result] Failed to update rPackages.shinybusy 0.3.2 -> 0.3.3 https://repology.org/project/r:shinybusy/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rubyPackages_3_2.activerecord, using log file: /var/log/nixpkgs-update/rubyPackages_3_2.activerecord/2024-03-10.log rubyPackages_3_2.activerecord 7.1.3 -> 7.1.3.2 https://repology.org/project/ruby:activerecord/versions attrpath: rubyPackages_3_2.activerecord Checking auto update branch... No auto update branch exists [version] [version] generic version rewriter does not support multiple hashes [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] skipping because derivation has no updateScript The diff was empty after rewrites. [result] Failed to update rubyPackages_3_2.activerecord 7.1.3 -> 7.1.3.2 https://repology.org/project/ruby:activerecord/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rubyPackages_3_3.ruby-lsp, using log file: /var/log/nixpkgs-update/rubyPackages_3_3.ruby-lsp/2024-03-10.log rubyPackages_3_3.ruby-lsp 0.14.0 -> 0.14.5 https://repology.org/project/ruby:ruby-lsp/versions attrpath: rubyPackages_3_3.ruby-lsp 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.ruby-lsp 0.14.0 -> 0.14.5 https://repology.org/project/ruby:ruby-lsp/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python312Packages.google-cloud-dlp, using log file: /var/log/nixpkgs-update/python312Packages.google-cloud-dlp/2024-03-10.log python312Packages.google-cloud-dlp 3.15.2 -> 3.16.0 https://repology.org/project/python:google-cloud-dlp/versions attrpath: python312Packages.google-cloud-dlp Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/n0yqcjswi9dprdcvc1sh1b3zbz56hhzg-packages.json.drv building '/nix/store/n0yqcjswi9dprdcvc1sh1b3zbz56hhzg-packages.json.drv'... Going to be running update for following packages: - python3.12-google-cloud-dlp-3.15.3 Press Enter key to continue... Running update for: - python3.12-google-cloud-dlp-3.15.3: UPDATING ... - python3.12-google-cloud-dlp-3.15.3: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/google-cloud-dlp/default.nix b/pkgs/development/python-modules/google-cloud-dlp/default.nix index 49f45dcc6b8b..f3895b8e3ef1 100644 --- a/pkgs/development/python-modules/google-cloud-dlp/default.nix +++ b/pkgs/development/python-modules/google-cloud-dlp/default.nix @@ -14,14 +14,14 @@ buildPythonPackage rec { pname = "google-cloud-dlp"; - version = "3.15.3"; + version = "3.16.0"; pyproject = true; disabled = pythonOlder "3.7"; src = fetchPypi { inherit pname version; - hash = "sha256-9BCV3jYq8svvMbhKoQVMAlGYTggyi1qreG6T/yEIfy8="; + hash = "sha256-DWmh96XviHVsmeVrivTDnq5A0hBog/DieUxcs2QmltU="; }; nativeBuildInputs = [ No auto update branch exists [outpaths] eval start [outpaths] eval end Successfully finished processing cachix "/nix/store/9k176d7rigqa92r3y6pnxg4xj9yyld67-python3.12-google-cloud-dlp-3.16.0" Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 3 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 4 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 4 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 3 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 3 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 3 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 4 [check][nixpkgs-review] Result of `nixpkgs-review --extra-nixpkgs-config '{ allowInsecurePredicate = x: true; }'` run on x86_64-linux [1](https://github.com/Mic92/nixpkgs-review)
4 packages built:
Automatic update generated by [nixpkgs-update](https://github.com/ryantm/nixpkgs-update) tools. This update was made based on information from passthru.updateScript. meta.description for python312Packages.google-cloud-dlp is: Cloud Data Loss Prevention (DLP) API API client library meta.homepage for python312Packages.google-cloud-dlp is: https://github.com/googleapis/python-dlp meta.changelog for python312Packages.google-cloud-dlp is: https://github.com/googleapis/python-dlp/blob/v3.16.0/CHANGELOG.md ###### Updates performed - Ran passthru.UpdateScript ###### To inspect upstream changes ###### Impact Checks done --- - built on NixOS - The tests defined in `passthru.tests`, if any, passed - found 3.16.0 with grep in /nix/store/9k176d7rigqa92r3y6pnxg4xj9yyld67-python3.12-google-cloud-dlp-3.16.0 - found 3.16.0 in filename of file in /nix/store/9k176d7rigqa92r3y6pnxg4xj9yyld67-python3.12-google-cloud-dlp-3.16.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-dlp python312Packages.google-cloud-dlp ```
Instructions to test this update (click to expand) --- Either **download from Cachix**: ``` nix-store -r /nix/store/9k176d7rigqa92r3y6pnxg4xj9yyld67-python3.12-google-cloud-dlp-3.16.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.google-cloud-dlp https://github.com/r-ryantm/nixpkgs/archive/7f0bd305aae3d11da6bc079b0b34341d08be4f6e.tar.gz ``` Or: ``` nix build github:r-ryantm/nixpkgs/7f0bd305aae3d11da6bc079b0b34341d08be4f6e#python312Packages.google-cloud-dlp ``` After you've downloaded or built it, look at the files and if there are any, run the binaries: ``` ls -la /nix/store/9k176d7rigqa92r3y6pnxg4xj9yyld67-python3.12-google-cloud-dlp-3.16.0 ls -la /nix/store/9k176d7rigqa92r3y6pnxg4xj9yyld67-python3.12-google-cloud-dlp-3.16.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:
--- ###### Maintainer pings https://api.github.com/repos/NixOS/nixpkgs/pulls/294617 [result] Success updating python312Packages.google-cloud-dlp 3.15.2 -> 3.16.0 https://repology.org/project/python:google-cloud-dlp/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath nodePackages_latest.yarn, using log file: /var/log/nixpkgs-update/nodePackages_latest.yarn/2024-03-10.log nodePackages_latest.yarn 1.22.21 -> 1.22.22 https://github.com/yarnpkg/yarn/releases attrpath: nodePackages_latest.yarn Checking auto update branch... No auto update branch exists Derivation file says not to edit it [result] Failed to update nodePackages_latest.yarn 1.22.21 -> 1.22.22 https://github.com/yarnpkg/yarn/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python312Packages.pytest-postgresql, using log file: /var/log/nixpkgs-update/python312Packages.pytest-postgresql/2024-03-10.log python312Packages.pytest-postgresql 5.0.0 -> 5.1.1 https://repology.org/project/python:pytest-postgresql/versions attrpath: python312Packages.pytest-postgresql Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/7lhq9gsw1q00j7zfq23y252hvi0h9g3i-packages.json.drv building '/nix/store/7lhq9gsw1q00j7zfq23y252hvi0h9g3i-packages.json.drv'... Going to be running update for following packages: - python3.12-pytest-postgresql-5.0.0 Press Enter key to continue... Running update for: - python3.12-pytest-postgresql-5.0.0: UPDATING ... - python3.12-pytest-postgresql-5.0.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python312Packages.pytest-postgresql 5.0.0 -> 5.1.1 https://repology.org/project/python:pytest-postgresql/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python312Packages.jupyterlab-lsp, using log file: /var/log/nixpkgs-update/python312Packages.jupyterlab-lsp/2024-03-10.log python312Packages.jupyterlab-lsp 5.0.3 -> 5.1.0 https://repology.org/project/python:jupyterlab-lsp/versions attrpath: python312Packages.jupyterlab-lsp Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/wa72kmkdf8dq46vripklzq66ba6q5jhp-packages.json.drv building '/nix/store/wa72kmkdf8dq46vripklzq66ba6q5jhp-packages.json.drv'... Going to be running update for following packages: - python3.12-jupyterlab-lsp-5.0.3 Press Enter key to continue... Running update for: - python3.12-jupyterlab-lsp-5.0.3: UPDATING ... - python3.12-jupyterlab-lsp-5.0.3: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/jupyterlab-lsp/default.nix b/pkgs/development/python-modules/jupyterlab-lsp/default.nix index eba16194d69c..deecae0b7ea5 100644 --- a/pkgs/development/python-modules/jupyterlab-lsp/default.nix +++ b/pkgs/development/python-modules/jupyterlab-lsp/default.nix @@ -8,12 +8,12 @@ buildPythonPackage rec { pname = "jupyterlab-lsp"; - version = "5.0.3"; + version = "5.1.0"; pyproject = true; src = fetchPypi { inherit pname version; - hash = "sha256-qcijpkZJS+SE1+MXSrHSQV7WD0dzzshHmqW6N+XwS8k="; + hash = "sha256-rqyECTrabSDvV64Ol4EcxXlqDKtyN7Mvjt35k8C7A1Y="; }; nativeBuildInputs = [ No auto update branch exists [outpaths] eval start [outpaths] eval end Received ExitFailure 1 when running Raw command: /nix/store/1gfp7hiwzpv9aglk2yfa9m49jc0n7pa5-nix-2.18.1/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A python312Packages.jupyterlab-lsp Received ExitFailure 1 when running Raw command: /nix/store/1gfp7hiwzpv9aglk2yfa9m49jc0n7pa5-nix-2.18.1/bin/nix --extra-experimental-features nix-command log -f . python312Packages.jupyterlab-lsp Standard output: error: build log of 'python312Packages.jupyterlab-lsp' is not available [result] Failed to update python312Packages.jupyterlab-lsp 5.0.3 -> 5.1.0 https://repology.org/project/python:jupyterlab-lsp/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python312Packages.pydantic-core, using log file: /var/log/nixpkgs-update/python312Packages.pydantic-core/2024-03-10.log python312Packages.pydantic-core 2.14.6 -> 2.16.3 https://github.com/pydantic/pydantic-core/releases attrpath: python312Packages.pydantic-core Checking auto update branch... [version] [version] generic version rewriter does not support multiple hashes [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/hpzm9a0px5niksnvy2b5bfxsxw0wj3jx-packages.json.drv building '/nix/store/hpzm9a0px5niksnvy2b5bfxsxw0wj3jx-packages.json.drv'... Going to be running update for following packages: - python3.12-pydantic-core-2.14.6 Press Enter key to continue... Running update for: - python3.12-pydantic-core-2.14.6: UPDATING ... - python3.12-pydantic-core-2.14.6: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python312Packages.pydantic-core 2.14.6 -> 2.16.3 https://github.com/pydantic/pydantic-core/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath cpp-netlib, using log file: /var/log/nixpkgs-update/cpp-netlib/2024-03-10.log cpp-netlib 0.13.0-final -> 0.13.0 https://repology.org/project/cpp-netlib/versions attrpath: cpp-netlib Checking auto update branch... No auto update branch exists 0.13.0 is not newer than 0.13.0-final according to Nix; versionComparison: -1 [result] Failed to update cpp-netlib 0.13.0-final -> 0.13.0 https://repology.org/project/cpp-netlib/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath php82Packages.psalm, using log file: /var/log/nixpkgs-update/php82Packages.psalm/2024-03-10.log php82Packages.psalm 5.22.2 -> 5.23.0 https://github.com/vimeo/psalm/releases attrpath: php82Packages.psalm 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 php82Packages.psalm 5.22.2 -> 5.23.0 https://github.com/vimeo/psalm/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath php83Packages.psalm, using log file: /var/log/nixpkgs-update/php83Packages.psalm/2024-03-10.log php83Packages.psalm 5.22.2 -> 5.23.0 https://github.com/vimeo/psalm/releases attrpath: php83Packages.psalm 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 php83Packages.psalm 5.22.2 -> 5.23.0 https://github.com/vimeo/psalm/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath php81Packages.psalm, using log file: /var/log/nixpkgs-update/php81Packages.psalm/2024-03-10.log php81Packages.psalm 5.22.2 -> 5.23.0 https://github.com/vimeo/psalm/releases attrpath: php81Packages.psalm 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 php81Packages.psalm 5.22.2 -> 5.23.0 https://github.com/vimeo/psalm/releases [options] github_user: r-ryantm, pull_request: YES, batch_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.lua-iconv, using log file: /var/log/nixpkgs-update/lua51Packages.lua-iconv/2024-03-10.log lua51Packages.lua-iconv 7.0.0-4 -> 7.1.0 https://repology.org/project/lua:lua-iconv/versions attrpath: lua51Packages.lua-iconv Packages for lua are currently skipped. https://github.com/NixOS/nixpkgs/pull/37501#issuecomment-375169646 [result] Failed to update lua51Packages.lua-iconv 7.0.0-4 -> 7.1.0 https://repology.org/project/lua:lua-iconv/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath hdhomerun-config-gui, using log file: /var/log/nixpkgs-update/hdhomerun-config-gui/2024-03-10.log hdhomerun-config-gui 20221205 -> 20230719 https://repology.org/project/hdhomerun-config-gui/versions attrpath: hdhomerun-config-gui Checking auto update branch... No auto update branch exists [version] Hashes equal; no update necessary [result] Failed to update hdhomerun-config-gui 20221205 -> 20230719 https://repology.org/project/hdhomerun-config-gui/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.pyside2-tools, using log file: /var/log/nixpkgs-update/python311Packages.pyside2-tools/2024-03-10.log python311Packages.pyside2-tools 5.15.11 -> 5.15.12 https://repology.org/project/pyside2-tools/versions attrpath: python311Packages.pyside2-tools Checking auto update branch... No auto update branch exists Old version 5.15.11" not present in master derivation file with contents: { wrapPython, python, lib, stdenv, cmake, qt5, shiboken2, pyside2 }: stdenv.mkDerivation { pname = "pyside2-tools"; inherit (pyside2) version src; patches = [ # Upstream has a crazy build system only geared towards producing binary # wheels distributed via pypi. For this, they copy the `uic` and `rcc` # binaries to the wheel. ./remove_hacky_binary_copying.patch ]; postPatch = '' cd sources/pyside2-tools ''; nativeBuildInputs = [ cmake wrapPython ]; propagatedBuildInputs = [ shiboken2 pyside2 ]; buildInputs = [ python qt5.qtbase ]; cmakeFlags = [ "-DBUILD_TESTS=OFF" ]; dontWrapQtApps = true; # The upstream build system consists of a `setup.py` whichs builds three # different python libraries and calls cmake as a subprocess. We call cmake # directly because that's easier to get working. However, the `setup.py` # build also creates a few wrapper scripts, which we replicate here: postInstall = '' rm $out/bin/pyside_tool.py for tool in uic rcc; do makeWrapper "$(command -v $tool)" $out/bin/pyside2-$tool --add-flags "-g python" done ''; postFixup = '' wrapPythonPrograms ''; meta = with lib; { description = "PySide2 development tools"; license = licenses.gpl2; homepage = "https://wiki.qt.io/Qt_for_Python"; maintainers = with maintainers; [ gebner ]; }; } [result] Failed to update python311Packages.pyside2-tools 5.15.11 -> 5.15.12 https://repology.org/project/pyside2-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 currently don't know how to update perl [result] Failed to update perl536Packages.NetMQTTSimple 1.28 -> 1.29 https://repology.org/project/perl:net-mqtt-simple/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath fricas, using log file: /var/log/nixpkgs-update/fricas/2024-03-10.log fricas 1.3.9 -> 1.3.10 https://repology.org/project/fricas/versions attrpath: fricas Checking auto update branch... No auto update branch exists [version] [version] updated version and sha256 [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] skipping because derivation has no updateScript Diff after rewrites: diff --git a/pkgs/applications/science/math/fricas/default.nix b/pkgs/applications/science/math/fricas/default.nix index 355238ace15c..0830949703a6 100644 --- a/pkgs/applications/science/math/fricas/default.nix +++ b/pkgs/applications/science/math/fricas/default.nix @@ -2,11 +2,11 @@ stdenv.mkDerivation rec { pname = "fricas"; - version = "1.3.9"; + version = "1.3.10"; src = fetchurl { url = "mirror://sourceforge/fricas/fricas/${version}/fricas-${version}-full.tar.bz2"; - sha256 = "sha256-5RPcffM0GN0l6r8IgHJlwdxwwp2y4kIdJ5M3JnGZCzc="; + sha256 = "sha256-/CESrUW6e0WsQjFl8yvVskRiIQeh5OHVa5E2+WdG8qA="; }; buildInputs = [ sbcl libX11 libXpm libICE libSM libXt libXau libXdmcp ]; [outpaths] eval start [outpaths] eval end Received ExitFailure 1 when running Raw command: /nix/store/1gfp7hiwzpv9aglk2yfa9m49jc0n7pa5-nix-2.18.1/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A fricas nix build failed. ldb> unknown command: ``)lisp'' ldb> unknown command: ``)lisp'' ldb> unknown command: ``)lisp'' ldb> unknown command: ``)lisp'' ldb> unknown command: ``)lisp'' ldb> unknown command: ``)lisp'' ldb> unknown command: ``)lisp'' ldb> unknown command: ``)lisp'' ldb> unknown command: ``)lisp'' ldb> unknown command: ``)lisp'' ldb> unknown command: ``)lisp'' ldb> unknown command: ``)lisp'' ldb> unknown command: ``)lisp'' ldb> unknown command: ``)lisp'' ldb> unknown command: ``)lisp'' ldb> unknown command: ``)lisp'' ldb> unknown command: ``)lisp'' ldb> unknown command: ``)lisp'' ldb> unknown command: ``)lisp'' ldb> unknown command: ``)lisp'' ldb> unknown command: ``)lisp'' ldb> unknown command: ``)lisp'' ldb> unknown command: ``)quit'' ldb> make[3]: *** [Makefile:605: stamp-fasls3] Error 1 make[3]: Leaving directory '/build/fricas-1.3.10/src/algebra' make[2]: *** [Makefile:586: all-ax] Error 2 make[2]: Leaving directory '/build/fricas-1.3.10/src/algebra' make[1]: *** [Makefile:243: all-algebra] Error 2 make[1]: Leaving directory '/build/fricas-1.3.10/src' make: *** [Makefile:250: all-src] Error 2 [result] Failed to update fricas 1.3.9 -> 1.3.10 https://repology.org/project/fricas/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath minia, using log file: /var/log/nixpkgs-update/minia/2024-03-10.log minia 3.2.1 -> 3.2.6 https://repology.org/project/minia/versions attrpath: minia Checking auto update branch... No auto update branch exists [version] [version] updated version and sha256 [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] skipping because derivation has no updateScript Diff after rewrites: diff --git a/pkgs/applications/science/biology/minia/default.nix b/pkgs/applications/science/biology/minia/default.nix index 023a05d7504f..1e0a2699a2a9 100644 --- a/pkgs/applications/science/biology/minia/default.nix +++ b/pkgs/applications/science/biology/minia/default.nix @@ -2,13 +2,13 @@ stdenv.mkDerivation rec { pname = "minia"; - version = "3.2.1"; + version = "3.2.6"; src = fetchFromGitHub { owner = "GATB"; repo = "minia"; rev = "v${version}"; - sha256 = "0bmfrywixaaql898l0ixsfkhxjf2hb08ssnqzlzacfizxdp46siq"; + sha256 = "sha256-1mlF5j/1lfpQlZMyZ+L8r3sIJ6dbEj/DPYgXEqIRApk="; fetchSubmodules = true; }; [outpaths] eval start [outpaths] eval end Received ExitFailure 1 when running Raw command: /nix/store/1gfp7hiwzpv9aglk2yfa9m49jc0n7pa5-nix-2.18.1/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A minia nix build failed. got build log for 'minia' from 'daemon' @nix { "action": "setPhase", "phase": "unpackPhase" } Running phase: unpackPhase unpacking source archive /nix/store/i583x2002qd78hp36a2vrncvdqcivgnh-source source root is source @nix { "action": "setPhase", "phase": "patchPhase" } Running phase: patchPhase applying patch /nix/store/bxwl9c9qvfyffka7gm8l82g8im1y5wwy-no-bundle.patch patching file thirdparty/gatb-core/gatb-core/CMakeLists.txt Hunk #1 FAILED at 257. Hunk #2 succeeded at 296 (offset 8 lines). 1 out of 2 hunks FAILED -- saving rejects to file thirdparty/gatb-core/gatb-core/CMakeLists.txt.rej patching file thirdparty/gatb-core/gatb-core/src/gatb/tools/math/LargeInt.hpp patching file thirdparty/gatb-core/gatb-core/src/gatb/tools/math/NativeInt128.hpp patching file thirdparty/gatb-core/gatb-core/src/gatb/tools/math/NativeInt16.hpp patching file thirdparty/gatb-core/gatb-core/src/gatb/tools/math/NativeInt32.hpp patching file thirdparty/gatb-core/gatb-core/src/gatb/tools/math/NativeInt64.hpp patching file thirdparty/gatb-core/gatb-core/src/gatb/tools/math/NativeInt8.hpp patching file thirdparty/gatb-core/gatb-core/src/gatb/tools/misc/api/Abundance.hpp patching file thirdparty/gatb-core/gatb-core/src/gatb/tools/misc/api/IHistogram.hpp patching file thirdparty/gatb-core/gatb-core/src/gatb/tools/storage/impl/CollectionHDF5.hpp patching file thirdparty/gatb-core/gatb-core/src/gatb/tools/storage/impl/CollectionHDF5Patch.hpp patching file thirdparty/gatb-core/gatb-core/src/gatb/tools/storage/impl/StorageHDF5.hpp patching file thirdparty/gatb-core/gatb-core/thirdparty/CMakeLists.txt Hunk #1 FAILED at 1. 1 out of 1 hunk FAILED -- saving rejects to file thirdparty/gatb-core/gatb-core/thirdparty/CMakeLists.txt.rej [result] Failed to update minia 3.2.1 -> 3.2.6 https://repology.org/project/minia/versions [options] github_user: r-ryantm, pull_request: 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.DataCompactReadonly 0.1.0 -> 0.1.1 https://repology.org/project/perl:data-compactreadonly/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath decent-sampler, using log file: /var/log/nixpkgs-update/decent-sampler/2024-03-10.log decent-sampler 1.9.4 -> 1.11.1 https://repology.org/project/decent-sampler/versions attrpath: decent-sampler Checking auto update branch... No auto update branch exists Old version 1.9.4" not present in master derivation file with contents: { lib , stdenv , fetchzip , fetchurl , makeDesktopItem , copyDesktopItems , buildFHSEnv , alsa-lib , freetype , nghttp2 , libX11 , }: let pname = "decent-sampler"; version = "1.10.0"; icon = fetchurl { url = "https://archive.org/download/ds-256/DS256.png"; hash = "sha256-SV8zY5QJ6uRSrLuGTmT1zwGoIIXCV9GD2ZNiqK+i1Bc="; }; decent-sampler = stdenv.mkDerivation { inherit pname version; src = fetchzip { # dropbox links: https://www.dropbox.com/sh/dwyry6xpy5uut07/AABBJ84bjTTSQWzXGG5TOQpfa\ url = "https://archive.org/download/decent-sampler-linux-static-download-mirror/Decent_Sampler-${version}-Linux-Static-x86_64.tar.gz"; hash = "sha256-KYCf/F2/ziuXDHim4FPZQBARiSywvQDJBzKbHua+3SM="; }; nativeBuildInputs = [ copyDesktopItems ]; desktopItems = [ (makeDesktopItem { type = "Application"; name = "decent-sampler"; desktopName = "Decent Sampler"; comment = "DecentSampler player"; icon = "decent-sampler"; exec = "decent-sampler"; categories = [ "Audio" "AudioVideo" ]; }) ]; installPhase = '' runHook preInstall install -Dm755 DecentSampler $out/bin/decent-sampler install -Dm755 DecentSampler.so -t $out/lib/vst install -d "$out/lib/vst3" && cp -r "DecentSampler.vst3" $out/lib/vst3 install -Dm444 ${icon} $out/share/pixmaps/decent-sampler.png runHook postInstall ''; }; in buildFHSEnv { inherit (decent-sampler) pname version; targetPkgs = pkgs: [ alsa-lib decent-sampler freetype nghttp2 libX11 ]; runScript = "decent-sampler"; extraInstallCommands = '' cp -r ${decent-sampler}/lib $out/lib cp -r ${decent-sampler}/share $out/share ''; meta = with lib; { description = "An audio sample player"; longDescription = '' Decent Sampler is an audio sample player. Allowing you to play sample libraries in the DecentSampler format (files with extensions: dspreset and dslibrary). ''; mainProgram = "decent-sampler"; homepage = "https://www.decentsamples.com/product/decent-sampler-plugin/"; # It claims to be free but we currently cannot find any license # that it is released under. license = licenses.unfree; platforms = [ "x86_64-linux" ]; maintainers = with maintainers; [ adam248 ]; }; } [result] Failed to update decent-sampler 1.9.4 -> 1.11.1 https://repology.org/project/decent-sampler/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath directvnc, using log file: /var/log/nixpkgs-update/directvnc/2024-03-10.log directvnc 0.7.7.2015-04-16 -> 0.7.8 https://repology.org/project/directvnc/versions attrpath: directvnc 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 directvnc 0.7.7.2015-04-16 -> 0.7.8 https://repology.org/project/directvnc/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.ProteomicsAnnotationHubData, using log file: /var/log/nixpkgs-update/rPackages.ProteomicsAnnotationHubData/2024-03-10.log rPackages.ProteomicsAnnotationHubData 1.24.0 -> 1.26.0 https://repology.org/project/r:proteomicsannotationhubdata/versions attrpath: rPackages.ProteomicsAnnotationHubData Checking auto update branch... No auto update branch exists Old version 1.24.0" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; 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.ProteomicsAnnotationHubData 1.24.0 -> 1.26.0 https://repology.org/project/r:proteomicsannotationhubdata/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath kmetronome, using log file: /var/log/nixpkgs-update/kmetronome/2024-03-10.log kmetronome 1.2.0 -> 1.4.0 https://repology.org/project/kmetronome/versions attrpath: kmetronome Checking auto update branch... No auto update branch exists [version] [version] updated version and sha256 [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] skipping because derivation has no updateScript Diff after rewrites: diff --git a/pkgs/applications/audio/kmetronome/default.nix b/pkgs/applications/audio/kmetronome/default.nix index a7a48b240e2b..3178cbcd8ea9 100644 --- a/pkgs/applications/audio/kmetronome/default.nix +++ b/pkgs/applications/audio/kmetronome/default.nix @@ -2,11 +2,11 @@ stdenv.mkDerivation rec { pname = "kmetronome"; - version = "1.2.0"; + version = "1.4.0"; src = fetchurl { url = "mirror://sourceforge/${pname}/${version}/${pname}-${version}.tar.bz2"; - sha256 = "1ln0nm24w6bj7wc8cay08j5azzznigd39cbbw3h4skg6fxd8p0s7"; + sha256 = "sha256-51uFAPR0xsY3z9rFc8SdSGu4ae/VzUmC1qC8RGdt48Y="; }; nativeBuildInputs = [ cmake pkg-config qttools ]; [outpaths] eval start [outpaths] eval end Received ExitFailure 1 when running Raw command: /nix/store/1gfp7hiwzpv9aglk2yfa9m49jc0n7pa5-nix-2.18.1/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A kmetronome nix build failed. unpacking source archive /nix/store/ddx3hdvrbpjjv35icckx7k3w5i2qdmrz-kmetronome-1.4.0.tar.bz2 source root is kmetronome-1.4.0 setting SOURCE_DATE_EPOCH to timestamp 1703457128 of file kmetronome-1.4.0/translations/kmetronome_tr.ts @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 -DBUILD_TESTING=OFF -DCMAKE_INSTALL_LOCALEDIR=/nix/store/6zdjxbixwz9q45r4j06v14akmhjih2hv-kmetronome-1.4.0/share/locale -DCMAKE_INSTALL_LIBEXECDIR=/nix/store/6zdjxbixwz9q45r4j06v14akmhjih2hv-kmetronome-1.4.0/libexec -DCMAKE_INSTALL_LIBDIR=/nix/store/6zdjxbixwz9q45r4j06v14akmhjih2hv-kmetronome-1.4.0/lib -DCMAKE_INSTALL_DOCDIR=/nix/store/6zdjxbixwz9q45r4j06v14akmhjih2hv-kmetronome-1.4.0/share/doc/kmetronome -DCMAKE_INSTALL_INFODIR=/nix/store/6zdjxbixwz9q45r4j06v14akmhjih2hv-kmetronome-1.4.0/share/info -DCMAKE_INSTALL_MANDIR=/nix/store/6zdjxbixwz9q45r4j06v14akmhjih2hv-kmetronome-1.4.0/share/man -DCMAKE_INSTALL_OLDINCLUDEDIR=/nix/store/6zdjxbixwz9q45r4j06v14akmhjih2hv-kmetronome-1.4.0/include -DCMAKE_INSTALL_INCLUDEDIR=/nix/store/6zdjxbixwz9q45r4j06v14akmhjih2hv-kmetronome-1.4.0/include -DCMAKE_INSTALL_SBINDIR=/nix/store/6zdjxbixwz9q45r4j06v14akmhjih2hv-kmetronome-1.4.0/sbin -DCMAKE_INSTALL_BINDIR=/nix/store/6zdjxbixwz9q45r4j06v14akmhjih2hv-kmetronome-1.4.0/bin -DCMAKE_INSTALL_NAME_DIR=/nix/store/6zdjxbixwz9q45r4j06v14akmhjih2hv-kmetronome-1.4.0/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/6zdjxbixwz9q45r4j06v14akmhjih2hv-kmetronome-1.4.0 -- The CXX compiler identification is GNU 13.2.0 -- 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 CMake Error at CMakeLists.txt:43 (find_package): Could not find a package configuration file provided by "QT" with any of the following names: Qt6Config.cmake qt6-config.cmake Add the installation prefix of "QT" to CMAKE_PREFIX_PATH or set "QT_DIR" to a directory containing one of the above files. If "QT" provides a separate development package or SDK, be sure it has been installed.  -- Configuring incomplete, errors occurred! [result] Failed to update kmetronome 1.2.0 -> 1.4.0 https://repology.org/project/kmetronome/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath wikicurses, using log file: /var/log/nixpkgs-update/wikicurses/2024-03-10.log wikicurses 0 -> 1 attrpath: wikicurses Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/z8sjrq48zdj176zz9srpiswnyb7zndhz-packages.json.drv building '/nix/store/z8sjrq48zdj176zz9srpiswnyb7zndhz-packages.json.drv'... Going to be running update for following packages: - wikicurses-1.4 Press Enter key to continue... Running update for: - wikicurses-1.4: UPDATING ... - wikicurses-1.4: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update wikicurses 0 -> 1 [options] github_user: r-ryantm, pull_request: 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.ZonemasterEngine 4.6.1 -> 4.7.3 https://repology.org/project/perl:zonemaster-engine/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath ioping, using log file: /var/log/nixpkgs-update/ioping/2024-03-10.log ioping 1.2 -> 1.3 https://github.com/koct9i/ioping/releases attrpath: ioping 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 ioping 1.2 -> 1.3 https://github.com/koct9i/ioping/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath centrifugo, using log file: /var/log/nixpkgs-update/centrifugo/2024-03-10.log centrifugo 0 -> 1 attrpath: centrifugo 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/n5vg6741wmzi1925frkhqalhlrm016ny-packages.json.drv building '/nix/store/n5vg6741wmzi1925frkhqalhlrm016ny-packages.json.drv'... Going to be running update for following packages: - centrifugo-5.2.2 Press Enter key to continue... Running update for: - centrifugo-5.2.2: UPDATING ... - centrifugo-5.2.2: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update centrifugo 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.iaqualink, using log file: /var/log/nixpkgs-update/python311Packages.iaqualink/2024-03-10.log python311Packages.iaqualink 0 -> 1 attrpath: python311Packages.iaqualink Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/2hk7qm0xhya2a18nn25q2rgldn54r3j2-packages.json.drv building '/nix/store/2hk7qm0xhya2a18nn25q2rgldn54r3j2-packages.json.drv'... Going to be running update for following packages: - python3.11-iaqualink-0.5.0 Press Enter key to continue... Running update for: - python3.11-iaqualink-0.5.0: UPDATING ... - python3.11-iaqualink-0.5.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.iaqualink 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath haskellPackages.bindings-GLFW, using log file: /var/log/nixpkgs-update/haskellPackages.bindings-GLFW/2024-03-10.log haskellPackages.bindings-GLFW 3.3.2.0 -> 3.3.9.1 https://repology.org/project/haskell:bindings-glfw/versions attrpath: haskellPackages.bindings-GLFW Checking auto update branch... No auto update branch exists Derivation file says not to edit it [result] Failed to update haskellPackages.bindings-GLFW 3.3.2.0 -> 3.3.9.1 https://repology.org/project/haskell:bindings-glfw/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath hplip, using log file: /var/log/nixpkgs-update/hplip/2024-03-10.log hplip 0 -> 1 attrpath: hplip 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/y1j6mfgi8fdkmdn6zw30g8zayjbxry1z-packages.json.drv building '/nix/store/y1j6mfgi8fdkmdn6zw30g8zayjbxry1z-packages.json.drv'... Going to be running update for following packages: - hplip-3.23.8 Press Enter key to continue... Running update for: - hplip-3.23.8: UPDATING ... - hplip-3.23.8: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update hplip 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath googler, using log file: /var/log/nixpkgs-update/googler/2024-03-10.log googler 4.3.2 -> 4.3.13 https://repology.org/project/googler/versions attrpath: googler 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/38bn8004iqlyjy8q5yywqvxkpsjiqxfr-source.drv building '/nix/store/38bn8004iqlyjy8q5yywqvxkpsjiqxfr-source.drv'... trying https://github.com/jarun/googler/archive/v4.3.13.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 'googler.originalSrc' not found stderr did not split as expected full stderr was: these 2 derivations will be built: /nix/store/38bn8004iqlyjy8q5yywqvxkpsjiqxfr-source.drv /nix/store/raxsslkmddvvmg5vwf8m5x0y60w4b29z-googler-4.3.13.drv building '/nix/store/38bn8004iqlyjy8q5yywqvxkpsjiqxfr-source.drv'... trying https://github.com/jarun/googler/archive/v4.3.13.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/38bn8004iqlyjy8q5yywqvxkpsjiqxfr-source.drv' failed with exit code 1; last 8 log lines: > > trying https://github.com/jarun/googler/archive/v4.3.13.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/38bn8004iqlyjy8q5yywqvxkpsjiqxfr-source.drv'. error: 1 dependencies of derivation '/nix/store/raxsslkmddvvmg5vwf8m5x0y60w4b29z-googler-4.3.13.drv' failed to build [result] Failed to update googler 4.3.2 -> 4.3.13 https://repology.org/project/googler/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.DAPAR, using log file: /var/log/nixpkgs-update/rPackages.DAPAR/2024-03-10.log rPackages.DAPAR 1.34.2 -> 1.34.6 https://repology.org/project/r:dapar/versions attrpath: rPackages.DAPAR Checking auto update branch... No auto update branch exists Old version 1.34.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.DAPAR 1.34.2 -> 1.34.6 https://repology.org/project/r:dapar/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: 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-fortran, using log file: /var/log/nixpkgs-update/python311Packages.sphinx-fortran/2024-03-10.log python311Packages.sphinx-fortran 0 -> 1 attrpath: python311Packages.sphinx-fortran Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/zxpcw7ccdwcgiwg5s2i325567nn39lq5-packages.json.drv building '/nix/store/zxpcw7ccdwcgiwg5s2i325567nn39lq5-packages.json.drv'... Going to be running update for following packages: - python3.11-sphinx-fortran-unstable-2022-03-02 Press Enter key to continue... Running update for: - python3.11-sphinx-fortran-unstable-2022-03-02: UPDATING ... - python3.11-sphinx-fortran-unstable-2022-03-02: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.sphinx-fortran 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.twisted, using log file: /var/log/nixpkgs-update/python311Packages.twisted/2024-03-10.log python311Packages.twisted 0 -> 1 attrpath: python311Packages.twisted 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/912n68rslgjbqwvb5adkjacjfwj59chr-packages.json.drv building '/nix/store/912n68rslgjbqwvb5adkjacjfwj59chr-packages.json.drv'... Going to be running update for following packages: - python3.11-twisted-23.10.0 Press Enter key to continue... Running update for: - python3.11-twisted-23.10.0: UPDATING ... - python3.11-twisted-23.10.0: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/twisted/default.nix b/pkgs/development/python-modules/twisted/default.nix index f641afea9b66..d919aa568d9d 100644 --- a/pkgs/development/python-modules/twisted/default.nix +++ b/pkgs/development/python-modules/twisted/default.nix @@ -54,7 +54,7 @@ buildPythonPackage rec { pname = "twisted"; - version = "23.10.0"; + version = "24.3.0"; format = "pyproject"; disabled = pythonOlder "3.6"; @@ -62,7 +62,7 @@ buildPythonPackage rec { src = fetchPypi { inherit pname version; extension = "tar.gz"; - hash = "sha256-mHhHoHkKLFlxl2E2huJ4T9VBZ986VdD7F8hBIwXXbOU="; + hash = "sha256-azi27Ocpa14SLJ6xfaLuqz2YoZj1DKnv0A+wPltP1K4="; }; patches = [ No auto update branch exists [outpaths] eval start [outpaths] eval end Python package with too many package rebuilds 811 > 25 [result] Failed to update python311Packages.twisted 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.pencompy, using log file: /var/log/nixpkgs-update/python311Packages.pencompy/2024-03-10.log python311Packages.pencompy 0 -> 1 attrpath: python311Packages.pencompy Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/ckps8qyfr4zpvplsgzqms28nvkwa9ziq-packages.json.drv building '/nix/store/ckps8qyfr4zpvplsgzqms28nvkwa9ziq-packages.json.drv'... Going to be running update for following packages: - python3.11-pencompy-0.0.4 Press Enter key to continue... Running update for: - python3.11-pencompy-0.0.4: UPDATING ... - python3.11-pencompy-0.0.4: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.pencompy 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath libtorrent-rasterbar-1_2_x, using log file: /var/log/nixpkgs-update/libtorrent-rasterbar-1_2_x/2024-03-10.log libtorrent-rasterbar-1_2_x 1.2.11 -> 2.0.10 https://github.com/arvidn/libtorrent/releases attrpath: libtorrent-rasterbar-1_2_x 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/libtorrent-rasterbar/1.2.nix b/pkgs/development/libraries/libtorrent-rasterbar/1.2.nix index adea75b02e94..6ac8314397e3 100644 --- a/pkgs/development/libraries/libtorrent-rasterbar/1.2.nix +++ b/pkgs/development/libraries/libtorrent-rasterbar/1.2.nix @@ -3,7 +3,7 @@ }: let - version = "1.2.11"; + version = "2.0.10"; # Make sure we override python, so the correct version is chosen # for the bindings, if overridden @@ -17,7 +17,7 @@ in stdenv.mkDerivation { owner = "arvidn"; repo = "libtorrent"; rev = "v${version}"; - sha256 = "05qm8mcyxsnb6zb8nckln1gkk8ncwzfhsz7d7p3fhx6gdsc8j71b"; + sha256 = "sha256-Rva7VvKb/7gvdxFzWFVJZMGH6omAsDW4Z8bHZwkAmIk="; }; enableParallelBuilding = true; [outpaths] eval start [outpaths] eval end Received ExitFailure 1 when running Raw command: /nix/store/1gfp7hiwzpv9aglk2yfa9m49jc0n7pa5-nix-2.18.1/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A libtorrent-rasterbar-1_2_x nix build failed. got build log for 'libtorrent-rasterbar-1_2_x' from 'daemon' @nix { "action": "setPhase", "phase": "unpackPhase" } Running phase: unpackPhase unpacking source archive /nix/store/lcpkwxrgjq060sjxrw39pag9vs21qzs1-source source root is source @nix { "action": "setPhase", "phase": "patchPhase" } Running phase: patchPhase @nix { "action": "setPhase", "phase": "updateAutotoolsGnuConfigScriptsPhase" } Running phase: updateAutotoolsGnuConfigScriptsPhase @nix { "action": "setPhase", "phase": "configurePhase" } Running phase: configurePhase /nix/store/v099hqvw5z87423p4hz1vfhzaqa07dii-stdenv-linux/setup: line 114: ./autotool.sh: No such file or directory /nix/store/v099hqvw5z87423p4hz1vfhzaqa07dii-stdenv-linux/setup: line 131: pop_var_context: head of shell_variables not a function context [result] Failed to update libtorrent-rasterbar-1_2_x 1.2.11 -> 2.0.10 https://github.com/arvidn/libtorrent/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath plex-media-player, using log file: /var/log/nixpkgs-update/plex-media-player/2024-03-10.log plex-media-player 0 -> 1 attrpath: plex-media-player Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/6hspj12k7jnmmz7dya69yiwv1q8v5j11-packages.json.drv building '/nix/store/6hspj12k7jnmmz7dya69yiwv1q8v5j11-packages.json.drv'... Going to be running update for following packages: - plex-media-player-2.58.1 Press Enter key to continue... Running update for: - plex-media-player-2.58.1: UPDATING ... - plex-media-player-2.58.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update plex-media-player 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.pycares, using log file: /var/log/nixpkgs-update/python311Packages.pycares/2024-03-10.log python311Packages.pycares 0 -> 1 attrpath: python311Packages.pycares Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/3bic3bin3snv73qin3d1y834jw8k73y5-packages.json.drv building '/nix/store/3bic3bin3snv73qin3d1y834jw8k73y5-packages.json.drv'... Going to be running update for following packages: - python3.11-pycares-4.4.0 Press Enter key to continue... Running update for: - python3.11-pycares-4.4.0: UPDATING ... - python3.11-pycares-4.4.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.pycares 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath logmap, using log file: /var/log/nixpkgs-update/logmap/2024-03-10.log logmap 0 -> 1 attrpath: logmap Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/1xpsmxsy9g0pzbznqg6axs84sgn909v0-packages.json.drv building '/nix/store/1xpsmxsy9g0pzbznqg6axs84sgn909v0-packages.json.drv'... Going to be running update for following packages: - logmap-unstable-2021-12-15 Press Enter key to continue... Running update for: - logmap-unstable-2021-12-15: UPDATING ... - logmap-unstable-2021-12-15: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update logmap 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath gnomeExtensions.extension-list, using log file: /var/log/nixpkgs-update/gnomeExtensions.extension-list/2024-03-10.log gnomeExtensions.extension-list 37 -> 44.0 https://repology.org/project/gnome:extension-list/versions attrpath: gnomeExtensions.extension-list Checking auto update branch... No auto update branch exists Old version 37" not present in master derivation file with contents: { pkgs, lib, stdenv, fetchzip, nixosTests }: let buildGnomeExtension = { # Every gnome extension has a UUID. It's the name of the extension folder once unpacked # and can always be found in the metadata.json of every extension. uuid, name, pname, description, # extensions.gnome.org extension URL link, # Extension version numbers are integers version, sha256, # Hex-encoded string of JSON bytes metadata, }: stdenv.mkDerivation { pname = "gnome-shell-extension-${pname}"; version = builtins.toString version; src = fetchzip { url = "https://extensions.gnome.org/extension-data/${ builtins.replaceStrings [ "@" ] [ "" ] uuid }.v${builtins.toString version}.shell-extension.zip"; inherit sha256; stripRoot = false; # The download URL may change content over time. This is because the # metadata.json is automatically generated, and parts of it can be changed # without making a new release. We simply substitute the possibly changed fields # with their content from when we last updated, and thus get a deterministic output # hash. postFetch = '' echo "${metadata}" | base64 --decode > $out/metadata.json ''; }; nativeBuildInputs = with pkgs; [ buildPackages.glib ]; buildPhase = '' runHook preBuild if [ -d schemas ]; then glib-compile-schemas --strict schemas fi runHook postBuild ''; installPhase = '' runHook preInstall mkdir -p $out/share/gnome-shell/extensions/ cp -r -T . $out/share/gnome-shell/extensions/${uuid} runHook postInstall ''; meta = { description = builtins.head (lib.splitString "\n" description); longDescription = description; homepage = link; license = lib.licenses.gpl2Plus; # https://wiki.gnome.org/Projects/GnomeShell/Extensions/Review#Licensing maintainers = with lib.maintainers; [ piegames ]; }; passthru = { extensionPortalSlug = pname; # Store the extension's UUID, because we might need it at some places extensionUuid = uuid; tests = { gnome-extensions = nixosTests.gnome-extensions; }; }; }; in lib.makeOverridable buildGnomeExtension [result] Failed to update gnomeExtensions.extension-list 37 -> 44.0 https://repology.org/project/gnome:extension-list/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath libmatthew_java, using log file: /var/log/nixpkgs-update/libmatthew_java/2024-03-10.log libmatthew_java 0.8 -> 0.8.1 https://repology.org/project/java:libmatthew/versions attrpath: libmatthew_java 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/0jbasi3xx8sj8wrj7pm7yr6ryljq4f8x-libmatthew-java-0.8.1.tar.gz.drv building '/nix/store/0jbasi3xx8sj8wrj7pm7yr6ryljq4f8x-libmatthew-java-0.8.1.tar.gz.drv'... trying https://src.fedoraproject.org/repo/pkgs/libmatthew-java/libmatthew-java-0.8.1.tar.gz/8455b8751083ce25c99c2840609271f5/libmatthew-java-0.8.1.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 196 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 error: cannot download libmatthew-java-0.8.1.tar.gz from any mirror error: boost::bad_format_string: format-string is ill-formed stderr did not split as expected full stderr was: error: attribute 'originalSrc' in selection path 'libmatthew_java.originalSrc' not found stderr did not split as expected full stderr was: these 2 derivations will be built: /nix/store/0jbasi3xx8sj8wrj7pm7yr6ryljq4f8x-libmatthew-java-0.8.1.tar.gz.drv /nix/store/qhmp1fnbpk1f9mfns29qw7qd8gcmlpp7-libmatthew-java-0.8.1.drv building '/nix/store/0jbasi3xx8sj8wrj7pm7yr6ryljq4f8x-libmatthew-java-0.8.1.tar.gz.drv'... trying https://src.fedoraproject.org/repo/pkgs/libmatthew-java/libmatthew-java-0.8.1.tar.gz/8455b8751083ce25c99c2840609271f5/libmatthew-java-0.8.1.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 196 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 error: cannot download libmatthew-java-0.8.1.tar.gz from any mirror error: builder for '/nix/store/0jbasi3xx8sj8wrj7pm7yr6ryljq4f8x-libmatthew-java-0.8.1.tar.gz.drv' failed with exit code 1; last 7 log lines: > > trying https://src.fedoraproject.org/repo/pkgs/libmatthew-java/libmatthew-java-0.8.1.tar.gz/8455b8751083ce25c99c2840609271f5/libmatthew-java-0.8.1.tar.gz > % Total % Received % Xferd Average Speed Time Time Time Current > Dload Upload Total Spent Left Speed > 0 196 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 > curl: (22) The requested URL returned error: 404 > error: cannot download libmatthew-java-0.8.1.tar.gz from any mirror For full logs, run 'nix log /nix/store/0jbasi3xx8sj8wrj7pm7yr6ryljq4f8x-libmatthew-java-0.8.1.tar.gz.drv'. error: 1 dependencies of derivation '/nix/store/qhmp1fnbpk1f9mfns29qw7qd8gcmlpp7-libmatthew-java-0.8.1.drv' failed to build [result] Failed to update libmatthew_java 0.8 -> 0.8.1 https://repology.org/project/java:libmatthew/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath das, using log file: /var/log/nixpkgs-update/das/2024-03-10.log das 0 -> 1 attrpath: das Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/xmm2444h1n70kn003zpv5wlr7vf0k264-packages.json.drv building '/nix/store/xmm2444h1n70kn003zpv5wlr7vf0k264-packages.json.drv'... Going to be running update for following packages: - das-1.0.3 Press Enter key to continue... Running update for: - das-1.0.3: UPDATING ... - das-1.0.3: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update das 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath gnome.networkmanager-iodine, using log file: /var/log/nixpkgs-update/gnome.networkmanager-iodine/2024-03-10.log gnome.networkmanager-iodine 0 -> 1 attrpath: gnome.networkmanager-iodine 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 gnome.networkmanager-iodine 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath twitch-chat-downloader, using log file: /var/log/nixpkgs-update/twitch-chat-downloader/2024-03-10.log twitch-chat-downloader 0 -> 1 attrpath: twitch-chat-downloader Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/nm1alj4wnnl6g713z43f1ha6xwk3xrvl-packages.json.drv building '/nix/store/nm1alj4wnnl6g713z43f1ha6xwk3xrvl-packages.json.drv'... Going to be running update for following packages: - twitch-chat-downloader-2.5.3 Press Enter key to continue... Running update for: - twitch-chat-downloader-2.5.3: UPDATING ... - twitch-chat-downloader-2.5.3: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update twitch-chat-downloader 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: 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-mockito, using log file: /var/log/nixpkgs-update/python311Packages.pytest-mockito/2024-03-10.log python311Packages.pytest-mockito 0 -> 1 attrpath: python311Packages.pytest-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/04as80y5cgxzp56crgjdjyqaz5frpsr7-packages.json.drv building '/nix/store/04as80y5cgxzp56crgjdjyqaz5frpsr7-packages.json.drv'... Going to be running update for following packages: - python3.11-pytest-mockito-0.0.4 Press Enter key to continue... Running update for: - python3.11-pytest-mockito-0.0.4: UPDATING ... - python3.11-pytest-mockito-0.0.4: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.pytest-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 zsnes, using log file: /var/log/nixpkgs-update/zsnes/2024-03-10.log zsnes 1.51 -> 2.0.12 https://repology.org/project/zsnes/versions attrpath: zsnes 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/emulators/zsnes/default.nix b/pkgs/applications/emulators/zsnes/default.nix index ebe7af84d7fc..376aef31dae9 100644 --- a/pkgs/applications/emulators/zsnes/default.nix +++ b/pkgs/applications/emulators/zsnes/default.nix @@ -14,13 +14,13 @@ let in stdenv.mkDerivation { pname = "zsnes"; - version = "1.51"; + version = "2.0.12"; src = fetchFromGitHub { owner = "emillon"; repo = "zsnes"; rev = "fc160b2538738995f600f8405d23a66b070dac02"; - sha256 = "1gy79d5wdaacph0cc1amw7mqm7i0716n6mvav16p1svi26iz193v"; + sha256 = "sha256-e6TwoxFx63BN2GpXY004IJ6K6+FVBcYAvEypxktLx78="; }; patches = [ Source url did not change. [result] Failed to update zsnes 1.51 -> 2.0.12 https://repology.org/project/zsnes/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.zxcvbn, using log file: /var/log/nixpkgs-update/python311Packages.zxcvbn/2024-03-10.log python311Packages.zxcvbn 0 -> 1 attrpath: python311Packages.zxcvbn Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/ssmd89f32yn725kxr7hdvzn65r37qkzl-packages.json.drv building '/nix/store/ssmd89f32yn725kxr7hdvzn65r37qkzl-packages.json.drv'... Going to be running update for following packages: - python3.11-zxcvbn-4.4.28 Press Enter key to continue... Running update for: - python3.11-zxcvbn-4.4.28: UPDATING ... - python3.11-zxcvbn-4.4.28: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.zxcvbn 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.wagtail-factories, using log file: /var/log/nixpkgs-update/python311Packages.wagtail-factories/2024-03-10.log python311Packages.wagtail-factories 0 -> 1 attrpath: python311Packages.wagtail-factories Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/ac25rhyflva6mh8ilv49pyi945q93ds0-packages.json.drv building '/nix/store/ac25rhyflva6mh8ilv49pyi945q93ds0-packages.json.drv'... Going to be running update for following packages: - python3.11-wagtail-factories-4.1.0 Press Enter key to continue... Running update for: - python3.11-wagtail-factories-4.1.0: UPDATING ... - python3.11-wagtail-factories-4.1.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.wagtail-factories 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.spectral-cube, using log file: /var/log/nixpkgs-update/python311Packages.spectral-cube/2024-03-10.log python311Packages.spectral-cube 0 -> 1 attrpath: python311Packages.spectral-cube Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/0qb30a4qiiv24n3ra6wras5iwi2ihg8q-packages.json.drv building '/nix/store/0qb30a4qiiv24n3ra6wras5iwi2ihg8q-packages.json.drv'... Going to be running update for following packages: - python3.11-spectral-cube-0.6.5 Press Enter key to continue... Running update for: - python3.11-spectral-cube-0.6.5: UPDATING ... - python3.11-spectral-cube-0.6.5: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.spectral-cube 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.pyinstrument, using log file: /var/log/nixpkgs-update/python311Packages.pyinstrument/2024-03-10.log python311Packages.pyinstrument 0 -> 1 attrpath: python311Packages.pyinstrument Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/yql8zckismgffgzlmn6p99rk2fnwsrbq-packages.json.drv building '/nix/store/yql8zckismgffgzlmn6p99rk2fnwsrbq-packages.json.drv'... Going to be running update for following packages: - python3.11-pyinstrument-4.6.0 Press Enter key to continue... Running update for: - python3.11-pyinstrument-4.6.0: UPDATING ... - python3.11-pyinstrument-4.6.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.pyinstrument 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_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.sl, using log file: /var/log/nixpkgs-update/aspellDicts.sl/2024-03-10.log aspellDicts.sl 0 -> 1 attrpath: aspellDicts.sl 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/wkwah6zclsgi4nzndgr1z5idfwvjgp1r-update-aspellDict-sl.drv /nix/store/mjrr5bjirshxwf7fwi3rzwkb8lr91r53-packages.json.drv building '/nix/store/wkwah6zclsgi4nzndgr1z5idfwvjgp1r-update-aspellDict-sl.drv'... building '/nix/store/mjrr5bjirshxwf7fwi3rzwkb8lr91r53-packages.json.drv'... Going to be running update for following packages: - aspell-dict-sl-0.50-0 Press Enter key to continue... Running update for: - aspell-dict-sl-0.50-0: UPDATING ... - aspell-dict-sl-0.50-0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update aspellDicts.sl 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_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.mk, using log file: /var/log/nixpkgs-update/aspellDicts.mk/2024-03-10.log aspellDicts.mk 0 -> 1 attrpath: aspellDicts.mk 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/6xdgraz4zzkz12mhr7hxpwj58p95xwsc-update-aspellDict-mk.drv /nix/store/f3nw8756nqwnvcb3zrf63v8bksk6y0v7-packages.json.drv building '/nix/store/6xdgraz4zzkz12mhr7hxpwj58p95xwsc-update-aspellDict-mk.drv'... building '/nix/store/f3nw8756nqwnvcb3zrf63v8bksk6y0v7-packages.json.drv'... Going to be running update for following packages: - aspell-dict-mk-0.50-0 Press Enter key to continue... Running update for: - aspell-dict-mk-0.50-0: UPDATING ... - aspell-dict-mk-0.50-0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update aspellDicts.mk 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.wtforms, using log file: /var/log/nixpkgs-update/python311Packages.wtforms/2024-03-10.log python311Packages.wtforms 0 -> 1 attrpath: python311Packages.wtforms Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/x352x81qw2cxkmdz1lj7s8q8irlv8v2f-packages.json.drv building '/nix/store/x352x81qw2cxkmdz1lj7s8q8irlv8v2f-packages.json.drv'... Going to be running update for following packages: - python3.11-wtforms-3.1.1 Press Enter key to continue... Running update for: - python3.11-wtforms-3.1.1: UPDATING ... - python3.11-wtforms-3.1.1: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/wtforms/default.nix b/pkgs/development/python-modules/wtforms/default.nix index 4b724ce6acbd..9bb47be4a27a 100644 --- a/pkgs/development/python-modules/wtforms/default.nix +++ b/pkgs/development/python-modules/wtforms/default.nix @@ -20,7 +20,7 @@ buildPythonPackage rec { pname = "wtforms"; - version = "3.1.1"; + version = "3.1.2"; pyproject = true; disabled = pythonOlder "3.7"; @@ -29,7 +29,7 @@ buildPythonPackage rec { owner = "wtforms"; repo = "wtforms"; rev = "refs/tags/${version}"; - hash = "sha256-9EryEXGlGCtDH/XPM4Oihla42HnY0nho9DaauHfYnNQ="; + hash = "sha256-L6DmB7iVpJR775oRxuEkCKWlUJnmw8VPZTr2dZbqeEc="; }; nativeBuildInputs = [ No auto update branch exists [outpaths] eval start [outpaths] eval end Python package with too many package rebuilds 31 > 25 [result] Failed to update python311Packages.wtforms 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.apispec-webframeworks, using log file: /var/log/nixpkgs-update/python311Packages.apispec-webframeworks/2024-03-10.log python311Packages.apispec-webframeworks 0 -> 1 attrpath: python311Packages.apispec-webframeworks Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/mwj6glrk8a1vm58v2i1qllcqsm9vd9hh-packages.json.drv building '/nix/store/mwj6glrk8a1vm58v2i1qllcqsm9vd9hh-packages.json.drv'... Going to be running update for following packages: - python3.11-apispec-webframeworks-1.0.0 Press Enter key to continue... Running update for: - python3.11-apispec-webframeworks-1.0.0: UPDATING ... - python3.11-apispec-webframeworks-1.0.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.apispec-webframeworks 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath nanomsg, using log file: /var/log/nixpkgs-update/nanomsg/2024-03-10.log nanomsg 1.1.5 -> 1.2.1 https://github.com/nanomsg/nanomsg/releases attrpath: nanomsg 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 nanomsg 1.1.5 -> 1.2.1 https://github.com/nanomsg/nanomsg/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath swift, using log file: /var/log/nixpkgs-update/swift/2024-03-10.log swift 5.8 -> 5.10-RELEASE https://github.com/apple/swift/releases attrpath: swift Checking auto update branch... No auto update branch exists There might already be an open PR for this update: - swift-mesonlsp: init at 3.1.4 URL "https://api.github.com/repos/NixOS/nixpkgs/issues/269042" [result] Failed to update swift 5.8 -> 5.10-RELEASE https://github.com/apple/swift/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: 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-pasta, using log file: /var/log/nixpkgs-update/python311Packages.google-pasta/2024-03-10.log python311Packages.google-pasta 0 -> 1 attrpath: python311Packages.google-pasta Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/qgw0a31nll3ak4ar33gni4a30b3cs3da-packages.json.drv building '/nix/store/qgw0a31nll3ak4ar33gni4a30b3cs3da-packages.json.drv'... Going to be running update for following packages: - python3.11-google-pasta-0.2.0 Press Enter key to continue... Running update for: - python3.11-google-pasta-0.2.0: UPDATING ... - python3.11-google-pasta-0.2.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.google-pasta 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath mmixware, using log file: /var/log/nixpkgs-update/mmixware/2024-03-10.log mmixware 2021-06-18 -> 20160804 https://repology.org/project/mmixware/versions attrpath: mmixware Checking auto update branch... No auto update branch exists [version] Hashes equal; no update necessary [result] Failed to update mmixware 2021-06-18 -> 20160804 https://repology.org/project/mmixware/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath _9pfs, using log file: /var/log/nixpkgs-update/_9pfs/2024-03-10.log _9pfs 0 -> 1 attrpath: _9pfs Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/i1lny4k3nnwsd8jkfyk05dbjghcjdhpy-packages.json.drv building '/nix/store/i1lny4k3nnwsd8jkfyk05dbjghcjdhpy-packages.json.drv'... Going to be running update for following packages: - 9pfs-0.3 Press Enter key to continue... Running update for: - 9pfs-0.3: UPDATING ... - 9pfs-0.3: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update _9pfs 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.digi-xbee, using log file: /var/log/nixpkgs-update/python311Packages.digi-xbee/2024-03-10.log python311Packages.digi-xbee 0 -> 1 attrpath: python311Packages.digi-xbee Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/pqdbw9846xy81xh31mn6ghrm80di3imw-packages.json.drv building '/nix/store/pqdbw9846xy81xh31mn6ghrm80di3imw-packages.json.drv'... Going to be running update for following packages: - python3.11-digi-xbee-1.4.1 Press Enter key to continue... Running update for: - python3.11-digi-xbee-1.4.1: UPDATING ... - python3.11-digi-xbee-1.4.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.digi-xbee 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.dockerfile-parse, using log file: /var/log/nixpkgs-update/python311Packages.dockerfile-parse/2024-03-10.log python311Packages.dockerfile-parse 0 -> 1 attrpath: python311Packages.dockerfile-parse Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/q0i84f9dnvya930pcfccs91q8gq4zyzx-packages.json.drv building '/nix/store/q0i84f9dnvya930pcfccs91q8gq4zyzx-packages.json.drv'... Going to be running update for following packages: - python3.11-dockerfile-parse-2.0.1 Press Enter key to continue... Running update for: - python3.11-dockerfile-parse-2.0.1: UPDATING ... - python3.11-dockerfile-parse-2.0.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.dockerfile-parse 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.pyviz-comms, using log file: /var/log/nixpkgs-update/python311Packages.pyviz-comms/2024-03-10.log python311Packages.pyviz-comms 0 -> 1 attrpath: python311Packages.pyviz-comms Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/3my32f80d8crcwyxpzhmw36hdw2mrxv0-packages.json.drv building '/nix/store/3my32f80d8crcwyxpzhmw36hdw2mrxv0-packages.json.drv'... Going to be running update for following packages: - python3.11-pyviz_comms-2.2.1 Press Enter key to continue... Running update for: - python3.11-pyviz_comms-2.2.1: UPDATING ... - python3.11-pyviz_comms-2.2.1: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/pyviz-comms/default.nix b/pkgs/development/python-modules/pyviz-comms/default.nix index 4b3678494990..8493121dc51c 100644 --- a/pkgs/development/python-modules/pyviz-comms/default.nix +++ b/pkgs/development/python-modules/pyviz-comms/default.nix @@ -7,11 +7,11 @@ buildPythonPackage rec { pname = "pyviz_comms"; - version = "2.2.1"; + version = "3.0.1"; src = fetchPypi { inherit pname version; - hash = "sha256-omFFuM5D0tk0s8aCbXe5E84QXFKOsuSUyJCz41Jd3zM="; + hash = "sha256-QnwzpagXgNubnnV/BnX2XqIpLZpkKi0pHPtcrmzUaZE="; }; propagatedBuildInputs = [ param ]; No auto update branch exists [outpaths] eval start [outpaths] eval end Received ExitFailure 1 when running Raw command: /nix/store/1gfp7hiwzpv9aglk2yfa9m49jc0n7pa5-nix-2.18.1/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A python311Packages.pyviz-comms nix build failed. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/bvqadys5w6dallgim0y8y98h05b7kfn7-python3.11-setuptools-69.0.3/lib/python3.11/site-packages/setuptools/_distutils/core.py", line 159, in setup dist.parse_config_files() File "/nix/store/bvqadys5w6dallgim0y8y98h05b7kfn7-python3.11-setuptools-69.0.3/lib/python3.11/site-packages/setuptools/dist.py", line 627, in parse_config_files pyprojecttoml.apply_configuration(self, filename, ignore_option_errors) File "/nix/store/bvqadys5w6dallgim0y8y98h05b7kfn7-python3.11-setuptools-69.0.3/lib/python3.11/site-packages/setuptools/config/pyprojecttoml.py", line 66, in apply_configuration config = read_configuration(filepath, True, ignore_option_errors, dist) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/bvqadys5w6dallgim0y8y98h05b7kfn7-python3.11-setuptools-69.0.3/lib/python3.11/site-packages/setuptools/config/pyprojecttoml.py", line 131, in read_configuration return expand_configuration(asdict, root_dir, ignore_option_errors, dist) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/bvqadys5w6dallgim0y8y98h05b7kfn7-python3.11-setuptools-69.0.3/lib/python3.11/site-packages/setuptools/config/pyprojecttoml.py", line 156, in expand_configuration return _ConfigExpander(config, root_dir, ignore_option_errors, dist).expand() ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/bvqadys5w6dallgim0y8y98h05b7kfn7-python3.11-setuptools-69.0.3/lib/python3.11/site-packages/setuptools/config/pyprojecttoml.py", line 204, in expand self._expand_all_dynamic(dist, package_dir) File "/nix/store/bvqadys5w6dallgim0y8y98h05b7kfn7-python3.11-setuptools-69.0.3/lib/python3.11/site-packages/setuptools/config/pyprojecttoml.py", line 242, in _expand_all_dynamic obtained_dynamic = { ^ File "/nix/store/bvqadys5w6dallgim0y8y98h05b7kfn7-python3.11-setuptools-69.0.3/lib/python3.11/site-packages/setuptools/config/pyprojecttoml.py", line 243, in field: self._obtain(dist, field, package_dir) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/bvqadys5w6dallgim0y8y98h05b7kfn7-python3.11-setuptools-69.0.3/lib/python3.11/site-packages/setuptools/config/pyprojecttoml.py", line 292, in _obtain self._ensure_previously_set(dist, field) File "/nix/store/bvqadys5w6dallgim0y8y98h05b7kfn7-python3.11-setuptools-69.0.3/lib/python3.11/site-packages/setuptools/config/pyprojecttoml.py", line 268, in _ensure_previously_set raise InvalidConfigError(msg) setuptools.errors.InvalidConfigError: No configuration found for dynamic 'description'. Some dynamic fields need to be specified via `tool.setuptools.dynamic` others must be specified via the equivalent attribute in `setup.py`. /nix/store/v099hqvw5z87423p4hz1vfhzaqa07dii-stdenv-linux/setup: line 1578: pop_var_context: head of shell_variables not a function context [result] Failed to update python311Packages.pyviz-comms 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath poezio, using log file: /var/log/nixpkgs-update/poezio/2024-03-10.log poezio 0 -> 1 attrpath: poezio Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/m99bgjsx3s6pscmnvc257dyd2nj2cwbv-packages.json.drv building '/nix/store/m99bgjsx3s6pscmnvc257dyd2nj2cwbv-packages.json.drv'... Going to be running update for following packages: - poezio-0.13.1 Press Enter key to continue... Running update for: - poezio-0.13.1: UPDATING ... - poezio-0.13.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update poezio 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_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, using log file: /var/log/nixpkgs-update/cmake/2024-03-10.log cmake 0 -> 1 attrpath: cmake Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/8znzssxh04d677b6grvfbyacp9r16mml-packages.json.drv building '/nix/store/8znzssxh04d677b6grvfbyacp9r16mml-packages.json.drv'... Going to be running update for following packages: - cmake-3.28.3 Press Enter key to continue... Running update for: - cmake-3.28.3: UPDATING ... - cmake-3.28.3: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update cmake 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.deltachat, using log file: /var/log/nixpkgs-update/python311Packages.deltachat/2024-03-10.log python311Packages.deltachat 0 -> 1 attrpath: python311Packages.deltachat Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/4i3fh594s04jzcgyngwc3b0ydpwa99zc-packages.json.drv building '/nix/store/4i3fh594s04jzcgyngwc3b0ydpwa99zc-packages.json.drv'... Going to be running update for following packages: - python3.11-deltachat-1.136.1 Press Enter key to continue... Running update for: - python3.11-deltachat-1.136.1: UPDATING ... - python3.11-deltachat-1.136.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.deltachat 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.ansiconv, using log file: /var/log/nixpkgs-update/python311Packages.ansiconv/2024-03-10.log python311Packages.ansiconv 0 -> 1 attrpath: python311Packages.ansiconv Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/17ffm9ky9k9hnmd58hdhbf1d2m9pplym-packages.json.drv building '/nix/store/17ffm9ky9k9hnmd58hdhbf1d2m9pplym-packages.json.drv'... Going to be running update for following packages: - python3.11-ansiconv-1.0.0 Press Enter key to continue... Running update for: - python3.11-ansiconv-1.0.0: UPDATING ... - python3.11-ansiconv-1.0.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.ansiconv 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath haskellPackages.proto-lens, using log file: /var/log/nixpkgs-update/haskellPackages.proto-lens/2024-03-10.log haskellPackages.proto-lens 0.7.1.3 -> 0.7.1.4 https://repology.org/project/haskell:proto-lens/versions attrpath: haskellPackages.proto-lens Checking auto update branch... No auto update branch exists Derivation file says not to edit it [result] Failed to update haskellPackages.proto-lens 0.7.1.3 -> 0.7.1.4 https://repology.org/project/haskell:proto-lens/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.vxi11, using log file: /var/log/nixpkgs-update/python311Packages.vxi11/2024-03-10.log python311Packages.vxi11 0 -> 1 attrpath: python311Packages.vxi11 Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/sq9qj3h1ylmkjzab61a950hy8v9k96x4-packages.json.drv building '/nix/store/sq9qj3h1ylmkjzab61a950hy8v9k96x4-packages.json.drv'... Going to be running update for following packages: - python3.11-python-vxi11-0.9 Press Enter key to continue... Running update for: - python3.11-python-vxi11-0.9: UPDATING ... - python3.11-python-vxi11-0.9: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.vxi11 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath swaynotificationcenter, using log file: /var/log/nixpkgs-update/swaynotificationcenter/2024-03-10.log swaynotificationcenter 0.10.0 -> 0.10.1 https://github.com/ErikReider/SwayNotificationCenter/releases attrpath: swaynotificationcenter Checking auto update branch... No auto update branch exists [version] [version] updated version and sha256 [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] skipping because derivation has no updateScript Diff after rewrites: diff --git a/pkgs/applications/misc/swaynotificationcenter/default.nix b/pkgs/applications/misc/swaynotificationcenter/default.nix index 2a5dd6da1935..b22c483f6177 100644 --- a/pkgs/applications/misc/swaynotificationcenter/default.nix +++ b/pkgs/applications/misc/swaynotificationcenter/default.nix @@ -30,13 +30,13 @@ stdenv.mkDerivation (finalAttrs: rec { pname = "SwayNotificationCenter"; - version = "0.10.0"; + version = "0.10.1"; src = fetchFromGitHub { owner = "ErikReider"; repo = pname; rev = "v${version}"; - hash = "sha256-7O+DX4uuncUqx5zEKQprZE6tctteT6NU01V2EBHiFqA="; + hash = "sha256-SR3FfEit50y4XSCLh3raUoigRNXpxh0mk4qLhQ/FozM="; }; # build pkg-config is required to locate the native `scdoc` input [outpaths] eval start [outpaths] eval end Successfully finished processing cachix "/nix/store/33rdvilpm5f7f9241526861jc3d65m9f-SwayNotificationCenter-0.10.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/ErikReider/SwayNotificationCenter/releases. meta.description for swaynotificationcenter is: Simple notification daemon with a GUI built for Sway meta.homepage for swaynotificationcenter is: https://github.com/ErikReider/SwayNotificationCenter meta.changelog for swaynotificationcenter is: https://github.com/ErikReider/SwayNotificationCenter/releases/tag/v0.10.1 ###### Updates performed - Version update ###### To inspect upstream changes - [Release on GitHub](https://github.com/ErikReider/SwayNotificationCenter/releases/tag/v0.10.1) - [Compare changes on GitHub](https://github.com/ErikReider/SwayNotificationCenter/compare/v0.10.0...v0.10.1) ###### Impact Checks done --- - built on NixOS - The tests defined in `passthru.tests`, if any, passed - found 0.10.1 with grep in /nix/store/33rdvilpm5f7f9241526861jc3d65m9f-SwayNotificationCenter-0.10.1 - found 0.10.1 in filename of file in /nix/store/33rdvilpm5f7f9241526861jc3d65m9f-SwayNotificationCenter-0.10.1 ---
Rebuild report (if merged into master) (click to expand) ``` 1 total rebuild path(s) 1 package rebuild(s) First fifty rebuilds by attrpath swaynotificationcenter ```
Instructions to test this update (click to expand) --- Either **download from Cachix**: ``` nix-store -r /nix/store/33rdvilpm5f7f9241526861jc3d65m9f-SwayNotificationCenter-0.10.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 swaynotificationcenter https://github.com/r-ryantm/nixpkgs/archive/66775637fee348beb81e552156d20267fe56d25d.tar.gz ``` Or: ``` nix build github:r-ryantm/nixpkgs/66775637fee348beb81e552156d20267fe56d25d#swaynotificationcenter ``` After you've downloaded or built it, look at the files and if there are any, run the binaries: ``` ls -la /nix/store/33rdvilpm5f7f9241526861jc3d65m9f-SwayNotificationCenter-0.10.1 ls -la /nix/store/33rdvilpm5f7f9241526861jc3d65m9f-SwayNotificationCenter-0.10.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 @berbiche @PedroHLC 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/294633 [result] Success updating swaynotificationcenter 0.10.0 -> 0.10.1 https://github.com/ErikReider/SwayNotificationCenter/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath glycin-loaders, using log file: /var/log/nixpkgs-update/glycin-loaders/2024-03-10.log glycin-loaders 0 -> 1 attrpath: glycin-loaders Checking auto update branch... Do not update GNOME during a release cycle [result] Failed to update glycin-loaders 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath discord, using log file: /var/log/nixpkgs-update/discord/2024-03-10.log discord 0 -> 1 attrpath: discord 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/xgxfp4fdh07bkcji1vnivj4d2ybmq65k-discord-update-script.drv /nix/store/99dm1s9izlgqyn1d96r97r8jd021xjn2-packages.json.drv building '/nix/store/xgxfp4fdh07bkcji1vnivj4d2ybmq65k-discord-update-script.drv'... building '/nix/store/99dm1s9izlgqyn1d96r97r8jd021xjn2-packages.json.drv'... Going to be running update for following packages: - discord-0.0.43 Press Enter key to continue... Running update for: - discord-0.0.43: UPDATING ... - discord-0.0.43: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/applications/networking/instant-messengers/discord/default.nix b/pkgs/applications/networking/instant-messengers/discord/default.nix index 3392aff89add..88b773f7c62e 100644 --- a/pkgs/applications/networking/instant-messengers/discord/default.nix +++ b/pkgs/applications/networking/instant-messengers/discord/default.nix @@ -2,7 +2,7 @@ let versions = if stdenv.isLinux then { - stable = "0.0.43"; + stable = "0.0.44"; ptb = "0.0.72"; canary = "0.0.285"; development = "0.0.13"; @@ -17,7 +17,7 @@ let x86_64-linux = { stable = fetchurl { url = "https://dl.discordapp.net/apps/linux/${version}/discord-${version}.tar.gz"; - hash = "sha256-DO8bS5luSKhKW6sJZhz4xVeIPexQVoaD4xYugHCN3uk="; + hash = "sha256-mzpir5Js3pDtuOK5bKocd74p0PcDnMpNpx8PpchE6FE="; }; ptb = fetchurl { url = "https://dl-ptb.discordapp.net/apps/linux/${version}/discord-ptb-${version}.tar.gz"; No auto update branch exists [outpaths] eval start [outpaths] eval end Successfully finished processing cachix "/nix/store/sqd4xww7h9ma071bsi6ad45rk1rg4faa-discord-0.0.44" [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 passthru.updateScript. meta.description for discord is: All-in-one cross-platform voice and text chat for gamers meta.homepage for discord is: https://discordapp.com/ ###### Updates performed - Ran passthru.UpdateScript ###### To inspect upstream changes ###### Impact Checks done --- - built on NixOS - The tests defined in `passthru.tests`, if any, passed - found 0.0.44 with grep in /nix/store/sqd4xww7h9ma071bsi6ad45rk1rg4faa-discord-0.0.44 - found 0.0.44 in filename of file in /nix/store/sqd4xww7h9ma071bsi6ad45rk1rg4faa-discord-0.0.44 ---
Rebuild report (if merged into master) (click to expand) ``` 1 total rebuild path(s) 1 package rebuild(s) First fifty rebuilds by attrpath discord ```
Instructions to test this update (click to expand) --- Either **download from Cachix**: ``` nix-store -r /nix/store/sqd4xww7h9ma071bsi6ad45rk1rg4faa-discord-0.0.44 \ --option binary-caches 'https://cache.nixos.org/ https://nix-community.cachix.org/' \ --option trusted-public-keys ' nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs= cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY= ' ``` (The Cachix cache is only trusted for this store-path realization.) For the Cachix download to work, your user must be in the `trusted-users` list or you can use `sudo` since root is effectively trusted. Or, **build yourself**: ``` nix-build -A discord https://github.com/r-ryantm/nixpkgs/archive/026c5edfc15f5384bb01517c3e03b477d1b2914e.tar.gz ``` Or: ``` nix build github:r-ryantm/nixpkgs/026c5edfc15f5384bb01517c3e03b477d1b2914e#discord ``` After you've downloaded or built it, look at the files and if there are any, run the binaries: ``` ls -la /nix/store/sqd4xww7h9ma071bsi6ad45rk1rg4faa-discord-0.0.44 ls -la /nix/store/sqd4xww7h9ma071bsi6ad45rk1rg4faa-discord-0.0.44/bin ``` ---

### Pre-merge build results We have automatically built all packages that will get rebuilt due to this change. This gives evidence on whether the upgrade will break dependent packages. Note sometimes packages show up as _failed to build_ independent of the change, simply because they are already broken on the target branch. Result of `nixpkgs-review --extra-nixpkgs-config '{ allowInsecurePredicate = x: true; }'` run on x86_64-linux [1](https://github.com/Mic92/nixpkgs-review)
1 package built:
--- ###### Maintainer pings cc @MP2E @Scrumplex @Artturin @Infinidoge @jopejoe1 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/294636 [result] Success updating discord 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.mppR, using log file: /var/log/nixpkgs-update/rPackages.mppR/2024-03-10.log rPackages.mppR 1.4.0 -> 1.5.0 https://repology.org/project/r:mppr/versions attrpath: rPackages.mppR Checking auto update branch... No auto update branch exists Old version 1.4.0" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; configurePhase = '' runHook preConfigure export R_LIBS_SITE="$R_LIBS_SITE''${R_LIBS_SITE:+:}$out/library" runHook postConfigure ''; buildPhase = '' runHook preBuild runHook postBuild ''; installFlags = if attrs.doCheck or true then [] else [ "--no-test-load" ]; rCommand = if requireX then # Unfortunately, xvfb-run has a race condition even with -a option, so that # we acquire a lock explicitly. "flock ${xvfb-run} xvfb-run -a -e xvfb-error R" else "R"; installPhase = '' runHook preInstall mkdir -p $out/library $rCommand CMD INSTALL --built-timestamp='1970-01-01 00:00:00 UTC' $installFlags --configure-args="$configureFlags" -l $out/library . runHook postInstall ''; postFixup = '' if test -e $out/nix-support/propagated-build-inputs; then ln -s $out/nix-support/propagated-build-inputs $out/nix-support/propagated-user-env-packages fi ''; checkPhase = '' # noop since R CMD INSTALL tests packages ''; } // attrs // { name = "r-" + name; }) [result] Failed to update rPackages.mppR 1.4.0 -> 1.5.0 https://repology.org/project/r:mppr/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.MsQuality, using log file: /var/log/nixpkgs-update/rPackages.MsQuality/2024-03-10.log rPackages.MsQuality 1.2.0 -> 1.2.1 https://repology.org/project/r:msquality/versions attrpath: rPackages.MsQuality 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.MsQuality 1.2.0 -> 1.2.1 https://repology.org/project/r:msquality/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath polypane, using log file: /var/log/nixpkgs-update/polypane/2024-03-10.log polypane 17.1.0 -> 18.0.4 https://repology.org/project/polypane/versions attrpath: polypane Checking auto update branch... No auto update branch exists Old version 17.1.0" not present in master derivation file with contents: { lib, fetchurl, appimageTools }: let pname = "polypane"; version = "18.0.0"; src = fetchurl { url = "https://github.com/firstversionist/${pname}/releases/download/v${version}/${pname}-${version}.AppImage"; name = "${pname}-${version}.AppImage"; sha256 = "sha256-d2A+edQJKyChNCA7QH+YjlcIlHYVghX3UP60ZZBtP1s="; }; appimageContents = appimageTools.extractType2 { inherit pname src version; }; in appimageTools.wrapType2 { inherit pname src version; multiArch = false; extraPkgs = pkgs: appimageTools.defaultFhsEnvArgs.multiPkgs pkgs ++ [ pkgs.bash ]; extraInstallCommands = '' ln -s $out/bin/${pname}-${version} $out/bin/${pname} install -m 444 -D ${appimageContents}/${pname}.desktop $out/share/applications/${pname}.desktop install -m 444 -D ${appimageContents}/${pname}.png \ $out/share/icons/hicolor/512x512/apps/${pname}.png ''; meta = with lib; { description = "Browser with unified devtools targeting responsability and accessibility"; longDescription = '' The stand-alone browser for ambitious developers that want to build responsive, accessible and performant websites in a fraction of the time it takes with other browsers. ''; homepage = "https://polypane.app/"; maintainers = with maintainers; [ zoedsoupe ]; platforms = [ "x86_64-linux" ]; changelog = "https://polypane.app/docs/changelog/"; license = licenses.unfree; }; } [result] Failed to update polypane 17.1.0 -> 18.0.4 https://repology.org/project/polypane/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath cakelisp, using log file: /var/log/nixpkgs-update/cakelisp/2024-03-10.log cakelisp 0 -> 1 attrpath: cakelisp Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/cxc996f1nl66naqxrh572fdcbgpx26g2-packages.json.drv building '/nix/store/cxc996f1nl66naqxrh572fdcbgpx26g2-packages.json.drv'... Going to be running update for following packages: - cakelisp-0.3.0-unstable-2023-12-18 Press Enter key to continue... Running update for: - cakelisp-0.3.0-unstable-2023-12-18: UPDATING ... - cakelisp-0.3.0-unstable-2023-12-18: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/compilers/cakelisp/default.nix b/pkgs/development/compilers/cakelisp/default.nix index 422611cf2b86..4f89658d6832 100644 --- a/pkgs/development/compilers/cakelisp/default.nix +++ b/pkgs/development/compilers/cakelisp/default.nix @@ -3,12 +3,12 @@ stdenv.mkDerivation rec { pname = "cakelisp"; # using unstable as it's the only version that builds against gcc-13 - version = "0.3.0-unstable-2023-12-18"; + version = "unstable-2024-02-21"; src = fetchgit { url = "https://macoy.me/code/macoy/cakelisp"; - rev = "866fa2806d3206cc9dd398f0e86640db5be42bd6"; - hash = "sha256-vwMZUNy+updwk69ahA/D9LhO68eV6wH0Prq+o/i1Q/A="; + rev = "75ce620b265bf83c6952c0093df2b9d4f7f32a54"; + hash = "sha256-X+tWq2QQogy4d042pcVuldc80jcClYtV09Jr91rHJl4="; }; buildInputs = [ gcc ]; An auto update branch exists with message `cakelisp: 0.3.0-unstable-2023-12-18 -> 0.3.0-unstable-2024-02-21`. New version is unstable-2024-02-21. The auto update branch does not match or exceed the new version. There might already be an open PR for this update: - cakelisp: 0.3.0-unstable-2023-12-18 -> 0.3.0-unstable-2024-02-21 URL "https://api.github.com/repos/NixOS/nixpkgs/issues/291717" [result] Failed to update cakelisp 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_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.morph-browser, using log file: /var/log/nixpkgs-update/lomiri.morph-browser/2024-03-10.log lomiri.morph-browser 0 -> 1 attrpath: lomiri.morph-browser 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/nqir8sfvv9x4sw20k5hcwj1sai70acz3-packages.json.drv building '/nix/store/nqir8sfvv9x4sw20k5hcwj1sai70acz3-packages.json.drv'... Going to be running update for following packages: - morph-browser-1.1.0 Press Enter key to continue... Running update for: - morph-browser-1.1.0: UPDATING ... - morph-browser-1.1.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update lomiri.morph-browser 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.rustworkx, using log file: /var/log/nixpkgs-update/python311Packages.rustworkx/2024-03-10.log python311Packages.rustworkx 0.13.1 -> 0.14.1 https://github.com/Qiskit/rustworkx/releases attrpath: python311Packages.rustworkx 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/1zm0zc81spb33diazpnhx3b46i8jhdq9-packages.json.drv building '/nix/store/1zm0zc81spb33diazpnhx3b46i8jhdq9-packages.json.drv'... Going to be running update for following packages: - python3.11-rustworkx-0.13.1 Press Enter key to continue... Running update for: - python3.11-rustworkx-0.13.1: UPDATING ... - python3.11-rustworkx-0.13.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.rustworkx 0.13.1 -> 0.14.1 https://github.com/Qiskit/rustworkx/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath uif2iso, using log file: /var/log/nixpkgs-update/uif2iso/2024-03-10.log uif2iso 0.1.7 -> 0.1.7c https://repology.org/project/uif2iso/versions attrpath: uif2iso 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/cd-dvd/uif2iso/default.nix b/pkgs/tools/cd-dvd/uif2iso/default.nix index ae1eff26568f..b7b740e979b1 100644 --- a/pkgs/tools/cd-dvd/uif2iso/default.nix +++ b/pkgs/tools/cd-dvd/uif2iso/default.nix @@ -2,11 +2,11 @@ stdenv.mkDerivation rec { pname = "uif2iso"; - version = "0.1.7"; + version = "0.1.7c"; src = fetchurl { url = "http://aluigi.altervista.org/mytoolz/uif2iso.zip"; - sha256 = "1v18fmlzhkkhv8xdc9dyvl8vamwg3ka4dsrg7vvmk1f2iczdx3dp"; + sha256 = "sha256-t43ePovChVn3Pi/rRtQcj1e1Ed2+JdY62nBO+Gl1KOw="; }; nativeBuildInputs = [ unzip ]; Source url did not change. [result] Failed to update uif2iso 0.1.7 -> 0.1.7c https://repology.org/project/uif2iso/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.phenopix, using log file: /var/log/nixpkgs-update/rPackages.phenopix/2024-03-10.log rPackages.phenopix 2.4.3 -> 2.4.4 https://repology.org/project/r:phenopix/versions attrpath: rPackages.phenopix Checking auto update branch... No auto update branch exists Old version 2.4.3" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; configurePhase = '' runHook preConfigure export R_LIBS_SITE="$R_LIBS_SITE''${R_LIBS_SITE:+:}$out/library" runHook postConfigure ''; buildPhase = '' runHook preBuild runHook postBuild ''; installFlags = if attrs.doCheck or true then [] else [ "--no-test-load" ]; rCommand = if requireX then # Unfortunately, xvfb-run has a race condition even with -a option, so that # we acquire a lock explicitly. "flock ${xvfb-run} xvfb-run -a -e xvfb-error R" else "R"; installPhase = '' runHook preInstall mkdir -p $out/library $rCommand CMD INSTALL --built-timestamp='1970-01-01 00:00:00 UTC' $installFlags --configure-args="$configureFlags" -l $out/library . runHook postInstall ''; postFixup = '' if test -e $out/nix-support/propagated-build-inputs; then ln -s $out/nix-support/propagated-build-inputs $out/nix-support/propagated-user-env-packages fi ''; checkPhase = '' # noop since R CMD INSTALL tests packages ''; } // attrs // { name = "r-" + name; }) [result] Failed to update rPackages.phenopix 2.4.3 -> 2.4.4 https://repology.org/project/r:phenopix/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath haskellPackages.parameterized-utils, using log file: /var/log/nixpkgs-update/haskellPackages.parameterized-utils/2024-03-10.log haskellPackages.parameterized-utils 2.1.7.0 -> 2.1.8.0 https://repology.org/project/haskell:parameterized-utils/versions attrpath: haskellPackages.parameterized-utils Checking auto update branch... No auto update branch exists Derivation file says not to edit it [result] Failed to update haskellPackages.parameterized-utils 2.1.7.0 -> 2.1.8.0 https://repology.org/project/haskell:parameterized-utils/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.mousetrap, using log file: /var/log/nixpkgs-update/rPackages.mousetrap/2024-03-10.log rPackages.mousetrap 3.2.2 -> 3.2.3 https://repology.org/project/r:mousetrap/versions attrpath: rPackages.mousetrap Checking auto update branch... No auto update branch exists Old version 3.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.mousetrap 3.2.2 -> 3.2.3 https://repology.org/project/r:mousetrap/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python312Packages.unstructured-inference, using log file: /var/log/nixpkgs-update/python312Packages.unstructured-inference/2024-03-10.log python312Packages.unstructured-inference 0.7.21 -> 0.7.24 https://github.com/Unstructured-IO/unstructured-inference/releases attrpath: python312Packages.unstructured-inference Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/w6pkvv6m5ilr1l69sg715y88qvzq503w-packages.json.drv building '/nix/store/w6pkvv6m5ilr1l69sg715y88qvzq503w-packages.json.drv'... Going to be running update for following packages: - python3.12-unstructured-inference-0.7.21 Press Enter key to continue... Running update for: - python3.12-unstructured-inference-0.7.21: UPDATING ... - python3.12-unstructured-inference-0.7.21: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/unstructured-inference/default.nix b/pkgs/development/python-modules/unstructured-inference/default.nix index fe3ae5d9ccd3..82cda0652a51 100644 --- a/pkgs/development/python-modules/unstructured-inference/default.nix +++ b/pkgs/development/python-modules/unstructured-inference/default.nix @@ -22,14 +22,14 @@ buildPythonPackage rec { pname = "unstructured-inference"; - version = "0.7.21"; + version = "0.7.24"; format = "setuptools"; src = fetchFromGitHub { owner = "Unstructured-IO"; repo = "unstructured-inference"; rev = "refs/tags/${version}"; - hash = "sha256-EuLzQHtcAPNuKCrUXHPbgF5i3QDvst/XOZ9RcCck+N8="; + hash = "sha256-AxQHTUgE4CyiinT7HEh6fvbw+uVi7lKUgfOc1KZOezU="; }; postPatch = '' No auto update branch exists [outpaths] eval start [outpaths] eval end Update edits cause no rebuilds. [result] Failed to update python312Packages.unstructured-inference 0.7.21 -> 0.7.24 https://github.com/Unstructured-IO/unstructured-inference/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.pins, using log file: /var/log/nixpkgs-update/python311Packages.pins/2024-03-10.log python311Packages.pins 0 -> 1 attrpath: python311Packages.pins Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/ga0496sw62pdacl63ykcid5ldpb1nqjb-packages.json.drv building '/nix/store/ga0496sw62pdacl63ykcid5ldpb1nqjb-packages.json.drv'... Going to be running update for following packages: - python3.11-pins-0.8.4 Press Enter key to continue... Running update for: - python3.11-pins-0.8.4: UPDATING ... - python3.11-pins-0.8.4: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.pins 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.pdfrw2, using log file: /var/log/nixpkgs-update/python311Packages.pdfrw2/2024-03-10.log python311Packages.pdfrw2 0 -> 1 attrpath: python311Packages.pdfrw2 Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/clnfm7zjl2yfc2qkfwbdjif99h8yp05a-packages.json.drv building '/nix/store/clnfm7zjl2yfc2qkfwbdjif99h8yp05a-packages.json.drv'... Going to be running update for following packages: - python3.11-pdfrw2-0.5.0 Press Enter key to continue... Running update for: - python3.11-pdfrw2-0.5.0: UPDATING ... - python3.11-pdfrw2-0.5.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.pdfrw2 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.adb-homeassistant, using log file: /var/log/nixpkgs-update/python311Packages.adb-homeassistant/2024-03-10.log python311Packages.adb-homeassistant 0 -> 1 attrpath: python311Packages.adb-homeassistant Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/k717l6yjqdvw8n99f5hd1zzpyidp7ahv-packages.json.drv building '/nix/store/k717l6yjqdvw8n99f5hd1zzpyidp7ahv-packages.json.drv'... Going to be running update for following packages: - python3.11-adb-homeassistant-1.3.1 Press Enter key to continue... Running update for: - python3.11-adb-homeassistant-1.3.1: UPDATING ... - python3.11-adb-homeassistant-1.3.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.adb-homeassistant 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.pysonos, using log file: /var/log/nixpkgs-update/python311Packages.pysonos/2024-03-10.log python311Packages.pysonos 0 -> 1 attrpath: python311Packages.pysonos Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/1izq6d7h5wfd3x8zk33bnr4mxdrpsx7c-packages.json.drv building '/nix/store/1izq6d7h5wfd3x8zk33bnr4mxdrpsx7c-packages.json.drv'... Going to be running update for following packages: - python3.11-pysonos-0.0.54 Press Enter key to continue... Running update for: - python3.11-pysonos-0.0.54: UPDATING ... - python3.11-pysonos-0.0.54: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.pysonos 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath gdbHostCpuOnly, using log file: /var/log/nixpkgs-update/gdbHostCpuOnly/2024-03-10.log gdbHostCpuOnly 0 -> 1 attrpath: gdbHostCpuOnly Checking auto update branch... [version] [version] skipping because derivation has 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/wbgcxl3gg07iwr88sbhlg71kyk128g3h-update-gdb.drv /nix/store/p5nshfk1p9a86a73x2k60cj7w8zdmr1z-packages.json.drv building '/nix/store/wbgcxl3gg07iwr88sbhlg71kyk128g3h-update-gdb.drv'... building '/nix/store/p5nshfk1p9a86a73x2k60cj7w8zdmr1z-packages.json.drv'... Going to be running update for following packages: - gdb-host-cpu-only-14.1 Press Enter key to continue... Running update for: - gdb-host-cpu-only-14.1: UPDATING ... - gdb-host-cpu-only-14.1: ERROR --- SHOWING ERROR LOG FOR gdb-host-cpu-only-14.1 ---------------------- error: attribute 'gdb-host-cpu-only' in selection path 'gdb-host-cpu-only.name' not found error: attribute 'packages' in selection path 'packages.x86_64-linux.gdb-host-cpu-only.name' not found Did you mean rPackages? error: attribute 'legacyPackages' in selection path 'legacyPackages.x86_64-linux.gdb-host-cpu-only.name' not found update-source-version: error: Could not find attribute 'gdb-host-cpu-only'! --- SHOWING ERROR LOG FOR gdb-host-cpu-only-14.1 ---------------------- The update script for gdb-host-cpu-only-14.1 failed with exit code 1 [result] Failed to update gdbHostCpuOnly 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath bsh, using log file: /var/log/nixpkgs-update/bsh/2024-03-10.log bsh 2.0b5.jar -> 2.1.1 https://repology.org/project/bsh/versions attrpath: bsh Checking auto update branch... No auto update branch exists Old version 2.0b5.jar" not present in master derivation file with contents: { lib, buildPackages ? { inherit stdenvNoCC; }, stdenvNoCC , curl # Note that `curl' may be `null', in case of the native stdenvNoCC. , cacert ? null }: let mirrors = import ./mirrors.nix; # Write the list of mirrors to a file that we can reuse between # fetchurl instantiations, instead of passing the mirrors to # fetchurl instantiations via environment variables. This makes the # resulting store derivations (.drv files) much smaller, which in # turn makes nix-env/nix-instantiate faster. mirrorsFile = buildPackages.stdenvNoCC.mkDerivation ({ name = "mirrors-list"; strictDeps = true; builder = ./write-mirror-list.sh; preferLocalBuild = true; } // mirrors); # Names of the master sites that are mirrored (i.e., "sourceforge", # "gnu", etc.). sites = builtins.attrNames mirrors; impureEnvVars = lib.fetchers.proxyImpureEnvVars ++ [ # This variable allows the user to pass additional options to curl "NIX_CURL_FLAGS" # This variable allows the user to override hashedMirrors from the # command-line. "NIX_HASHED_MIRRORS" # This variable allows overriding the timeout for connecting to # the hashed mirrors. "NIX_CONNECT_TIMEOUT" ] ++ (map (site: "NIX_MIRRORS_${site}") sites); in { # URL to fetch. url ? "" , # Alternatively, a list of URLs specifying alternative download # locations. They are tried in order. urls ? [] , # Additional curl options needed for the download to succeed. # Warning: Each space (no matter the escaping) will start a new argument. # If you wish to pass arguments with spaces, use `curlOptsList` curlOpts ? "" , # Additional curl options needed for the download to succeed. curlOptsList ? [] , # Name of the file. If empty, use the basename of `url' (or of the # first element of `urls'). name ? "" # for versioned downloads optionally take pname + version. , pname ? "" , version ? "" , # SRI hash. hash ? "" , # Legacy ways of specifying the hash. outputHash ? "" , outputHashAlgo ? "" , sha1 ? "" , sha256 ? "" , sha512 ? "" , recursiveHash ? false , # Shell code to build a netrc file for BASIC auth netrcPhase ? null , # Impure env vars (https://nixos.org/nix/manual/#sec-advanced-attributes) # needed for netrcPhase netrcImpureEnvVars ? [] , # Shell code executed after the file has been fetched # successfully. This can do things like check or transform the file. postFetch ? "" , # Whether to download to a temporary path rather than $out. Useful # in conjunction with postFetch. The location of the temporary file # is communicated to postFetch via $downloadedFile. downloadToTemp ? false , # If true, set executable bit on downloaded file executable ? false , # If set, don't download the file, but write a list of all possible # URLs (resulting from resolving mirror:// URLs) to $out. showURLs ? false , # Meta information, if any. meta ? {} # Passthru information, if any. , passthru ? {} # Doing the download on a remote machine just duplicates network # traffic, so don't do that by default , preferLocalBuild ? true # Additional packages needed as part of a fetch , nativeBuildInputs ? [ ] }: let urls_ = if urls != [] && url == "" then (if lib.isList urls then urls else throw "`urls` is not a list") else if urls == [] && url != "" then (if lib.isString url then [url] else throw "`url` is not a string") else throw "fetchurl requires either `url` or `urls` to be set"; hash_ = if with lib.lists; length (filter (s: s != "") [ hash outputHash sha1 sha256 sha512 ]) > 1 then throw "multiple hashes passed to fetchurl" else if hash != "" then { outputHashAlgo = null; outputHash = hash; } else if outputHash != "" then if outputHashAlgo != "" then { inherit outputHashAlgo outputHash; } else throw "fetchurl was passed outputHash without outputHashAlgo" else if sha512 != "" then { outputHashAlgo = "sha512"; outputHash = sha512; } else if sha256 != "" then { outputHashAlgo = "sha256"; outputHash = sha256; } else if sha1 != "" then { outputHashAlgo = "sha1"; outputHash = sha1; } else if cacert != null then { outputHashAlgo = "sha256"; outputHash = ""; } else throw "fetchurl requires a hash for fixed-output derivation: ${lib.concatStringsSep ", " urls_}"; in assert (lib.isList curlOpts) -> lib.warn '' fetchurl for ${toString (builtins.head urls_)}: curlOpts is a list (${lib.generators.toPretty { multiline = false; } curlOpts}), which is not supported anymore. - If you wish to get the same effect as before, for elements with spaces (even if escaped) to expand to multiple curl arguments, use a string argument instead: curlOpts = ${lib.strings.escapeNixString (toString curlOpts)}; - If you wish for each list element to be passed as a separate curl argument, allowing arguments to contain spaces, use curlOptsList instead: curlOptsList = [ ${lib.concatMapStringsSep " " lib.strings.escapeNixString curlOpts} ];'' true; stdenvNoCC.mkDerivation (( if (pname != "" && version != "") then { inherit pname version; } else { name = if showURLs then "urls" else if name != "" then name else baseNameOf (toString (builtins.head urls_)); } ) // { builder = ./builder.sh; nativeBuildInputs = [ curl ] ++ nativeBuildInputs; urls = urls_; # If set, prefer the content-addressable mirrors # (http://tarballs.nixos.org) over the original URLs. preferHashedMirrors = true; # New-style output content requirements. inherit (hash_) outputHashAlgo outputHash; SSL_CERT_FILE = if (hash_.outputHash == "" || hash_.outputHash == lib.fakeSha256 || hash_.outputHash == lib.fakeSha512 || hash_.outputHash == lib.fakeHash) then "${cacert}/etc/ssl/certs/ca-bundle.crt" else "/no-cert-file.crt"; outputHashMode = if (recursiveHash || executable) then "recursive" else "flat"; inherit curlOpts; curlOptsList = lib.escapeShellArgs curlOptsList; inherit showURLs mirrorsFile postFetch downloadToTemp executable; impureEnvVars = impureEnvVars ++ netrcImpureEnvVars; nixpkgsVersion = lib.trivial.release; inherit preferLocalBuild; postHook = if netrcPhase == null then null else '' ${netrcPhase} curlOpts="$curlOpts --netrc-file $PWD/netrc" ''; inherit meta; passthru = { inherit url; } // passthru; }) [result] Failed to update bsh 2.0b5.jar -> 2.1.1 https://repology.org/project/bsh/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath gnome2.pango, using log file: /var/log/nixpkgs-update/gnome2.pango/2024-03-10.log gnome2.pango 0 -> 1 attrpath: gnome2.pango Checking auto update branch... Do not update GNOME during a release cycle [result] Failed to update gnome2.pango 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.frilouz, using log file: /var/log/nixpkgs-update/python311Packages.frilouz/2024-03-10.log python311Packages.frilouz 0 -> 1 attrpath: python311Packages.frilouz Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/2ffj5klcf8c6vc7d251h4kmkxk2f730a-packages.json.drv building '/nix/store/2ffj5klcf8c6vc7d251h4kmkxk2f730a-packages.json.drv'... Going to be running update for following packages: - python3.11-frilouz-0.0.2 Press Enter key to continue... Running update for: - python3.11-frilouz-0.0.2: UPDATING ... - python3.11-frilouz-0.0.2: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.frilouz 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.mwdblib, using log file: /var/log/nixpkgs-update/python311Packages.mwdblib/2024-03-10.log python311Packages.mwdblib 0 -> 1 attrpath: python311Packages.mwdblib Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/m4yzf8gnv37gcyw9y8cvm82xlai54l9r-packages.json.drv building '/nix/store/m4yzf8gnv37gcyw9y8cvm82xlai54l9r-packages.json.drv'... Going to be running update for following packages: - python3.11-mwdblib-4.5.0 Press Enter key to continue... Running update for: - python3.11-mwdblib-4.5.0: UPDATING ... - python3.11-mwdblib-4.5.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.mwdblib 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.urwidgets, using log file: /var/log/nixpkgs-update/python311Packages.urwidgets/2024-03-10.log python311Packages.urwidgets 0 -> 1 attrpath: python311Packages.urwidgets Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/90lmdxy8n2w6pkvsnrjx6af1gl0937k5-packages.json.drv building '/nix/store/90lmdxy8n2w6pkvsnrjx6af1gl0937k5-packages.json.drv'... Going to be running update for following packages: - python3.11-urwidgets-0.2.0 Press Enter key to continue... Running update for: - python3.11-urwidgets-0.2.0: UPDATING ... - python3.11-urwidgets-0.2.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.urwidgets 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.nbdev, using log file: /var/log/nixpkgs-update/python311Packages.nbdev/2024-03-10.log python311Packages.nbdev 0 -> 1 attrpath: python311Packages.nbdev Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/8zxvw2d3xj69v3zr41r061bhrrqy6r9h-packages.json.drv building '/nix/store/8zxvw2d3xj69v3zr41r061bhrrqy6r9h-packages.json.drv'... Going to be running update for following packages: - python3.11-nbdev-2.3.13 Press Enter key to continue... Running update for: - python3.11-nbdev-2.3.13: UPDATING ... - python3.11-nbdev-2.3.13: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.nbdev 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath lensfun, using log file: /var/log/nixpkgs-update/lensfun/2024-03-10.log lensfun 0.3.3 -> 0.3.4 https://github.com/lensfun/lensfun/releases attrpath: lensfun 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 lensfun 0.3.3 -> 0.3.4 https://github.com/lensfun/lensfun/releases [options] github_user: r-ryantm, pull_request: YES, batch_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.clang-ocl, using log file: /var/log/nixpkgs-update/rocmPackages.clang-ocl/2024-03-10.log rocmPackages.clang-ocl 0 -> 1 attrpath: rocmPackages.clang-ocl Checking auto update branch... [version] [version] skipping because derivation has 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/7wrqknc56hm5w7g5vi249amv05sq5fay-update.sh.drv /nix/store/z48kv0dg9nayc4qj2w6w06a0d3ss4p2a-packages.json.drv building '/nix/store/7wrqknc56hm5w7g5vi249amv05sq5fay-update.sh.drv'... building '/nix/store/z48kv0dg9nayc4qj2w6w06a0d3ss4p2a-packages.json.drv'... Going to be running update for following packages: - clang-ocl-5.7.1 Press Enter key to continue... Running update for: - clang-ocl-5.7.1: UPDATING ... - clang-ocl-5.7.1: ERROR --- SHOWING ERROR LOG FOR clang-ocl-5.7.1 ---------------------- 'rocmPackages_5.clang-ocl' is already at it's maximum allowed version. Any further upgrades should go into 'rocmPackages_X.clang-ocl'. --- SHOWING ERROR LOG FOR clang-ocl-5.7.1 ---------------------- The update script for clang-ocl-5.7.1 failed with exit code 1 [result] Failed to update rocmPackages.clang-ocl 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath gupnp-tools, using log file: /var/log/nixpkgs-update/gupnp-tools/2024-03-10.log gupnp-tools 0 -> 1 attrpath: gupnp-tools Checking auto update branch... Do not update GNOME during a release cycle [result] Failed to update gupnp-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.ninebot-ble, using log file: /var/log/nixpkgs-update/python311Packages.ninebot-ble/2024-03-10.log python311Packages.ninebot-ble 0 -> 1 attrpath: python311Packages.ninebot-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/ncyair1k5rhqczrh7sc4ilsphl8rlqvi-packages.json.drv building '/nix/store/ncyair1k5rhqczrh7sc4ilsphl8rlqvi-packages.json.drv'... Going to be running update for following packages: - python3.11-ninebot-ble-0.0.6 Press Enter key to continue... Running update for: - python3.11-ninebot-ble-0.0.6: UPDATING ... - python3.11-ninebot-ble-0.0.6: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.ninebot-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.aioopenexchangerates, using log file: /var/log/nixpkgs-update/python311Packages.aioopenexchangerates/2024-03-10.log python311Packages.aioopenexchangerates 0 -> 1 attrpath: python311Packages.aioopenexchangerates Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/gl6mdagfydg896blh4shriz4vbs00nkl-packages.json.drv building '/nix/store/gl6mdagfydg896blh4shriz4vbs00nkl-packages.json.drv'... Going to be running update for following packages: - python3.11-aioopenexchangerates-0.4.8 Press Enter key to continue... Running update for: - python3.11-aioopenexchangerates-0.4.8: UPDATING ... - python3.11-aioopenexchangerates-0.4.8: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.aioopenexchangerates 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.unifi, using log file: /var/log/nixpkgs-update/python311Packages.unifi/2024-03-10.log python311Packages.unifi 0 -> 1 attrpath: python311Packages.unifi Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/iwjpai9yhg00kibyfb9isgilppf5xm2y-packages.json.drv building '/nix/store/iwjpai9yhg00kibyfb9isgilppf5xm2y-packages.json.drv'... Going to be running update for following packages: - python3.11-unifi-1.2.5 Press Enter key to continue... Running update for: - python3.11-unifi-1.2.5: UPDATING ... - python3.11-unifi-1.2.5: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.unifi 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.adjusttext, using log file: /var/log/nixpkgs-update/python311Packages.adjusttext/2024-03-10.log python311Packages.adjusttext 0 -> 1 attrpath: python311Packages.adjusttext Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/lma9g7xxdhqdglgdaxpdzmw7ki4a18js-packages.json.drv building '/nix/store/lma9g7xxdhqdglgdaxpdzmw7ki4a18js-packages.json.drv'... Going to be running update for following packages: - python3.11-adjusttext-1.0.4 Press Enter key to continue... Running update for: - python3.11-adjusttext-1.0.4: UPDATING ... - python3.11-adjusttext-1.0.4: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.adjusttext 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath cosmic-icons, using log file: /var/log/nixpkgs-update/cosmic-icons/2024-03-10.log cosmic-icons 0 -> 1 attrpath: cosmic-icons Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/iir7xsa64pwz7y07hhl4i82x6jy553gi-packages.json.drv building '/nix/store/iir7xsa64pwz7y07hhl4i82x6jy553gi-packages.json.drv'... Going to be running update for following packages: - cosmic-icons-unstable-2024-02-22 Press Enter key to continue... Running update for: - cosmic-icons-unstable-2024-02-22: UPDATING ... - cosmic-icons-unstable-2024-02-22: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update cosmic-icons 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.fuzzyfinder, using log file: /var/log/nixpkgs-update/python311Packages.fuzzyfinder/2024-03-10.log python311Packages.fuzzyfinder 0 -> 1 attrpath: python311Packages.fuzzyfinder Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/dd0c63n12jip4gw1gf2wwq4q8nsfxsy2-packages.json.drv building '/nix/store/dd0c63n12jip4gw1gf2wwq4q8nsfxsy2-packages.json.drv'... Going to be running update for following packages: - python3.11-fuzzyfinder-2.1.0 Press Enter key to continue... Running update for: - python3.11-fuzzyfinder-2.1.0: UPDATING ... - python3.11-fuzzyfinder-2.1.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.fuzzyfinder 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_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.libdbusmenu, using log file: /var/log/nixpkgs-update/libsForQt5.libdbusmenu/2024-03-10.log libsForQt5.libdbusmenu 0.9.3+16 -> 0.9.3+16.04.20160218 https://repology.org/project/libdbusmenu-qt/versions attrpath: libsForQt5.libdbusmenu 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/8rpgbk10qyvfh8mnw3zk17bw8xn7hg80-libdbusmenu-qt.drv building '/nix/store/8rpgbk10qyvfh8mnw3zk17bw8xn7hg80-libdbusmenu-qt.drv'... exporting https://git.launchpad.net/ubuntu/+source/libdbusmenu-qt (rev import/0.9.3+16.04.20160218.04.20160218-1) into /nix/store/15xwvp4yz13pp7ml6v3nz7d5n3yad9ac-libdbusmenu-qt Initialized empty Git repository in /nix/store/15xwvp4yz13pp7ml6v3nz7d5n3yad9ac-libdbusmenu-qt/.git/ fatal: couldn't find remote ref refs/tags/import/0.9.3+16.04.20160218.04.20160218-1 remote: Enumerating objects: 70, done. remote: Counting objects: 100% (70/70), done. remote: Compressing objects: 100% (56/56), done. remote: Total 70 (delta 11), reused 53 (delta 7) Unpacking objects: 100% (70/70), 68.64 KiB | 2.45 MiB/s, done. From https://git.launchpad.net/ubuntu/+source/libdbusmenu-qt * branch HEAD -> FETCH_HEAD fatal: Not a valid object name Unrecognized git object type: Unable to checkout refs/tags/import/0.9.3+16.04.20160218.04.20160218-1 from https://git.launchpad.net/ubuntu/+source/libdbusmenu-qt. 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 'libsForQt5.libdbusmenu.originalSrc' not found stderr did not split as expected full stderr was: these 2 derivations will be built: /nix/store/8rpgbk10qyvfh8mnw3zk17bw8xn7hg80-libdbusmenu-qt.drv /nix/store/y3cdpfbsscdd4ivcs365z6m7a2jg95f1-libdbusmenu-qt-0.9.3+16.04.20160218.drv building '/nix/store/8rpgbk10qyvfh8mnw3zk17bw8xn7hg80-libdbusmenu-qt.drv'... exporting https://git.launchpad.net/ubuntu/+source/libdbusmenu-qt (rev import/0.9.3+16.04.20160218.04.20160218-1) into /nix/store/15xwvp4yz13pp7ml6v3nz7d5n3yad9ac-libdbusmenu-qt Initialized empty Git repository in /nix/store/15xwvp4yz13pp7ml6v3nz7d5n3yad9ac-libdbusmenu-qt/.git/ fatal: couldn't find remote ref refs/tags/import/0.9.3+16.04.20160218.04.20160218-1 remote: Enumerating objects: 70, done. remote: Counting objects: 100% (70/70), done. remote: Compressing objects: 100% (56/56), done. remote: Total 70 (delta 11), reused 53 (delta 7) Unpacking objects: 100% (70/70), 68.64 KiB | 1.04 MiB/s, done. From https://git.launchpad.net/ubuntu/+source/libdbusmenu-qt * branch HEAD -> FETCH_HEAD fatal: Not a valid object name Unrecognized git object type: Unable to checkout refs/tags/import/0.9.3+16.04.20160218.04.20160218-1 from https://git.launchpad.net/ubuntu/+source/libdbusmenu-qt. error: builder for '/nix/store/8rpgbk10qyvfh8mnw3zk17bw8xn7hg80-libdbusmenu-qt.drv' failed with exit code 1; last 13 log lines: > exporting https://git.launchpad.net/ubuntu/+source/libdbusmenu-qt (rev import/0.9.3+16.04.20160218.04.20160218-1) into /nix/store/15xwvp4yz13pp7ml6v3nz7d5n3yad9ac-libdbusmenu-qt > Initialized empty Git repository in /nix/store/15xwvp4yz13pp7ml6v3nz7d5n3yad9ac-libdbusmenu-qt/.git/ > fatal: couldn't find remote ref refs/tags/import/0.9.3+16.04.20160218.04.20160218-1 > remote: Enumerating objects: 70, done. > remote: Counting objects: 100% (70/70), done. > remote: Compressing objects: 100% (56/56), done. > remote: Total 70 (delta 11), reused 53 (delta 7) > Unpacking objects: 100% (70/70), 68.64 KiB | 1.04 MiB/s, done. > From https://git.launchpad.net/ubuntu/+source/libdbusmenu-qt > * branch HEAD -> FETCH_HEAD > fatal: Not a valid object name > Unrecognized git object type: > Unable to checkout refs/tags/import/0.9.3+16.04.20160218.04.20160218-1 from https://git.launchpad.net/ubuntu/+source/libdbusmenu-qt. For full logs, run 'nix log /nix/store/8rpgbk10qyvfh8mnw3zk17bw8xn7hg80-libdbusmenu-qt.drv'. error: 1 dependencies of derivation '/nix/store/y3cdpfbsscdd4ivcs365z6m7a2jg95f1-libdbusmenu-qt-0.9.3+16.04.20160218.drv' failed to build [result] Failed to update libsForQt5.libdbusmenu 0.9.3+16 -> 0.9.3+16.04.20160218 https://repology.org/project/libdbusmenu-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 python311Packages.stups-pierone, using log file: /var/log/nixpkgs-update/python311Packages.stups-pierone/2024-03-10.log python311Packages.stups-pierone 0 -> 1 attrpath: python311Packages.stups-pierone Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/7g6zdvas3f25a9qh7j2qfva6pma7wyb6-packages.json.drv building '/nix/store/7g6zdvas3f25a9qh7j2qfva6pma7wyb6-packages.json.drv'... Going to be running update for following packages: - python3.11-stups-pierone-1.1.51 Press Enter key to continue... Running update for: - python3.11-stups-pierone-1.1.51: UPDATING ... - python3.11-stups-pierone-1.1.51: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.stups-pierone 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.aiohappyeyeballs, using log file: /var/log/nixpkgs-update/python311Packages.aiohappyeyeballs/2024-03-10.log python311Packages.aiohappyeyeballs 0 -> 1 attrpath: python311Packages.aiohappyeyeballs Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/pmrymhcz5yn13gpmachskmjni9arrrda-packages.json.drv building '/nix/store/pmrymhcz5yn13gpmachskmjni9arrrda-packages.json.drv'... Going to be running update for following packages: - python3.11-aiohappyeyeballs-2.3.2 Press Enter key to continue... Running update for: - python3.11-aiohappyeyeballs-2.3.2: UPDATING ... - python3.11-aiohappyeyeballs-2.3.2: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.aiohappyeyeballs 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath lilv, using log file: /var/log/nixpkgs-update/lilv/2024-03-10.log lilv 0 -> 1 attrpath: lilv Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/gvvv9j9880ln50zjp9df7x4bkh2vb22i-packages.json.drv building '/nix/store/gvvv9j9880ln50zjp9df7x4bkh2vb22i-packages.json.drv'... Going to be running update for following packages: - lilv-0.24.24 Press Enter key to continue... Running update for: - lilv-0.24.24: UPDATING ... - lilv-0.24.24: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update lilv 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: 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-events, using log file: /var/log/nixpkgs-update/python311Packages.jupyter-events/2024-03-10.log python311Packages.jupyter-events 0 -> 1 attrpath: python311Packages.jupyter-events Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/s3g5p9ypmk2j4d2jvkkvy70nm58hbc9k-packages.json.drv building '/nix/store/s3g5p9ypmk2j4d2jvkkvy70nm58hbc9k-packages.json.drv'... Going to be running update for following packages: - python3.11-jupyter-events-0.9.0 Press Enter key to continue... Running update for: - python3.11-jupyter-events-0.9.0: UPDATING ... - python3.11-jupyter-events-0.9.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.jupyter-events 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath ja2-stracciatella, using log file: /var/log/nixpkgs-update/ja2-stracciatella/2024-03-10.log ja2-stracciatella 0.17.0 -> 0.21.0 https://github.com/ja2-stracciatella/ja2-stracciatella/releases attrpath: ja2-stracciatella 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/1gfp7hiwzpv9aglk2yfa9m49jc0n7pa5-nix-2.18.1/bin/nix --extra-experimental-features nix-command --extra-experimental-features flakes eval .#ja2-stracciatella.src --raw --apply "p: p.cargoHash" Standard error: warning: Git tree '/var/cache/nixpkgs-update/worker/worktree/ja2-stracciatella' is dirty error: attribute 'cargoHash' missing at «string»:1:4: 1| p: p.cargoHash | ^ Received ExitFailure 1 when running Raw command: /nix/store/1gfp7hiwzpv9aglk2yfa9m49jc0n7pa5-nix-2.18.1/bin/nix --extra-experimental-features nix-command --extra-experimental-features flakes eval .#ja2-stracciatella.originalSrc --raw --apply "p: p.cargoHash" Standard error: warning: Git tree '/var/cache/nixpkgs-update/worker/worktree/ja2-stracciatella' is dirty error: flake 'git+file:///var/cache/nixpkgs-update/worker/worktree/ja2-stracciatella' does not provide attribute 'packages.x86_64-linux.ja2-stracciatella.originalSrc', 'legacyPackages.x86_64-linux.ja2-stracciatella.originalSrc' or 'ja2-stracciatella.originalSrc' Received ExitFailure 1 when running Raw command: /nix/store/1gfp7hiwzpv9aglk2yfa9m49jc0n7pa5-nix-2.18.1/bin/nix --extra-experimental-features nix-command --extra-experimental-features flakes eval .#ja2-stracciatella --raw --apply "p: p.cargoHash" Standard error: warning: Git tree '/var/cache/nixpkgs-update/worker/worktree/ja2-stracciatella' is dirty error: attribute 'cargoHash' missing at «string»:1:4: 1| p: p.cargoHash | ^ [result] Failed to update ja2-stracciatella 0.17.0 -> 0.21.0 https://github.com/ja2-stracciatella/ja2-stracciatella/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.notify-events, using log file: /var/log/nixpkgs-update/python311Packages.notify-events/2024-03-10.log python311Packages.notify-events 0 -> 1 attrpath: python311Packages.notify-events Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/c3lcq8yi49a2shlhppg8sbxlnchqh5jr-packages.json.drv building '/nix/store/c3lcq8yi49a2shlhppg8sbxlnchqh5jr-packages.json.drv'... Going to be running update for following packages: - python3.11-notify-events-1.1.3 Press Enter key to continue... Running update for: - python3.11-notify-events-1.1.3: UPDATING ... - python3.11-notify-events-1.1.3: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.notify-events 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.iNZightTS, using log file: /var/log/nixpkgs-update/rPackages.iNZightTS/2024-03-10.log rPackages.iNZightTS 1.5.9 -> 2.0.0 https://repology.org/project/r:inzightts/versions attrpath: rPackages.iNZightTS Checking auto update branch... No auto update branch exists Old version 1.5.9" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; configurePhase = '' runHook preConfigure export R_LIBS_SITE="$R_LIBS_SITE''${R_LIBS_SITE:+:}$out/library" runHook postConfigure ''; buildPhase = '' runHook preBuild runHook postBuild ''; installFlags = if attrs.doCheck or true then [] else [ "--no-test-load" ]; rCommand = if requireX then # Unfortunately, xvfb-run has a race condition even with -a option, so that # we acquire a lock explicitly. "flock ${xvfb-run} xvfb-run -a -e xvfb-error R" else "R"; installPhase = '' runHook preInstall mkdir -p $out/library $rCommand CMD INSTALL --built-timestamp='1970-01-01 00:00:00 UTC' $installFlags --configure-args="$configureFlags" -l $out/library . runHook postInstall ''; postFixup = '' if test -e $out/nix-support/propagated-build-inputs; then ln -s $out/nix-support/propagated-build-inputs $out/nix-support/propagated-user-env-packages fi ''; checkPhase = '' # noop since R CMD INSTALL tests packages ''; } // attrs // { name = "r-" + name; }) [result] Failed to update rPackages.iNZightTS 1.5.9 -> 2.0.0 https://repology.org/project/r:inzightts/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.aioxmpp, using log file: /var/log/nixpkgs-update/python311Packages.aioxmpp/2024-03-10.log python311Packages.aioxmpp 0 -> 1 attrpath: python311Packages.aioxmpp Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/cq8d02f1z54zh0nhfprs0glcxbpy7maf-packages.json.drv building '/nix/store/cq8d02f1z54zh0nhfprs0glcxbpy7maf-packages.json.drv'... Going to be running update for following packages: - python3.11-aioxmpp-0.13.3 Press Enter key to continue... Running update for: - python3.11-aioxmpp-0.13.3: UPDATING ... - python3.11-aioxmpp-0.13.3: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.aioxmpp 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.marshmallow-dataclass, using log file: /var/log/nixpkgs-update/python311Packages.marshmallow-dataclass/2024-03-10.log python311Packages.marshmallow-dataclass 0 -> 1 attrpath: python311Packages.marshmallow-dataclass Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/nvgkjisk9jy1z27yx6a3vmnbdpck35mk-packages.json.drv building '/nix/store/nvgkjisk9jy1z27yx6a3vmnbdpck35mk-packages.json.drv'... Going to be running update for following packages: - python3.11-marshmallow-dataclass-8.6.0 Press Enter key to continue... Running update for: - python3.11-marshmallow-dataclass-8.6.0: UPDATING ... - python3.11-marshmallow-dataclass-8.6.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.marshmallow-dataclass 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.mattermostdriver, using log file: /var/log/nixpkgs-update/python311Packages.mattermostdriver/2024-03-10.log python311Packages.mattermostdriver 0 -> 1 attrpath: python311Packages.mattermostdriver Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/lnmv02zb70czm267gw94kgaxv10w9p9x-packages.json.drv building '/nix/store/lnmv02zb70czm267gw94kgaxv10w9p9x-packages.json.drv'... Going to be running update for following packages: - python3.11-mattermostdriver-7.3.2 Press Enter key to continue... Running update for: - python3.11-mattermostdriver-7.3.2: UPDATING ... - python3.11-mattermostdriver-7.3.2: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.mattermostdriver 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.pyamg, using log file: /var/log/nixpkgs-update/python311Packages.pyamg/2024-03-10.log python311Packages.pyamg 0 -> 1 attrpath: python311Packages.pyamg Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/m621g328659ik8gjxd98rkmkc93wgwpq-packages.json.drv building '/nix/store/m621g328659ik8gjxd98rkmkc93wgwpq-packages.json.drv'... Going to be running update for following packages: - python3.11-pyamg-5.0.1 Press Enter key to continue... Running update for: - python3.11-pyamg-5.0.1: UPDATING ... - python3.11-pyamg-5.0.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.pyamg 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath thunderbirdPackages.thunderbird-102, using log file: /var/log/nixpkgs-update/thunderbirdPackages.thunderbird-102/2024-03-10.log thunderbirdPackages.thunderbird-102 0 -> 1 attrpath: thunderbirdPackages.thunderbird-102 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/p59b3kgc697z7gsb05d8w2cb0js068pk-update-thunderbird-unwrapped.drv /nix/store/r4vfp01nx8xcqpv6v1ia0jg24w6yw7m6-packages.json.drv building '/nix/store/p59b3kgc697z7gsb05d8w2cb0js068pk-update-thunderbird-unwrapped.drv'... building '/nix/store/r4vfp01nx8xcqpv6v1ia0jg24w6yw7m6-packages.json.drv'... Going to be running update for following packages: - thunderbird-unwrapped-102.14.0 Press Enter key to continue... Running update for: - thunderbird-unwrapped-102.14.0: UPDATING ... - thunderbird-unwrapped-102.14.0: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/applications/networking/mailreaders/thunderbird/packages.nix b/pkgs/applications/networking/mailreaders/thunderbird/packages.nix index dfe749d7d0bd..e819330c18c2 100644 --- a/pkgs/applications/networking/mailreaders/thunderbird/packages.nix +++ b/pkgs/applications/networking/mailreaders/thunderbird/packages.nix @@ -44,13 +44,13 @@ rec { thunderbird-115 = (buildMozillaMach rec { pname = "thunderbird"; - version = "115.8.1"; + version = "102.15.1"; application = "comm/mail"; applicationName = "Mozilla Thunderbird"; binaryName = pname; src = fetchurl { url = "mirror://mozilla/thunderbird/releases/${version}/source/thunderbird-${version}.source.tar.xz"; - sha512 = "4d28f865f482a0d4c91f26ef26709a00f78955699b4ca191f960bcdb8d2c0c95c2a8e8782129d5660e192c605cba021fac553b13868861086a608f0c50aa5da7"; + sha512 = "2c96b9cae7acbf354a6aaf7a7987f40ffddbcb8d05a579e6782afbf9c685392e29b274460e7a82426f41f604cec06cb96139be45f099121603ffe434ec8fac06"; }; extraPatches = [ # The file to be patched is different from firefox's `no-buildconfig-ffx90.patch`. Package version did not change. [result] Failed to update thunderbirdPackages.thunderbird-102 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.pyramid-jinja2, using log file: /var/log/nixpkgs-update/python311Packages.pyramid-jinja2/2024-03-10.log python311Packages.pyramid-jinja2 0 -> 1 attrpath: python311Packages.pyramid-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/30bzbb51cp09ip1fd90g6jyz6q98gwcg-packages.json.drv building '/nix/store/30bzbb51cp09ip1fd90g6jyz6q98gwcg-packages.json.drv'... Going to be running update for following packages: - python3.11-pyramid-jinja2-2.10.1 Press Enter key to continue... Running update for: - python3.11-pyramid-jinja2-2.10.1: UPDATING ... - python3.11-pyramid-jinja2-2.10.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.pyramid-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.pysolr, using log file: /var/log/nixpkgs-update/python311Packages.pysolr/2024-03-10.log python311Packages.pysolr 0 -> 1 attrpath: python311Packages.pysolr Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/hqb862y13pipqnc5w0hhz1xnlp59kjlp-packages.json.drv building '/nix/store/hqb862y13pipqnc5w0hhz1xnlp59kjlp-packages.json.drv'... Going to be running update for following packages: - python3.11-pysolr-3.9.0 Press Enter key to continue... Running update for: - python3.11-pysolr-3.9.0: UPDATING ... - python3.11-pysolr-3.9.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.pysolr 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.mvord, using log file: /var/log/nixpkgs-update/rPackages.mvord/2024-03-10.log rPackages.mvord 1.1.1 -> 1.2.2 https://repology.org/project/r:mvord/versions attrpath: rPackages.mvord 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.mvord 1.1.1 -> 1.2.2 https://repology.org/project/r:mvord/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.aioboto3, using log file: /var/log/nixpkgs-update/python311Packages.aioboto3/2024-03-10.log python311Packages.aioboto3 0 -> 1 attrpath: python311Packages.aioboto3 Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/bgnm3hzhd8nqfsd524bizgrl6mcga1j4-packages.json.drv building '/nix/store/bgnm3hzhd8nqfsd524bizgrl6mcga1j4-packages.json.drv'... Going to be running update for following packages: - python3.11-aioboto3-12.3.0 Press Enter key to continue... Running update for: - python3.11-aioboto3-12.3.0: UPDATING ... - python3.11-aioboto3-12.3.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.aioboto3 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath tuxmux, using log file: /var/log/nixpkgs-update/tuxmux/2024-03-10.log tuxmux 0.1.1 -> 0.2.1 https://github.com/edeneast/tuxmux/releases attrpath: tuxmux Checking auto update branch... No auto update branch exists There might already be an open PR for this update: - tuxmux: 0.1.1 -> 0.2.1 URL "https://api.github.com/repos/NixOS/nixpkgs/issues/277968" [result] Failed to update tuxmux 0.1.1 -> 0.2.1 https://github.com/edeneast/tuxmux/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.generic, using log file: /var/log/nixpkgs-update/python311Packages.generic/2024-03-10.log python311Packages.generic 0 -> 1 attrpath: python311Packages.generic Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/34wdylsymf563xa904f55gy0ll1mh2xd-packages.json.drv building '/nix/store/34wdylsymf563xa904f55gy0ll1mh2xd-packages.json.drv'... Going to be running update for following packages: - python3.11-generic-1.1.2 Press Enter key to continue... Running update for: - python3.11-generic-1.1.2: UPDATING ... - python3.11-generic-1.1.2: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.generic 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.retry-decorator, using log file: /var/log/nixpkgs-update/python311Packages.retry-decorator/2024-03-10.log python311Packages.retry-decorator 0 -> 1 attrpath: python311Packages.retry-decorator Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/dkqhjn5pgmq4f0fdf1vmyibv614lqx0r-packages.json.drv building '/nix/store/dkqhjn5pgmq4f0fdf1vmyibv614lqx0r-packages.json.drv'... Going to be running update for following packages: - python3.11-retry-decorator-1.1.1 Press Enter key to continue... Running update for: - python3.11-retry-decorator-1.1.1: UPDATING ... - python3.11-retry-decorator-1.1.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.retry-decorator 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.glean-parser, using log file: /var/log/nixpkgs-update/python311Packages.glean-parser/2024-03-10.log python311Packages.glean-parser 0 -> 1 attrpath: python311Packages.glean-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/5qgpiq981zhi56fw3r1mxw1dki8cxfll-packages.json.drv building '/nix/store/5qgpiq981zhi56fw3r1mxw1dki8cxfll-packages.json.drv'... Going to be running update for following packages: - python3.11-glean-parser-11.0.1 Press Enter key to continue... Running update for: - python3.11-glean-parser-11.0.1: UPDATING ... - python3.11-glean-parser-11.0.1: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/glean-parser/default.nix b/pkgs/development/python-modules/glean-parser/default.nix index 380ada5d33a6..69e0689d740b 100644 --- a/pkgs/development/python-modules/glean-parser/default.nix +++ b/pkgs/development/python-modules/glean-parser/default.nix @@ -15,7 +15,7 @@ buildPythonPackage rec { pname = "glean-parser"; - version = "11.0.1"; + version = "13.0.0"; format = "setuptools"; disabled = pythonOlder "3.8"; @@ -23,7 +23,7 @@ buildPythonPackage rec { src = fetchPypi { pname = "glean_parser"; inherit version; - hash = "sha256-eeUjtRsP3c6fbGMJ+oxkMou3BrLWyEelP4ipPQFpXkM="; + hash = "sha256-gzeAyrfgVwNLNSeGIDr5TyGvywCUy+1gEEcfXcIaX5E="; }; postPatch = '' No auto update branch exists [outpaths] eval start [outpaths] eval end Received ExitFailure 1 when running Raw command: /nix/store/1gfp7hiwzpv9aglk2yfa9m49jc0n7pa5-nix-2.18.1/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A python311Packages.glean-parser nix build failed. try: try: h.request(req.get_method(), req.selector, req.data, headers, encode_chunked=req.has_header('Transfer-encoding')) except OSError as err: # timeout error > raise URLError(err) E urllib.error.URLError:  /nix/store/3v2ch16fkl50i85n05h5ckss8pxx6836-python3-3.11.8/lib/python3.11/urllib/request.py:1351: URLError ----------------------------- Captured stderr call ----------------------------- ✨ Your metrics are Glean! ✨ =============================== warnings summary =============================== glean_parser/__init__.py:9 /build/glean_parser-13.0.0/glean_parser/__init__.py:9: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html from pkg_resources import get_distribution, DistributionNotFound tests/test_cli.py::test_translate tests/test_cli.py::test_translate tests/test_cli.py::test_translate tests/test_cli.py::test_translate tests/test_cli.py::test_translate /build/glean_parser-13.0.0/glean_parser/util.py:250: DeprecationWarning: jsonschema.RefResolver is deprecated as of v4.18.0, in favor of the https://github.com/python-jsonschema/referencing library, which provides more compliant referencing behavior as well as more flexible APIs for customization. A future release will remove RefResolver. Please file a feature request (on referencing) if you are missing an API for the kind of customization you need. class NullResolver(jsonschema.RefResolver): -- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html =========================== short test summary info ============================ FAILED tests/test_python_server.py::test_logging - urllib.error.URLError: 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.enum-compat, using log file: /var/log/nixpkgs-update/python311Packages.enum-compat/2024-03-10.log python311Packages.enum-compat 0 -> 1 attrpath: python311Packages.enum-compat Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/nq9f43nsvn5zd766vcqp5a5siqf9hbvv-packages.json.drv building '/nix/store/nq9f43nsvn5zd766vcqp5a5siqf9hbvv-packages.json.drv'... Going to be running update for following packages: - python3.11-enum-compat-0.0.3 Press Enter key to continue... Running update for: - python3.11-enum-compat-0.0.3: UPDATING ... - python3.11-enum-compat-0.0.3: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.enum-compat 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.webhelpers, using log file: /var/log/nixpkgs-update/python311Packages.webhelpers/2024-03-10.log python311Packages.webhelpers 0 -> 1 attrpath: python311Packages.webhelpers Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/mpsmgmkbdsq2rx1pdkxkqjk7clqx4xcf-packages.json.drv building '/nix/store/mpsmgmkbdsq2rx1pdkxkqjk7clqx4xcf-packages.json.drv'... Going to be running update for following packages: - python3.11-WebHelpers-1.3 Press Enter key to continue... Running update for: - python3.11-WebHelpers-1.3: UPDATING ... - python3.11-WebHelpers-1.3: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.webhelpers 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.qimage2ndarray, using log file: /var/log/nixpkgs-update/python311Packages.qimage2ndarray/2024-03-10.log python311Packages.qimage2ndarray 0 -> 1 attrpath: python311Packages.qimage2ndarray Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/174f8kibjmwqlbr8pknh8gclzcgf2rds-packages.json.drv building '/nix/store/174f8kibjmwqlbr8pknh8gclzcgf2rds-packages.json.drv'... Going to be running update for following packages: - python3.11-qimage2ndarray-1.10.0 Press Enter key to continue... Running update for: - python3.11-qimage2ndarray-1.10.0: UPDATING ... - python3.11-qimage2ndarray-1.10.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.qimage2ndarray 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: 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-openid, using log file: /var/log/nixpkgs-update/python311Packages.flask-openid/2024-03-10.log python311Packages.flask-openid 0 -> 1 attrpath: python311Packages.flask-openid Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/2qza93j3lcmhrn5q3kvarpc0rmw5d2i2-packages.json.drv building '/nix/store/2qza93j3lcmhrn5q3kvarpc0rmw5d2i2-packages.json.drv'... Going to be running update for following packages: - python3.11-flask-openid-1.3.0 Press Enter key to continue... Running update for: - python3.11-flask-openid-1.3.0: UPDATING ... - python3.11-flask-openid-1.3.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.flask-openid 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath hfinger, using log file: /var/log/nixpkgs-update/hfinger/2024-03-10.log hfinger 0 -> 1 attrpath: hfinger Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/xng6f3fp0rm481lv62lgjikgvk5vdsbf-packages.json.drv building '/nix/store/xng6f3fp0rm481lv62lgjikgvk5vdsbf-packages.json.drv'... Going to be running update for following packages: - hfinger-0.2.2 Press Enter key to continue... Running update for: - hfinger-0.2.2: UPDATING ... - hfinger-0.2.2: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update hfinger 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.debian, using log file: /var/log/nixpkgs-update/python311Packages.debian/2024-03-10.log python311Packages.debian 0 -> 1 attrpath: python311Packages.debian Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/vk1dnxlflk8ww27igwwi3z3khn0qslzd-packages.json.drv building '/nix/store/vk1dnxlflk8ww27igwwi3z3khn0qslzd-packages.json.drv'... Going to be running update for following packages: - python3.11-python-debian-0.1.49 Press Enter key to continue... Running update for: - python3.11-python-debian-0.1.49: UPDATING ... - python3.11-python-debian-0.1.49: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.debian 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: 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-ipmi, using log file: /var/log/nixpkgs-update/python311Packages.python-ipmi/2024-03-10.log python311Packages.python-ipmi 0 -> 1 attrpath: python311Packages.python-ipmi Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/xwrf3209vj9z1s4114s9bljvqywby43i-packages.json.drv building '/nix/store/xwrf3209vj9z1s4114s9bljvqywby43i-packages.json.drv'... Going to be running update for following packages: - python3.11-python-ipmi-0.5.5 Press Enter key to continue... Running update for: - python3.11-python-ipmi-0.5.5: UPDATING ... - python3.11-python-ipmi-0.5.5: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.python-ipmi 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath cinelerra, using log file: /var/log/nixpkgs-update/cinelerra/2024-03-10.log cinelerra 2023-01-29 -> 20230930 https://repology.org/project/cinelerra/versions attrpath: cinelerra 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/video/cinelerra/default.nix b/pkgs/applications/video/cinelerra/default.nix index 972a68e04f03..e99481894cbe 100644 --- a/pkgs/applications/video/cinelerra/default.nix +++ b/pkgs/applications/video/cinelerra/default.nix @@ -44,13 +44,13 @@ stdenv.mkDerivation { pname = "cinelerra-cv"; - version = "unstable-2023-01-29"; + version = "unstable-20230930"; src = fetchFromGitHub { owner = "cinelerra-cv-team"; repo = "cinelerra-cv"; rev = "bb00ac6b70fcf3cf419348b56f9b264bc01c1a89"; - sha256 = "11965kb3d7xcvlcf8p7jlzk9swk5i78x7wja4s3043wlzmqmwv0q"; + sha256 = "sha256-GGxecf2UDwKGJkry09GJZXKd5qfyXOQY3ayfNtYsJoU="; }; preConfigure = '' Source url did not change. [result] Failed to update cinelerra 2023-01-29 -> 20230930 https://repology.org/project/cinelerra/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath librdf_raptor, using log file: /var/log/nixpkgs-update/librdf_raptor/2024-03-10.log librdf_raptor 1.4.21 -> 2.0.16 https://repology.org/project/raptor/versions attrpath: librdf_raptor 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/nvq2x935pn9347zyvxa12mafx9aw5vnf-raptor-2.0.16.tar.gz.drv building '/nix/store/nvq2x935pn9347zyvxa12mafx9aw5vnf-raptor-2.0.16.tar.gz.drv'... trying http://download.librdf.org/source/raptor-2.0.16.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 263 100 263 0 0 564 0 --:--:-- --:--:-- --:--:-- 563 0 931 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 error: cannot download raptor-2.0.16.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 'librdf_raptor.originalSrc' not found stderr did not split as expected full stderr was: these 2 derivations will be built: /nix/store/nvq2x935pn9347zyvxa12mafx9aw5vnf-raptor-2.0.16.tar.gz.drv /nix/store/cc5y7n377q1qmkrj0hvw27a7xn5g5rhw-raptor-2.0.16.drv building '/nix/store/nvq2x935pn9347zyvxa12mafx9aw5vnf-raptor-2.0.16.tar.gz.drv'... trying http://download.librdf.org/source/raptor-2.0.16.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 263 100 263 0 0 779 0 --:--:-- --:--:-- --:--:-- 780 0 931 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 error: cannot download raptor-2.0.16.tar.gz from any mirror error: builder for '/nix/store/nvq2x935pn9347zyvxa12mafx9aw5vnf-raptor-2.0.16.tar.gz.drv' failed with exit code 1; last 8 log lines: > > trying http://download.librdf.org/source/raptor-2.0.16.tar.gz > % Total % Received % Xferd Average Speed Time Time Time Current > Dload Upload Total Spent Left Speed > 100 263 100 263 0 0 779 0 --:--:-- --:--:-- --:--:-- 780 > 0 931 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 > curl: (22) The requested URL returned error: 404 > error: cannot download raptor-2.0.16.tar.gz from any mirror For full logs, run 'nix log /nix/store/nvq2x935pn9347zyvxa12mafx9aw5vnf-raptor-2.0.16.tar.gz.drv'. error: 1 dependencies of derivation '/nix/store/cc5y7n377q1qmkrj0hvw27a7xn5g5rhw-raptor-2.0.16.drv' failed to build [result] Failed to update librdf_raptor 1.4.21 -> 2.0.16 https://repology.org/project/raptor/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.qiskit-aer, using log file: /var/log/nixpkgs-update/python311Packages.qiskit-aer/2024-03-10.log python311Packages.qiskit-aer 0 -> 1 attrpath: python311Packages.qiskit-aer Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/gcz2jj147gwz1ry84i958bszb38fff79-packages.json.drv building '/nix/store/gcz2jj147gwz1ry84i958bszb38fff79-packages.json.drv'... Going to be running update for following packages: - python3.11-qiskit-aer-0.13.1 Press Enter key to continue... Running update for: - python3.11-qiskit-aer-0.13.1: UPDATING ... - python3.11-qiskit-aer-0.13.1: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/qiskit-aer/default.nix b/pkgs/development/python-modules/qiskit-aer/default.nix index c8c6883342f6..6f6f42f8fd76 100644 --- a/pkgs/development/python-modules/qiskit-aer/default.nix +++ b/pkgs/development/python-modules/qiskit-aer/default.nix @@ -31,7 +31,7 @@ buildPythonPackage rec { pname = "qiskit-aer"; - version = "0.13.1"; + version = "0.13.3"; format = "pyproject"; disabled = pythonOlder "3.6"; @@ -40,7 +40,7 @@ buildPythonPackage rec { owner = "Qiskit"; repo = "qiskit-aer"; rev = "refs/tags/${version}"; - hash = "sha256-GxQgqCUDwalgM9m+XeRiZCRL93KrCSUPoLvDgHJJGCQ="; + hash = "sha256-xE5P4o6/I8Y/trK0e8GQ0oAOAyMvYWfzyuVvAoZExwk="; }; postPatch = '' No auto update branch exists [outpaths] eval start [outpaths] eval end Update edits cause no rebuilds. [result] Failed to update python311Packages.qiskit-aer 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.aiosmtplib, using log file: /var/log/nixpkgs-update/python311Packages.aiosmtplib/2024-03-10.log python311Packages.aiosmtplib 0 -> 1 attrpath: python311Packages.aiosmtplib Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/4h6r2g454ng1sk71vkqd3zbvmb3xqzzc-packages.json.drv building '/nix/store/4h6r2g454ng1sk71vkqd3zbvmb3xqzzc-packages.json.drv'... Going to be running update for following packages: - python3.11-aiosmtplib-3.0.1 Press Enter key to continue... Running update for: - python3.11-aiosmtplib-3.0.1: UPDATING ... - python3.11-aiosmtplib-3.0.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.aiosmtplib 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.pyclipper, using log file: /var/log/nixpkgs-update/python311Packages.pyclipper/2024-03-10.log python311Packages.pyclipper 0 -> 1 attrpath: python311Packages.pyclipper Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/5scpspx6k637r8ssmd1dagjpq8hi2b3c-packages.json.drv building '/nix/store/5scpspx6k637r8ssmd1dagjpq8hi2b3c-packages.json.drv'... Going to be running update for following packages: - python3.11-pyclipper-1.3.0.post5 Press Enter key to continue... Running update for: - python3.11-pyclipper-1.3.0.post5: UPDATING ... - python3.11-pyclipper-1.3.0.post5: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.pyclipper 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.igraph, using log file: /var/log/nixpkgs-update/python311Packages.igraph/2024-03-10.log python311Packages.igraph 0 -> 1 attrpath: python311Packages.igraph Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/rkhabn7ax17rj7azi45kw2bsgkcnqyw9-packages.json.drv building '/nix/store/rkhabn7ax17rj7azi45kw2bsgkcnqyw9-packages.json.drv'... Going to be running update for following packages: - python3.11-igraph-0.11.4 Press Enter key to continue... Running update for: - python3.11-igraph-0.11.4: UPDATING ... - python3.11-igraph-0.11.4: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.igraph 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.proto-plus, using log file: /var/log/nixpkgs-update/python311Packages.proto-plus/2024-03-10.log python311Packages.proto-plus 0 -> 1 attrpath: python311Packages.proto-plus Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/b4n6mpbz39cj10nr04db6nw8k59vs1w6-packages.json.drv building '/nix/store/b4n6mpbz39cj10nr04db6nw8k59vs1w6-packages.json.drv'... Going to be running update for following packages: - python3.11-proto-plus-1.22.3 Press Enter key to continue... Running update for: - python3.11-proto-plus-1.22.3: UPDATING ... - python3.11-proto-plus-1.22.3: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/proto-plus/default.nix b/pkgs/development/python-modules/proto-plus/default.nix index a6c49c51b722..e7997e71b7a8 100644 --- a/pkgs/development/python-modules/proto-plus/default.nix +++ b/pkgs/development/python-modules/proto-plus/default.nix @@ -10,13 +10,13 @@ buildPythonPackage rec { pname = "proto-plus"; - version = "1.22.3"; + version = "1.23.0"; format = "setuptools"; disabled = !isPy3k; src = fetchPypi { inherit pname version; - hash = "sha256-/c0JcTy9QkgHQNL+KcmQ9/vYhaZ+/DKKqL5u4+n3ams="; + hash = "sha256-iQdRce8RmIs/oVf129i5zwnWX//ul+Kc5APNje+6GdI="; }; propagatedBuildInputs = [ protobuf ]; No auto update branch exists [outpaths] eval start [outpaths] eval end Python package with too many package rebuilds 240 > 25 [result] Failed to update python311Packages.proto-plus 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath open-stage-control, using log file: /var/log/nixpkgs-update/open-stage-control/2024-03-10.log open-stage-control 0 -> 1 attrpath: open-stage-control 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/yjd90gslw7ak9a6jrsvya1r40272hrkw-packages.json.drv building '/nix/store/yjd90gslw7ak9a6jrsvya1r40272hrkw-packages.json.drv'... Going to be running update for following packages: - open-stage-control-1.26.1 Press Enter key to continue... Running update for: - open-stage-control-1.26.1: UPDATING ... - open-stage-control-1.26.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update open-stage-control 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.pylzma, using log file: /var/log/nixpkgs-update/python311Packages.pylzma/2024-03-10.log python311Packages.pylzma 0 -> 1 attrpath: python311Packages.pylzma Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/3jn505pajh53yklx1vn7fmkpxfnylxc5-packages.json.drv building '/nix/store/3jn505pajh53yklx1vn7fmkpxfnylxc5-packages.json.drv'... Going to be running update for following packages: - python3.11-pylzma-0.5.0 Press Enter key to continue... Running update for: - python3.11-pylzma-0.5.0: UPDATING ... - python3.11-pylzma-0.5.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.pylzma 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.pyrect, using log file: /var/log/nixpkgs-update/python311Packages.pyrect/2024-03-10.log python311Packages.pyrect 0 -> 1 attrpath: python311Packages.pyrect Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/pix8758npj3ys04h0ykw68klhai48x98-packages.json.drv building '/nix/store/pix8758npj3ys04h0ykw68klhai48x98-packages.json.drv'... Going to be running update for following packages: - python3.11-pyrect-0.2.0 Press Enter key to continue... Running update for: - python3.11-pyrect-0.2.0: UPDATING ... - python3.11-pyrect-0.2.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.pyrect 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.zfec, using log file: /var/log/nixpkgs-update/python311Packages.zfec/2024-03-10.log python311Packages.zfec 0 -> 1 attrpath: python311Packages.zfec Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/a2kn04rdf0raizj2silzx6sxgpqxiz9s-packages.json.drv building '/nix/store/a2kn04rdf0raizj2silzx6sxgpqxiz9s-packages.json.drv'... Going to be running update for following packages: - python3.11-zfec-1.5.7.4 Press Enter key to continue... Running update for: - python3.11-zfec-1.5.7.4: UPDATING ... - python3.11-zfec-1.5.7.4: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.zfec 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.RSQLite, using log file: /var/log/nixpkgs-update/rPackages.RSQLite/2024-03-10.log rPackages.RSQLite 2.3.4 -> 2.3.5 https://repology.org/project/r:rsqlite/versions attrpath: rPackages.RSQLite Checking auto update branch... No auto update branch exists Old version 2.3.4" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; configurePhase = '' runHook preConfigure export R_LIBS_SITE="$R_LIBS_SITE''${R_LIBS_SITE:+:}$out/library" runHook postConfigure ''; buildPhase = '' runHook preBuild runHook postBuild ''; installFlags = if attrs.doCheck or true then [] else [ "--no-test-load" ]; rCommand = if requireX then # Unfortunately, xvfb-run has a race condition even with -a option, so that # we acquire a lock explicitly. "flock ${xvfb-run} xvfb-run -a -e xvfb-error R" else "R"; installPhase = '' runHook preInstall mkdir -p $out/library $rCommand CMD INSTALL --built-timestamp='1970-01-01 00:00:00 UTC' $installFlags --configure-args="$configureFlags" -l $out/library . runHook postInstall ''; postFixup = '' if test -e $out/nix-support/propagated-build-inputs; then ln -s $out/nix-support/propagated-build-inputs $out/nix-support/propagated-user-env-packages fi ''; checkPhase = '' # noop since R CMD INSTALL tests packages ''; } // attrs // { name = "r-" + name; }) [result] Failed to update rPackages.RSQLite 2.3.4 -> 2.3.5 https://repology.org/project/r:rsqlite/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.txgithub, using log file: /var/log/nixpkgs-update/python311Packages.txgithub/2024-03-10.log python311Packages.txgithub 0 -> 1 attrpath: python311Packages.txgithub Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/jvs109zazlg5n9yawysbvjbpr5p7shza-packages.json.drv building '/nix/store/jvs109zazlg5n9yawysbvjbpr5p7shza-packages.json.drv'... Going to be running update for following packages: - python3.11-txgithub-15.0.0 Press Enter key to continue... Running update for: - python3.11-txgithub-15.0.0: UPDATING ... - python3.11-txgithub-15.0.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.txgithub 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: 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-countries, using log file: /var/log/nixpkgs-update/python311Packages.django-countries/2024-03-10.log python311Packages.django-countries 0 -> 1 attrpath: python311Packages.django-countries Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/3w39sj1vbx9dczy7ll6irc0kwlsb0n26-packages.json.drv building '/nix/store/3w39sj1vbx9dczy7ll6irc0kwlsb0n26-packages.json.drv'... Going to be running update for following packages: - python3.11-django-countries-7.5.1 Press Enter key to continue... Running update for: - python3.11-django-countries-7.5.1: UPDATING ... - python3.11-django-countries-7.5.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.django-countries 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.ledgerblue, using log file: /var/log/nixpkgs-update/python311Packages.ledgerblue/2024-03-10.log python311Packages.ledgerblue 0 -> 1 attrpath: python311Packages.ledgerblue Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/z65as5cix55rllmbaxsp7b62daj9wj11-packages.json.drv building '/nix/store/z65as5cix55rllmbaxsp7b62daj9wj11-packages.json.drv'... Going to be running update for following packages: - python3.11-ledgerblue-0.1.48 Press Enter key to continue... Running update for: - python3.11-ledgerblue-0.1.48: UPDATING ... - python3.11-ledgerblue-0.1.48: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.ledgerblue 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath haskellPackages.identicon, using log file: /var/log/nixpkgs-update/haskellPackages.identicon/2024-03-10.log haskellPackages.identicon 0.2.2 -> 0.2.3 https://repology.org/project/haskell:identicon/versions attrpath: haskellPackages.identicon Checking auto update branch... No auto update branch exists Derivation file says not to edit it [result] Failed to update haskellPackages.identicon 0.2.2 -> 0.2.3 https://repology.org/project/haskell:identicon/versions [options] github_user: r-ryantm, pull_request: YES, batch_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-printers, using log file: /var/log/nixpkgs-update/pantheon.switchboard-plug-printers/2024-03-10.log pantheon.switchboard-plug-printers 0 -> 1 attrpath: pantheon.switchboard-plug-printers Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/n9bbmkl90gw63m1bj9pjz9i3r2r7km87-packages.json.drv building '/nix/store/n9bbmkl90gw63m1bj9pjz9i3r2r7km87-packages.json.drv'... Going to be running update for following packages: - switchboard-plug-printers-2.2.1 Press Enter key to continue... Running update for: - switchboard-plug-printers-2.2.1: UPDATING ... - switchboard-plug-printers-2.2.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update pantheon.switchboard-plug-printers 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath aws-c-auth, using log file: /var/log/nixpkgs-update/aws-c-auth/2024-03-10.log aws-c-auth 0.7.10 -> 0.7.16 https://repology.org/project/aws-c-auth/versions attrpath: aws-c-auth Checking auto update branch... An auto update branch exists with message `aws-c-auth: 0.7.10 -> 0.7.16`. New version is 0.7.16. An auto update branch exists with an equal or greater version [result] Failed to update aws-c-auth 0.7.10 -> 0.7.16 https://repology.org/project/aws-c-auth/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath crosvm, using log file: /var/log/nixpkgs-update/crosvm/2024-03-10.log crosvm 0 -> 1 attrpath: crosvm 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/aycf7rq18fk8cjb8s0mksnpj4pna5fb4-packages.json.drv building '/nix/store/aycf7rq18fk8cjb8s0mksnpj4pna5fb4-packages.json.drv'... Going to be running update for following packages: - crosvm-121.3 Press Enter key to continue... Running update for: - crosvm-121.3: UPDATING ... - crosvm-121.3: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/applications/virtualization/crosvm/default.nix b/pkgs/applications/virtualization/crosvm/default.nix index 3e70bd390e16..a8d5c2b477a0 100644 --- a/pkgs/applications/virtualization/crosvm/default.nix +++ b/pkgs/applications/virtualization/crosvm/default.nix @@ -5,12 +5,12 @@ rustPlatform.buildRustPackage rec { pname = "crosvm"; - version = "121.3"; + version = "122.1"; src = fetchgit { url = "https://chromium.googlesource.com/chromiumos/platform/crosvm"; - rev = "1e7125327a29b7b7a0593caf339d382728c55cf6"; - sha256 = "Rjs46TtOhFZxqnEyqa4IyrRs7HnDZ/DJZ9DPEe7Oux0="; + rev = "562d81eb28a49ed6e0d771a430c21a458cdd33f9"; + sha256 = "l5sIUInOhhkn3ernQLIEwEpRCyICDH/1k4C/aidy1/I="; fetchSubmodules = true; }; No auto update branch exists [outpaths] eval start [outpaths] eval end Received ExitFailure 1 when running Raw command: /nix/store/1gfp7hiwzpv9aglk2yfa9m49jc0n7pa5-nix-2.18.1/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A crosvm Received ExitFailure 1 when running Raw command: /nix/store/1gfp7hiwzpv9aglk2yfa9m49jc0n7pa5-nix-2.18.1/bin/nix --extra-experimental-features nix-command log -f . crosvm Standard output: error: build log of 'crosvm' is not available [result] Failed to update crosvm 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.picos, using log file: /var/log/nixpkgs-update/python311Packages.picos/2024-03-10.log python311Packages.picos 0 -> 1 attrpath: python311Packages.picos Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/6yfh1czmxpq20vx71frjv1bzh960i3k1-packages.json.drv building '/nix/store/6yfh1czmxpq20vx71frjv1bzh960i3k1-packages.json.drv'... Going to be running update for following packages: - python3.11-picos-2.0 Press Enter key to continue... Running update for: - python3.11-picos-2.0: UPDATING ... - python3.11-picos-2.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.picos 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.speechbrain, using log file: /var/log/nixpkgs-update/python311Packages.speechbrain/2024-03-10.log python311Packages.speechbrain 0 -> 1 attrpath: python311Packages.speechbrain Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/m99lry0s48wvfphzcnwgkn49bf7lyww8-packages.json.drv building '/nix/store/m99lry0s48wvfphzcnwgkn49bf7lyww8-packages.json.drv'... Going to be running update for following packages: - python3.11-speechbrain-1.0.0 Press Enter key to continue... Running update for: - python3.11-speechbrain-1.0.0: UPDATING ... - python3.11-speechbrain-1.0.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.speechbrain 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath obs-studio-plugins.obs-backgroundremoval, using log file: /var/log/nixpkgs-update/obs-studio-plugins.obs-backgroundremoval/2024-03-10.log obs-studio-plugins.obs-backgroundremoval 0.5.16 -> 1.1.10 https://github.com/royshil/obs-backgroundremoval/releases attrpath: obs-studio-plugins.obs-backgroundremoval Checking auto update branch... No auto update branch exists There might already be an open PR for this update: - obs-studio-plugins.obs-backgroundremoval: 0.5.16 -> 1.1.10 URL "https://api.github.com/repos/NixOS/nixpkgs/issues/230775" [result] Failed to update obs-studio-plugins.obs-backgroundremoval 0.5.16 -> 1.1.10 https://github.com/royshil/obs-backgroundremoval/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.pyhomematic, using log file: /var/log/nixpkgs-update/python311Packages.pyhomematic/2024-03-10.log python311Packages.pyhomematic 0 -> 1 attrpath: python311Packages.pyhomematic Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/r41z3mp22b56wvmfr0ajxrdcnpaz1x9l-packages.json.drv building '/nix/store/r41z3mp22b56wvmfr0ajxrdcnpaz1x9l-packages.json.drv'... Going to be running update for following packages: - python3.11-pyhomematic-0.1.78 Press Enter key to continue... Running update for: - python3.11-pyhomematic-0.1.78: UPDATING ... - python3.11-pyhomematic-0.1.78: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.pyhomematic 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath tutanota-desktop, using log file: /var/log/nixpkgs-update/tutanota-desktop/2024-03-10.log tutanota-desktop 3.122.5 -> 218.240305.0 https://repology.org/project/tutanota-desktop/versions attrpath: tutanota-desktop Checking auto update branch... No auto update branch exists Old version 3.122.5" not present in master derivation file with contents: { lib , appimageTools , fetchurl }: appimageTools.wrapType2 rec { pname = "tutanota-desktop"; version = "218.240227.0"; src = fetchurl { url = "https://github.com/tutao/tutanota/releases/download/tutanota-desktop-release-${version}/tutanota-desktop-linux.AppImage"; hash = "sha256-Ks046Z2jycOb63q3g16nJrHpaH0FJH+c+ZGTldfHllI="; }; extraPkgs = pkgs: (appimageTools.defaultFhsEnvArgs.multiPkgs pkgs) ++ [ pkgs.libsecret ]; extraInstallCommands = let appimageContents = appimageTools.extract { inherit pname version src; }; in '' mv $out/bin/${pname}-${version} $out/bin/${pname} install -Dm 444 ${appimageContents}/tutanota-desktop.desktop -t $out/share/applications install -Dm 444 ${appimageContents}/tutanota-desktop.png -t $out/share/pixmaps substituteInPlace $out/share/applications/tutanota-desktop.desktop \ --replace 'Exec=AppRun' 'Exec=${pname}' ''; meta = with lib; { description = "Tuta official desktop client"; homepage = "https://tuta.com/"; changelog = "https://github.com/tutao/tutanota/releases/tag/tutanota-desktop-release-${version}"; license = licenses.gpl3Only; sourceProvenance = with sourceTypes; [ binaryNativeCode ]; maintainers = with maintainers; [ wolfangaukang ]; mainProgram = "tutanota-desktop"; platforms = [ "x86_64-linux" ]; }; } [result] Failed to update tutanota-desktop 3.122.5 -> 218.240305.0 https://repology.org/project/tutanota-desktop/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.watchgod, using log file: /var/log/nixpkgs-update/python311Packages.watchgod/2024-03-10.log python311Packages.watchgod 0 -> 1 attrpath: python311Packages.watchgod Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/igzb8pff6n8g16yiyk1k3h3i26i2li9h-packages.json.drv building '/nix/store/igzb8pff6n8g16yiyk1k3h3i26i2li9h-packages.json.drv'... Going to be running update for following packages: - python3.11-watchgod-0.8.2 Press Enter key to continue... Running update for: - python3.11-watchgod-0.8.2: UPDATING ... - python3.11-watchgod-0.8.2: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.watchgod 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.pycxx, using log file: /var/log/nixpkgs-update/python311Packages.pycxx/2024-03-10.log python311Packages.pycxx 0 -> 1 attrpath: python311Packages.pycxx Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/09bsidknrxw51j1rphc4w5gsi5xh16sv-packages.json.drv building '/nix/store/09bsidknrxw51j1rphc4w5gsi5xh16sv-packages.json.drv'... Going to be running update for following packages: - python3.11-pycxx-7.1.4 Press Enter key to continue... Running update for: - python3.11-pycxx-7.1.4: UPDATING ... - python3.11-pycxx-7.1.4: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.pycxx 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.tika, using log file: /var/log/nixpkgs-update/python311Packages.tika/2024-03-10.log python311Packages.tika 0 -> 1 attrpath: python311Packages.tika Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/y7w47940nqqlj5szvky3am3lxjh9fvji-packages.json.drv building '/nix/store/y7w47940nqqlj5szvky3am3lxjh9fvji-packages.json.drv'... Going to be running update for following packages: - python3.11-tika-2.6.0 Press Enter key to continue... Running update for: - python3.11-tika-2.6.0: UPDATING ... - python3.11-tika-2.6.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.tika 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.robotframework-pythonlibcore, using log file: /var/log/nixpkgs-update/python311Packages.robotframework-pythonlibcore/2024-03-10.log python311Packages.robotframework-pythonlibcore 0 -> 1 attrpath: python311Packages.robotframework-pythonlibcore Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/070mx8ss9wxbq3ahgm8f66cgn6lrb939-packages.json.drv building '/nix/store/070mx8ss9wxbq3ahgm8f66cgn6lrb939-packages.json.drv'... Going to be running update for following packages: - python3.11-robotframework-pythonlibcore-4.3.0 Press Enter key to continue... Running update for: - python3.11-robotframework-pythonlibcore-4.3.0: UPDATING ... - python3.11-robotframework-pythonlibcore-4.3.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.robotframework-pythonlibcore 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: 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-cim, using log file: /var/log/nixpkgs-update/python311Packages.dissect-cim/2024-03-10.log python311Packages.dissect-cim 0 -> 1 attrpath: python311Packages.dissect-cim Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/d55nx2l7lg359bzrdm1szw97bxh52fdg-packages.json.drv building '/nix/store/d55nx2l7lg359bzrdm1szw97bxh52fdg-packages.json.drv'... Going to be running update for following packages: - python3.11-dissect-cim-3.8 Press Enter key to continue... Running update for: - python3.11-dissect-cim-3.8: UPDATING ... - python3.11-dissect-cim-3.8: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.dissect-cim 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.flickrapi, using log file: /var/log/nixpkgs-update/python311Packages.flickrapi/2024-03-10.log python311Packages.flickrapi 0 -> 1 attrpath: python311Packages.flickrapi Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/8388gs7j406m011ws3m31vr6qylv9qm0-packages.json.drv building '/nix/store/8388gs7j406m011ws3m31vr6qylv9qm0-packages.json.drv'... Going to be running update for following packages: - python3.11-flickrapi-2.4 Press Enter key to continue... Running update for: - python3.11-flickrapi-2.4: UPDATING ... - python3.11-flickrapi-2.4: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.flickrapi 0 -> 1 [options] github_user: r-ryantm, pull_request: 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-windowck-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.solc-select, using log file: /var/log/nixpkgs-update/python311Packages.solc-select/2024-03-10.log python311Packages.solc-select 0 -> 1 attrpath: python311Packages.solc-select Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/ypdx8jwlp7v3wqcp0byp9v3zbrdmffyz-packages.json.drv building '/nix/store/ypdx8jwlp7v3wqcp0byp9v3zbrdmffyz-packages.json.drv'... Going to be running update for following packages: - python3.11-solc-select-1.0.4 Press Enter key to continue... Running update for: - python3.11-solc-select-1.0.4: UPDATING ... - python3.11-solc-select-1.0.4: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.solc-select 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath valgrind, using log file: /var/log/nixpkgs-update/valgrind/2024-03-10.log valgrind 0 -> 1 attrpath: valgrind 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/7sisz7xbzbq02cydr011vyjwxy0wl0yl-update-valgrind.drv /nix/store/scv9xb1rm39l7m1mw2nchj9jyv5036gk-packages.json.drv building '/nix/store/7sisz7xbzbq02cydr011vyjwxy0wl0yl-update-valgrind.drv'... building '/nix/store/scv9xb1rm39l7m1mw2nchj9jyv5036gk-packages.json.drv'... Going to be running update for following packages: - valgrind-3.22.0 Press Enter key to continue... Running update for: - valgrind-3.22.0: UPDATING ... - valgrind-3.22.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update valgrind 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath nextcloud-news-updater, using log file: /var/log/nixpkgs-update/nextcloud-news-updater/2024-03-10.log nextcloud-news-updater 0 -> 1 attrpath: nextcloud-news-updater Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/2pyaig49cxv9vyg0m8l2c5sn73swfapf-packages.json.drv building '/nix/store/2pyaig49cxv9vyg0m8l2c5sn73swfapf-packages.json.drv'... Going to be running update for following packages: - nextcloud-news-updater-11.0.0 Press Enter key to continue... Running update for: - nextcloud-news-updater-11.0.0: UPDATING ... - nextcloud-news-updater-11.0.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update nextcloud-news-updater 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath tcpkali, using log file: /var/log/nixpkgs-update/tcpkali/2024-03-10.log tcpkali 1.1.1 -> 1.1.1.20180104 https://repology.org/project/tcpkali/versions attrpath: tcpkali 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/kl2c8aj5lvz57hdp6170p7sg4jb82hrd-source.drv building '/nix/store/kl2c8aj5lvz57hdp6170p7sg4jb82hrd-source.drv'... trying https://github.com/machinezone/tcpkali/archive/v1.1.1.20180104.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 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 'tcpkali.originalSrc' not found stderr did not split as expected full stderr was: these 2 derivations will be built: /nix/store/kl2c8aj5lvz57hdp6170p7sg4jb82hrd-source.drv /nix/store/bvwyf9h58lsfscfxs146rdhmwddn8c6p-tcpkali-1.1.1.20180104.drv building '/nix/store/kl2c8aj5lvz57hdp6170p7sg4jb82hrd-source.drv'... trying https://github.com/machinezone/tcpkali/archive/v1.1.1.20180104.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 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/kl2c8aj5lvz57hdp6170p7sg4jb82hrd-source.drv' failed with exit code 1; last 9 log lines: > > trying https://github.com/machinezone/tcpkali/archive/v1.1.1.20180104.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 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/kl2c8aj5lvz57hdp6170p7sg4jb82hrd-source.drv'. error: 1 dependencies of derivation '/nix/store/bvwyf9h58lsfscfxs146rdhmwddn8c6p-tcpkali-1.1.1.20180104.drv' failed to build [result] Failed to update tcpkali 1.1.1 -> 1.1.1.20180104 https://repology.org/project/tcpkali/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rust-analyzer-unwrapped, using log file: /var/log/nixpkgs-update/rust-analyzer-unwrapped/2024-03-10.log rust-analyzer-unwrapped 0 -> 1 attrpath: rust-analyzer-unwrapped 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/mqsc3a49flc0c817g9q6c3ih7iafd2nw-packages.json.drv building '/nix/store/mqsc3a49flc0c817g9q6c3ih7iafd2nw-packages.json.drv'... Going to be running update for following packages: - rust-analyzer-unwrapped-2024-02-26 Press Enter key to continue... Running update for: - rust-analyzer-unwrapped-2024-02-26: UPDATING ... - rust-analyzer-unwrapped-2024-02-26: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/tools/rust/rust-analyzer/default.nix b/pkgs/development/tools/rust/rust-analyzer/default.nix index e202baeb92f6..d69d442adc49 100644 --- a/pkgs/development/tools/rust/rust-analyzer/default.nix +++ b/pkgs/development/tools/rust/rust-analyzer/default.nix @@ -13,14 +13,14 @@ rustPlatform.buildRustPackage rec { pname = "rust-analyzer-unwrapped"; - version = "2024-02-26"; - cargoSha256 = "sha256-qlLHynifRrMo1ZHFKDTXjsUnF6BFiiBH87ILBWCkDmE="; + version = "2024-03-04"; + cargoSha256 = "sha256-WsTUUQ1Ots3Yk5bnl1UnX1pUZ8I3he3cBpxD9YBJmWg="; src = fetchFromGitHub { owner = "rust-lang"; repo = "rust-analyzer"; rev = version; - sha256 = "sha256-IBHMNEe3lspVdIzjpM2OVZiBFmFw1DKtdgVN5G41pRc="; + sha256 = "sha256-tcRhmqGOsvT9ah+rU4+giH18iU+sKPAn6hgpT2sjrg0="; }; cargoBuildFlags = [ "--bin" "rust-analyzer" "--bin" "rust-analyzer-proc-macro-srv" ]; No auto update branch exists There might already be an open PR for this update: - rust-analyzer-unwrapped: 2024-02-26 -> 2024-03-04 URL "https://api.github.com/repos/NixOS/nixpkgs/issues/293307" [result] Failed to update rust-analyzer-unwrapped 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.micromapST, using log file: /var/log/nixpkgs-update/rPackages.micromapST/2024-03-10.log rPackages.micromapST 3.0.1 -> 3.0.2 https://repology.org/project/r:micromapst/versions attrpath: rPackages.micromapST Checking auto update branch... No auto update branch exists Old version 3.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.micromapST 3.0.1 -> 3.0.2 https://repology.org/project/r:micromapst/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: 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-hanaonazure, using log file: /var/log/nixpkgs-update/python311Packages.azure-mgmt-hanaonazure/2024-03-10.log python311Packages.azure-mgmt-hanaonazure 0 -> 1 attrpath: python311Packages.azure-mgmt-hanaonazure Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/wc49rh42gvrrv25sjfjnv2sgvvywca5k-packages.json.drv building '/nix/store/wc49rh42gvrrv25sjfjnv2sgvvywca5k-packages.json.drv'... Going to be running update for following packages: - python3.11-azure-mgmt-hanaonazure-1.0.0 Press Enter key to continue... Running update for: - python3.11-azure-mgmt-hanaonazure-1.0.0: UPDATING ... - python3.11-azure-mgmt-hanaonazure-1.0.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.azure-mgmt-hanaonazure 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath pcp, using log file: /var/log/nixpkgs-update/pcp/2024-03-10.log pcp 0.4.0 -> 6.2.0 https://repology.org/project/pcp/versions attrpath: pcp 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/ksr355z510rz7g3izg131yp93fszsyd7-source.drv building '/nix/store/ksr355z510rz7g3izg131yp93fszsyd7-source.drv'... trying https://github.com/dennis-tra/pcp/archive/v6.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 'pcp.originalSrc' not found stderr did not split as expected full stderr was: these 3 derivations will be built: /nix/store/ksr355z510rz7g3izg131yp93fszsyd7-source.drv /nix/store/l44i05a9w0p5ilq5r9qykihk1j6bnjpv-pcp-6.2.0-go-modules.drv /nix/store/dq67w898srk6clxx1707jlcdn3x68qbw-pcp-6.2.0.drv building '/nix/store/ksr355z510rz7g3izg131yp93fszsyd7-source.drv'... trying https://github.com/dennis-tra/pcp/archive/v6.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/ksr355z510rz7g3izg131yp93fszsyd7-source.drv' failed with exit code 1; last 8 log lines: > > trying https://github.com/dennis-tra/pcp/archive/v6.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/ksr355z510rz7g3izg131yp93fszsyd7-source.drv'. error: 1 dependencies of derivation '/nix/store/dq67w898srk6clxx1707jlcdn3x68qbw-pcp-6.2.0.drv' failed to build [result] Failed to update pcp 0.4.0 -> 6.2.0 https://repology.org/project/pcp/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath sftpman, using log file: /var/log/nixpkgs-update/sftpman/2024-03-10.log sftpman 0 -> 1 attrpath: sftpman Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/zvrmrliy7gmqd81v1pqb59qv3id46k8w-packages.json.drv building '/nix/store/zvrmrliy7gmqd81v1pqb59qv3id46k8w-packages.json.drv'... Going to be running update for following packages: - sftpman-1.2.2 Press Enter key to continue... Running update for: - sftpman-1.2.2: UPDATING ... - sftpman-1.2.2: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update sftpman 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath sloth, using log file: /var/log/nixpkgs-update/sloth/2024-03-10.log sloth 0.11.0 -> 3.2 https://repology.org/project/sloth/versions attrpath: sloth 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/4aphjqabsd73v74hj75xmbrwncckjfif-source.drv building '/nix/store/4aphjqabsd73v74hj75xmbrwncckjfif-source.drv'... trying https://github.com/slok/sloth/archive/v3.2.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 14 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 error: cannot download source from any mirror error: boost::bad_format_string: format-string is ill-formed stderr did not split as expected full stderr was: error: attribute 'originalSrc' in selection path 'sloth.originalSrc' not found stderr did not split as expected full stderr was: these 3 derivations will be built: /nix/store/4aphjqabsd73v74hj75xmbrwncckjfif-source.drv /nix/store/bgrrlnzz8jcwqc0fpfji839ybwim1dzc-sloth-3.2-go-modules.drv /nix/store/xhi5156r480pmdq0p7jwzwabpvb2w06b-sloth-3.2.drv building '/nix/store/4aphjqabsd73v74hj75xmbrwncckjfif-source.drv'... trying https://github.com/slok/sloth/archive/v3.2.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 14 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 error: cannot download source from any mirror error: builder for '/nix/store/4aphjqabsd73v74hj75xmbrwncckjfif-source.drv' failed with exit code 1; last 8 log lines: > > trying https://github.com/slok/sloth/archive/v3.2.tar.gz > % Total % Received % Xferd Average Speed Time Time Time Current > Dload Upload Total Spent Left Speed > 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 > 0 14 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 > curl: (22) The requested URL returned error: 404 > error: cannot download source from any mirror For full logs, run 'nix log /nix/store/4aphjqabsd73v74hj75xmbrwncckjfif-source.drv'. error: 1 dependencies of derivation '/nix/store/xhi5156r480pmdq0p7jwzwabpvb2w06b-sloth-3.2.drv' failed to build [result] Failed to update sloth 0.11.0 -> 3.2 https://repology.org/project/sloth/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath filebench, using log file: /var/log/nixpkgs-update/filebench/2024-03-10.log filebench 1.4.9.1 -> 1.5.a3.27 https://repology.org/project/filebench/versions attrpath: filebench 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/3y2b6ds8ay7qg7qapngr46gnjmfhxi10-filebench-1.5.a3.27.tar.gz.drv building '/nix/store/3y2b6ds8ay7qg7qapngr46gnjmfhxi10-filebench-1.5.a3.27.tar.gz.drv'... trying https://downloads.sourceforge.net/filebench/filebench-1.5.a3.27.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 154 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 trying https://prdownloads.sourceforge.net/filebench/filebench-1.5.a3.27.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 154 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 curl: (22) The requested URL returned error: 404 trying https://netcologne.dl.sourceforge.net/sourceforge/filebench/filebench-1.5.a3.27.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 138 100 138 0 0 986 0 --:--:-- --:--:-- --:--:-- 992 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/filebench/filebench-1.5.a3.27.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 154 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 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/filebench/filebench-1.5.a3.27.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 318 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/filebench/filebench-1.5.a3.27.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (60) SSL: no alternative certificate subject name matches target host name 'osdn.dl.sourceforge.net' More details here: https://curl.se/docs/sslcerts.html curl failed to verify the legitimacy of the server and therefore could not establish a secure connection to it. To learn more about this situation and how to fix it, please visit the web page mentioned above. error: cannot download filebench-1.5.a3.27.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 'filebench.originalSrc' not found stderr did not split as expected full stderr was: these 2 derivations will be built: /nix/store/3y2b6ds8ay7qg7qapngr46gnjmfhxi10-filebench-1.5.a3.27.tar.gz.drv /nix/store/mrncpr39kzsxsab2f2ii78lrvbmaw3ab-filebench-1.5.a3.27.drv building '/nix/store/3y2b6ds8ay7qg7qapngr46gnjmfhxi10-filebench-1.5.a3.27.tar.gz.drv'... trying https://downloads.sourceforge.net/filebench/filebench-1.5.a3.27.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 154 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 trying https://prdownloads.sourceforge.net/filebench/filebench-1.5.a3.27.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 154 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 curl: (22) The requested URL returned error: 404 trying https://netcologne.dl.sourceforge.net/sourceforge/filebench/filebench-1.5.a3.27.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 138 100 138 0 0 1292 0 --:--:-- --:--:-- --:--:-- 1301 0 154 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 curl: (22) The requested URL returned error: 404 trying https://versaweb.dl.sourceforge.net/sourceforge/filebench/filebench-1.5.a3.27.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 154 100 154 0 0 248 0 --:--:-- --:--:-- --:--:-- 248 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/filebench/filebench-1.5.a3.27.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 318 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/filebench/filebench-1.5.a3.27.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (60) SSL: no alternative certificate subject name matches target host name 'osdn.dl.sourceforge.net' More details here: https://curl.se/docs/sslcerts.html curl failed to verify the legitimacy of the server and therefore could not establish a secure connection to it. To learn more about this situation and how to fix it, please visit the web page mentioned above. error: cannot download filebench-1.5.a3.27.tar.gz from any mirror error: builder for '/nix/store/3y2b6ds8ay7qg7qapngr46gnjmfhxi10-filebench-1.5.a3.27.tar.gz.drv' failed with exit code 1; last 25 log lines: > trying https://versaweb.dl.sourceforge.net/sourceforge/filebench/filebench-1.5.a3.27.tar.gz > % Total % Received % Xferd Average Speed Time Time Time Current > Dload Upload Total Spent Left Speed > 100 154 100 154 0 0 248 0 --:--:-- --:--:-- --:--:-- 248 > 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/filebench/filebench-1.5.a3.27.tar.gz > % Total % Received % Xferd Average Speed Time Time Time Current > Dload Upload Total Spent Left Speed > 0 318 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/filebench/filebench-1.5.a3.27.tar.gz > % Total % Received % Xferd Average Speed Time Time Time Current > Dload Upload Total Spent Left Speed > 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 > curl: (60) SSL: no alternative certificate subject name matches target host name 'osdn.dl.sourceforge.net' > More details here: https://curl.se/docs/sslcerts.html > > curl failed to verify the legitimacy of the server and therefore could not > establish a secure connection to it. To learn more about this situation and > how to fix it, please visit the web page mentioned above. > error: cannot download filebench-1.5.a3.27.tar.gz from any mirror For full logs, run 'nix log /nix/store/3y2b6ds8ay7qg7qapngr46gnjmfhxi10-filebench-1.5.a3.27.tar.gz.drv'. error: 1 dependencies of derivation '/nix/store/mrncpr39kzsxsab2f2ii78lrvbmaw3ab-filebench-1.5.a3.27.drv' failed to build [result] Failed to update filebench 1.4.9.1 -> 1.5.a3.27 https://repology.org/project/filebench/versions [options] github_user: r-ryantm, pull_request: YES, batch_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.reload, using log file: /var/log/nixpkgs-update/mpvScripts.reload/2024-03-10.log mpvScripts.reload 0 -> 1 attrpath: mpvScripts.reload Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/whvay52y0pd050xs656y6a9hbycym86z-packages.json.drv building '/nix/store/whvay52y0pd050xs656y6a9hbycym86z-packages.json.drv'... Going to be running update for following packages: - mpv-reload-unstable-2023-12-19 Press Enter key to continue... Running update for: - mpv-reload-unstable-2023-12-19: UPDATING ... - mpv-reload-unstable-2023-12-19: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update mpvScripts.reload 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath vowpal-wabbit, using log file: /var/log/nixpkgs-update/vowpal-wabbit/2024-03-10.log vowpal-wabbit 9.6.0 -> 9.9.0 https://github.com/VowpalWabbit/vowpal_wabbit/releases attrpath: vowpal-wabbit 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 vowpal-wabbit 9.6.0 -> 9.9.0 https://github.com/VowpalWabbit/vowpal_wabbit/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath graalvmCEPackages.graaljs, using log file: /var/log/nixpkgs-update/graalvmCEPackages.graaljs/2024-03-10.log graalvmCEPackages.graaljs 0 -> 1 attrpath: graalvmCEPackages.graaljs Checking auto update branch... [version] [version] skipping because derivation has 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/y2z9lvvx75yl7mq7wkszs8khrrk8yvch-packages.json.drv building '/nix/store/y2z9lvvx75yl7mq7wkszs8khrrk8yvch-packages.json.drv'... Going to be running update for following packages: - js-installable-svm-23.1.0 Press Enter key to continue... Running update for: - js-installable-svm-23.1.0: UPDATING ... - js-installable-svm-23.1.0: ERROR --- SHOWING ERROR LOG FOR js-installable-svm-23.1.0 ---------------------- error: attribute 'js-installable-svm' in selection path 'graalvmCEPackages.js-installable-svm.version' not found --- SHOWING ERROR LOG FOR js-installable-svm-23.1.0 ---------------------- The update script for js-installable-svm-23.1.0 failed with exit code 1 [result] Failed to update graalvmCEPackages.graaljs 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: 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-mdinclude, using log file: /var/log/nixpkgs-update/python311Packages.sphinx-mdinclude/2024-03-10.log python311Packages.sphinx-mdinclude 0 -> 1 attrpath: python311Packages.sphinx-mdinclude Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/7a7avy90lsj3vmwjlvdan3l7vpca8w6w-packages.json.drv building '/nix/store/7a7avy90lsj3vmwjlvdan3l7vpca8w6w-packages.json.drv'... Going to be running update for following packages: - python3.11-sphinx-mdinclude-0.5.3 Press Enter key to continue... Running update for: - python3.11-sphinx-mdinclude-0.5.3: UPDATING ... - python3.11-sphinx-mdinclude-0.5.3: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.sphinx-mdinclude 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath ath9k-htc-blobless-firmware, using log file: /var/log/nixpkgs-update/ath9k-htc-blobless-firmware/2024-03-10.log ath9k-htc-blobless-firmware 0 -> 1 attrpath: ath9k-htc-blobless-firmware 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/cm4fdnbbrk3wc0r7diy7wdbq36jizc6f-ath9k-htc-blobless-firmware-1.4.0-updateScript.drv /nix/store/pwqqx3lprhdxzf5fpkc8yg23sxkf0bdf-packages.json.drv building '/nix/store/cm4fdnbbrk3wc0r7diy7wdbq36jizc6f-ath9k-htc-blobless-firmware-1.4.0-updateScript.drv'... building '/nix/store/pwqqx3lprhdxzf5fpkc8yg23sxkf0bdf-packages.json.drv'... Going to be running update for following packages: - ath9k-htc-blobless-firmware-1.4.0 Press Enter key to continue... Running update for: - ath9k-htc-blobless-firmware-1.4.0: UPDATING ... - ath9k-htc-blobless-firmware-1.4.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update ath9k-htc-blobless-firmware 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath pixel2svg, using log file: /var/log/nixpkgs-update/pixel2svg/2024-03-10.log pixel2svg 0 -> 1 attrpath: pixel2svg Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/4vs2r16j388mqnjj15rk5zjjbai7riq5-packages.json.drv building '/nix/store/4vs2r16j388mqnjj15rk5zjjbai7riq5-packages.json.drv'... Going to be running update for following packages: - python3.10-pixel2svg-0.3.0 Press Enter key to continue... Running update for: - python3.10-pixel2svg-0.3.0: UPDATING ... - python3.10-pixel2svg-0.3.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update pixel2svg 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath fritz-exporter, using log file: /var/log/nixpkgs-update/fritz-exporter/2024-03-10.log fritz-exporter 0 -> 1 attrpath: fritz-exporter Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/931v9y86jw79gp2f1hsmnfnrkg0mrvgy-packages.json.drv building '/nix/store/931v9y86jw79gp2f1hsmnfnrkg0mrvgy-packages.json.drv'... Going to be running update for following packages: - fritz-exporter-2.3.1 Press Enter key to continue... Running update for: - fritz-exporter-2.3.1: UPDATING ... - fritz-exporter-2.3.1: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/by-name/fr/fritz-exporter/package.nix b/pkgs/by-name/fr/fritz-exporter/package.nix index 3306802b840f..2f59d02c5202 100644 --- a/pkgs/by-name/fr/fritz-exporter/package.nix +++ b/pkgs/by-name/fr/fritz-exporter/package.nix @@ -5,14 +5,14 @@ python3.pkgs.buildPythonApplication rec { pname = "fritz-exporter"; - version = "2.3.1"; + version = "2.4.0"; pyproject = true; src = fetchFromGitHub { owner = "pdreker"; repo = "fritz_exporter"; - rev = "fritzexporter-v${version}"; - hash = "sha256-Dv/2Og1OJV7canZ8Y5Pai5gPRUvcRDYmSGoD2pnAkSs="; + rev = "refs/tags/fritzexporter-v${version}"; + hash = "sha256-Fph6vqpHGvtRyclggA+pFt8grmukYrfV15orgRVvSl8="; }; patches = [ No auto update branch exists There might already be an open PR for this update: - fritz-exporter: 2.3.1 -> 2.4.0 URL "https://api.github.com/repos/NixOS/nixpkgs/issues/294498" [result] Failed to update fritz-exporter 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath luna-icons, using log file: /var/log/nixpkgs-update/luna-icons/2024-03-10.log luna-icons 0 -> 1 attrpath: luna-icons Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Failed with exit code 1 this derivation will be built: /nix/store/5jab3lhdx7n09r59y5n9pm9fynqa9aw2-packages.json.drv building '/nix/store/5jab3lhdx7n09r59y5n9pm9fynqa9aw2-packages.json.drv'... Going to be running update for following packages: - luna-icons-2.1 Press Enter key to continue... Running update for: - luna-icons-2.1: UPDATING ... - luna-icons-2.1: ERROR --- SHOWING ERROR LOG FOR luna-icons-2.1 ---------------------- + name= + pname= + version= + attr_path= + version_lister='/nix/store/8r8q5xdhd7m544h61y9qb0djqi5fmh39-common-updater-scripts/bin/list-git-tags ' + ignored_versions= + rev_prefix= + odd_unstable= + patchlevel_unstable= + [[ -n '' ]] + name=luna-icons-2.1 + [[ -n '' ]] + pname=luna-icons + [[ -n '' ]] + version=2.1 + [[ -n '' ]] + attr_path=luna-icons + echo '# luna-icons-2.1' ++ sh -c '/nix/store/8r8q5xdhd7m544h61y9qb0djqi5fmh39-common-updater-scripts/bin/list-git-tags --pname=luna-icons --attr-path=luna-icons --file="update-git-commits.txt"' fatal: could not read Username for 'https://github.com': No such device or address + tags= + '[' -n '' ']' ++ echo '' ++ /nix/store/320v66ili0mwnyrxj3dwbxm0z8ndkbw7-gnugrep-3.11/bin/grep '^[0-9]' + tags= --- SHOWING ERROR LOG FOR luna-icons-2.1 ---------------------- The update script for luna-icons-2.1 failed with exit code 1 [result] Failed to update luna-icons 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.MixtureMissing, using log file: /var/log/nixpkgs-update/rPackages.MixtureMissing/2024-03-10.log rPackages.MixtureMissing 3.0.0 -> 3.0.1 https://repology.org/project/r:mixturemissing/versions attrpath: rPackages.MixtureMissing Checking auto update branch... No auto update branch exists Old version 3.0.0" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; configurePhase = '' runHook preConfigure export R_LIBS_SITE="$R_LIBS_SITE''${R_LIBS_SITE:+:}$out/library" runHook postConfigure ''; buildPhase = '' runHook preBuild runHook postBuild ''; installFlags = if attrs.doCheck or true then [] else [ "--no-test-load" ]; rCommand = if requireX then # Unfortunately, xvfb-run has a race condition even with -a option, so that # we acquire a lock explicitly. "flock ${xvfb-run} xvfb-run -a -e xvfb-error R" else "R"; installPhase = '' runHook preInstall mkdir -p $out/library $rCommand CMD INSTALL --built-timestamp='1970-01-01 00:00:00 UTC' $installFlags --configure-args="$configureFlags" -l $out/library . runHook postInstall ''; postFixup = '' if test -e $out/nix-support/propagated-build-inputs; then ln -s $out/nix-support/propagated-build-inputs $out/nix-support/propagated-user-env-packages fi ''; checkPhase = '' # noop since R CMD INSTALL tests packages ''; } // attrs // { name = "r-" + name; }) [result] Failed to update rPackages.MixtureMissing 3.0.0 -> 3.0.1 https://repology.org/project/r:mixturemissing/versions [options] github_user: r-ryantm, pull_request: YES, batch_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-font-viewer, using log file: /var/log/nixpkgs-update/gnome.gnome-font-viewer/2024-03-10.log gnome.gnome-font-viewer 0 -> 1 attrpath: gnome.gnome-font-viewer Checking auto update branch... Do not update GNOME during a release cycle [result] Failed to update gnome.gnome-font-viewer 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rivalcfg, using log file: /var/log/nixpkgs-update/rivalcfg/2024-03-10.log rivalcfg 0 -> 1 attrpath: rivalcfg Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/x4h92hqp60rf4nj5nh2b60isf0ykci2j-packages.json.drv building '/nix/store/x4h92hqp60rf4nj5nh2b60isf0ykci2j-packages.json.drv'... Going to be running update for following packages: - python3.11-rivalcfg-4.11.0 Press Enter key to continue... Running update for: - python3.11-rivalcfg-4.11.0: UPDATING ... - python3.11-rivalcfg-4.11.0: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/misc/rivalcfg/default.nix b/pkgs/misc/rivalcfg/default.nix index f0a1d05d5f1c..7cfc23ffc367 100644 --- a/pkgs/misc/rivalcfg/default.nix +++ b/pkgs/misc/rivalcfg/default.nix @@ -2,13 +2,13 @@ python3Packages.buildPythonPackage rec { pname = "rivalcfg"; - version = "4.11.0"; + version = "4.12.0"; src = fetchFromGitHub { owner = "flozz"; repo = "rivalcfg"; rev = "refs/tags/v${version}"; - sha256 = "sha256-6hgGb2BlXbnJ6uHbk8EUqrS/G1y65jTcw0zVCKt5+3k="; + sha256 = "sha256-fkZvEaJJIfzyVyXhlb7Jlv5dASNKyclDIlyXU0uu5wo="; }; propagatedBuildInputs = with python3Packages; [ hidapi setuptools ]; An auto update branch exists with message `rivalcfg: 4.11.0 -> 4.12.0`. New version is 4.12.0. An auto update branch exists with an equal or greater version [result] Failed to update rivalcfg 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.widgetsnbextension, using log file: /var/log/nixpkgs-update/python311Packages.widgetsnbextension/2024-03-10.log python311Packages.widgetsnbextension 0 -> 1 attrpath: python311Packages.widgetsnbextension Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/rh2pwnk4rcsn0nq4bkq2m5pv56awg1cg-packages.json.drv building '/nix/store/rh2pwnk4rcsn0nq4bkq2m5pv56awg1cg-packages.json.drv'... Going to be running update for following packages: - python3.11-widgetsnbextension-4.0.10 Press Enter key to continue... Running update for: - python3.11-widgetsnbextension-4.0.10: UPDATING ... - python3.11-widgetsnbextension-4.0.10: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.widgetsnbextension 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: 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-axolotl-curve25519, using log file: /var/log/nixpkgs-update/python311Packages.python-axolotl-curve25519/2024-03-10.log python311Packages.python-axolotl-curve25519 0 -> 1 attrpath: python311Packages.python-axolotl-curve25519 Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/wmsmhpxlans1b0dx98k45ymrl2xj68ld-packages.json.drv building '/nix/store/wmsmhpxlans1b0dx98k45ymrl2xj68ld-packages.json.drv'... Going to be running update for following packages: - python3.11-python-axolotl-curve25519-0.4.1.post2 Press Enter key to continue... Running update for: - python3.11-python-axolotl-curve25519-0.4.1.post2: UPDATING ... - python3.11-python-axolotl-curve25519-0.4.1.post2: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.python-axolotl-curve25519 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath asmrepl, using log file: /var/log/nixpkgs-update/asmrepl/2024-03-10.log asmrepl 0 -> 1 attrpath: asmrepl 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 asmrepl 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath postgresql_jdbc, using log file: /var/log/nixpkgs-update/postgresql_jdbc/2024-03-10.log postgresql_jdbc 42.6.1 -> 42.7.2 https://repology.org/project/postgresql-jdbc/versions attrpath: postgresql_jdbc Checking auto update branch... No auto update branch exists [version] Received ExitFailure 1 when running Raw command: /nix/store/1gfp7hiwzpv9aglk2yfa9m49jc0n7pa5-nix-2.18.1/bin/nix --extra-experimental-features nix-command --extra-experimental-features flakes eval .#postgresql_jdbc.src --raw --apply "p: p.drvAttrs.outputHash" Standard error:  error: attribute 'outputHash' missing at «string»:1:4: 1| p: p.drvAttrs.outputHash | ^ Received ExitFailure 1 when running Raw command: /nix/store/1gfp7hiwzpv9aglk2yfa9m49jc0n7pa5-nix-2.18.1/bin/nix --extra-experimental-features nix-command --extra-experimental-features flakes eval .#postgresql_jdbc.originalSrc --raw --apply "p: p.drvAttrs.outputHash" Standard error:  error: flake 'git+file:///var/cache/nixpkgs-update/worker/worktree/postgresql_jdbc' does not provide attribute 'packages.x86_64-linux.postgresql_jdbc.originalSrc', 'legacyPackages.x86_64-linux.postgresql_jdbc.originalSrc' or 'postgresql_jdbc.originalSrc' Received ExitFailure 1 when running Raw command: /nix/store/1gfp7hiwzpv9aglk2yfa9m49jc0n7pa5-nix-2.18.1/bin/nix --extra-experimental-features nix-command --extra-experimental-features flakes eval .#postgresql_jdbc --raw --apply "p: p.drvAttrs.outputHash" Standard error:  error: attribute 'outputHash' missing at «string»:1:4: 1| p: p.drvAttrs.outputHash | ^ [result] Failed to update postgresql_jdbc 42.6.1 -> 42.7.2 https://repology.org/project/postgresql-jdbc/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.pyvcd, using log file: /var/log/nixpkgs-update/python311Packages.pyvcd/2024-03-10.log python311Packages.pyvcd 0 -> 1 attrpath: python311Packages.pyvcd Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/cfqjvs3b6ahfrisiqphzckj42mg3r6lk-packages.json.drv building '/nix/store/cfqjvs3b6ahfrisiqphzckj42mg3r6lk-packages.json.drv'... Going to be running update for following packages: - python3.11-pyvcd-0.4.0 Press Enter key to continue... Running update for: - python3.11-pyvcd-0.4.0: UPDATING ... - python3.11-pyvcd-0.4.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.pyvcd 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.EWSmethods, using log file: /var/log/nixpkgs-update/rPackages.EWSmethods/2024-03-10.log rPackages.EWSmethods 1.2.1 -> 1.2.5 https://repology.org/project/r:ewsmethods/versions attrpath: rPackages.EWSmethods 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.EWSmethods 1.2.1 -> 1.2.5 https://repology.org/project/r:ewsmethods/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.recipe-scrapers, using log file: /var/log/nixpkgs-update/python311Packages.recipe-scrapers/2024-03-10.log python311Packages.recipe-scrapers 0 -> 1 attrpath: python311Packages.recipe-scrapers Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/r7cgvl535pxdhv5s5zcvmdk2wzbqcqha-packages.json.drv building '/nix/store/r7cgvl535pxdhv5s5zcvmdk2wzbqcqha-packages.json.drv'... Going to be running update for following packages: - python3.11-recipe-scrapers-14.55.0 Press Enter key to continue... Running update for: - python3.11-recipe-scrapers-14.55.0: UPDATING ... - python3.11-recipe-scrapers-14.55.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.recipe-scrapers 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.ueberzug, using log file: /var/log/nixpkgs-update/python311Packages.ueberzug/2024-03-10.log python311Packages.ueberzug 0 -> 1 attrpath: python311Packages.ueberzug Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/g94sranhhz86h1pagsw9dcg3856yhf55-packages.json.drv building '/nix/store/g94sranhhz86h1pagsw9dcg3856yhf55-packages.json.drv'... Going to be running update for following packages: - python3.11-ueberzug-18.1.9 Press Enter key to continue... Running update for: - python3.11-ueberzug-18.1.9: UPDATING ... - python3.11-ueberzug-18.1.9: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.ueberzug 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.pam, using log file: /var/log/nixpkgs-update/python311Packages.pam/2024-03-10.log python311Packages.pam 0 -> 1 attrpath: python311Packages.pam Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/7gg36k54h1yzwgy7dz8q8pfj2nx045d7-packages.json.drv building '/nix/store/7gg36k54h1yzwgy7dz8q8pfj2nx045d7-packages.json.drv'... Going to be running update for following packages: - python3.11-python-pam-2.0.2 Press Enter key to continue... Running update for: - python3.11-python-pam-2.0.2: UPDATING ... - python3.11-python-pam-2.0.2: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.pam 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath bump, using log file: /var/log/nixpkgs-update/bump/2024-03-10.log bump 0.2.4 -> 3.5 https://repology.org/project/bump/versions attrpath: bump 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/ks17zl3kzmsd6dl0nd6gj1x539qah7dh-source.drv building '/nix/store/ks17zl3kzmsd6dl0nd6gj1x539qah7dh-source.drv'... trying https://github.com/mroth/bump/archive/v3.5.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 14 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 error: cannot download source from any mirror error: boost::bad_format_string: format-string is ill-formed stderr did not split as expected full stderr was: error: attribute 'originalSrc' in selection path 'bump.originalSrc' not found stderr did not split as expected full stderr was: these 3 derivations will be built: /nix/store/ks17zl3kzmsd6dl0nd6gj1x539qah7dh-source.drv /nix/store/2fn9y92lrlx1mx47z0p3i7c8lah8k48n-bump-3.5-go-modules.drv /nix/store/cixqq8b0iy8d4x28hpvsfhzzp6bxi7av-bump-3.5.drv building '/nix/store/ks17zl3kzmsd6dl0nd6gj1x539qah7dh-source.drv'... trying https://github.com/mroth/bump/archive/v3.5.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 14 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 error: cannot download source from any mirror error: builder for '/nix/store/ks17zl3kzmsd6dl0nd6gj1x539qah7dh-source.drv' failed with exit code 1; last 8 log lines: > > trying https://github.com/mroth/bump/archive/v3.5.tar.gz > % Total % Received % Xferd Average Speed Time Time Time Current > Dload Upload Total Spent Left Speed > 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 > 0 14 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 > curl: (22) The requested URL returned error: 404 > error: cannot download source from any mirror For full logs, run 'nix log /nix/store/ks17zl3kzmsd6dl0nd6gj1x539qah7dh-source.drv'. error: 1 dependencies of derivation '/nix/store/cixqq8b0iy8d4x28hpvsfhzzp6bxi7av-bump-3.5.drv' failed to build [result] Failed to update bump 0.2.4 -> 3.5 https://repology.org/project/bump/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath octodns-providers.powerdns, using log file: /var/log/nixpkgs-update/octodns-providers.powerdns/2024-03-10.log octodns-providers.powerdns 0 -> 1 attrpath: octodns-providers.powerdns Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/kyfs8gbiair9s8sw10ljd668g644ypwk-packages.json.drv building '/nix/store/kyfs8gbiair9s8sw10ljd668g644ypwk-packages.json.drv'... Going to be running update for following packages: - python3.11-octodns-powerdns-0.0.5 Press Enter key to continue... Running update for: - python3.11-octodns-powerdns-0.0.5: UPDATING ... - python3.11-octodns-powerdns-0.0.5: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update octodns-providers.powerdns 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.reprshed, using log file: /var/log/nixpkgs-update/python311Packages.reprshed/2024-03-10.log python311Packages.reprshed 0 -> 1 attrpath: python311Packages.reprshed Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/43wqa2a8j045i6mvl0wpwkr8zkk53a29-packages.json.drv building '/nix/store/43wqa2a8j045i6mvl0wpwkr8zkk53a29-packages.json.drv'... Going to be running update for following packages: - python3.11-python-reprshed-1.0.6 Press Enter key to continue... Running update for: - python3.11-python-reprshed-1.0.6: UPDATING ... - python3.11-python-reprshed-1.0.6: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.reprshed 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.vat-moss, using log file: /var/log/nixpkgs-update/python311Packages.vat-moss/2024-03-10.log python311Packages.vat-moss 0 -> 1 attrpath: python311Packages.vat-moss 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/scvfg473i4im650m38isfw5dmj63afcx-packages.json.drv building '/nix/store/scvfg473i4im650m38isfw5dmj63afcx-packages.json.drv'... Going to be running update for following packages: - python3.11-vat-moss-0.11.0 Press Enter key to continue... Running update for: - python3.11-vat-moss-0.11.0: UPDATING ... - python3.11-vat-moss-0.11.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.vat-moss 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.hidapi, using log file: /var/log/nixpkgs-update/python311Packages.hidapi/2024-03-10.log python311Packages.hidapi 0 -> 1 attrpath: python311Packages.hidapi Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/ih7y8w1wjg8a35qnfzjckd741bqnl2mh-packages.json.drv building '/nix/store/ih7y8w1wjg8a35qnfzjckd741bqnl2mh-packages.json.drv'... Going to be running update for following packages: - python3.11-hidapi-0.14.0 Press Enter key to continue... Running update for: - python3.11-hidapi-0.14.0: UPDATING ... - python3.11-hidapi-0.14.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.hidapi 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.matlink-gpapi, using log file: /var/log/nixpkgs-update/python311Packages.matlink-gpapi/2024-03-10.log python311Packages.matlink-gpapi 0 -> 1 attrpath: python311Packages.matlink-gpapi Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/4yd634s571jdsq8wcsd2d3ywpd5rjfik-packages.json.drv building '/nix/store/4yd634s571jdsq8wcsd2d3ywpd5rjfik-packages.json.drv'... Going to be running update for following packages: - python3.11-matlink-gpapi-0.4.4.5 Press Enter key to continue... Running update for: - python3.11-matlink-gpapi-0.4.4.5: UPDATING ... - python3.11-matlink-gpapi-0.4.4.5: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.matlink-gpapi 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.sklearn-deap, using log file: /var/log/nixpkgs-update/python311Packages.sklearn-deap/2024-03-10.log python311Packages.sklearn-deap 0 -> 1 attrpath: python311Packages.sklearn-deap 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/xdbszk8x6mi16r23jf9abi8vw73q64ci-packages.json.drv building '/nix/store/xdbszk8x6mi16r23jf9abi8vw73q64ci-packages.json.drv'... Going to be running update for following packages: - python3.11-sklearn-deap-0.3.0 Press Enter key to continue... Running update for: - python3.11-sklearn-deap-0.3.0: UPDATING ... - python3.11-sklearn-deap-0.3.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.sklearn-deap 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.attrs, using log file: /var/log/nixpkgs-update/python311Packages.attrs/2024-03-10.log python311Packages.attrs 0 -> 1 attrpath: python311Packages.attrs Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/cidqdb3rplsga5m2krlp97ppqi9a31yn-packages.json.drv building '/nix/store/cidqdb3rplsga5m2krlp97ppqi9a31yn-packages.json.drv'... Going to be running update for following packages: - python3.11-attrs-23.1.0 Press Enter key to continue... Running update for: - python3.11-attrs-23.1.0: UPDATING ... - python3.11-attrs-23.1.0: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/attrs/default.nix b/pkgs/development/python-modules/attrs/default.nix index a298dc36f507..8e46432b810f 100644 --- a/pkgs/development/python-modules/attrs/default.nix +++ b/pkgs/development/python-modules/attrs/default.nix @@ -8,13 +8,13 @@ buildPythonPackage rec { pname = "attrs"; - version = "23.1.0"; + version = "23.2.0"; disabled = pythonOlder "3.7"; format = "pyproject"; src = fetchPypi { inherit pname version; - hash = "sha256-YnmDbVgVE6JvG/I1+azTM7yRFWg/FPfo+uRsmPxQ4BU="; + hash = "sha256-k13DtSnCYvbPduUId9NaS9PB3hlP1B9HoreujxmXHzA="; }; patches = [ No auto update branch exists [outpaths] eval start [outpaths] eval end Python package with too many package rebuilds 10253 > 25 [result] Failed to update python311Packages.attrs 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.reportengine, using log file: /var/log/nixpkgs-update/python311Packages.reportengine/2024-03-10.log python311Packages.reportengine 0 -> 1 attrpath: python311Packages.reportengine Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/56s1cx9vyj7yf1bypbq68gaqplzx7aa9-packages.json.drv building '/nix/store/56s1cx9vyj7yf1bypbq68gaqplzx7aa9-packages.json.drv'... Going to be running update for following packages: - python3.11-reportengine-0.31 Press Enter key to continue... Running update for: - python3.11-reportengine-0.31: UPDATING ... - python3.11-reportengine-0.31: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.reportengine 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.jarowinkler, using log file: /var/log/nixpkgs-update/python311Packages.jarowinkler/2024-03-10.log python311Packages.jarowinkler 0 -> 1 attrpath: python311Packages.jarowinkler Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/g9gjrpmidqyw0hgkkfviwkjn2n9iqdgm-packages.json.drv building '/nix/store/g9gjrpmidqyw0hgkkfviwkjn2n9iqdgm-packages.json.drv'... Going to be running update for following packages: - python3.11-jarowinkler-2.0.1 Press Enter key to continue... Running update for: - python3.11-jarowinkler-2.0.1: UPDATING ... - python3.11-jarowinkler-2.0.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.jarowinkler 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.cmd2, using log file: /var/log/nixpkgs-update/python311Packages.cmd2/2024-03-10.log python311Packages.cmd2 0 -> 1 attrpath: python311Packages.cmd2 Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/nhamfz69rih0vljvqj7sb614mk6pk2rh-packages.json.drv building '/nix/store/nhamfz69rih0vljvqj7sb614mk6pk2rh-packages.json.drv'... Going to be running update for following packages: - python3.11-cmd2-2.4.3 Press Enter key to continue... Running update for: - python3.11-cmd2-2.4.3: UPDATING ... - python3.11-cmd2-2.4.3: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.cmd2 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.wikipedia, using log file: /var/log/nixpkgs-update/python311Packages.wikipedia/2024-03-10.log python311Packages.wikipedia 0 -> 1 attrpath: python311Packages.wikipedia Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/yb9ivcv55zwzrzy2y3immi4siqrvgalr-packages.json.drv building '/nix/store/yb9ivcv55zwzrzy2y3immi4siqrvgalr-packages.json.drv'... Going to be running update for following packages: - python3.11-wikipedia-1.4.0 Press Enter key to continue... Running update for: - python3.11-wikipedia-1.4.0: UPDATING ... - python3.11-wikipedia-1.4.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.wikipedia 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath enlightenment.terminology, using log file: /var/log/nixpkgs-update/enlightenment.terminology/2024-03-10.log enlightenment.terminology 0 -> 1 attrpath: enlightenment.terminology Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/9353357drkcw5gjhmiwyykmzv9mpq490-packages.json.drv building '/nix/store/9353357drkcw5gjhmiwyykmzv9mpq490-packages.json.drv'... Going to be running update for following packages: - terminology-1.13.0 Press Enter key to continue... Running update for: - terminology-1.13.0: UPDATING ... - terminology-1.13.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update enlightenment.terminology 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.more-itertools, using log file: /var/log/nixpkgs-update/python311Packages.more-itertools/2024-03-10.log python311Packages.more-itertools 0 -> 1 attrpath: python311Packages.more-itertools Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/x86q8r6xb96mgwq5svwqqvwmyljys4fx-packages.json.drv building '/nix/store/x86q8r6xb96mgwq5svwqqvwmyljys4fx-packages.json.drv'... Going to be running update for following packages: - python3.11-more-itertools-10.1.0 Press Enter key to continue... Running update for: - python3.11-more-itertools-10.1.0: UPDATING ... - python3.11-more-itertools-10.1.0: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/more-itertools/default.nix b/pkgs/development/python-modules/more-itertools/default.nix index df3804095665..6ebdc9801030 100644 --- a/pkgs/development/python-modules/more-itertools/default.nix +++ b/pkgs/development/python-modules/more-itertools/default.nix @@ -9,12 +9,12 @@ buildPythonPackage rec { pname = "more-itertools"; - version = "10.1.0"; + version = "10.2.0"; format = "pyproject"; src = fetchPypi { inherit pname version; - hash = "sha256-Ymw2n6DrN7rAKRvOglmzMv1ZrHkvpUl7WYNzCc1bEUo="; + hash = "sha256-j8y0gMQ9PpmgAIdjTAbdArDVD78IizgN5aQaAV7COeE="; }; nativeBuildInputs = [ No auto update branch exists [outpaths] eval start [outpaths] eval end Python package with too many package rebuilds 617 > 25 [result] Failed to update python311Packages.more-itertools 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.omorfi, using log file: /var/log/nixpkgs-update/python311Packages.omorfi/2024-03-10.log python311Packages.omorfi 0 -> 1 attrpath: python311Packages.omorfi Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/xxfg0mb394kkfxp2k7fz15c396bv3hvb-packages.json.drv building '/nix/store/xxfg0mb394kkfxp2k7fz15c396bv3hvb-packages.json.drv'... Going to be running update for following packages: - python3.11-omorfi-0.9.9 Press Enter key to continue... Running update for: - python3.11-omorfi-0.9.9: UPDATING ... - python3.11-omorfi-0.9.9: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.omorfi 0 -> 1 [options] github_user: r-ryantm, pull_request: 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.DateTimeFormatMySQL 0.08 -> 0.0701 https://repology.org/project/perl:datetime-format-mysql/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.abjad, using log file: /var/log/nixpkgs-update/python311Packages.abjad/2024-03-10.log python311Packages.abjad 0 -> 1 attrpath: python311Packages.abjad Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/4m7qwia4r59chagss9wm9s1y55krfxhk-packages.json.drv building '/nix/store/4m7qwia4r59chagss9wm9s1y55krfxhk-packages.json.drv'... Going to be running update for following packages: - python3.11-abjad-3.19 Press Enter key to continue... Running update for: - python3.11-abjad-3.19: UPDATING ... - python3.11-abjad-3.19: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.abjad 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath punes, using log file: /var/log/nixpkgs-update/punes/2024-03-10.log punes 0 -> 1 attrpath: punes 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/vqd0w439f4m8x65rwn47rgzav87di04h-packages.json.drv building '/nix/store/vqd0w439f4m8x65rwn47rgzav87di04h-packages.json.drv'... Going to be running update for following packages: - punes-0.110 Press Enter key to continue... Running update for: - punes-0.110: UPDATING ... - punes-0.110: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/applications/emulators/punes/default.nix b/pkgs/applications/emulators/punes/default.nix index 529dce536430..9108fb5b87cd 100644 --- a/pkgs/applications/emulators/punes/default.nix +++ b/pkgs/applications/emulators/punes/default.nix @@ -19,13 +19,13 @@ stdenv.mkDerivation rec { pname = "punes"; - version = "0.110"; + version = "0.111"; src = fetchFromGitHub { owner = "punesemu"; repo = "puNES"; rev = "v${version}"; - sha256 = "sha256-+hL168r40aYUjyLbWFXWk9G2srrrG1TH1gLYMliHftU="; + sha256 = "sha256-TIXjYkInWV3yVnvXrdHcmeWYeps5TcvkG2Xjg4roIds="; }; patches = [ No auto update branch exists [outpaths] eval start [outpaths] eval end Received ExitFailure 1 when running Raw command: /nix/store/1gfp7hiwzpv9aglk2yfa9m49jc0n7pa5-nix-2.18.1/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A punes nix build failed. got build log for 'punes' from 'daemon' @nix { "action": "setPhase", "phase": "qtPreHook" } Running phase: qtPreHook @nix { "action": "setPhase", "phase": "unpackPhase" } Running phase: unpackPhase unpacking source archive /nix/store/36cm0hg48bjg9kypcf5mllk4svn3n564-source source root is source @nix { "action": "setPhase", "phase": "patchPhase" } Running phase: patchPhase applying patch /nix/store/7pwz1p6gqmi8d3g0v3a3b9gbrxkb7bda-90dd5bc90412bbd199c2716f67a24aa88b24d80f.patch patching file src/gui/dlgLog.cpp Reversed (or previously applied) patch detected! Assume -R? [n] Apply anyway? [n] Skipping patch. 1 out of 1 hunk ignored -- saving rejects to file src/gui/dlgLog.cpp.rej [result] Failed to update punes 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath zookeeper, using log file: /var/log/nixpkgs-update/zookeeper/2024-03-10.log zookeeper 3.7.2 -> 3.9.2-0 https://repology.org/project/zookeeper/versions attrpath: zookeeper 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/djf4py0mjf0vpwc07hrn8rjw66v7djyl-apache-zookeeper-3.9.2-0-bin.tar.gz.drv building '/nix/store/djf4py0mjf0vpwc07hrn8rjw66v7djyl-apache-zookeeper-3.9.2-0-bin.tar.gz.drv'... trying https://dlcdn.apache.org/zookeeper/zookeeper-3.9.2-0/apache-zookeeper-3.9.2-0-bin.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 196 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 trying https://www-eu.apache.org/dist/zookeeper/zookeeper-3.9.2-0/apache-zookeeper-3.9.2-0-bin.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 300 100 300 0 0 1395 0 --:--:-- --:--:-- --:--:-- 1401 0 196 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 trying https://ftp.wayne.edu/apache/zookeeper/zookeeper-3.9.2-0/apache-zookeeper-3.9.2-0-bin.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 268 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 trying https://www.apache.org/dist/zookeeper/zookeeper-3.9.2-0/apache-zookeeper-3.9.2-0-bin.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 300 100 300 0 0 27917 0 --:--:-- --:--:-- --:--:-- 30000 0 196 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 trying https://archive.apache.org/dist/zookeeper/zookeeper-3.9.2-0/apache-zookeeper-3.9.2-0-bin.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 196 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 trying https://apache.cs.uu.nl/zookeeper/zookeeper-3.9.2-0/apache-zookeeper-3.9.2-0-bin.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 14 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 trying https://apache.cs.utah.edu/zookeeper/zookeeper-3.9.2-0/apache-zookeeper-3.9.2-0-bin.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (7) Failed to connect to apache.cs.utah.edu port 443 after 664 ms: Couldn't connect to server trying http://ftp.tudelft.nl/apache/zookeeper/zookeeper-3.9.2-0/apache-zookeeper-3.9.2-0-bin.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 196 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 trying ftp://ftp.funet.fi/pub/mirrors/apache.org/zookeeper/zookeeper-3.9.2-0/apache-zookeeper-3.9.2-0-bin.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (9) Server denied you to change to the given directory error: cannot download apache-zookeeper-3.9.2-0-bin.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 'zookeeper.originalSrc' not found stderr did not split as expected full stderr was: these 2 derivations will be built: /nix/store/djf4py0mjf0vpwc07hrn8rjw66v7djyl-apache-zookeeper-3.9.2-0-bin.tar.gz.drv /nix/store/gvcs5809w49fwhlfxmszxa1pif3sdlpx-zookeeper-3.9.2-0.drv building '/nix/store/djf4py0mjf0vpwc07hrn8rjw66v7djyl-apache-zookeeper-3.9.2-0-bin.tar.gz.drv'... trying https://dlcdn.apache.org/zookeeper/zookeeper-3.9.2-0/apache-zookeeper-3.9.2-0-bin.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 196 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 trying https://www-eu.apache.org/dist/zookeeper/zookeeper-3.9.2-0/apache-zookeeper-3.9.2-0-bin.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 300 100 300 0 0 1416 0 --:--:-- --:--:-- --:--:-- 1421 0 196 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 trying https://ftp.wayne.edu/apache/zookeeper/zookeeper-3.9.2-0/apache-zookeeper-3.9.2-0-bin.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 268 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 trying https://www.apache.org/dist/zookeeper/zookeeper-3.9.2-0/apache-zookeeper-3.9.2-0-bin.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 300 100 300 0 0 36166 0 --:--:-- --:--:-- --:--:-- 37500 0 196 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 trying https://archive.apache.org/dist/zookeeper/zookeeper-3.9.2-0/apache-zookeeper-3.9.2-0-bin.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 196 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 trying https://apache.cs.uu.nl/zookeeper/zookeeper-3.9.2-0/apache-zookeeper-3.9.2-0-bin.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 14 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 trying https://apache.cs.utah.edu/zookeeper/zookeeper-3.9.2-0/apache-zookeeper-3.9.2-0-bin.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (7) Failed to connect to apache.cs.utah.edu port 443 after 165 ms: Couldn't connect to server trying http://ftp.tudelft.nl/apache/zookeeper/zookeeper-3.9.2-0/apache-zookeeper-3.9.2-0-bin.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 196 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 trying ftp://ftp.funet.fi/pub/mirrors/apache.org/zookeeper/zookeeper-3.9.2-0/apache-zookeeper-3.9.2-0-bin.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (9) Server denied you to change to the given directory error: cannot download apache-zookeeper-3.9.2-0-bin.tar.gz from any mirror error: builder for '/nix/store/djf4py0mjf0vpwc07hrn8rjw66v7djyl-apache-zookeeper-3.9.2-0-bin.tar.gz.drv' failed with exit code 1; last 25 log lines: > > trying https://apache.cs.uu.nl/zookeeper/zookeeper-3.9.2-0/apache-zookeeper-3.9.2-0-bin.tar.gz > % Total % Received % Xferd Average Speed Time Time Time Current > Dload Upload Total Spent Left Speed > 0 14 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 > curl: (22) The requested URL returned error: 404 > > trying https://apache.cs.utah.edu/zookeeper/zookeeper-3.9.2-0/apache-zookeeper-3.9.2-0-bin.tar.gz > % Total % Received % Xferd Average Speed Time Time Time Current > Dload Upload Total Spent Left Speed > 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 > curl: (7) Failed to connect to apache.cs.utah.edu port 443 after 165 ms: Couldn't connect to server > > trying http://ftp.tudelft.nl/apache/zookeeper/zookeeper-3.9.2-0/apache-zookeeper-3.9.2-0-bin.tar.gz > % Total % Received % Xferd Average Speed Time Time Time Current > Dload Upload Total Spent Left Speed > 0 196 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 > curl: (22) The requested URL returned error: 404 > > trying ftp://ftp.funet.fi/pub/mirrors/apache.org/zookeeper/zookeeper-3.9.2-0/apache-zookeeper-3.9.2-0-bin.tar.gz > % Total % Received % Xferd Average Speed Time Time Time Current > Dload Upload Total Spent Left Speed > 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 > curl: (9) Server denied you to change to the given directory > error: cannot download apache-zookeeper-3.9.2-0-bin.tar.gz from any mirror For full logs, run 'nix log /nix/store/djf4py0mjf0vpwc07hrn8rjw66v7djyl-apache-zookeeper-3.9.2-0-bin.tar.gz.drv'. error: 1 dependencies of derivation '/nix/store/gvcs5809w49fwhlfxmszxa1pif3sdlpx-zookeeper-3.9.2-0.drv' failed to build [result] Failed to update zookeeper 3.7.2 -> 3.9.2-0 https://repology.org/project/zookeeper/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: 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-functions-devops-build, using log file: /var/log/nixpkgs-update/python311Packages.azure-functions-devops-build/2024-03-10.log python311Packages.azure-functions-devops-build 0 -> 1 attrpath: python311Packages.azure-functions-devops-build Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/15f387sr3jsa4gz70r7011yvs9dxpvpn-packages.json.drv building '/nix/store/15f387sr3jsa4gz70r7011yvs9dxpvpn-packages.json.drv'... Going to be running update for following packages: - python3.11-azure-functions-devops-build-0.0.22 Press Enter key to continue... Running update for: - python3.11-azure-functions-devops-build-0.0.22: UPDATING ... - python3.11-azure-functions-devops-build-0.0.22: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.azure-functions-devops-build 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath dpkg, using log file: /var/log/nixpkgs-update/dpkg/2024-03-10.log dpkg 1.22.1 -> 1.22.4 https://repology.org/project/dpkg/versions attrpath: dpkg Checking auto update branch... No auto update branch exists Old version 1.22.1" not present in master derivation file with contents: { lib , stdenv , fetchgit , perl , gnutar , zlib , bzip2 , xz , zstd , libmd , makeWrapper , coreutils , autoreconfHook , pkg-config , diffutils , glibc ? !stdenv.isDarwin }: stdenv.mkDerivation rec { pname = "dpkg"; version = "1.22.4"; src = fetchgit { url = "https://git.launchpad.net/ubuntu/+source/dpkg"; rev = "applied/${version}"; hash = "sha256-tpYSOimBd78rAthQUga/MNraWll9qEA+vRG+/F+t3mM="; }; configureFlags = [ "--disable-dselect" "--disable-start-stop-daemon" "--with-admindir=/var/lib/dpkg" "PERL_LIBDIR=$(out)/${perl.libPrefix}" "TAR=${gnutar}/bin/tar" ] ++ lib.optional stdenv.isDarwin "--disable-linker-optimisations"; enableParallelBuilding = true; preConfigure = '' # Nice: dpkg has a circular dependency on itself. Its configure # script calls scripts/dpkg-architecture, which calls "dpkg" in # $PATH. It doesn't actually use its result, but fails if it # isn't present, so make a dummy available. touch $TMPDIR/dpkg chmod +x $TMPDIR/dpkg PATH=$TMPDIR:$PATH for i in $(find . -name Makefile.in); do substituteInPlace $i --replace "install-data-local:" "disabled:" ; done ''; postPatch = '' patchShebangs . # Dpkg commands sometimes calls out to shell commands substituteInPlace lib/dpkg/dpkg.h \ --replace '"dpkg-deb"' \"$out/bin/dpkg-deb\" \ --replace '"dpkg-split"' \"$out/bin/dpkg-split\" \ --replace '"dpkg-query"' \"$out/bin/dpkg-query\" \ --replace '"dpkg-divert"' \"$out/bin/dpkg-divert\" \ --replace '"dpkg-statoverride"' \"$out/bin/dpkg-statoverride\" \ --replace '"dpkg-trigger"' \"$out/bin/dpkg-trigger\" \ --replace '"dpkg"' \"$out/bin/dpkg\" \ --replace '"debsig-verify"' \"$out/bin/debsig-verify\" \ --replace '"rm"' \"${coreutils}/bin/rm\" \ --replace '"cat"' \"${coreutils}/bin/cat\" \ --replace '"diff"' \"${diffutils}/bin/diff\" '' + lib.optionalString (!stdenv.isDarwin) '' substituteInPlace src/main/help.c \ --replace '"ldconfig"' \"${glibc.bin}/bin/ldconfig\" ''; buildInputs = [ perl zlib bzip2 xz zstd libmd ]; nativeBuildInputs = [ makeWrapper perl autoreconfHook pkg-config ]; postInstall = '' for i in $out/bin/*; do if head -n 1 $i | grep -q perl; then substituteInPlace $i --replace \ "${perl}/bin/perl" "${perl}/bin/perl -I $out/${perl.libPrefix}" fi done mkdir -p $out/etc/dpkg cp -r scripts/t/origins $out/etc/dpkg ''; setupHook = ./setup-hook.sh; meta = with lib; { description = "The Debian package manager"; homepage = "https://wiki.debian.org/Teams/Dpkg"; license = licenses.gpl2Plus; platforms = platforms.unix; maintainers = with maintainers; [ siriobalmelli ]; }; } [result] Failed to update dpkg 1.22.1 -> 1.22.4 https://repology.org/project/dpkg/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.explorerscript, using log file: /var/log/nixpkgs-update/python311Packages.explorerscript/2024-03-10.log python311Packages.explorerscript 0 -> 1 attrpath: python311Packages.explorerscript Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/l5x2j4j26h3b88dl8gc58scnjm7vzdd4-packages.json.drv building '/nix/store/l5x2j4j26h3b88dl8gc58scnjm7vzdd4-packages.json.drv'... Going to be running update for following packages: - python3.11-explorerscript-0.1.5 Press Enter key to continue... Running update for: - python3.11-explorerscript-0.1.5: UPDATING ... - python3.11-explorerscript-0.1.5: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.explorerscript 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.w1thermsensor, using log file: /var/log/nixpkgs-update/python311Packages.w1thermsensor/2024-03-10.log python311Packages.w1thermsensor 0 -> 1 attrpath: python311Packages.w1thermsensor Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/qs5ppawxwsqyics7k3xfvby660ni3yyj-packages.json.drv building '/nix/store/qs5ppawxwsqyics7k3xfvby660ni3yyj-packages.json.drv'... Going to be running update for following packages: - python3.11-w1thermsensor-2.3.0 Press Enter key to continue... Running update for: - python3.11-w1thermsensor-2.3.0: UPDATING ... - python3.11-w1thermsensor-2.3.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.w1thermsensor 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rtabmap, using log file: /var/log/nixpkgs-update/rtabmap/2024-03-10.log rtabmap 0.21.0 -> 0.21.4 https://github.com/introlab/rtabmap/releases attrpath: rtabmap 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 rtabmap 0.21.0 -> 0.21.4 https://github.com/introlab/rtabmap/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.fastai, using log file: /var/log/nixpkgs-update/python311Packages.fastai/2024-03-10.log python311Packages.fastai 0 -> 1 attrpath: python311Packages.fastai Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/v05qs5q5yvwsckalv08d3hcl3sd2q6h3-packages.json.drv building '/nix/store/v05qs5q5yvwsckalv08d3hcl3sd2q6h3-packages.json.drv'... Going to be running update for following packages: - python3.11-fastai-2.7.14 Press Enter key to continue... Running update for: - python3.11-fastai-2.7.14: UPDATING ... - python3.11-fastai-2.7.14: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.fastai 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.lazr-delegates, using log file: /var/log/nixpkgs-update/python311Packages.lazr-delegates/2024-03-10.log python311Packages.lazr-delegates 0 -> 1 attrpath: python311Packages.lazr-delegates Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/17qmmzrjsbv3m7c4jw7an475ahd43wcv-packages.json.drv building '/nix/store/17qmmzrjsbv3m7c4jw7an475ahd43wcv-packages.json.drv'... Going to be running update for following packages: - python3.11-lazr-delegates-2.1.0 Press Enter key to continue... Running update for: - python3.11-lazr-delegates-2.1.0: UPDATING ... - python3.11-lazr-delegates-2.1.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.lazr-delegates 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath chuck, using log file: /var/log/nixpkgs-update/chuck/2024-03-10.log chuck 1.4.2.0 -> 1.5.2.1 https://repology.org/project/chuck/versions attrpath: chuck Checking auto update branch... No auto update branch exists [version] [version] updated version and sha256 [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] skipping because derivation has no updateScript Diff after rewrites: diff --git a/pkgs/applications/audio/chuck/default.nix b/pkgs/applications/audio/chuck/default.nix index 6b975b3c6b95..29d4f260b94c 100644 --- a/pkgs/applications/audio/chuck/default.nix +++ b/pkgs/applications/audio/chuck/default.nix @@ -3,12 +3,12 @@ }: stdenv.mkDerivation rec { - version = "1.4.2.0"; + version = "1.5.2.1"; pname = "chuck"; src = fetchurl { url = "http://chuck.cs.princeton.edu/release/files/chuck-${version}.tgz"; - sha256 = "sha256-hIwsC9rYgXWSTFqUufKGqoT0Gnsf4nR4KQ0iSVbj8xg="; + sha256 = "sha256-eodF6eY/+L48DzHE/e8yaZOz1dGHEgX94/+OnhbrHqI="; }; nativeBuildInputs = [ flex bison which ] [outpaths] eval start [outpaths] eval end Received ExitFailure 1 when running Raw command: /nix/store/1gfp7hiwzpv9aglk2yfa9m49jc0n7pa5-nix-2.18.1/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A chuck nix build failed. got build log for 'chuck' from 'daemon' @nix { "action": "setPhase", "phase": "unpackPhase" } Running phase: unpackPhase unpacking source archive /nix/store/43wy5r8fb4qzzv043i70snpdpg28swag-chuck-1.5.2.1.tgz source root is chuck-1.5.2.1 setting SOURCE_DATE_EPOCH to timestamp 1705482016 of file chuck-1.5.2.1/VERSIONS @nix { "action": "setPhase", "phase": "patchPhase" } Running phase: patchPhase applying patch /nix/store/8qrmscq9c753qmjysfza2mwixn623x4v-darwin-limits.patch patching file src/core/util_string.cpp Hunk #1 FAILED at 40. 1 out of 1 hunk FAILED -- saving rejects to file src/core/util_string.cpp.rej [result] Failed to update chuck 1.4.2.0 -> 1.5.2.1 https://repology.org/project/chuck/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.dataclass-wizard, using log file: /var/log/nixpkgs-update/python311Packages.dataclass-wizard/2024-03-10.log python311Packages.dataclass-wizard 0.22.2 -> 0.22.3 https://repology.org/project/python:dataclass-wizard/versions attrpath: python311Packages.dataclass-wizard Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/wrj0f1qh4xk23kc39f1hc0igladpvi45-packages.json.drv building '/nix/store/wrj0f1qh4xk23kc39f1hc0igladpvi45-packages.json.drv'... Going to be running update for following packages: - python3.11-dataclass-wizard-0.22.2 Press Enter key to continue... Running update for: - python3.11-dataclass-wizard-0.22.2: UPDATING ... - python3.11-dataclass-wizard-0.22.2: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.dataclass-wizard 0.22.2 -> 0.22.3 https://repology.org/project/python:dataclass-wizard/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath libxmlxx, using log file: /var/log/nixpkgs-update/libxmlxx/2024-03-10.log libxmlxx 0 -> 1 attrpath: libxmlxx Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/sszqrd3aw70izafxrscg4vmm8iblic2w-packages.json.drv building '/nix/store/sszqrd3aw70izafxrscg4vmm8iblic2w-packages.json.drv'... Going to be running update for following packages: - libxml++-2.40.1 Press Enter key to continue... Running update for: - libxml++-2.40.1: UPDATING ... - libxml++-2.40.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update libxmlxx 0 -> 1 [options] github_user: r-ryantm, pull_request: 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.TextMultiMarkdown 1.001 -> 1.002000 https://repology.org/project/perl:text-multimarkdown/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath pandoc-plantuml-filter, using log file: /var/log/nixpkgs-update/pandoc-plantuml-filter/2024-03-10.log pandoc-plantuml-filter 0 -> 1 attrpath: pandoc-plantuml-filter Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/j35dsq4akpv89wwiwgxfmjcg4ig999ma-packages.json.drv building '/nix/store/j35dsq4akpv89wwiwgxfmjcg4ig999ma-packages.json.drv'... Going to be running update for following packages: - pandoc-plantuml-filter-0.1.2 Press Enter key to continue... Running update for: - pandoc-plantuml-filter-0.1.2: UPDATING ... - pandoc-plantuml-filter-0.1.2: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/tools/misc/pandoc-plantuml-filter/default.nix b/pkgs/tools/misc/pandoc-plantuml-filter/default.nix index d8c1bb2ea8a3..5b4b3af18946 100644 --- a/pkgs/tools/misc/pandoc-plantuml-filter/default.nix +++ b/pkgs/tools/misc/pandoc-plantuml-filter/default.nix @@ -6,11 +6,11 @@ buildPythonApplication rec { pname = "pandoc-plantuml-filter"; - version = "0.1.2"; + version = "0.1.5"; src = fetchPypi { inherit pname version; - sha256 = "08673mfwxsw6s52mgglbdz7ybb68svqyr3s9w97d7rifbwvvc9ia"; + sha256 = "sha256-9qXeIZuCu44m9EoPCPL7MgEboEwN91OylLfbkwhkZYQ="; }; propagatedBuildInputs = [ No auto update branch exists [outpaths] eval start [outpaths] eval end Received ExitFailure 1 when running Raw command: /nix/store/1gfp7hiwzpv9aglk2yfa9m49jc0n7pa5-nix-2.18.1/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A pandoc-plantuml-filter nix build failed. Sourcing python-imports-check-hook.sh Using pythonImportsCheckPhase Sourcing python-namespaces-hook Sourcing python-catch-conflicts-hook.sh Sourcing setuptools-check-hook Using setuptoolsCheckPhase @nix { "action": "setPhase", "phase": "unpackPhase" } Running phase: unpackPhase unpacking source archive /nix/store/7ni37svalssrxyn1a5mj1lbvjyvnwbyk-pandoc-plantuml-filter-0.1.5.tar.gz source root is pandoc-plantuml-filter-0.1.5 setting SOURCE_DATE_EPOCH to timestamp 1702211668 of file pandoc-plantuml-filter-0.1.5/setup.cfg @nix { "action": "setPhase", "phase": "patchPhase" } Running phase: patchPhase @nix { "action": "setPhase", "phase": "updateAutotoolsGnuConfigScriptsPhase" } Running phase: updateAutotoolsGnuConfigScriptsPhase @nix { "action": "setPhase", "phase": "configurePhase" } Running phase: configurePhase no configure script, doing nothing @nix { "action": "setPhase", "phase": "buildPhase" } Running phase: buildPhase Executing setuptoolsBuildPhase Traceback (most recent call last): File "/build/pandoc-plantuml-filter-0.1.5/nix_run_setup", line 8, in exec(compile(getattr(tokenize, 'open', open)(__file__).read().replace('\\r\\n', '\\n'), __file__, 'exec')) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/3v2ch16fkl50i85n05h5ckss8pxx6836-python3-3.11.8/lib/python3.11/tokenize.py", line 396, in open buffer = _builtin_open(filename, 'rb') ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ FileNotFoundError: [Errno 2] No such file or directory: 'setup.py' /nix/store/v099hqvw5z87423p4hz1vfhzaqa07dii-stdenv-linux/setup: line 1578: pop_var_context: head of shell_variables not a function context [result] Failed to update pandoc-plantuml-filter 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath filebrowser, using log file: /var/log/nixpkgs-update/filebrowser/2024-03-10.log filebrowser 2.23.0 -> 2.27.0 https://github.com/filebrowser/filebrowser/releases attrpath: filebrowser Checking auto update branch... No auto update branch exists There might already be an open PR for this update: - filebrowser: 2.23.0 -> 2.27.0, add service module URL "https://api.github.com/repos/NixOS/nixpkgs/issues/289750" [result] Failed to update filebrowser 2.23.0 -> 2.27.0 https://github.com/filebrowser/filebrowser/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.logutils, using log file: /var/log/nixpkgs-update/python311Packages.logutils/2024-03-10.log python311Packages.logutils 0 -> 1 attrpath: python311Packages.logutils Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/jgvy27dn9kli4dz89kf66vqpfxxzk6h2-packages.json.drv building '/nix/store/jgvy27dn9kli4dz89kf66vqpfxxzk6h2-packages.json.drv'... Going to be running update for following packages: - python3.11-logutils-0.3.5 Press Enter key to continue... Running update for: - python3.11-logutils-0.3.5: UPDATING ... - python3.11-logutils-0.3.5: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.logutils 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: 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-storage-queue, using log file: /var/log/nixpkgs-update/python311Packages.azure-storage-queue/2024-03-10.log python311Packages.azure-storage-queue 0 -> 1 attrpath: python311Packages.azure-storage-queue Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/r08r4n9byz3pqz69wdhlrjp02023q8wp-packages.json.drv building '/nix/store/r08r4n9byz3pqz69wdhlrjp02023q8wp-packages.json.drv'... Going to be running update for following packages: - python3.11-azure-storage-queue-12.9.0 Press Enter key to continue... Running update for: - python3.11-azure-storage-queue-12.9.0: UPDATING ... - python3.11-azure-storage-queue-12.9.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.azure-storage-queue 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath present-cli, using log file: /var/log/nixpkgs-update/present-cli/2024-03-10.log present-cli 0.2.2 -> 0.6.0 https://repology.org/project/present/versions attrpath: present-cli 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/mnrmqd0afp7csffmka4plc945kvln7dw-source.drv building '/nix/store/mnrmqd0afp7csffmka4plc945kvln7dw-source.drv'... trying https://github.com/terror/present/archive/0.6.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 'present-cli.originalSrc' not found stderr did not split as expected full stderr was: error: … while calling the 'derivationStrict' builtin at /builtin/derivation.nix:9:12: (source not available) … while evaluating derivation 'present-0.6.0' whose name attribute is located at /var/cache/nixpkgs-update/worker/worktree/present-cli/pkgs/stdenv/generic/make-derivation.nix:354:7 … while evaluating attribute 'cargoDeps' of derivation 'present-0.6.0' at /var/cache/nixpkgs-update/worker/worktree/present-cli/pkgs/build-support/rust/build-rust-package/default.nix:101:10: 100| } // { 101| inherit buildAndTestSubdir cargoDeps; | ^ 102| (stack trace truncated; use '--show-trace' to show the full trace) error: hash 'VKY/FQUrFWtLxKoK6LP6qPMqNN4absZvnAbH9mha1fI=' does not include a type, nor is the type otherwise known from context [result] Failed to update present-cli 0.2.2 -> 0.6.0 https://repology.org/project/present/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.wavefile, using log file: /var/log/nixpkgs-update/python311Packages.wavefile/2024-03-10.log python311Packages.wavefile 0 -> 1 attrpath: python311Packages.wavefile Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/xz2nxliwrl2g49ah66icg64s2gc2rvhh-packages.json.drv building '/nix/store/xz2nxliwrl2g49ah66icg64s2gc2rvhh-packages.json.drv'... Going to be running update for following packages: - python3.11-wavefile-1.6.2 Press Enter key to continue... Running update for: - python3.11-wavefile-1.6.2: UPDATING ... - python3.11-wavefile-1.6.2: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.wavefile 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath seq66, using log file: /var/log/nixpkgs-update/seq66/2024-03-10.log seq66 0.90.5 -> 0.99.12 https://github.com/ahlstromcj/seq66/releases attrpath: seq66 Checking auto update branch... No auto update branch exists [version] [version] updated version and sha256 [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] skipping because derivation has no updateScript Diff after rewrites: diff --git a/pkgs/applications/audio/seq66/default.nix b/pkgs/applications/audio/seq66/default.nix index 8f47ab0b6a20..1666e257588f 100644 --- a/pkgs/applications/audio/seq66/default.nix +++ b/pkgs/applications/audio/seq66/default.nix @@ -4,13 +4,13 @@ stdenv.mkDerivation rec { pname = "seq66"; - version = "0.90.5"; + version = "0.99.12"; src = fetchFromGitHub { owner = "ahlstromcj"; repo = pname; rev = version; - sha256 = "1jvra1wzlycfpvffnqidk264zw6fyl4fsghkw5256ldk22aalmq9"; + sha256 = "sha256-+EU0UdmZaDnhN142yR/r0tK1FKBbuFPmde6iSS26Tjo="; }; nativeBuildInputs = [ autoreconfHook pkg-config qttools which wrapQtAppsHook ]; [outpaths] eval start [outpaths] eval end Received ExitFailure 1 when running Raw command: /nix/store/1gfp7hiwzpv9aglk2yfa9m49jc0n7pa5-nix-2.18.1/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A seq66 nix build failed. got build log for 'seq66' from 'daemon' @nix { "action": "setPhase", "phase": "qtPreHook" } Running phase: qtPreHook @nix { "action": "setPhase", "phase": "unpackPhase" } Running phase: unpackPhase unpacking source archive /nix/store/8683kzgldr3xkffmz518c83pfcrzgawp-source source root is source @nix { "action": "setPhase", "phase": "patchPhase" } Running phase: patchPhase substituteStream(): WARNING: '--replace' is deprecated, use --replace-{fail,warn,quiet}. (file 'libseq66/include/Makefile.am') substituteStream(): WARNING: pattern \$\(git_info\) doesn't match anything in file 'libseq66/include/Makefile.am' substituteStream(): WARNING: pattern \$\(git_info\) doesn't match anything in file 'seq_rtmidi/include/Makefile.am' substitute(): ERROR: file 'Seqtool/src/Makefile.am' 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 seq66 0.90.5 -> 0.99.12 https://github.com/ahlstromcj/seq66/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath sockdump, using log file: /var/log/nixpkgs-update/sockdump/2024-03-10.log sockdump 0 -> 1 attrpath: sockdump Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/afr3pihvj8fs822323av2w4afzgr8i29-packages.json.drv building '/nix/store/afr3pihvj8fs822323av2w4afzgr8i29-packages.json.drv'... Going to be running update for following packages: - sockdump-unstable-2023-09-16 Press Enter key to continue... Running update for: - sockdump-unstable-2023-09-16: UPDATING ... - sockdump-unstable-2023-09-16: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update sockdump 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath sosreport, using log file: /var/log/nixpkgs-update/sosreport/2024-03-10.log sosreport 0 -> 1 attrpath: sosreport Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/424jlmglp5fdjjjhh2bfkdipdy10clip-packages.json.drv building '/nix/store/424jlmglp5fdjjjhh2bfkdipdy10clip-packages.json.drv'... Going to be running update for following packages: - python3.11-sosreport-4.7.0 Press Enter key to continue... Running update for: - python3.11-sosreport-4.7.0: UPDATING ... - python3.11-sosreport-4.7.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update sosreport 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_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.lmathx, using log file: /var/log/nixpkgs-update/lua52Packages.lmathx/2024-03-10.log lua52Packages.lmathx 20120430.52-1 -> 20150624 https://repology.org/project/lua:lmathx/versions attrpath: lua52Packages.lmathx Packages for lua are currently skipped. https://github.com/NixOS/nixpkgs/pull/37501#issuecomment-375169646 [result] Failed to update lua52Packages.lmathx 20120430.52-1 -> 20150624 https://repology.org/project/lua:lmathx/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath ideogram, using log file: /var/log/nixpkgs-update/ideogram/2024-03-10.log ideogram 0 -> 1 attrpath: ideogram Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/9jbffmv772hjdq91fcg9lqhcldpq8zfg-packages.json.drv building '/nix/store/9jbffmv772hjdq91fcg9lqhcldpq8zfg-packages.json.drv'... Going to be running update for following packages: - ideogram-1.3.3 Press Enter key to continue... Running update for: - ideogram-1.3.3: UPDATING ... - ideogram-1.3.3: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update ideogram 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath vertcoind, using log file: /var/log/nixpkgs-update/vertcoind/2024-03-10.log vertcoind 0.18.0 -> 23.2 https://github.com/vertcoin-project/vertcoin-core/releases attrpath: vertcoind 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 vertcoind 0.18.0 -> 23.2 https://github.com/vertcoin-project/vertcoin-core/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath coin3d, using log file: /var/log/nixpkgs-update/coin3d/2024-03-10.log coin3d unstable-2022-07-27 -> 4.0.2 https://github.com/coin3d/coin/releases attrpath: coin3d Checking auto update branch... No auto update branch exists [version] Hashes equal; no update necessary [result] Failed to update coin3d unstable-2022-07-27 -> 4.0.2 https://github.com/coin3d/coin/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.snowflake-connector-python, using log file: /var/log/nixpkgs-update/python311Packages.snowflake-connector-python/2024-03-10.log python311Packages.snowflake-connector-python 0 -> 1 attrpath: python311Packages.snowflake-connector-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/zlkg2f8m6464i6pipgz54syd1qng9i50-packages.json.drv building '/nix/store/zlkg2f8m6464i6pipgz54syd1qng9i50-packages.json.drv'... Going to be running update for following packages: - python3.11-snowflake-connector-python-3.7.1 Press Enter key to continue... Running update for: - python3.11-snowflake-connector-python-3.7.1: UPDATING ... - python3.11-snowflake-connector-python-3.7.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.snowflake-connector-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 obs-studio-plugins.obs-multi-rtmp, using log file: /var/log/nixpkgs-update/obs-studio-plugins.obs-multi-rtmp/2024-03-10.log obs-studio-plugins.obs-multi-rtmp 0.2.8.1-OBS28 -> 0.5.0.4-flatpak https://github.com/sorayuki/obs-multi-rtmp/releases attrpath: obs-studio-plugins.obs-multi-rtmp 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/video/obs-studio/plugins/obs-multi-rtmp/default.nix b/pkgs/applications/video/obs-studio/plugins/obs-multi-rtmp/default.nix index e7c0d144b41d..35f8afaccb54 100644 --- a/pkgs/applications/video/obs-studio/plugins/obs-multi-rtmp/default.nix +++ b/pkgs/applications/video/obs-studio/plugins/obs-multi-rtmp/default.nix @@ -2,13 +2,13 @@ stdenv.mkDerivation rec { pname = "obs-multi-rtmp"; - version = "0.2.8.1-OBS28"; + version = "0.5.0.4-flatpak"; src = fetchFromGitHub { owner = "sorayuki"; repo = "obs-multi-rtmp"; rev = version; - sha256 = "sha256-1W+c8Y0AmtKQmCIg8IDAaYYStQzDpZRuqw3vZEY5ncU="; + sha256 = "sha256-ogpxjdaZn/bSZQI39iewCBJAINayukw0tnSIGpfFqXs="; }; nativeBuildInputs = [ cmake ]; [outpaths] eval start [outpaths] eval end Received ExitFailure 1 when running Raw command: /nix/store/1gfp7hiwzpv9aglk2yfa9m49jc0n7pa5-nix-2.18.1/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A obs-studio-plugins.obs-multi-rtmp nix build failed. got build log for 'obs-studio-plugins.obs-multi-rtmp' from 'daemon' @nix { "action": "setPhase", "phase": "qtPreHook" } Running phase: qtPreHook @nix { "action": "setPhase", "phase": "unpackPhase" } Running phase: unpackPhase unpacking source archive /nix/store/bvrd3y6bv6q789p0yfrbzz120ingp6ar-source source root is source @nix { "action": "setPhase", "phase": "patchPhase" } Running phase: patchPhase applying patch /nix/store/0m19vcpz37azcqrlr29s32pjnmq5wy71-fix-build.patch patching file CMakeLists.txt Hunk #1 FAILED at 65. Hunk #2 FAILED at 96. 2 out of 2 hunks FAILED -- saving rejects to file CMakeLists.txt.rej [result] Failed to update obs-studio-plugins.obs-multi-rtmp 0.2.8.1-OBS28 -> 0.5.0.4-flatpak https://github.com/sorayuki/obs-multi-rtmp/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath lfe, using log file: /var/log/nixpkgs-update/lfe/2024-03-10.log lfe 2.1.3 -> 2.1.4 https://github.com/lfe/lfe/releases attrpath: lfe Checking auto update branch... No auto update branch exists Old version 2.1.3" not present in master derivation file with contents: { lib, fetchFromGitHub, erlang, makeWrapper, coreutils, bash, buildRebar3, buildHex }: { baseName ? "lfe" , version , maximumOTPVersion , sha256 ? "" , hash ? "" , rev ? version , src ? fetchFromGitHub { inherit hash rev sha256; owner = "lfe"; repo = "lfe"; } , patches ? [] }: let inherit (lib) assertMsg makeBinPath optionalString getVersion versionAtLeast versionOlder versions; mainVersion = versions.major (getVersion erlang); proper = buildHex { name = "proper"; version = "1.4.0"; sha256 = "sha256-GChYQhhb0z772pfRNKXLWgiEOE2zYRn+4OPPpIhWjLs="; }; in assert (assertMsg (versionAtLeast maximumOTPVersion mainVersion)) '' LFE ${version} is supported on OTP <=${maximumOTPVersion}, not ${mainVersion}. ''; buildRebar3 { name = baseName; inherit src version; nativeBuildInputs = [ makeWrapper erlang ]; beamDeps = [ proper ]; patches = [ ./fix-rebar-config.patch ./dedup-ebins.patch ] ++ patches; doCheck = true; checkTarget = "travis"; makeFlags = [ "-e" "MANDB=''" "PREFIX=$$out"]; # These installPhase tricks are based on Elixir's Makefile. # TODO: Make, upload, and apply a patch. installPhase = optionalString (versionOlder version "1.3") '' local libdir=$out/lib/lfe local ebindir=$libdir/ebin local bindir=$libdir/bin rm -Rf $ebindir install -m755 -d $ebindir install -m644 _build/default/lib/lfe/ebin/* $ebindir install -m755 -d $bindir for bin in bin/lfe{,c,doc,script}; do install -m755 $bin $bindir; done install -m755 -d $out/bin for file in $bindir/*; do ln -sf $file $out/bin/; done ''; # Thanks again, Elixir. postFixup = '' # LFE binaries are shell scripts which run erl and lfe. # Add some stuff to PATH so the scripts can run without problems. for f in $out/bin/*; do wrapProgram $f \ --prefix PATH ":" "${makeBinPath [ erlang coreutils bash ]}:$out/bin" substituteInPlace $f --replace "/usr/bin/env" "${coreutils}/bin/env" done ''; meta = with lib; { description = "The best of Erlang and of Lisp; at the same time!"; longDescription = '' LFE, Lisp Flavoured Erlang, is a lisp syntax front-end to the Erlang compiler. Code produced with it is compatible with "normal" Erlang code. An LFE evaluator and shell is also included. ''; homepage = "https://lfe.io"; downloadPage = "https://github.com/rvirding/lfe/releases"; license = licenses.asl20; maintainers = teams.beam.members; platforms = platforms.unix; }; } [result] Failed to update lfe 2.1.3 -> 2.1.4 https://github.com/lfe/lfe/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath codon, using log file: /var/log/nixpkgs-update/codon/2024-03-10.log codon 0 -> 1 attrpath: codon Checking auto update branch... [outpaths] eval start [outpaths] eval end [version] [version] generic version rewriter does not support multiple hashes [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/9rbpdfwjl0jl9zlj0jkwmvz8517982r4-packages.json.drv building '/nix/store/9rbpdfwjl0jl9zlj0jkwmvz8517982r4-packages.json.drv'... Going to be running update for following packages: - codon-0.16.1 Press Enter key to continue... Running update for: - codon-0.16.1: UPDATING ... - codon-0.16.1: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/compilers/codon/default.nix b/pkgs/development/compilers/codon/default.nix index e9393956e473..b9af705e7ff7 100644 --- a/pkgs/development/compilers/codon/default.nix +++ b/pkgs/development/compilers/codon/default.nix @@ -12,13 +12,13 @@ }: let - version = "0.16.1"; + version = "0.16.3"; src = fetchFromGitHub { owner = "exaloop"; repo = "codon"; rev = "v${version}"; - hash = "sha256-s2GqiFcekXRts8BU5CSmTrkFZ9xLqq4A5MybhB1o1Gg="; + hash = "sha256-cfdb/DxrLS3F4MK31l/17j/R6IWlh85blWEsLDqDCDI="; }; depsDir = "deps"; No auto update branch exists There might already be an open PR for this update: - codon: 0.16.1 -> 0.16.3 + fixes URL "https://api.github.com/repos/NixOS/nixpkgs/issues/241723" [result] Failed to update codon 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.pycotap, using log file: /var/log/nixpkgs-update/python311Packages.pycotap/2024-03-10.log python311Packages.pycotap 0 -> 1 attrpath: python311Packages.pycotap Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/bkry9m294hnhdjmn5ki0gjyan09a4a4q-packages.json.drv building '/nix/store/bkry9m294hnhdjmn5ki0gjyan09a4a4q-packages.json.drv'... Going to be running update for following packages: - python3.11-pycotap-1.3.1 Press Enter key to continue... Running update for: - python3.11-pycotap-1.3.1: UPDATING ... - python3.11-pycotap-1.3.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.pycotap 0 -> 1 [options] github_user: r-ryantm, pull_request: 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 python312Packages.sigstore-protobuf-specs 0.2.2 -> 0.3.0 https://repology.org/project/python:sigstore-protobuf-specs/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.aire_zmvm, using log file: /var/log/nixpkgs-update/rPackages.aire_zmvm/2024-03-10.log rPackages.aire_zmvm 0.8.2 -> 0.9.0 https://repology.org/project/r:aire.zmvm/versions attrpath: rPackages.aire_zmvm Checking auto update branch... No auto update branch exists Old version 0.8.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.aire_zmvm 0.8.2 -> 0.9.0 https://repology.org/project/r:aire.zmvm/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.tsoutliers, using log file: /var/log/nixpkgs-update/rPackages.tsoutliers/2024-03-10.log rPackages.tsoutliers 0.6-8 -> 0.6-10 https://repology.org/project/r:tsoutliers/versions attrpath: rPackages.tsoutliers Checking auto update branch... No auto update branch exists Old version 0.6-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.tsoutliers 0.6-8 -> 0.6-10 https://repology.org/project/r:tsoutliers/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rubyPackages_3_2.slather, using log file: /var/log/nixpkgs-update/rubyPackages_3_2.slather/2024-03-10.log rubyPackages_3_2.slather 1.3.0 -> 2.8.0 https://repology.org/project/ruby:slather/versions attrpath: rubyPackages_3_2.slather Checking auto update branch... No auto update branch exists [version] [version] generic version rewriter does not support multiple hashes [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] skipping because derivation has no updateScript The diff was empty after rewrites. [result] Failed to update rubyPackages_3_2.slather 1.3.0 -> 2.8.0 https://repology.org/project/ruby:slather/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.divest, using log file: /var/log/nixpkgs-update/rPackages.divest/2024-03-10.log rPackages.divest 0.10.3 -> 1.0.0 https://repology.org/project/r:divest/versions attrpath: rPackages.divest Checking auto update branch... No auto update branch exists Old version 0.10.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.divest 0.10.3 -> 1.0.0 https://repology.org/project/r:divest/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.movecost, using log file: /var/log/nixpkgs-update/rPackages.movecost/2024-03-10.log rPackages.movecost 2.0 -> 2.1 https://repology.org/project/r:movecost/versions attrpath: rPackages.movecost 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.movecost 2.0 -> 2.1 https://repology.org/project/r:movecost/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.factor_switching, using log file: /var/log/nixpkgs-update/rPackages.factor_switching/2024-03-10.log rPackages.factor_switching 1.3 -> 1.4 https://repology.org/project/r:factor.switching/versions attrpath: rPackages.factor_switching Checking auto update branch... No auto update branch exists Old version 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.factor_switching 1.3 -> 1.4 https://repology.org/project/r:factor.switching/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.spray, using log file: /var/log/nixpkgs-update/rPackages.spray/2024-03-10.log rPackages.spray 1.0-24 -> 1.0-25 https://repology.org/project/r:spray/versions attrpath: rPackages.spray Checking auto update branch... No auto update branch exists Old version 1.0-24" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-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.spray 1.0-24 -> 1.0-25 https://repology.org/project/r:spray/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.baggr, using log file: /var/log/nixpkgs-update/rPackages.baggr/2024-03-10.log rPackages.baggr 0.7.6 -> 0.7.8 https://repology.org/project/r:baggr/versions attrpath: rPackages.baggr Checking auto update branch... No auto update branch exists Old version 0.7.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.baggr 0.7.6 -> 0.7.8 https://repology.org/project/r:baggr/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.AIUQ, using log file: /var/log/nixpkgs-update/rPackages.AIUQ/2024-03-10.log rPackages.AIUQ 0.5.0 -> 0.5.1 https://repology.org/project/r:aiuq/versions attrpath: rPackages.AIUQ 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.AIUQ 0.5.0 -> 0.5.1 https://repology.org/project/r:aiuq/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: 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, using log file: /var/log/nixpkgs-update/python311Packages.mdformat/2024-03-10.log python311Packages.mdformat 0 -> 1 attrpath: python311Packages.mdformat Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/7mq41hmz1r0c8fg45hq1bgdwmdbzjdvd-packages.json.drv building '/nix/store/7mq41hmz1r0c8fg45hq1bgdwmdbzjdvd-packages.json.drv'... Going to be running update for following packages: - python3.11-mdformat-0.7.17 Press Enter key to continue... Running update for: - python3.11-mdformat-0.7.17: UPDATING ... - python3.11-mdformat-0.7.17: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.mdformat 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.dateutils, using log file: /var/log/nixpkgs-update/python311Packages.dateutils/2024-03-10.log python311Packages.dateutils 0 -> 1 attrpath: python311Packages.dateutils Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/bs0mz24kqpwaa1z4g4bsbf28hg0s34k4-packages.json.drv building '/nix/store/bs0mz24kqpwaa1z4g4bsbf28hg0s34k4-packages.json.drv'... Going to be running update for following packages: - python3.11-dateutils-0.6.12 Press Enter key to continue... Running update for: - python3.11-dateutils-0.6.12: UPDATING ... - python3.11-dateutils-0.6.12: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.dateutils 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath to-html, using log file: /var/log/nixpkgs-update/to-html/2024-03-10.log to-html 0.1.4 -> 0.1.5 https://github.com/Aloso/to-html/releases attrpath: to-html Checking auto update branch... No auto update branch exists There might already be an open PR for this update: - to-html: 0.1.4 -> 0.1.5 URL "https://api.github.com/repos/NixOS/nixpkgs/issues/278124" [result] Failed to update to-html 0.1.4 -> 0.1.5 https://github.com/Aloso/to-html/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath libtins, using log file: /var/log/nixpkgs-update/libtins/2024-03-10.log libtins 4.4 -> 4.5 https://github.com/mfontanini/libtins/releases attrpath: libtins Checking auto update branch... An auto update branch exists with message `libtins: 4.4 -> 4.5`. New version is 4.5. An auto update branch exists with an equal or greater version [result] Failed to update libtins 4.4 -> 4.5 https://github.com/mfontanini/libtins/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: 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-trovo, using log file: /var/log/nixpkgs-update/python311Packages.python-trovo/2024-03-10.log python311Packages.python-trovo 0 -> 1 attrpath: python311Packages.python-trovo Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/kx5kfzw27xklibm197rmnqm8v1qlvaka-packages.json.drv building '/nix/store/kx5kfzw27xklibm197rmnqm8v1qlvaka-packages.json.drv'... Going to be running update for following packages: - python3.11-python-trovo-0.1.7 Press Enter key to continue... Running update for: - python3.11-python-trovo-0.1.7: UPDATING ... - python3.11-python-trovo-0.1.7: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.python-trovo 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath fusesoc, using log file: /var/log/nixpkgs-update/fusesoc/2024-03-10.log fusesoc 0 -> 1 attrpath: fusesoc Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/25y5003yhz8ba4w5x5p838ip650rvik9-packages.json.drv building '/nix/store/25y5003yhz8ba4w5x5p838ip650rvik9-packages.json.drv'... Going to be running update for following packages: - python3.11-fusesoc-2.2.1 Press Enter key to continue... Running update for: - python3.11-fusesoc-2.2.1: UPDATING ... - python3.11-fusesoc-2.2.1: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/tools/package-management/fusesoc/default.nix b/pkgs/tools/package-management/fusesoc/default.nix index 680cbc020945..26aed1ee7faa 100644 --- a/pkgs/tools/package-management/fusesoc/default.nix +++ b/pkgs/tools/package-management/fusesoc/default.nix @@ -14,11 +14,11 @@ }: buildPythonPackage rec { pname = "fusesoc"; - version = "2.2.1"; + version = "2.3"; src = fetchPypi { inherit pname version; - hash = "sha256-M36bXBgY8hR33AVDlHoH8PZJG2Bi0KOEI07IMns7R4w="; + hash = "sha256-ruYx9dDAm23jV4tw1Op+6Pe1ea1c7VWH5RzqasFsZ6E="; }; nativeBuildInputs = [ setuptools-scm ]; No auto update branch exists [outpaths] eval start [outpaths] eval end Received ExitFailure 1 when running Raw command: /nix/store/1gfp7hiwzpv9aglk2yfa9m49jc0n7pa5-nix-2.18.1/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A fusesoc nix build failed. Executing pythonImportsCheckPhase Check whether the following modules can be imported: fusesoc @nix { "action": "setPhase", "phase": "setuptoolsCheckPhase" } Running phase: setuptoolsCheckPhase Executing setuptoolsCheckPhase /nix/store/bvqadys5w6dallgim0y8y98h05b7kfn7-python3.11-setuptools-69.0.3/lib/python3.11/site-packages/setuptools/__init__.py:80: _DeprecatedInstaller: setuptools.installer and fetch_build_eggs are deprecated. !! ******************************************************************************** Requirements should be satisfied by a PEP 517 installer. If you are using pip, you can try `pip install --use-pep517`. ******************************************************************************** !! dist.fetch_build_eggs(dist.setup_requires) WARNING setuptools_scm.pyproject_reading toml section missing 'pyproject.toml does not contain a tool.setuptools_scm section' running test WARNING: Testing via this command is deprecated and will be removed in a future version. Users looking for a generic test entry point independent of test runner are encouraged to use tox. /nix/store/bvqadys5w6dallgim0y8y98h05b7kfn7-python3.11-setuptools-69.0.3/lib/python3.11/site-packages/setuptools/command/test.py:193: _DeprecatedInstaller: setuptools.installer and fetch_build_eggs are deprecated. !! ******************************************************************************** Requirements should be satisfied by a PEP 517 installer. If you are using pip, you can try `pip install --use-pep517`. ******************************************************************************** !! ir_d = dist.fetch_build_eggs(dist.install_requires) /nix/store/3v2ch16fkl50i85n05h5ckss8pxx6836-python3-3.11.8/bin/python3.11: No module named pip error: Command '['/nix/store/3v2ch16fkl50i85n05h5ckss8pxx6836-python3-3.11.8/bin/python3.11', '-m', 'pip', '--disable-pip-version-check', 'wheel', '--no-deps', '-w', '/build/tmpzk6vwpt0', '--quiet', 'jsonschema2md']' returned non-zero exit status 1. [result] Failed to update fusesoc 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.identify, using log file: /var/log/nixpkgs-update/python311Packages.identify/2024-03-10.log python311Packages.identify 0 -> 1 attrpath: python311Packages.identify Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/vday2kdn8v3f2fwswm4dry16d6778fnv-packages.json.drv building '/nix/store/vday2kdn8v3f2fwswm4dry16d6778fnv-packages.json.drv'... Going to be running update for following packages: - python3.11-identify-2.5.35 Press Enter key to continue... Running update for: - python3.11-identify-2.5.35: UPDATING ... - python3.11-identify-2.5.35: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.identify 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.genshi, using log file: /var/log/nixpkgs-update/python311Packages.genshi/2024-03-10.log python311Packages.genshi 0 -> 1 attrpath: python311Packages.genshi Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/mj2gihwbf9pbc65qyj08j4pbqqr32yck-packages.json.drv building '/nix/store/mj2gihwbf9pbc65qyj08j4pbqqr32yck-packages.json.drv'... Going to be running update for following packages: - python3.11-Genshi-0.7.7 Press Enter key to continue... Running update for: - python3.11-Genshi-0.7.7: UPDATING ... - python3.11-Genshi-0.7.7: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.genshi 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath haskellPackages.elm-street, using log file: /var/log/nixpkgs-update/haskellPackages.elm-street/2024-03-10.log haskellPackages.elm-street 0.2.1.1 -> 0.2.2.0 https://repology.org/project/haskell:elm-street/versions attrpath: haskellPackages.elm-street Checking auto update branch... No auto update branch exists Derivation file says not to edit it [result] Failed to update haskellPackages.elm-street 0.2.1.1 -> 0.2.2.0 https://repology.org/project/haskell:elm-street/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.std2, using log file: /var/log/nixpkgs-update/python311Packages.std2/2024-03-10.log python311Packages.std2 0 -> 1 attrpath: python311Packages.std2 Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/saspj6kwjz491ijipjxrdsqi16jj7wyw-packages.json.drv building '/nix/store/saspj6kwjz491ijipjxrdsqi16jj7wyw-packages.json.drv'... Going to be running update for following packages: - python3.11-std2-unstable-2023-10-07 Press Enter key to continue... Running update for: - python3.11-std2-unstable-2023-10-07: UPDATING ... - python3.11-std2-unstable-2023-10-07: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.std2 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath aws-sdk-cpp, using log file: /var/log/nixpkgs-update/aws-sdk-cpp/2024-03-10.log aws-sdk-cpp 1.11.207 -> 1.11.277 https://repology.org/project/aws-sdk-cpp/versions attrpath: aws-sdk-cpp 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/aws-sdk-cpp/default.nix b/pkgs/development/libraries/aws-sdk-cpp/default.nix index 448139358e65..818cecfdcbbd 100644 --- a/pkgs/development/libraries/aws-sdk-cpp/default.nix +++ b/pkgs/development/libraries/aws-sdk-cpp/default.nix @@ -27,13 +27,13 @@ in stdenv.mkDerivation rec { pname = "aws-sdk-cpp"; - version = "1.11.207"; + version = "1.11.277"; src = fetchFromGitHub { owner = "aws"; repo = "aws-sdk-cpp"; rev = version; - sha256 = "sha256-IsPDQJo+TZ2noLefroiWl/Jx8fXmrmY73WHNRO41sik="; + sha256 = "sha256-v14fLZgTpDKWhGDGgHR6wXlw+rT6y2J+RWt4cbiSTVY="; }; postPatch = '' [outpaths] eval start [outpaths] eval end Received ExitFailure 1 when running Raw command: /nix/store/1gfp7hiwzpv9aglk2yfa9m49jc0n7pa5-nix-2.18.1/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A aws-sdk-cpp nix build failed. [ 31%] Built target aws-cpp-sdk-route53-recovery-readiness [ 31%] Linking CXX shared library libaws-cpp-sdk-route53domains.so [ 31%] Built target aws-cpp-sdk-route53domains [ 31%] Linking CXX shared library libaws-cpp-sdk-lexv2-runtime.so [ 31%] Built target aws-cpp-sdk-lexv2-runtime [ 31%] Linking CXX shared library libaws-cpp-sdk-robomaker.so [ 31%] Built target aws-cpp-sdk-robomaker [ 31%] Linking CXX shared library libaws-cpp-sdk-resiliencehub.so [ 31%] Built target aws-cpp-sdk-resiliencehub [ 31%] Linking CXX shared library libaws-cpp-sdk-rekognition.so [ 31%] Built target aws-cpp-sdk-rekognition [ 31%] Linking CXX shared library libaws-cpp-sdk-route53.so [ 31%] Built target aws-cpp-sdk-route53 [ 31%] Linking CXX shared library libaws-cpp-sdk-route53resolver.so [ 31%] Built target aws-cpp-sdk-route53resolver [ 32%] Linking CXX shared library libaws-cpp-sdk-pinpoint.so [ 32%] Built target aws-cpp-sdk-pinpoint [ 32%] Linking CXX shared library libaws-cpp-sdk-s3control.so [ 32%] Built target aws-cpp-sdk-s3control [ 32%] Linking CXX shared library libaws-cpp-sdk-redshift.so [ 32%] Built target aws-cpp-sdk-redshift [ 32%] Linking CXX shared library libaws-cpp-sdk-s3.so [ 32%] Built target aws-cpp-sdk-s3 [ 32%] Linking CXX shared library libaws-cpp-sdk-ec2.so [ 32%] Built target aws-cpp-sdk-ec2 [ 32%] Linking CXX shared library libaws-cpp-sdk-quicksight.so [ 32%] Built target aws-cpp-sdk-quicksight [ 32%] Linking CXX shared library libaws-cpp-sdk-rds.so [ 32%] Built target aws-cpp-sdk-rds make: *** [Makefile:136: all] Error 2 [result] Failed to update aws-sdk-cpp 1.11.207 -> 1.11.277 https://repology.org/project/aws-sdk-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 rPackages.boot, using log file: /var/log/nixpkgs-update/rPackages.boot/2024-03-10.log rPackages.boot 1.3-28.1 -> 1.3-30 https://repology.org/project/r:boot/versions attrpath: rPackages.boot Checking auto update branch... No auto update branch exists Old version 1.3-28.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.boot 1.3-28.1 -> 1.3-30 https://repology.org/project/r:boot/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath taglib_extras, using log file: /var/log/nixpkgs-update/taglib_extras/2024-03-10.log taglib_extras 1.0.1 -> 1.0.2.r1444333 https://repology.org/project/taglib-extras/versions attrpath: taglib_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/awiwjiwxx9y8icsijk8x5y0z8dmrfr31-taglib-extras-1.0.2.r1444333.tar.gz.drv building '/nix/store/awiwjiwxx9y8icsijk8x5y0z8dmrfr31-taglib-extras-1.0.2.r1444333.tar.gz.drv'... trying https://ftp.rz.uni-wuerzburg.de/pub/unix/kde/taglib-extras/1.0.2.r1444333/src/taglib-extras-1.0.2.r1444333.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 153 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 error: cannot download taglib-extras-1.0.2.r1444333.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 'taglib_extras.originalSrc' not found stderr did not split as expected full stderr was: these 2 derivations will be built: /nix/store/awiwjiwxx9y8icsijk8x5y0z8dmrfr31-taglib-extras-1.0.2.r1444333.tar.gz.drv /nix/store/zvr2aq5b1r4jgzanvj5l02920pfibbsd-taglib-extras-1.0.2.r1444333.drv building '/nix/store/awiwjiwxx9y8icsijk8x5y0z8dmrfr31-taglib-extras-1.0.2.r1444333.tar.gz.drv'... trying https://ftp.rz.uni-wuerzburg.de/pub/unix/kde/taglib-extras/1.0.2.r1444333/src/taglib-extras-1.0.2.r1444333.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 153 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 error: cannot download taglib-extras-1.0.2.r1444333.tar.gz from any mirror error: builder for '/nix/store/awiwjiwxx9y8icsijk8x5y0z8dmrfr31-taglib-extras-1.0.2.r1444333.tar.gz.drv' failed with exit code 1; last 7 log lines: > > trying https://ftp.rz.uni-wuerzburg.de/pub/unix/kde/taglib-extras/1.0.2.r1444333/src/taglib-extras-1.0.2.r1444333.tar.gz > % Total % Received % Xferd Average Speed Time Time Time Current > Dload Upload Total Spent Left Speed > 0 153 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 > curl: (22) The requested URL returned error: 404 > error: cannot download taglib-extras-1.0.2.r1444333.tar.gz from any mirror For full logs, run 'nix log /nix/store/awiwjiwxx9y8icsijk8x5y0z8dmrfr31-taglib-extras-1.0.2.r1444333.tar.gz.drv'. error: 1 dependencies of derivation '/nix/store/zvr2aq5b1r4jgzanvj5l02920pfibbsd-taglib-extras-1.0.2.r1444333.drv' failed to build [result] Failed to update taglib_extras 1.0.1 -> 1.0.2.r1444333 https://repology.org/project/taglib-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 python312Packages.pyro-ppl, using log file: /var/log/nixpkgs-update/python312Packages.pyro-ppl/2024-03-10.log python312Packages.pyro-ppl 1.8.6 -> 1.9.0 https://repology.org/project/python:pyro-ppl/versions attrpath: python312Packages.pyro-ppl Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/309y6g60ygh5b37g93ij1scjl5r27fza-packages.json.drv building '/nix/store/309y6g60ygh5b37g93ij1scjl5r27fza-packages.json.drv'... Going to be running update for following packages: - python3.12-pyro-ppl-1.9.0 Press Enter key to continue... Running update for: - python3.12-pyro-ppl-1.9.0: UPDATING ... - python3.12-pyro-ppl-1.9.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python312Packages.pyro-ppl 1.8.6 -> 1.9.0 https://repology.org/project/python:pyro-ppl/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath libtorrent-rasterbar, using log file: /var/log/nixpkgs-update/libtorrent-rasterbar/2024-03-10.log libtorrent-rasterbar 2.0.9 -> 2.0.10 https://repology.org/project/libtorrent-rasterbar/versions attrpath: libtorrent-rasterbar Checking auto update branch... No auto update branch exists Old version 2.0.9" not present in master derivation file with contents: { lib, stdenv, fetchFromGitHub, cmake , zlib, boost, openssl, python, ncurses, SystemConfiguration }: let version = "2.0.10"; # Make sure we override python, so the correct version is chosen boostPython = boost.override { enablePython = true; inherit python; }; in stdenv.mkDerivation { pname = "libtorrent-rasterbar"; inherit version; src = fetchFromGitHub { owner = "arvidn"; repo = "libtorrent"; rev = "v${version}"; sha256 = "sha256-JrAYtoS8wNmmhbgnprD7vNz1N64ekIryjK77rAKTyaQ="; fetchSubmodules = true; }; nativeBuildInputs = [ cmake ]; buildInputs = [ boostPython openssl zlib python ncurses ] ++ lib.optionals stdenv.isDarwin [ SystemConfiguration ]; # https://github.com/arvidn/libtorrent/issues/6865 postPatch = '' substituteInPlace cmake/Modules/GeneratePkgConfig.cmake \ --replace @CMAKE_INSTALL_PREFIX@/'$<'1: '$<'1: substituteInPlace cmake/Modules/GeneratePkgConfig/target-compile-settings.cmake.in \ --replace 'set(_INSTALL_LIBDIR "@CMAKE_INSTALL_LIBDIR@")' \ 'set(_INSTALL_LIBDIR "@CMAKE_INSTALL_LIBDIR@") set(_INSTALL_FULL_LIBDIR "@CMAKE_INSTALL_FULL_LIBDIR@")' substituteInPlace cmake/Modules/GeneratePkgConfig/pkg-config.cmake.in \ --replace '$'{prefix}/@_INSTALL_LIBDIR@ @_INSTALL_FULL_LIBDIR@ ''; postInstall = '' moveToOutput "include" "$dev" moveToOutput "lib/${python.libPrefix}" "$python" ''; postFixup = '' substituteInPlace "$dev/lib/cmake/LibtorrentRasterbar/LibtorrentRasterbarTargets-release.cmake" \ --replace "\''${_IMPORT_PREFIX}/lib" "$out/lib" ''; outputs = [ "out" "dev" "python" ]; cmakeFlags = [ "-Dpython-bindings=on" ]; meta = with lib; { homepage = "https://libtorrent.org/"; description = "A C++ BitTorrent implementation focusing on efficiency and scalability"; license = licenses.bsd3; maintainers = [ ]; platforms = platforms.unix; }; } [result] Failed to update libtorrent-rasterbar 2.0.9 -> 2.0.10 https://repology.org/project/libtorrent-rasterbar/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.prisma, using log file: /var/log/nixpkgs-update/python311Packages.prisma/2024-03-10.log python311Packages.prisma 0 -> 1 attrpath: python311Packages.prisma Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/k11iazw2aqw6b1m2s1zv0r8ixhxnbxk6-packages.json.drv building '/nix/store/k11iazw2aqw6b1m2s1zv0r8ixhxnbxk6-packages.json.drv'... Going to be running update for following packages: - python3.11-prisma-0.12.0 Press Enter key to continue... Running update for: - python3.11-prisma-0.12.0: UPDATING ... - python3.11-prisma-0.12.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.prisma 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.usethis, using log file: /var/log/nixpkgs-update/rPackages.usethis/2024-03-10.log rPackages.usethis 2.2.2 -> 2.2.3 https://repology.org/project/r:usethis/versions attrpath: rPackages.usethis Checking auto update branch... No auto update branch exists Old version 2.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.usethis 2.2.2 -> 2.2.3 https://repology.org/project/r:usethis/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath giflib, using log file: /var/log/nixpkgs-update/giflib/2024-03-10.log giflib 5.2.1 -> 5.2.2 https://repology.org/project/giflib/versions attrpath: giflib Checking auto update branch... No auto update branch exists There might already be an open PR for this update: - giflib: 5.2.1 -> 5.2.2, apply patch for CVE-2021-40633 URL "https://api.github.com/repos/NixOS/nixpkgs/issues/292662" [result] Failed to update giflib 5.2.1 -> 5.2.2 https://repology.org/project/giflib/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath adrgen, using log file: /var/log/nixpkgs-update/adrgen/2024-03-10.log adrgen 0.4.0-beta -> 0.4.1 https://repology.org/project/adrgen/versions attrpath: adrgen Checking auto update branch... No auto update branch exists There might already be an open PR for this update: - adrgen: 0.4.0-beta -> 0.4.1-beta URL "https://api.github.com/repos/NixOS/nixpkgs/issues/272863" [result] Failed to update adrgen 0.4.0-beta -> 0.4.1 https://repology.org/project/adrgen/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.seasonalityPlot, using log file: /var/log/nixpkgs-update/rPackages.seasonalityPlot/2024-03-10.log rPackages.seasonalityPlot 1.1.0 -> 1.2.1 https://repology.org/project/r:seasonalityplot/versions attrpath: rPackages.seasonalityPlot Checking auto update branch... No auto update branch exists Old version 1.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.seasonalityPlot 1.1.0 -> 1.2.1 https://repology.org/project/r:seasonalityplot/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath sentencepiece, using log file: /var/log/nixpkgs-update/sentencepiece/2024-03-10.log sentencepiece 0.1.99 -> 0.2.0 https://repology.org/project/sentencepiece/versions attrpath: sentencepiece Checking auto update branch... No auto update branch exists Old version 0.1.99" not present in master derivation file with contents: { lib , fetchFromGitHub , stdenv , cmake , gperftools , withGPerfTools ? true }: stdenv.mkDerivation rec { pname = "sentencepiece"; version = "0.2.0"; src = fetchFromGitHub { owner = "google"; repo = pname; rev = "refs/tags/v${version}"; sha256 = "sha256-tMt6UBDqpdjAhxAJlVOFFlE3RC36/t8K0gBAzbesnsg="; }; nativeBuildInputs = [ cmake ]; buildInputs = lib.optionals withGPerfTools [ gperftools ]; outputs = [ "bin" "dev" "out" ]; # https://github.com/google/sentencepiece/issues/754 postPatch = '' substituteInPlace CMakeLists.txt \ --replace '\$'{exec_prefix}/'$'{CMAKE_INSTALL_LIBDIR} '$'{CMAKE_INSTALL_FULL_LIBDIR} \ --replace '\$'{prefix}/'$'{CMAKE_INSTALL_INCLUDEDIR} '$'{CMAKE_INSTALL_FULL_INCLUDEDIR} ''; meta = with lib; { homepage = "https://github.com/google/sentencepiece"; description = "Unsupervised text tokenizer for Neural Network-based text generation"; license = licenses.asl20; platforms = platforms.unix; maintainers = with maintainers; [ pashashocky ]; }; } [result] Failed to update sentencepiece 0.1.99 -> 0.2.0 https://repology.org/project/sentencepiece/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath i3wsr, using log file: /var/log/nixpkgs-update/i3wsr/2024-03-10.log i3wsr 2.1.1 -> 3.0.0 https://github.com/roosta/i3wsr/releases attrpath: i3wsr 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 'i3wsr.originalSrc' not found stderr did not split as expected full stderr was: these 2 derivations will be built: /nix/store/ss8v8c95fggh9y7xs330kaca54llcng9-i3wsr-3.0.0-vendor.tar.gz.drv /nix/store/ywl51g5ixpxnr04x8xsc49hsfgxg1fn4-i3wsr-3.0.0.drv building '/nix/store/ss8v8c95fggh9y7xs330kaca54llcng9-i3wsr-3.0.0-vendor.tar.gz.drv'... Running phase: unpackPhase unpacking source archive /nix/store/a820blfi72an0dbg3mafn4hdwkgcwbbl-source source root is source Running phase: patchPhase Running phase: updateAutotoolsGnuConfigScriptsPhase Running phase: configurePhase no configure script, doing nothing Running phase: buildPhase source = "git+https://github.com/roosta/i3ipc-rs#7aad30d162dc4fd8a649c959c9ad888a646e07f2" ERROR: The Cargo.lock contains git dependencies This is currently not supported in the fixed-output derivation fetcher. Use cargoLock.lockFile / importCargoLock instead. error: builder for '/nix/store/ss8v8c95fggh9y7xs330kaca54llcng9-i3wsr-3.0.0-vendor.tar.gz.drv' failed with exit code 1; last 15 log lines: > Running phase: unpackPhase > unpacking source archive /nix/store/a820blfi72an0dbg3mafn4hdwkgcwbbl-source > source root is source > Running phase: patchPhase > Running phase: updateAutotoolsGnuConfigScriptsPhase > Running phase: configurePhase > no configure script, doing nothing > Running phase: buildPhase > source = "git+https://github.com/roosta/i3ipc-rs#7aad30d162dc4fd8a649c959c9ad888a646e07f2" > > ERROR: The Cargo.lock contains git dependencies > > This is currently not supported in the fixed-output derivation fetcher. > Use cargoLock.lockFile / importCargoLock instead. > For full logs, run 'nix log /nix/store/ss8v8c95fggh9y7xs330kaca54llcng9-i3wsr-3.0.0-vendor.tar.gz.drv'. error: 1 dependencies of derivation '/nix/store/ywl51g5ixpxnr04x8xsc49hsfgxg1fn4-i3wsr-3.0.0.drv' failed to build [result] Failed to update i3wsr 2.1.1 -> 3.0.0 https://github.com/roosta/i3wsr/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.ePCR, using log file: /var/log/nixpkgs-update/rPackages.ePCR/2024-03-10.log rPackages.ePCR 0.9.9-11 -> 0.11.0 https://repology.org/project/r:epcr/versions attrpath: rPackages.ePCR Checking auto update branch... No auto update branch exists Old version 0.9.9-11" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; configurePhase = '' runHook preConfigure export R_LIBS_SITE="$R_LIBS_SITE''${R_LIBS_SITE:+:}$out/library" runHook postConfigure ''; buildPhase = '' runHook preBuild runHook postBuild ''; installFlags = if attrs.doCheck or true then [] else [ "--no-test-load" ]; rCommand = if requireX then # Unfortunately, xvfb-run has a race condition even with -a option, so that # we acquire a lock explicitly. "flock ${xvfb-run} xvfb-run -a -e xvfb-error R" else "R"; installPhase = '' runHook preInstall mkdir -p $out/library $rCommand CMD INSTALL --built-timestamp='1970-01-01 00:00:00 UTC' $installFlags --configure-args="$configureFlags" -l $out/library . runHook postInstall ''; postFixup = '' if test -e $out/nix-support/propagated-build-inputs; then ln -s $out/nix-support/propagated-build-inputs $out/nix-support/propagated-user-env-packages fi ''; checkPhase = '' # noop since R CMD INSTALL tests packages ''; } // attrs // { name = "r-" + name; }) [result] Failed to update rPackages.ePCR 0.9.9-11 -> 0.11.0 https://repology.org/project/r:epcr/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rustdesk, using log file: /var/log/nixpkgs-update/rustdesk/2024-03-10.log rustdesk 1.2.3 -> 1.2.3-1 https://github.com/rustdesk/rustdesk/releases attrpath: rustdesk 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/kk5il5gv4iw5fqizjbk3nlqmmmlmyd9d-source.drv building '/nix/store/kk5il5gv4iw5fqizjbk3nlqmmmlmyd9d-source.drv'... trying https://github.com/rustdesk/rustdesk/archive/1.2.3-1.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 105 100 105 0 0 459 0 --:--:-- --:--:-- --:--:-- 460 unpacking source archive /build/1.2.3-1.tar.gz tar: This does not look like a tar archive gzip: stdin: not in gzip format tar: Child returned status 1 tar: Error is not recoverable: exiting now do not know how to unpack source archive /build/1.2.3-1.tar.gz 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 'rustdesk.originalSrc' not found stderr did not split as expected full stderr was: these 56 derivations will be built: /nix/store/m3lgp6pd4rcnrdghn6qsnvmqs2x99vsi-crate-flutter_rust_bridge-1.75.3.tar.gz.drv /nix/store/0v4d7jcgypymw17pfg9b088j9dhvzyms-flutter_rust_bridge-1.75.3.drv /nix/store/gp0vwcxyk6zq0xb6mvjk3y6rqakrqfkr-crate-flexi_logger-0.25.4.tar.gz.drv /nix/store/3j66s996kcxsl9485548krvx205f15xg-flexi_logger-0.25.4.drv /nix/store/6r2rkmpy90n6l7zz505bs56xl6y8xsji-pam-sys-1.0.0-alpha4.drv /nix/store/cm155lnjbczg7mhy4mn95kc4z2jn3mrc-python3-3.11.8-env.drv /nix/store/rqgd74rk14278nrb25yiprzy6zkj1a02-pythoncheck.sh.drv /nix/store/4pb24j1sv4q7ak1ms5r55nphqy3wbsna-replace-workspace-values.drv /nix/store/zpzb8lhvfrs3j5lf5ziwjr1wr697p6r4-keepawake-rs-ac395ef.drv /nix/store/7gz8jvx7k1ihxyg53w2ybcr2phpwk5sn-keepawake-0.4.3.drv /nix/store/vb10m83irqyglr8a2cbs49i4ml2qc5lz-crate-wol-rs-1.0.0.tar.gz.drv /nix/store/7vclkfn9wppqkxk7245gjbf68v459b03-wol-rs-1.0.0.drv /nix/store/i9vvhcrapq8wzydzn5a46b1gj6dyg7x8-crate-flutter_rust_bridge_codegen-1.75.3.tar.gz.drv /nix/store/b291pndn7axxgl1i7vha2flpflsiyfyc-flutter_rust_bridge_codegen-1.75.3.drv /nix/store/anr02w3nxyjghahzhd0lpqpglmbimnfz-crate-webm-sys-1.0.3.tar.gz.drv /nix/store/cp6gayc5k8rz2d00ndl87h75gdvla86z-webm-sys-1.0.3.drv /nix/store/ddqdcx99d2aa8a03hphspv87sxzd01s2-enum-map-2.5.0.drv /nix/store/fr60a6ny7va44990hp4rfg23z546qzsh-const_format-0.2.31.drv /nix/store/gw589w9wd8vci9g3f7b0c591hrs5wi54-const_format_proc_macros-0.2.31.drv /nix/store/hkhpg0px28mva8cz99k72snlwjgh6gwl-zip-0.6.5.drv /nix/store/zbrk3viwnipy3865s6jsvqp4n93a5pj5-crate-allo-isolate-0.1.14.tar.gz.drv /nix/store/hlzp3dx5fl62nkvv19gi6ll5nqqj2r58-allo-isolate-0.1.14.drv /nix/store/j10pq5a7k0dczqifjzf1v0h4d9l1n5ik-realfft-3.2.0.drv /nix/store/bnp06wpdbnyg0y94i6vspf9jacwix7a2-reqwest-4cc8345.drv /nix/store/jf1m6cirhwpnbgk3hiyqaps30yzz6pam-reqwest-0.11.18.drv /nix/store/pwmj541r6gji38dbwzcm3ymg37hyf593-crate-libpulse-simple-sys-1.20.1.tar.gz.drv /nix/store/jm4bagyhm45bwkwbmcr8b98v51155yqx-libpulse-simple-sys-1.20.1.drv /nix/store/n17y2dcxis2bdyxrg3f7b6pjwbirm7hv-impersonate-system-84b4018.drv /nix/store/k2gy2jg7c1f5vwzmmfqk9a2z5mn6nk32-impersonate_system-0.1.0.drv /nix/store/1kdl5vldxv6y0n7ib7dfv3rvqay23n7h-crate-delegate-0.8.0.tar.gz.drv /nix/store/l942n19xzqi1gnmap805vkx8kb7kjzcs-delegate-0.8.0.drv /nix/store/qxiwbawvdx8m1nbh14ncdqbgd5a4g10q-crate-sysinfo-0.29.6.tar.gz.drv /nix/store/lq63k8b05k2na6n2zrm1zxlknf6mvwa0-sysinfo-0.29.6.drv /nix/store/rb9qfx0p1dv6dsw03gpd73gbqil3giij-quinn-0.9.3.drv /nix/store/1q569ns9pb1sg0bnr631rpawx8745ljg-crate-libpulse-sys-1.20.1.tar.gz.drv /nix/store/rf4dqwigbhy0zd5myjkmkz62qjnd81si-libpulse-sys-1.20.1.drv /nix/store/vh38pxm66lhhzznkfn3441s3yg6z9za8-crate-libpulse-simple-binding-2.27.1.tar.gz.drv /nix/store/s9b8h9piw30ygxcqrj4vi642wwfz99k0-libpulse-simple-binding-2.27.1.drv /nix/store/sgag7ddb7jisyn3gs2g18zb1qsq336yd-quinn-proto-0.9.3.drv /nix/store/zddm1zc4x6w47m327zsbqyav77j32y4h-crate-webm-1.0.2.tar.gz.drv /nix/store/v0fkkxzg627w8bqac8745krzb0a3q0ix-webm-1.0.2.drv /nix/store/vl4x8zlpgs33fqhkyrfs99b6rfdalbmy-epoll-4.3.1.drv /nix/store/gafy8nq8nb4y58ls3bd9sryjzs558ba3-rdev-2e8221d.drv /nix/store/xamr4rx1cqyz8rnnxnn86im318fyr5bw-rdev-0.5.0-2.drv /nix/store/n6kb0c16hnjv0hzvfc3w1v1jlvhckj7a-crate-libpulse-binding-2.27.1.tar.gz.drv /nix/store/z0dzvcippx3x9vkpij035zcyvkwn4gj8-libpulse-binding-2.27.1.drv /nix/store/nr48pw5qrv8flbx56c3f4k0jc842kk6f-hwcodec-82cdc15.drv /nix/store/z1bi6s8374zr34gf8zkzigmv0ng4a50h-hwcodec-0.1.1.drv /nix/store/h117jmcflnyv54kk64gpyrhblwymicx1-crate-flutter_rust_bridge_macros-1.75.3.tar.gz.drv /nix/store/z7i4k5vhnp75bk0lx2k7pyz6vj88aqrc-flutter_rust_bridge_macros-1.75.3.drv /nix/store/0qy86mxpsi6zhc0jxgx3hjjxp9yvw6z2-cargo-vendor-dir.drv /nix/store/1y9zq1xipnsw0hp7a35g0jqjwh2gdmkx-rustdesk.desktop.drv /nix/store/bajd3zrhmmcgwjg8as7j00jj6p52qwlp-libsciter-gtk.so.drv /nix/store/kk5il5gv4iw5fqizjbk3nlqmmmlmyd9d-source.drv /nix/store/mpkivh0z8hjl364b9ahmk0ddrm7nhac5-libsciter-4.4.8.23-bis.drv /nix/store/icawmalq73ifq011vz0k7sscxmr8wxcm-rustdesk-1.2.3-1.drv these 340 paths will be fetched (73.26 MiB download, 1065.95 MiB unpacked): /nix/store/7sxxcx5pf8wjv0lg4s4411zf6s5la10c-ahash-0.7.6 /nix/store/kqgbl8564wbs15jglc0kc2przsfppwmr-aho-corasick-1.0.1 /nix/store/ihyb04nwfkyvsz76c8jj2zhhfjj2xswy-alloc-no-stdlib-2.0.4 /nix/store/d27rg2wbsrjxldm87jdggbk62gj5p3s6-alsa-0.7.0 /nix/store/srb7v22zv5qfk9z76j37s35p4m33slrn-alsa-sys-0.3.1 /nix/store/xq906vy4ach2h3ylqjx657ik35znpfcs-android_log-sys-0.3.0 /nix/store/qviwdpscx6njsx20ggcvnrxjjrv7df2c-android_logger-0.13.1 /nix/store/vn8fr4yb681d0p6a72v7nq8gyjwhvzz8-anstyle-wincon-1.0.1 /nix/store/5z1gyjzljrhiqlsphplhf0nif264gi48-apple-bindgen-0.2.0 /nix/store/d1x9nc0yvf704jj8vk6libkby1p3rbj2-apple-sdk-0.4.0 /nix/store/wpig63b3bhp3x6y87j0m996fl2zgpcyl-apple-sys-0.2.0 /nix/store/n08cs0kw1gznckf8sssxrkxxr462zdym-arboard-3.2.0 /nix/store/yqi5p2zg3hg7i43y2bhv82xiid0m8i1k-async-executor-1.5.1 /nix/store/xm6ldlz8mdcpljsyn9q9zh9106cr3plb-async-process-1.7.0 /nix/store/ai9gk6j7yrq3xq38jwzflwhy7d5rgbd9-async-recursion-1.0.4 /nix/store/w3kkklqmcmq2wla5pz6qrckn8719cnmf-async-task-4.4.0 /nix/store/9f0dpvbb9sra8kn5b9hdv9i93hch55p3-async-trait-0.1.68 /nix/store/gkm75x65r5i6xslwy0fyxcz35b2dpxa0-atomic-0.5.1 /nix/store/v9s14zqav4gf70w3gvrf3n14ascmn5ay-atomic-waker-1.1.1 /nix/store/llqp7b15i7zdws5a0rgd94h20f2qc1z3-autocfg-0.1.8 /nix/store/alnsz406xhdwvn5dpsii428qs4l8jwyq-blocking-1.3.1 /nix/store/lbxshg2a2y8km5c7w9pxblsasi44ig39-brotli-3.3.4 /nix/store/aswxd1frzfixncsjdd8hgwilxllbsl0b-brotli-decompressor-2.3.4 /nix/store/yrwyxff6hpsvsnzsfx8qlgr11drk6323-build-target-0.4.0 /nix/store/wwm62kfl3zdppjq07p621lkcdps84a9k-bumpalo-3.12.2 /nix/store/cji8l5dfzxhnjdrn6zfc4fv2p5yj7wlh-bytemuck-1.13.1 /nix/store/wvbc8ald16y1jgdjn076qprhf111i9ha-cairo-rs-0.16.7 /nix/store/77dbaz5zbvw1pi4qyi79xjsdx35nfrym-cairo-sys-rs-0.16.3 /nix/store/d6vcjhnvfqdk78glg96xw0c77bhs9db0-camino-1.1.4 /nix/store/a5szbxfxrys2jnl0n62k9pqz3427n8w1-cargo_metadata-0.14.2 /nix/store/1k57l1sqas8fcv2h0v3bmilql4mxsscf-cbindgen-0.24.3 /nix/store/fy0hr50dx9d2xqldw3ql0wjzdw8l9shk-cfg-expr-0.15.1 /nix/store/sknm74lp8sqnk3633x9hj732rbm9mjyv-cidr-utils-0.5.10 /nix/store/a4x94jaj4s1vkzn8xzwijy1gzaqh907n-clap-3.2.25 /nix/store/5fqsq173ps33kcl35qra1acqygfb9mk4-clap-4.2.7 /nix/store/dz31b9d084kwlqb6dphkwml8r15jisi5-clap_builder-4.2.7 /nix/store/kjgh05yk0ilfbvb9mlf2kb4kj317f6ry-cloudabi-0.0.3 /nix/store/mf9mvhf5aqgfq20a2bxn57ycxgcck973-cmake-0.1.50 /nix/store/3v4jqawziaxk2civ5ckz42qfn7kd1g4m-cocoa-0.24.1 /nix/store/ppllfxx3xfgchl1pygcnip3138wvagqf-cocoa-foundation-0.1.1 /nix/store/6233a5cgz8cls52g1353z5d5649i7ppf-colored-1.9.3 /nix/store/kk9d3rcwj1qyqb4z6rxjfppls41f2kx9-concurrent-queue-2.2.0 /nix/store/bbqwfyjrzmfz1csbkrsrkpf9hw8csrll-confy-0.4.0-2 /nix/store/s10z1xh9p18anpdrmxzqrvhivdhp43v3-console_error_panic_hook-0.1.7 /nix/store/wjj918cyxmlc6f38cx23qarg8fr9vafj-const_fn-0.4.9 /nix/store/7lzdya07is6kxdwfl14gnn361rsqbq1f-convert_case-0.5.0 /nix/store/7pa80qg64wvkjlcib5vcfl3yck595w9q-core-foundation-sys-0.6.2 /nix/store/mj66w0ixz0jl1i2f708ymmwf77qrwmpw-core-graphics-0.22.3 /nix/store/6ag70lwdrfs77my2kmj7igaf5b7llh7l-core-graphics-types-0.1.1 /nix/store/b0zqwp6jphgil99smkvjdyphs5gfqpik-coreaudio-rs-0.11.2 /nix/store/7szirk4q85a81p6y3kvb0rnxvzb5m664-coreaudio-sys-0.2.12 /nix/store/1h3hiarhb9zwn6ywmyli57jxnrifz7kp-cpal-0.15.2 /nix/store/y6dgymz8x3mwwvqpj7as40ih8fi96cpp-cpufeatures-0.2.7 /nix/store/320w6q7bxpk52a42jmm9y28903v1ykqa-crate-const_format-0.2.31.tar.gz /nix/store/ah7igg3sm74xh82i1yyagwqfdxv606nz-crate-const_format_proc_macros-0.2.31.tar.gz /nix/store/052ha3fzwk6cw817ilipvxnjvhsh7ghy-crate-enum-map-2.5.0.tar.gz /nix/store/gvl9lgcapfi5ccg15793ka69gc1fc4gl-crate-epoll-4.3.1.tar.gz /nix/store/nyn8spna7rhv9psk6nj0x5rx7sjmvs1p-crate-pam-sys-1.0.0-alpha4.tar.gz /nix/store/jzp7qx34mw06v1bm83kg4jmwlvaxqj7y-crate-quinn-0.9.3.tar.gz /nix/store/v3zm9n52bp6nw7qxl3n938gm3vgzzqi2-crate-quinn-proto-0.9.3.tar.gz /nix/store/khrlnihhgaybbchd3ff12fjs7wz8pjbj-crate-realfft-3.2.0.tar.gz /nix/store/fj1bzls3hhjj7rf3ci237y4khmwk65n6-crate-zip-0.6.5.tar.gz /nix/store/nrg3y9nfv1zjbjyji15nalwxwbs0rlj0-ctrlc-3.2.5 /nix/store/irdr6masch22i30zfnjf8y5rr284bmzn-dark-light-1.0.0 /nix/store/2g0p3hl6gqsfi1fxhzgc842fg5sgblgk-dart-sys-4.0.2 /nix/store/80vrpak6ybc881vpd1vxxsmn5ivivh6g-dasp-0.11.0 /nix/store/f3qli6929y5ry7aal0bxifyq7g92w1g4-dasp_envelope-0.11.0 /nix/store/v6rj59isvpk336immb4s22zf9wymp04v-dasp_frame-0.11.0 /nix/store/j0r656c82rdbzawnprvd7bs154gy4ijw-dasp_interpolate-0.11.0 /nix/store/nz9ilg7asd91biw9bv5c61hbdhzxlqjb-dasp_peak-0.11.0 /nix/store/zxdxrdbgkw442g20cvqml25y2ly1byic-dasp_ring_buffer-0.11.0 /nix/store/q6qncil1s27gm7hj23l6nq7gg32ij4c8-dasp_rms-0.11.0 /nix/store/ijzxqdpi89rsdi3dd41l5w50wznzwfr1-dasp_sample-0.11.0 /nix/store/zqpf6k04chbcc9h5mj8xbmn9lffhkbh5-dasp_signal-0.11.0 /nix/store/2vbmfzl9dyg8409zpqjin4cm2l28rp5g-dasp_slice-0.11.0 /nix/store/1b9w2ji4m3753dm97l1722j1fygrd8aq-dasp_window-0.11.1 /nix/store/zsn7h88dmgjrqj08isvwnw073z22q3w9-dconf_rs-0.3.0 /nix/store/5h01f37542b6sp1af4c58yrqfvgq3zsw-debug-helper-0.3.13 /nix/store/4dsgksw05jc7vzgc490qfn0drmw3fq3w-default-net-0.14.1 /nix/store/3gqij99slgdpi40f5chvgl8ia8cp5wpy-detect-desktop-environment-0.2.0 /nix/store/5pmv0g4qzfj0w32n9rqdgk9y34v43p4i-dirs-2.0.2 /nix/store/92h5fzalmjg1y0k254scf9wd0hvrrq29-dlopen-0.1.8 /nix/store/dfjmi8d6918z7f33bskgqqqi4addk0bj-dlopen2-0.4.1 /nix/store/pc91bhql0s9mivvcabgkisn25h1jzd39-dlopen2_derive-0.2.0 /nix/store/7nqgxskry6nrhd6w9b2w0jd5p2468m5w-dlopen_derive-0.1.4 /nix/store/abxvxq92ivrs0qrkyzvi7brg61fqqdvj-dlv-list-0.3.0 /nix/store/07cnaf28j1d3qv8rsh014y9vr6d3isfn-docopt-1.1.1 /nix/store/2fxyva21gpsq0ri5wg2dxvjwxfky8zgg-dtoa-0.4.8 /nix/store/bgzvin0wxq9br9wyp3phzi24pi5ghab4-ed25519-1.5.3 /nix/store/l07v5yagp05rqlikj70c3pxx2c4739pb-embed-resource-2.1.1 /nix/store/gq3d007j2xzb5hx7fm63clagwga7cpfd-enum-iterator-1.4.1 /nix/store/asj2dalm71sny2lgvsrdj45jrbpmvy83-enum-iterator-derive-1.2.1 /nix/store/wxqp16li7gd4gpx34qxi5j6dm4py7y4q-enum_dispatch-0.3.11 /nix/store/j31lnmpf07g5h66kcmqj0vwjjzk9qv4v-enumflags2-0.7.7 /nix/store/yfap7wi4mw47frp75g55ispwxg3j3bjl-enumflags2_derive-0.7.7 /nix/store/ixab3h9jsikvc3xbh88dvgqvzw15jg9w-env_logger-0.9.3 /nix/store/50fky2pzhm0a321nsfys89lxpd959g5z-errno-0.3.1 /nix/store/qd1j0zmz2zk5ikxa22f0zw2bxidw1fg2-evdev-0.11.5 /nix/store/0lwjfa75mrs0970v310569b82xw2i34q-exr-1.6.3 /nix/store/0imw4gaxk6ygamd9p7cpa13n7g7rz6am-fern-0.6.2 /nix/store/lqmbg047w0y2a1mpp8n0cljp09xkq67h-flate2-1.0.26 /nix/store/fzgy2ylhfp5fvf033ds6k4nv23vcgsqj-fon-0.6.0 /nix/store/jkg1wkj4k3ig5qvpmxbzpl0kq8xyz0sl-fruitbasket-0.10.0 /nix/store/0rp46b1z61rrns2xka8rirfb9ahfvbbs-gdk-0.16.2 /nix/store/x7dhwbh5va1cn2bvkyg1mdmmk5l9qp5c-gdk-pixbuf-0.16.7 /nix/store/cfswyjdad2gr9r3p8bbmn20jwna9xhzq-gdk-pixbuf-sys-0.16.3 /nix/store/bh8vrk900g7vjkvbr693v5nf6wfqh0gq-gdkwayland-sys-0.16.0 /nix/store/drfhw1wg5m8hibjzdrf9c9a3r6jmbaw0-gdkx11-sys-0.16.0 /nix/store/3l404wfrv91dfyhdngw6s699amvl6ddl-getrandom-0.2.9 /nix/store/c0arzxxc71wz8gw6rbihblxz8kz10nyc-gio-0.16.7 /nix/store/ppbc8ia3nsna6x6ir584d3a6lgpqmw6h-gio-sys-0.16.3 /nix/store/xx8srzrgliq3rhn0sdqz4n76dg0kkv2z-glib-0.10.3 /nix/store/rgjkigmnqab426889b8fy44iyf58j3hw-glib-0.16.7 /nix/store/ry2qz8z5gqj4dml0426qwzkpsd0jjxzf-glib-macros-0.10.1 /nix/store/a6zh6r918x5jv6i5nday2f2ic2j1s8w5-glib-macros-0.16.8 /nix/store/193nji7691259m0qa6k9gjb755rccrdc-glib-sys-0.10.1 /nix/store/fyfrrmhydrhwnq5lmddh0f5dd01f3grq-glib-sys-0.16.3 /nix/store/1yvyxc4dwsfhj85abipq7chcdl65rkry-gobject-sys-0.10.0 /nix/store/5fm4q5ya2jxhfw355mn14xvpn1lfd135-gobject-sys-0.16.3 /nix/store/waqb86bpnzx4jh20j5hnwmnzzsr047ad-gstreamer-0.16.7 /nix/store/vh68q23v0ylhq7kvd9czvpblp3l8d9ir-gstreamer-app-0.16.5 /nix/store/47acz310y058n7lpk8qkabq2hb5ly90z-gstreamer-app-sys-0.9.1 /nix/store/48xss584dhnkd91iykb8rjyyy17g75ck-gstreamer-base-0.16.5 /nix/store/038y0qc1ipy3nzmz6k269pjn49xkxw93-gstreamer-base-sys-0.9.1 /nix/store/rifkirv2pzakwpvgcgkx33zqxaixvjq9-gstreamer-sys-0.9.1 /nix/store/ypz29f7gnsza6ar0mcx07fd9lzd7r7rq-gstreamer-video-0.16.7 /nix/store/44rv7y3kwy73bnz932frbr2zq1p85d9w-gstreamer-video-sys-0.9.1 /nix/store/b2wrc97zgj5j79vp2c47d9lzv6qa776v-gtk-0.16.2 /nix/store/fii78q93xfiymbs5ffqnhpbjz3v1jjih-gtk3-macros-0.16.3 /nix/store/mx85m3yi5n82k6g9hx2l9sx41ngkpln1-h2-0.3.18 /nix/store/lsy6hcban8xb2jd5jyl1xrv27zsq4nm1-half-2.2.1 /nix/store/gw817mcvirwm38xvay22ba4hckarxqqx-hyper-0.14.26 /nix/store/hiwz5q2418gxbr8yy8mzrlmxp4hgf5ks-hyper-rustls-0.24.0 /nix/store/xgqyd09r9ifvjr0xnn6mmbhkfaykgj0l-iana-time-zone-0.1.56 /nix/store/q55lz0x1w7iby1c6hq0k04y5mh8v4hc7-image-0.24.6 /nix/store/ch7x7pbj38mp5967xi9j6adcbb7wcm4z-include_dir-0.7.3 /nix/store/ypa2jxlz1n5q1jhd4w4l1khzr21s59a1-include_dir_macros-0.7.3 /nix/store/wv1rfkfylak7rfzz8cm27xhs0frvlaya-inotify-0.10.0 /nix/store/25d7nk2sgdl84rg6gfks8mds0ibsgyzk-ipnet-2.7.2 /nix/store/9sjf1fd34xv061y16cy4jjiw4dk8gzrf-is_debug-1.0.1 /nix/store/b5nzmvzj3x6jyhg8ls2zbg9sa3sbcqrm-itertools-0.9.0 /nix/store/l007vdwrwk03drgg57rai4bdwmrsgddx-itoa-0.3.4 /nix/store/s3s5xiwk8x3gm8p3rd8av60y7r3gm0hv-jni-0.19.0 /nix/store/16hr5z0rgljcb78m89sjwb8wa3ji3dnk-jni-0.20.0 /nix/store/rxpmvzclp6m66kncs0jfanbjf8i98sx5-js-sys-0.3.62 /nix/store/f87dsv0i148znykdnh6mi8qg40vx0kn5-keyboard-types-0.6.2 /nix/store/37gvcf72ppkd06ky4hw5089ndah0ppkp-libappindicator-0.8.0 /nix/store/z1mz4rx6b3dray0xg4xqdixk0si8girh-libappindicator-sys-0.8.0 /nix/store/lsh1gsbgcpwiwfxsqlyv0pp9rqk8v2y0-libc-0.2.144 /nix/store/sv04ajjfy5i14r8d7zpc207icgz547ib-libdbus-sys-0.2.5 /nix/store/0la2qg4qwjvlwyqwxg066a3v770bnhbb-libloading-0.8.0 /nix/store/44yynnipzz4v5vglkq7hdd96yh5bxx55-libm-0.2.6 /nix/store/yfkdrj522cv5vps61r6a5dc0jwhdg31x-libsamplerate-sys-0.1.12 /nix/store/idw4a3lfz6jbvmdfx4d2hf0wq0iqa64x-libsodium-sys-0.2.7 /nix/store/kchckxykz23ci2a2indnycqcr5m25gi0-libxdo-0.6.0 /nix/store/fgiwyhzngbld3yr9x7vl5km9fd7ahwjw-libxdo-sys-0.11.0 /nix/store/66mwnwzl61zv9h644kd9psnpmsxps9kc-libz-sys-1.1.9 /nix/store/1b2slzq85wwysq9i5j2zxpzhx3adhp83-line-wrap-0.1.1 /nix/store/7mzjab7jxm1i0siffccby1znxsa2nbg5-linux-raw-sys-0.3.7 /nix/store/ggm4qf83sspfnzjqcrmjsr5bg34hv30x-mac_address-1.1.4 /nix/store/h7yky4lb2pgzgzwpc5q6v004mx2xzpss-machine-uid-0.3.0 /nix/store/s5yhzvgvch32sb10i4maqng9zhx9czil-magnum-opus-0.4.0 /nix/store/41q5636mvnnc5s5lajm0lfl69sqr35z6-md5-0.7.0 /nix/store/syh1ly3g01vh33bbrj0gd5wnrq331c7x-memalloc-0.1.0 /nix/store/pdssvkd8x7j0505arqpbdgy1x7n1nr4n-mouce-0.2.1 /nix/store/izfgznif6587sjwzwq1i2kr4zlps0skd-muda-0.5.0 /nix/store/ywn3q5pzdfg40fn72c2whrcgl7yc8wpv-muldiv-0.2.1 /nix/store/i5h6wlzjj6ciym8ndm45psi2i2hqggmm-ndk-0.7.0 /nix/store/ndkqwjfrzrbwlqx30sqx2n1nyx2qckns-ndk-sys-0.4.1+23.1.7779620 /nix/store/s2fr6mrv993ms0qlqcp54ds91mbrpd23-netlink-packet-core-0.5.0 /nix/store/4lzz3mxb8ljrzgz2rk346h1xhkln5s9i-netlink-packet-route-0.15.0 /nix/store/lnfgckc8r5hk1ds2b87qb6vh7g8mx6n9-netlink-packet-utils-0.5.2 /nix/store/ryrc8ihh1634sylk4d7nsv0f50i9h6g8-netlink-sys-0.8.5 /nix/store/gk03vzi7vw27vc96qyry1hmmcwj4ixlz-nom8-0.2.0 /nix/store/4i1smvg7wnf41z86dn2rr1933bi8sz0w-num-bigint-0.4.3 /nix/store/pbz8c0cgngih2gyvgzjp94l8kgvinaap-num-rational-0.3.2 /nix/store/j8m1i54nqq1819xxwr97b14yzb5sqcvh-num_enum-0.5.11 /nix/store/4b3dq6h46zhsga7yq90ajl3kl91i6fgf-num_enum_derive-0.5.11 /nix/store/97ab55cnnndfaln9rhv24hq4nqf21lxh-objc_exception-0.1.2 /nix/store/65v12zklrrgafslgj8rnym09lq1s1di7-oboe-0.5.0 /nix/store/6r5zvph0v6036rw3n4f9aji96gdavanh-oboe-sys-0.5.0 /nix/store/hqsakwfjglv547idv5cdjial6zq8ykf4-ordered-multimap-0.4.3 /nix/store/c1r2s5wxaffcgaa431x6vm07xyaqdvap-os-version-0.2.0 /nix/store/ndmmj75211dm4np334i57f91dj9z37cc-os_str_bytes-6.5.0 /nix/store/qkjz0jisp27xjvmw1rgnc7w4299xvpqf-osascript-0.3.0 /nix/store/ckv7n1h5ybfy64aymsri35nqpvj4719c-pam-0.7.0 /nix/store/jg39azds86x3dwq52ra0z6la1yclbfhr-pam-macros-0.0.3 /nix/store/83ygd3mcqkkvarcidqvan8kiz9lj47rf-pango-0.16.5 /nix/store/vbkf6p4z48qk99gr0f9vp9hmykkwvcl2-pango-sys-0.16.3 /nix/store/fvzvalwspz5q7dpck70hyxz8g59hrysa-parity-tokio-ipc-0.7.3-2 /nix/store/ffqfcl5780lifp8b2n9zx39g0bc21prh-parking-2.1.0 /nix/store/s12l6f599xky2bhmh4hayj126hdkm5b3-paste-1.0.12 /nix/store/m0cv1r1rs75bqrkvciik6y7ms2kc0ys1-phf-0.7.24 /nix/store/c5ghw8dg3rci8j2lpgqa93hhccsqr965-phf_codegen-0.7.24 /nix/store/95fkxrb8xf1wy3qpdwq3kwlrmwlbm0yb-phf_generator-0.7.24 /nix/store/mbg7p877cqdzk7bgznnvvmrvnf3x5mfr-phf_shared-0.7.24 /nix/store/cw06hz4767y5k3g33qb349m5q6g1cck8-plist-1.4.3 /nix/store/iswdw4qdn1x51r94q0j8zsscmpg3q7vs-png-0.17.8 /nix/store/vf87sw0xqkkswgy68xc3lw908kvj751y-pretty-hex-0.2.1 /nix/store/gnysj01si1mqnhw8ia11gjqjy33h3441-prettyplease-0.2.4 /nix/store/4yc9dwsdbzrxj1006nql9fmfcnqpna3z-proc-macro-crate-0.1.5 /nix/store/9lw565581flj73444yvl2hl5xbcsk7v0-proc-macro2-0.4.30 /nix/store/ikyh1pjawf4nx9cn8mfvhbgpdiy67drq-proc-macro2-1.0.63 /nix/store/hnxghjzpahk3q7g4vzz6xgi0wqbmxvx2-protobuf-3.2.0 /nix/store/zrafybxqhi5kx2vy57mwk2h4gzrbjaq1-protobuf-codegen-3.2.0 /nix/store/wsz0632xr6ahlvb60phcwvhvx6l233x3-protobuf-parse-3.2.0 /nix/store/k5hrgfv78asxgr9c2hr9g062cw540y53-protobuf-support-3.2.0 /nix/store/jaaqqfj79qm5cssplmk264yl749272g8-quest-0.3.0 /nix/store/vqifagzvnpkwln66njybngcqzmzl2d4n-quick-xml-0.23.1 /nix/store/qrxpw52xym8cp6vig5kradh6nnkfmarc-quick-xml-0.28.2 /nix/store/2qq799fnk265b6ymach3bhg6zg8qwbsh-quinn-udp-0.3.2 /nix/store/al1xk8k9jpbkk1gwrh5cwc29jf3ssqrm-quote-0.6.13 /nix/store/xiw5zvr8xkxq34s4njmjpnfv6fp5q70a-quote-1.0.27 /nix/store/hqmv7yv4kg8qgbj2pwpyfc2awp7z9334-rand-0.6.5 /nix/store/q31872x167c2cypanrb8hkkrxnwawxv0-rand_chacha-0.1.1 /nix/store/fyncz02f50rgh88m1dgahmbrjkzi5xpf-rand_hc-0.1.0 /nix/store/lr0swsrxw29m401xx7r381bsffnxsiwc-rand_isaac-0.1.1 /nix/store/izmj4k0fi1gc5g93fqgf9gawzi9bk783-rand_jitter-0.1.4 /nix/store/lxz67kxav4lfb2z9c7ab961zlkay34jx-rand_os-0.1.3 /nix/store/5d81mnyyz02vj60hi1nsr27y1d3b2cjg-rand_pcg-0.1.2 /nix/store/drmkpbmwx53sbqsxcw4v746npjfzgj8z-rand_xorshift-0.1.1 /nix/store/xml17jz1q2xvhkykd1gsl4hkhsqc64a1-regex-1.8.1 /nix/store/fsmnmb523rdknq7s75hl70b10p6jpalj-regex-syntax-0.7.1 /nix/store/sb2qjdapjwpbin0i2xrq6kjqbarrzyiy-repng-0.2.2 /nix/store/mp6m2rrsbxvdswb1gs7qp08wsrwgyvvz-ringbuf-0.3.3 /nix/store/yr448pa881glz50lg4933j2mam837cs9-rpassword-2.1.0 /nix/store/b7xx0snrk2l0600w8hsmvbngwcccnhy5-rpassword-7.2.0 /nix/store/q8fww9xrlpmyc45pbz29lhhhg5fn2j1l-rtoolbox-0.0.1 /nix/store/j3xgkjz9hzhcfgakc1g0zm2rdacz75fs-rubato-0.12.0 /nix/store/6rsic2pqakvm30hw3mbgnlxdjpfj19l4-runas-1.0.0 /nix/store/678cvzls3img3gakw37s7ld2x3x1c1ks-rust-ini-0.18.0 /nix/store/pwdjcbzk05k86invmaqn2garvi67sl59-rust-pulsectl-0.2.12 /nix/store/xd0f1046df8q41x3rsn8flh0q6sff4jg-rustfft-6.1.0 /nix/store/1vqaa5sv83zvgqm7xcfzkcby3r30a5kl-rustix-0.37.19 /nix/store/4lch7bn1xf2n7yv7n3gkyays1s15s6nz-rustls-0.20.8 /nix/store/wn1sv31zpjdd03ly883n17m3w7fzcny8-rustls-0.21.2 /nix/store/11wqdkipayf2hwp7fsa55j5bvsqnrvgz-rustls-native-certs-0.6.2 /nix/store/gkm1kv2msaq4vha7fg6q9h6zx8hhgcnm-rustls-pemfile-1.0.2 /nix/store/qbpvvc7p11s3h9564rjqjx9kp82s0vpb-rustls-webpki-0.100.1 /nix/store/79h7lpa7717brywf6d71h0q2nnj6j0qa-safemem-0.3.3 /nix/store/02cgnp7gpw8i7fqf248i3rf181w3l1i4-samplerate-0.2.4 /nix/store/g817hf2b9rg0990102gag8n29pxdjg5y-sciter-rs-0.5.57 /nix/store/26rfjn4kii2p7jg6npmi5j7771ssh2sm-serde-0.9.15 /nix/store/ni41hhk9r0r9zf0lp3fz3fssdl9agaan-serde-1.0.163 /nix/store/mccj76bir5g2s40pak7wmz4jk9msh39v-serde_derive-1.0.163 /nix/store/zazp4m1dmaw8x4fid8m0v5i0i3xn60vd-serde_json-0.9.10 /nix/store/gbkfypzkn8yvzrhxv55fffffzkgkkscr-serde_json-1.0.96 /nix/store/6jaw1y67qncnv91fml1z4nb74nzd8iqz-serde_repr-0.1.12 /nix/store/bb4m8zyd2g2gb9l7safcfcv2djmzcr8s-serde_spanned-0.6.1 /nix/store/01aibrx7wnz1i1bzvfjqid2d4gsahggy-shadow-rs-0.21.0 /nix/store/yn1gs36jq0qdry5yai4lafmgsil11ahq-shared_memory-0.12.4 /nix/store/rclby75zb2vdvpv96fq0z6kahmzy76gk-signature-1.6.4 /nix/store/n1byzgn5ylpddx83qn8pzyv6ljx41pbi-simd-adler32-0.3.5 /nix/store/lrcvhb4ihlwx42fg7zk3kpy8kcxs9gsj-siphasher-0.2.3 /nix/store/c1354cqhsdz4lv9qq2445kiy1010pmpa-socket2-0.3.19 /nix/store/kcpbvakr6n2rwz1yw6ixmk64fcnccdp1-sodiumoxide-0.2.7 /nix/store/zyhl4dqzdvi40g63acv08bry3b78im22-strength_reduce-0.2.4 /nix/store/dnc8ljfjjv5x77dpmhrg9pnz4305y06v-strum-0.18.0 /nix/store/i8d4vmmdkj229d81xng89ywpfj773bxn-strum_macros-0.18.0 /nix/store/0pqh20kh9nvpykc87m5drfd91r0gsfhx-syn-0.15.44 /nix/store/jqvp3r6m9r69dsjgady3m2i5bb6h911s-sys-locale-0.3.0 /nix/store/7bqks6kbynixjrhhimgs1znp78c3z755-system-configuration-0.5.0 /nix/store/kxzfn7az907ysl8nak53mvwv3i8ajwmf-system-deps-1.3.2 /nix/store/0y2l5w4h6jbv136bfbnd2mjqrj8h88gg-system-deps-6.1.0 /nix/store/b2awy0plmkxgni0sna2y4c3dkgy49c81-system_shutdown-4.0.1 /nix/store/aw0w89h72k9xdhkxa9r5giwiz6wh0xcy-tao-0.22.2 /nix/store/1nlmz7xnikwr7q8h701837c0mqc6myfi-tao-macros-0.1.2 /nix/store/lhhjz6fy3a9hxzb3ppjkrvh205m8s4s7-target-lexicon-0.12.7 /nix/store/r9c44lkl7xjlwyx34yip7qd0q87nb5z0-target_build_utils-0.3.1 /nix/store/p4428pfw2m63m1yb8x152n415m1hsx25-tauri-winrt-notification-0.1.2 /nix/store/02043jl9mvi11ai2y44lnlpy1n62gvgs-tempfile-3.5.0 /nix/store/6k2x0hivanwlhv910rxkffn7249ld8l1-termios-0.3.3 /nix/store/6mg8rv9qc33s469ycq0kyxhdbcnmriwj-tfc-0.6.1 /nix/store/yv8vzkbn0bipz5lvh4d1kc3czzsj6iw4-tiff-0.8.1 /nix/store/7il7x6yaiinxmlyynxfc0bnr3xx6x9d2-time-0.3.21 /nix/store/vdqc8nrll9vr27dia342c9lhfn26690m-time-macros-0.2.9 /nix/store/01jrafmq5p3cd1g2x5nsxwjjbgxjhibm-tokio-1.28.1 /nix/store/69x58x3a1rdid7nqv19dgkb2y22r1asr-tokio-macros-2.1.0 /nix/store/x70p1cmvgcz1fln8wybxznaqjfcx3a20-tokio-socks-0.5.1-2 /nix/store/y1qkjydm3fpxb6l52lc8j1pg9k5m5z3d-toml-0.6.0 /nix/store/z2vxf9y7611xnzpqbv8lidpwc0k2bsp1-toml-0.7.3 /nix/store/wwqqv29jimwf889qc0yb3z71dllbxdj0-toml_datetime-0.5.1 /nix/store/lviq50w05ipibgr94wxljcrn7y6q5rkx-toml_edit-0.18.1 /nix/store/5asjhdvp2pkxwy55yrlh9wzy6qdnpffk-toml_edit-0.19.8 /nix/store/56y7kxpgwckqclc2lkyvglg7d06yqm3z-topological-sort-0.2.2 /nix/store/zh9148aavdvz5kqkr72s9cp4wyphv8as-tracing-attributes-0.1.24 /nix/store/7jnciannsvv85nymfwzmbah9nmgzammc-transpose-0.2.2 /nix/store/274yzc7h69rnpvqv4ll0amkz34sp4rmy-tray-icon-0.5.1 /nix/store/kxd09936b7fmsh1iqx6yzr8p1cir1jj9-tz-rs-0.6.14 /nix/store/nc65ddykm7a3a0vjv18x7kn9w2pn47ms-tzdb-0.5.7 /nix/store/kpkr8xz3h21i4al9hiq8nmc14425jdic-uname-0.1.1 /nix/store/fr9jik5g9drc3n2za6ds7grq5hv9mlxg-unicode-xid-0.1.0 /nix/store/2ap2y9qsd042znr077c69q9c4v8y4xi8-users-0.10.0 /nix/store/yg6nbdff7s9d7p9w45q3wdnaahn7fans-users-0.11.0 /nix/store/a788d8xvwissfl7cxkqrds79kdh64089-uuid-1.3.2 /nix/store/fbsx99l5njvm940ikmxnn543cxrmb8p5-version-compare-0.0.10 /nix/store/pmpkr8bmw8s0h68nd4yynk5vnd03vq09-vswhom-0.1.0 /nix/store/79xlrgds6wmapq3rhmp0i7im5wy9pdhd-vswhom-sys-0.1.2 /nix/store/xv160sh8fcjqbc0n43b0xh3hsyv26s7k-wasm-bindgen-0.2.85 /nix/store/2j08mjr6l0gbkvzns5cdnrbsd7vpd6zm-wasm-bindgen-backend-0.2.85 /nix/store/6ac4375bby6n8gwivh75l7s5w25rwivi-wasm-bindgen-futures-0.4.35 /nix/store/qldzn60bhhpmwxv95yhgk2cid2wysfxz-wasm-bindgen-macro-0.2.85 /nix/store/ax9xgf7va0nnaal78cn175j4zni7khrc-wasm-bindgen-macro-support-0.2.85 /nix/store/b2ips6i6nakhjgx181pkxrj5wrly17qy-wasm-bindgen-shared-0.2.85 /nix/store/dc934g28psx3h9h1qm1p48pv55y52qql-web-sys-0.3.62 /nix/store/5dfl8wng790lb5mqlszwl5yb7p3xz0db-webpki-0.22.0 /nix/store/65095jq4kx5jbnkz25m27m028jkbsls6-webpki-roots-0.23.1 /nix/store/n05i5vh56ly2b8z4nhbwzf6ir3snav7n-win-sys-0.3.1 /nix/store/zcismrvqargvzm8crm2pk81djsjlbcix-windows-0.32.0 /nix/store/myvqw1mimf63gq8hcpi2n91jlhpdqbj5-windows-0.34.0 /nix/store/bxs3yymyvlh2n980ry3s8jc5d6lwwvn5-windows-0.39.0 /nix/store/kw6mn2l7z1k7raw6wdzskf25in0d7ypz-windows-0.44.0 /nix/store/znnap1q6ia3qxz4r557hm321dp3g0dy4-windows-implement-0.48.0 /nix/store/0xiqga23w0g2d18n1955a3lasf68li37-windows-interface-0.48.0 /nix/store/6a7b5xb791h0rcychivqr3sy45zmvjaw-windows-service-0.6.0 /nix/store/w2gcb47f852affb2xrmzp2qsz55d4fra-windows_aarch64_msvc-0.32.0 /nix/store/8nlv5gvnyak5ih7pal3i6v0rcf08ffzq-windows_aarch64_msvc-0.34.0 /nix/store/xgd2xkxskai7ycsk0nvqmniybbca3njf-windows_aarch64_msvc-0.39.0 /nix/store/b516ih1l990r3l2cbwn8fxa0xqcjhgph-windows_i686_gnu-0.32.0 /nix/store/abarb7scjm51nblqyws0v6w7wskyxxl7-windows_i686_gnu-0.34.0 /nix/store/r6qylk0qrj1qcilw41vzjrs3il9yc6mw-windows_i686_gnu-0.39.0 /nix/store/db85wylinxknymlllfwndpvvkc0g1pp1-windows_i686_msvc-0.32.0 /nix/store/b6mwvsp03jcwniqj5zjwgy84ya2s0v8m-windows_i686_msvc-0.34.0 /nix/store/62nblqrf7qgsf7mgqaladc2dg3bgnwbi-windows_i686_msvc-0.39.0 /nix/store/ys3sk3gkgvi6h7qn3znnwxv12x63f3mx-windows_x86_64_gnu-0.32.0 /nix/store/bbc5fcg40v7dmy0dqlm5shgvd610z38l-windows_x86_64_gnu-0.34.0 /nix/store/r00xzwvcm4f0h37b2z9k446krrsqka12-windows_x86_64_gnu-0.39.0 /nix/store/79641853m4w80gkgh4zjs3lcagbrivkz-windows_x86_64_msvc-0.32.0 /nix/store/la1qf5d17gzjw8pp8xhcxfc5kyk5kch6-windows_x86_64_msvc-0.34.0 /nix/store/7gnmk5lpfa7bxs064f898k1c7mz99h8c-windows_x86_64_msvc-0.39.0 /nix/store/hd3mbkjpwkdizl1qxr4jnaj3xw1a84pl-winnow-0.4.6 /nix/store/s028b29yq55c2zkbbq2qcbdlxaz1401x-winreg-0.11.0 /nix/store/qrngac0jxwnzr4rg66qicq4z3bycf164-winres-0.1.12 /nix/store/3k7646b64r8mc0f63hrj131k5w8ykalz-x11-2.19.0 /nix/store/4lj2n26dmhkshrksq0a4vf6jwjvr3a91-x11-2.21.0 /nix/store/xzw0y9nram7xmy6js2ncryglj6mn5x83-zbus-3.12.0 /nix/store/18i0p4wv8mbipg23r1nhw93l39i182d6-zbus_macros-3.12.0 /nix/store/sx11irjgm6763jrh5v1vfpi64pahisrm-zstd-0.12.3+zstd.1.5.2 /nix/store/lphqk0cfnkm290nfj70kxl42jdk3ar2a-zstd-safe-6.0.5+zstd.1.5.4 /nix/store/yi0bqv1h1jz1wriv5ar0hcs5zhxksprp-zstd-sys-2.0.8+zstd.1.5.5 building '/nix/store/1y9zq1xipnsw0hp7a35g0jqjwh2gdmkx-rustdesk.desktop.drv'... copying path '/nix/store/d1x9nc0yvf704jj8vk6libkby1p3rbj2-apple-sdk-0.4.0' from 'https://cache.nixos.org'... copying path '/nix/store/xm6ldlz8mdcpljsyn9q9zh9106cr3plb-async-process-1.7.0' from 'https://cache.nixos.org'... copying path '/nix/store/yqi5p2zg3hg7i43y2bhv82xiid0m8i1k-async-executor-1.5.1' from 'https://cache.nixos.org'... copying path '/nix/store/xq906vy4ach2h3ylqjx657ik35znpfcs-android_log-sys-0.3.0' from 'https://cache.nixos.org'... copying path '/nix/store/w3kkklqmcmq2wla5pz6qrckn8719cnmf-async-task-4.4.0' from 'https://cache.nixos.org'... copying path '/nix/store/vn8fr4yb681d0p6a72v7nq8gyjwhvzz8-anstyle-wincon-1.0.1' from 'https://cache.nixos.org'... copying path '/nix/store/5z1gyjzljrhiqlsphplhf0nif264gi48-apple-bindgen-0.2.0' from 'https://cache.nixos.org'... copying path '/nix/store/d27rg2wbsrjxldm87jdggbk62gj5p3s6-alsa-0.7.0' from 'https://cache.nixos.org'... copying path '/nix/store/wpig63b3bhp3x6y87j0m996fl2zgpcyl-apple-sys-0.2.0' from 'https://cache.nixos.org'... copying path '/nix/store/ai9gk6j7yrq3xq38jwzflwhy7d5rgbd9-async-recursion-1.0.4' from 'https://cache.nixos.org'... copying path '/nix/store/7sxxcx5pf8wjv0lg4s4411zf6s5la10c-ahash-0.7.6' from 'https://cache.nixos.org'... copying path '/nix/store/kqgbl8564wbs15jglc0kc2przsfppwmr-aho-corasick-1.0.1' from 'https://cache.nixos.org'... copying path '/nix/store/srb7v22zv5qfk9z76j37s35p4m33slrn-alsa-sys-0.3.1' from 'https://cache.nixos.org'... copying path '/nix/store/n08cs0kw1gznckf8sssxrkxxr462zdym-arboard-3.2.0' from 'https://cache.nixos.org'... copying path '/nix/store/ihyb04nwfkyvsz76c8jj2zhhfjj2xswy-alloc-no-stdlib-2.0.4' from 'https://cache.nixos.org'... copying path '/nix/store/qviwdpscx6njsx20ggcvnrxjjrv7df2c-android_logger-0.13.1' from 'https://cache.nixos.org'... building '/nix/store/kk5il5gv4iw5fqizjbk3nlqmmmlmyd9d-source.drv'... building '/nix/store/bajd3zrhmmcgwjg8as7j00jj6p52qwlp-libsciter-gtk.so.drv'... building '/nix/store/cm155lnjbczg7mhy4mn95kc4z2jn3mrc-python3-3.11.8-env.drv'... building '/nix/store/rqgd74rk14278nrb25yiprzy6zkj1a02-pythoncheck.sh.drv'... building '/nix/store/zbrk3viwnipy3865s6jsvqp4n93a5pj5-crate-allo-isolate-0.1.14.tar.gz.drv'... building '/nix/store/1kdl5vldxv6y0n7ib7dfv3rvqay23n7h-crate-delegate-0.8.0.tar.gz.drv'... building '/nix/store/gp0vwcxyk6zq0xb6mvjk3y6rqakrqfkr-crate-flexi_logger-0.25.4.tar.gz.drv'... building '/nix/store/m3lgp6pd4rcnrdghn6qsnvmqs2x99vsi-crate-flutter_rust_bridge-1.75.3.tar.gz.drv'... building '/nix/store/i9vvhcrapq8wzydzn5a46b1gj6dyg7x8-crate-flutter_rust_bridge_codegen-1.75.3.tar.gz.drv'... building '/nix/store/h117jmcflnyv54kk64gpyrhblwymicx1-crate-flutter_rust_bridge_macros-1.75.3.tar.gz.drv'... building '/nix/store/n6kb0c16hnjv0hzvfc3w1v1jlvhckj7a-crate-libpulse-binding-2.27.1.tar.gz.drv'... building '/nix/store/vh38pxm66lhhzznkfn3441s3yg6z9za8-crate-libpulse-simple-binding-2.27.1.tar.gz.drv'... building '/nix/store/pwmj541r6gji38dbwzcm3ymg37hyf593-crate-libpulse-simple-sys-1.20.1.tar.gz.drv'... building '/nix/store/1q569ns9pb1sg0bnr631rpawx8745ljg-crate-libpulse-sys-1.20.1.tar.gz.drv'... building '/nix/store/qxiwbawvdx8m1nbh14ncdqbgd5a4g10q-crate-sysinfo-0.29.6.tar.gz.drv'... building '/nix/store/zddm1zc4x6w47m327zsbqyav77j32y4h-crate-webm-1.0.2.tar.gz.drv'... building '/nix/store/anr02w3nxyjghahzhd0lpqpglmbimnfz-crate-webm-sys-1.0.3.tar.gz.drv'... building '/nix/store/vb10m83irqyglr8a2cbs49i4ml2qc5lz-crate-wol-rs-1.0.0.tar.gz.drv'... building '/nix/store/nr48pw5qrv8flbx56c3f4k0jc842kk6f-hwcodec-82cdc15.drv'... building '/nix/store/n17y2dcxis2bdyxrg3f7b6pjwbirm7hv-impersonate-system-84b4018.drv'... building '/nix/store/zpzb8lhvfrs3j5lf5ziwjr1wr697p6r4-keepawake-rs-ac395ef.drv'... building '/nix/store/gafy8nq8nb4y58ls3bd9sryjzs558ba3-rdev-2e8221d.drv'... building '/nix/store/bnp06wpdbnyg0y94i6vspf9jacwix7a2-reqwest-4cc8345.drv'... trying https://github.com/rustdesk/rustdesk/archive/1.2.3-1.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 105 100 105 0 0 694 0 --:--:-- --:--:-- --:--:-- 695 unpacking source archive /build/1.2.3-1.tar.gz tar: This does not look like a tar archive gzip: stdin: not in gzip format tar: Child returned status 1 tar: Error is not recoverable: exiting now do not know how to unpack source archive /build/1.2.3-1.tar.gz trying https://github.com/c-smile/sciter-sdk/raw/9f1724a45f5a53c4d513b02ed01cdbdab08fa0e5/bin.lnx/x64/libsciter-gtk.so % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 9.9M 100 9.9M 0 0 7592k 0 0:00:01 0:00:01 --:--:-- 100M created 221 symlinks in user environment trying https://crates.io/api/v1/crates/allo-isolate/0.1.14/download % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 28124 100 28124 0 0 23387 0 0:00:01 0:00:01 --:--:-- 61577 trying https://crates.io/api/v1/crates/delegate/0.8.0/download % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 9314 100 9314 0 0 39832 0 --:--:-- --:--:-- --:--:-- 39832 trying https://crates.io/api/v1/crates/flexi_logger/0.25.4/download % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 trying https://crates.io/api/v1/crates/flutter_rust_bridge/1.75.3/download % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 trying https://crates.io/api/v1/crates/flutter_rust_bridge_codegen/1.75.3/download % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 95877 100 95877 0 0 395k 0 --:--:-- --:--:-- --:--:-- 0 trying https://crates.io/api/v1/crates/flutter_rust_bridge_macros/1.75.3/download % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 8646 100 8646 0 0 38513 0 --:--:-- --:--:-- --:--:-- 38513 trying https://crates.io/api/v1/crates/libpulse-binding/2.27.1/download % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 127k 100 127k 0 0 540k 0 --:--:-- --:--:-- --:--:-- 540k trying https://crates.io/api/v1/crates/libpulse-simple-binding/2.27.1/download % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12270 100 12270 0 0 51434 0 --:--:-- --:--:-- --:--:-- 51434 trying https://crates.io/api/v1/crates/libpulse-simple-sys/1.20.1/download % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 trying https://crates.io/api/v1/crates/libpulse-sys/1.20.1/download % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 35988 100 35988 0 0 150k 0 --:--:-- --:--:-- --:--:-- 150k trying https://crates.io/api/v1/crates/sysinfo/0.29.6/download % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 151k 100 151k 0 0 579k 0 --:--:-- --:--:-- --:--:-- 579k trying https://crates.io/api/v1/crates/webm/1.0.2/download % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 3073 100 3073 0 0 13108 0 --:--:-- --:--:-- --:--:-- 13108 trying https://crates.io/api/v1/crates/webm-sys/1.0.3/download % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 trying https://crates.io/api/v1/crates/wol-rs/1.0.0/download % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed exporting https://github.com/21pages/hwcodec (rev 82cdc15457e42feaf14e1b38622506b2d54baf76) into /nix/store/qvkfqin7p901642n7i4nkx786pnm9bg9-hwcodec-82cdc15 Initialized empty Git repository in /nix/store/qvkfqin7p901642n7i4nkx786pnm9bg9-hwcodec-82cdc15/.git/ exporting https://github.com/21pages/impersonate-system (rev 84b401893d5b6628c8b33b295328d13fbbe2674b) into /nix/store/gyasmdrmd0v8vgifkpvgwpsi4n2ppni5-impersonate-system-84b4018 Initialized empty Git repository in /nix/store/gyasmdrmd0v8vgifkpvgwpsi4n2ppni5-impersonate-system-84b4018/.git/ exporting https://github.com/rustdesk-org/keepawake-rs (rev ac395ef826b32a077bc5d2fe108cf71fde8fe2e6) into /nix/store/q4rwalgcv30l9wy0qcsiwcm34wn7jjkp-keepawake-rs-ac395ef Initialized empty Git repository in /nix/store/q4rwalgcv30l9wy0qcsiwcm34wn7jjkp-keepawake-rs-ac395ef/.git/ copying path '/nix/store/wvbc8ald16y1jgdjn076qprhf111i9ha-cairo-rs-0.16.7' from 'https://cache.nixos.org'... copying path '/nix/store/77dbaz5zbvw1pi4qyi79xjsdx35nfrym-cairo-sys-rs-0.16.3' from 'https://cache.nixos.org'... copying path '/nix/store/fy0hr50dx9d2xqldw3ql0wjzdw8l9shk-cfg-expr-0.15.1' from 'https://cache.nixos.org'... copying path '/nix/store/gkm75x65r5i6xslwy0fyxcz35b2dpxa0-atomic-0.5.1' from 'https://cache.nixos.org'... copying path '/nix/store/cji8l5dfzxhnjdrn6zfc4fv2p5yj7wlh-bytemuck-1.13.1' from 'https://cache.nixos.org'... copying path '/nix/store/v9s14zqav4gf70w3gvrf3n14ascmn5ay-atomic-waker-1.1.1' from 'https://cache.nixos.org'... copying path '/nix/store/wwm62kfl3zdppjq07p621lkcdps84a9k-bumpalo-3.12.2' from 'https://cache.nixos.org'... 100 90146 100 90146 0 0 383k 0 --:--:-- --:--:-- --:--:-- 383k exporting https://github.com/fufesou/rdev (rev 2e8221d653f4995c831ad52966e79a514516b1fa) into /nix/store/v3hlx2j3558zbrrxnyb6zmdn4ya98i3n-rdev-2e8221d Initialized empty Git repository in /nix/store/v3hlx2j3558zbrrxnyb6zmdn4ya98i3n-rdev-2e8221d/.git/ copying path '/nix/store/d6vcjhnvfqdk78glg96xw0c77bhs9db0-camino-1.1.4' from 'https://cache.nixos.org'... copying path '/nix/store/9f0dpvbb9sra8kn5b9hdv9i93hch55p3-async-trait-0.1.68' from 'https://cache.nixos.org'... copying path '/nix/store/llqp7b15i7zdws5a0rgd94h20f2qc1z3-autocfg-0.1.8' from 'https://cache.nixos.org'... copying path '/nix/store/a5szbxfxrys2jnl0n62k9pqz3427n8w1-cargo_metadata-0.14.2' from 'https://cache.nixos.org'... copying path '/nix/store/lbxshg2a2y8km5c7w9pxblsasi44ig39-brotli-3.3.4' from 'https://cache.nixos.org'... copying path '/nix/store/yrwyxff6hpsvsnzsfx8qlgr11drk6323-build-target-0.4.0' from 'https://cache.nixos.org'... copying path '/nix/store/alnsz406xhdwvn5dpsii428qs4l8jwyq-blocking-1.3.1' from 'https://cache.nixos.org'... copying path '/nix/store/aswxd1frzfixncsjdd8hgwilxllbsl0b-brotli-decompressor-2.3.4' from 'https://cache.nixos.org'... copying path '/nix/store/1k57l1sqas8fcv2h0v3bmilql4mxsscf-cbindgen-0.24.3' from 'https://cache.nixos.org'... error: builder for '/nix/store/kk5il5gv4iw5fqizjbk3nlqmmmlmyd9d-source.drv' failed with exit code 1; last 12 log lines: > > trying https://github.com/rustdesk/rustdesk/archive/1.2.3-1.tar.gz > % Total % Received % Xferd Average Speed Time Time Time Current > Dload Upload Total Spent Left Speed > 100 105 100 105 0 0 694 0 --:--:-- --:--:-- --:--:-- 695 > unpacking source archive /build/1.2.3-1.tar.gz > tar: This does not look like a tar archive > > gzip: stdin: not in gzip format > tar: Child returned status 1 > tar: Error is not recoverable: exiting now > do not know how to unpack source archive /build/1.2.3-1.tar.gz For full logs, run 'nix log /nix/store/kk5il5gv4iw5fqizjbk3nlqmmmlmyd9d-source.drv'. error: 1 dependencies of derivation '/nix/store/icawmalq73ifq011vz0k7sscxmr8wxcm-rustdesk-1.2.3-1.drv' failed to build [result] Failed to update rustdesk 1.2.3 -> 1.2.3-1 https://github.com/rustdesk/rustdesk/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath obs-studio-plugins.obs-replay-source, using log file: /var/log/nixpkgs-update/obs-studio-plugins.obs-replay-source/2024-03-10.log obs-studio-plugins.obs-replay-source 1.6.13 -> 1.7.0 https://repology.org/project/obs-replay-source/versions attrpath: obs-studio-plugins.obs-replay-source 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/pryhq6v371sx719wlxd9a35pnkk4v38h-source.drv building '/nix/store/pryhq6v371sx719wlxd9a35pnkk4v38h-source.drv'... trying https://github.com/exeldro/obs-replay-source/archive/1.7.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 'obs-studio-plugins.obs-replay-source.originalSrc' not found stderr did not split as expected full stderr was: these 2 derivations will be built: /nix/store/pryhq6v371sx719wlxd9a35pnkk4v38h-source.drv /nix/store/jd894528yc05gjdpy1dbbbabzs721c2m-obs-replay-source-1.7.0.drv building '/nix/store/pryhq6v371sx719wlxd9a35pnkk4v38h-source.drv'... trying https://github.com/exeldro/obs-replay-source/archive/1.7.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/pryhq6v371sx719wlxd9a35pnkk4v38h-source.drv' failed with exit code 1; last 8 log lines: > > trying https://github.com/exeldro/obs-replay-source/archive/1.7.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/pryhq6v371sx719wlxd9a35pnkk4v38h-source.drv'. error: 1 dependencies of derivation '/nix/store/jd894528yc05gjdpy1dbbbabzs721c2m-obs-replay-source-1.7.0.drv' failed to build [result] Failed to update obs-studio-plugins.obs-replay-source 1.6.13 -> 1.7.0 https://repology.org/project/obs-replay-source/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.ggforce, using log file: /var/log/nixpkgs-update/rPackages.ggforce/2024-03-10.log rPackages.ggforce 0.4.1 -> 0.4.2 https://repology.org/project/r:ggforce/versions attrpath: rPackages.ggforce Checking auto update branch... No auto update branch exists Old version 0.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.ggforce 0.4.1 -> 0.4.2 https://repology.org/project/r:ggforce/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.DT, using log file: /var/log/nixpkgs-update/rPackages.DT/2024-03-10.log rPackages.DT 0.31 -> 0.32 https://repology.org/project/r:dt/versions attrpath: rPackages.DT Checking auto update branch... No auto update branch exists Old version 0.31" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-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.DT 0.31 -> 0.32 https://repology.org/project/r:dt/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python312Packages.mdformat-mkdocs, using log file: /var/log/nixpkgs-update/python312Packages.mdformat-mkdocs/2024-03-10.log python312Packages.mdformat-mkdocs 1.1.2 -> 2.0.3 https://github.com/KyleKing/mdformat-mkdocs/releases attrpath: python312Packages.mdformat-mkdocs Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/mqihi2p9jyzf3qgb3l99d6s948jhwl5w-packages.json.drv building '/nix/store/mqihi2p9jyzf3qgb3l99d6s948jhwl5w-packages.json.drv'... Going to be running update for following packages: - python3.12-mdformat-mkdocs-1.1.2 Press Enter key to continue... Running update for: - python3.12-mdformat-mkdocs-1.1.2: UPDATING ... - python3.12-mdformat-mkdocs-1.1.2: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/mdformat-mkdocs/default.nix b/pkgs/development/python-modules/mdformat-mkdocs/default.nix index 52ad5f97b20e..13c11ae06eb8 100644 --- a/pkgs/development/python-modules/mdformat-mkdocs/default.nix +++ b/pkgs/development/python-modules/mdformat-mkdocs/default.nix @@ -11,7 +11,7 @@ buildPythonPackage rec { pname = "mdformat-mkdocs"; - version = "1.1.2"; + version = "2.0.3"; pyproject = true; disabled = pythonOlder "3.8"; @@ -20,7 +20,7 @@ buildPythonPackage rec { owner = "KyleKing"; repo = "mdformat-mkdocs"; rev = "refs/tags/v${version}"; - hash = "sha256-GUSoGx4cwhjQO4AiC9s0YIcK3N/Gr+PrYR3+B8G9CoQ="; + hash = "sha256-cqzsrEsYFX9HnC6fRKqefysT0ZSgAllTJEXleOdepXc="; }; nativeBuildInputs = [ No auto update branch exists [outpaths] eval start [outpaths] eval end Received ExitFailure 1 when running Raw command: /nix/store/1gfp7hiwzpv9aglk2yfa9m49jc0n7pa5-nix-2.18.1/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A python312Packages.mdformat-mkdocs 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/h6dd0s9gvl6k1akw8ywg2cx5yscb4lra-source source root is source setting SOURCE_DATE_EPOCH to timestamp 315619200 of file source/tox.ini @nix { "action": "setPhase", "phase": "patchPhase" } Running phase: patchPhase @nix { "action": "setPhase", "phase": "updateAutotoolsGnuConfigScriptsPhase" } Running phase: updateAutotoolsGnuConfigScriptsPhase @nix { "action": "setPhase", "phase": "configurePhase" } Running phase: configurePhase no configure script, doing nothing @nix { "action": "setPhase", "phase": "buildPhase" } Running phase: buildPhase Executing pypaBuildPhase Creating a wheel... * Getting build dependencies for wheel... * Building wheel... Successfully built mdformat_mkdocs-2.0.3-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 mdformat_mkdocs-2.0.3-py3-none-any.whl - mdformat-admon not installed - more-itertools not installed [result] Failed to update python312Packages.mdformat-mkdocs 1.1.2 -> 2.0.3 https://github.com/KyleKing/mdformat-mkdocs/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: 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-tornado, using log file: /var/log/nixpkgs-update/python311Packages.pytest-tornado/2024-03-10.log python311Packages.pytest-tornado 0 -> 1 attrpath: python311Packages.pytest-tornado python updatescript updates pinned versions [result] Failed to update python311Packages.pytest-tornado 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.hdf5r, using log file: /var/log/nixpkgs-update/rPackages.hdf5r/2024-03-10.log rPackages.hdf5r 1.3.8 -> 1.3.10 https://repology.org/project/r:hdf5r/versions attrpath: rPackages.hdf5r Checking auto update branch... No auto update branch exists Old version 1.3.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.hdf5r 1.3.8 -> 1.3.10 https://repology.org/project/r:hdf5r/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.typogrify, using log file: /var/log/nixpkgs-update/python311Packages.typogrify/2024-03-10.log python311Packages.typogrify 0 -> 1 attrpath: python311Packages.typogrify Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/hi79was2kcvj9q2715wbhy8wghzv9r9q-packages.json.drv building '/nix/store/hi79was2kcvj9q2715wbhy8wghzv9r9q-packages.json.drv'... Going to be running update for following packages: - python3.11-typogrify-2.0.7 Press Enter key to continue... Running update for: - python3.11-typogrify-2.0.7: UPDATING ... - python3.11-typogrify-2.0.7: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.typogrify 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_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.libcxx, using log file: /var/log/nixpkgs-update/rocmPackages.llvm.libcxx/2024-03-10.log rocmPackages.llvm.libcxx 0 -> 1 attrpath: rocmPackages.llvm.libcxx Checking auto update branch... [version] [version] skipping because derivation has 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/89q8hx2k2d10g4gv00crfa9vp4ixb5z6-update.sh.drv /nix/store/kj3511dsgwrdj863kx3kp4rc2zz4sn99-packages.json.drv building '/nix/store/89q8hx2k2d10g4gv00crfa9vp4ixb5z6-update.sh.drv'... building '/nix/store/kj3511dsgwrdj863kx3kp4rc2zz4sn99-packages.json.drv'... Going to be running update for following packages: - rocm-llvm-libcxx-5.7.1 Press Enter key to continue... Running update for: - rocm-llvm-libcxx-5.7.1: UPDATING ... - rocm-llvm-libcxx-5.7.1: ERROR --- SHOWING ERROR LOG FOR rocm-llvm-libcxx-5.7.1 ---------------------- 'rocmPackages_5.llvm.libcxx' is already at it's maximum allowed version. Any further upgrades should go into 'rocmPackages_X.llvm.libcxx'. --- SHOWING ERROR LOG FOR rocm-llvm-libcxx-5.7.1 ---------------------- The update script for rocm-llvm-libcxx-5.7.1 failed with exit code 1 [result] Failed to update rocmPackages.llvm.libcxx 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.thorlabspm100, using log file: /var/log/nixpkgs-update/python311Packages.thorlabspm100/2024-03-10.log python311Packages.thorlabspm100 0 -> 1 attrpath: python311Packages.thorlabspm100 Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/0bsi9sq087ncw1pssgadg6wxak4q9bwz-packages.json.drv building '/nix/store/0bsi9sq087ncw1pssgadg6wxak4q9bwz-packages.json.drv'... Going to be running update for following packages: - python3.11-thorlabspm100-1.2.2 Press Enter key to continue... Running update for: - python3.11-thorlabspm100-1.2.2: UPDATING ... - python3.11-thorlabspm100-1.2.2: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.thorlabspm100 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_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-display, using log file: /var/log/nixpkgs-update/pantheon.switchboard-plug-display/2024-03-10.log pantheon.switchboard-plug-display 0 -> 1 attrpath: pantheon.switchboard-plug-display Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/ixmqpny75k81psbyn87v3338mvym04ag-packages.json.drv building '/nix/store/ixmqpny75k81psbyn87v3338mvym04ag-packages.json.drv'... Going to be running update for following packages: - switchboard-plug-display-7.0.0 Press Enter key to continue... Running update for: - switchboard-plug-display-7.0.0: UPDATING ... - switchboard-plug-display-7.0.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update pantheon.switchboard-plug-display 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: 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-bip39-bindings, using log file: /var/log/nixpkgs-update/python311Packages.py-bip39-bindings/2024-03-10.log python311Packages.py-bip39-bindings 0 -> 1 attrpath: python311Packages.py-bip39-bindings 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/v9pswrq9bid3hiigjnapcayvmziyb09x-packages.json.drv building '/nix/store/v9pswrq9bid3hiigjnapcayvmziyb09x-packages.json.drv'... Going to be running update for following packages: - python3.11-py-bip39-bindings-0.1.11 Press Enter key to continue... Running update for: - python3.11-py-bip39-bindings-0.1.11: UPDATING ... - python3.11-py-bip39-bindings-0.1.11: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.py-bip39-bindings 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.fastmatrix, using log file: /var/log/nixpkgs-update/rPackages.fastmatrix/2024-03-10.log rPackages.fastmatrix 0.5-77 -> 0.5-772 https://repology.org/project/r:fastmatrix/versions attrpath: rPackages.fastmatrix Checking auto update branch... No auto update branch exists Old version 0.5-77" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-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.fastmatrix 0.5-77 -> 0.5-772 https://repology.org/project/r:fastmatrix/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath profont, using log file: /var/log/nixpkgs-update/profont/2024-03-10.log profont 2019-11 -> 20040610 https://repology.org/project/profont/versions attrpath: profont 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 profont 2019-11 -> 20040610 https://repology.org/project/profont/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath ocamlPackages.mdx, using log file: /var/log/nixpkgs-update/ocamlPackages.mdx/2024-03-10.log ocamlPackages.mdx 0 -> 1 attrpath: ocamlPackages.mdx Checking auto update branch... [version] [version] skipping because derivation has 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/391qcp2a666jfd6ldba17pkw8gm2jbrp-packages.json.drv building '/nix/store/391qcp2a666jfd6ldba17pkw8gm2jbrp-packages.json.drv'... Going to be running update for following packages: - ocaml5.1.1-mdx-2.3.1 Press Enter key to continue... Running update for: - ocaml5.1.1-mdx-2.3.1: UPDATING ... - ocaml5.1.1-mdx-2.3.1: ERROR --- SHOWING ERROR LOG FOR ocaml5.1.1-mdx-2.3.1 ---------------------- + name= + pname= + version= + attr_path= + version_lister='/nix/store/8r8q5xdhd7m544h61y9qb0djqi5fmh39-common-updater-scripts/bin/list-git-tags ' + ignored_versions= + rev_prefix= + odd_unstable= + patchlevel_unstable= + [[ -n '' ]] + name=ocaml5.1.1-mdx-2.3.1 + [[ -n '' ]] + pname=mdx + [[ -n '' ]] + version=2.3.1 + [[ -n '' ]] + attr_path=ocamlPackages.mdx + echo '# ocaml5.1.1-mdx-2.3.1' ++ sh -c '/nix/store/8r8q5xdhd7m544h61y9qb0djqi5fmh39-common-updater-scripts/bin/list-git-tags --pname=mdx --attr-path=ocamlPackages.mdx --file="update-git-commits.txt"' remote: Not Found fatal: repository 'https://github.com/realworldocaml/mdx/releases/download/2.3.1/mdx-2.3.1.tbz/' not found + tags= + '[' -n '' ']' ++ echo '' ++ /nix/store/320v66ili0mwnyrxj3dwbxm0z8ndkbw7-gnugrep-3.11/bin/grep '^[0-9]' + tags= --- SHOWING ERROR LOG FOR ocaml5.1.1-mdx-2.3.1 ---------------------- The update script for ocaml5.1.1-mdx-2.3.1 failed with exit code 1 [result] Failed to update ocamlPackages.mdx 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath memo, using log file: /var/log/nixpkgs-update/memo/2024-03-10.log memo 0.8 -> 1.0 https://repology.org/project/memo-palovandalo/versions attrpath: memo 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/0j7n6h7i2z3zyfk7i3ynk4llr94dqbjz-source.drv building '/nix/store/0j7n6h7i2z3zyfk7i3ynk4llr94dqbjz-source.drv'... trying https://github.com/mrVanDalo/memo/archive/1.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 'memo.originalSrc' not found stderr did not split as expected full stderr was: these 2 derivations will be built: /nix/store/0j7n6h7i2z3zyfk7i3ynk4llr94dqbjz-source.drv /nix/store/ax5xr5yli5mi3mkvqwpdhrzhcwl1kyh5-memo-1.0.drv this path will be fetched (0.04 MiB download, 0.11 MiB unpacked): /nix/store/s0a4mkrpfbbng35d5yc43nh4fnx512p1-silver-searcher-2.2.0 copying path '/nix/store/s0a4mkrpfbbng35d5yc43nh4fnx512p1-silver-searcher-2.2.0' from 'https://cache.nixos.org'... building '/nix/store/0j7n6h7i2z3zyfk7i3ynk4llr94dqbjz-source.drv'... trying https://github.com/mrVanDalo/memo/archive/1.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/0j7n6h7i2z3zyfk7i3ynk4llr94dqbjz-source.drv' failed with exit code 1; last 8 log lines: > > trying https://github.com/mrVanDalo/memo/archive/1.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/0j7n6h7i2z3zyfk7i3ynk4llr94dqbjz-source.drv'. error: 1 dependencies of derivation '/nix/store/ax5xr5yli5mi3mkvqwpdhrzhcwl1kyh5-memo-1.0.drv' failed to build [result] Failed to update memo 0.8 -> 1.0 https://repology.org/project/memo-palovandalo/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath lenovo-legion, using log file: /var/log/nixpkgs-update/lenovo-legion/2024-03-10.log lenovo-legion 0 -> 1 attrpath: lenovo-legion Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/azxd3vvbg6q8jrgfda853qckhl9fk8xf-packages.json.drv building '/nix/store/azxd3vvbg6q8jrgfda853qckhl9fk8xf-packages.json.drv'... Going to be running update for following packages: - lenovo-legion-app-0.0.9 Press Enter key to continue... Running update for: - lenovo-legion-app-0.0.9: UPDATING ... - lenovo-legion-app-0.0.9: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update lenovo-legion 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.httplib2, using log file: /var/log/nixpkgs-update/python311Packages.httplib2/2024-03-10.log python311Packages.httplib2 0 -> 1 attrpath: python311Packages.httplib2 Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/iqpa3xd46q0msmpmkfc0calhazwwvvcz-packages.json.drv building '/nix/store/iqpa3xd46q0msmpmkfc0calhazwwvvcz-packages.json.drv'... Going to be running update for following packages: - python3.11-httplib2-0.22.0 Press Enter key to continue... Running update for: - python3.11-httplib2-0.22.0: UPDATING ... - python3.11-httplib2-0.22.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.httplib2 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_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.talos, using log file: /var/log/nixpkgs-update/terraform-providers.talos/2024-03-10.log terraform-providers.talos 0 -> 1 attrpath: terraform-providers.talos Checking auto update branch... Derivation file opts-out of auto-updates [result] Failed to update terraform-providers.talos 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: 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-codon-tables, using log file: /var/log/nixpkgs-update/python311Packages.python-codon-tables/2024-03-10.log python311Packages.python-codon-tables 0 -> 1 attrpath: python311Packages.python-codon-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/i862wdhrg0c58b6sdc39xmjjvrz5bdl1-packages.json.drv building '/nix/store/i862wdhrg0c58b6sdc39xmjjvrz5bdl1-packages.json.drv'... Going to be running update for following packages: - python3.11-python-codon-tables-0.1.12 Press Enter key to continue... Running update for: - python3.11-python-codon-tables-0.1.12: UPDATING ... - python3.11-python-codon-tables-0.1.12: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.python-codon-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 gsocket, using log file: /var/log/nixpkgs-update/gsocket/2024-03-10.log gsocket 1.4.41 -> 1.4.42dev2 https://github.com/hackerschoice/gsocket/releases attrpath: gsocket Checking auto update branch... An auto update branch exists with message `gsocket: 1.4.41 -> 1.4.42dev2`. New version is 1.4.42dev2. An auto update branch exists with an equal or greater version [result] Failed to update gsocket 1.4.41 -> 1.4.42dev2 https://github.com/hackerschoice/gsocket/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.coffea, using log file: /var/log/nixpkgs-update/python311Packages.coffea/2024-03-10.log python311Packages.coffea 0 -> 1 attrpath: python311Packages.coffea Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/w3ygshxswnqxc8fb75y0mbpkdkmj1hjf-packages.json.drv building '/nix/store/w3ygshxswnqxc8fb75y0mbpkdkmj1hjf-packages.json.drv'... Going to be running update for following packages: - python3.11-coffea-2024.2.2 Press Enter key to continue... Running update for: - python3.11-coffea-2024.2.2: UPDATING ... - python3.11-coffea-2024.2.2: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.coffea 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath pidginPackages.purple-facebook, using log file: /var/log/nixpkgs-update/pidginPackages.purple-facebook/2024-03-10.log pidginPackages.purple-facebook 0.9.5 -> 0.9.6 https://github.com/dequis/purple-facebook/releases attrpath: pidginPackages.purple-facebook 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 pidginPackages.purple-facebook 0.9.5 -> 0.9.6 https://github.com/dequis/purple-facebook/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.deploykit, using log file: /var/log/nixpkgs-update/python311Packages.deploykit/2024-03-10.log python311Packages.deploykit 0 -> 1 attrpath: python311Packages.deploykit Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/gz7r5zvfshzd34s2x7nypk3xqmcdyxd7-packages.json.drv building '/nix/store/gz7r5zvfshzd34s2x7nypk3xqmcdyxd7-packages.json.drv'... Going to be running update for following packages: - python3.11-deploykit-1.1.1 Press Enter key to continue... Running update for: - python3.11-deploykit-1.1.1: UPDATING ... - python3.11-deploykit-1.1.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.deploykit 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.pypoint, using log file: /var/log/nixpkgs-update/python311Packages.pypoint/2024-03-10.log python311Packages.pypoint 0 -> 1 attrpath: python311Packages.pypoint Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/3ysf63a2p5i9sgjzv2d1lvyvnyf95q49-packages.json.drv building '/nix/store/3ysf63a2p5i9sgjzv2d1lvyvnyf95q49-packages.json.drv'... Going to be running update for following packages: - python3.11-pypoint-2.3.2 Press Enter key to continue... Running update for: - python3.11-pypoint-2.3.2: UPDATING ... - python3.11-pypoint-2.3.2: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.pypoint 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.uranium, using log file: /var/log/nixpkgs-update/python311Packages.uranium/2024-03-10.log python311Packages.uranium 0 -> 1 attrpath: python311Packages.uranium Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/dnphbkrm2xw6w3gcggfdl1wmvi1nyqkq-packages.json.drv building '/nix/store/dnphbkrm2xw6w3gcggfdl1wmvi1nyqkq-packages.json.drv'... Going to be running update for following packages: - python3.11-uranium-4.12.0 Press Enter key to continue... Running update for: - python3.11-uranium-4.12.0: UPDATING ... - python3.11-uranium-4.12.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.uranium 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath flashfocus, using log file: /var/log/nixpkgs-update/flashfocus/2024-03-10.log flashfocus 0 -> 1 attrpath: flashfocus Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/d8n8w61vkrzdy0d5cpj2khzm3b0jmwpn-packages.json.drv building '/nix/store/d8n8w61vkrzdy0d5cpj2khzm3b0jmwpn-packages.json.drv'... Going to be running update for following packages: - flashfocus-2.4.1 Press Enter key to continue... Running update for: - flashfocus-2.4.1: UPDATING ... - flashfocus-2.4.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update flashfocus 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_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-settings-daemon, using log file: /var/log/nixpkgs-update/pantheon.elementary-settings-daemon/2024-03-10.log pantheon.elementary-settings-daemon 0 -> 1 attrpath: pantheon.elementary-settings-daemon Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/9mz6g46f2b40g0gcpk8fv9i1276652fj-packages.json.drv building '/nix/store/9mz6g46f2b40g0gcpk8fv9i1276652fj-packages.json.drv'... Going to be running update for following packages: - elementary-settings-daemon-1.3.1 Press Enter key to continue... Running update for: - elementary-settings-daemon-1.3.1: UPDATING ... - elementary-settings-daemon-1.3.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update pantheon.elementary-settings-daemon 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.pytrends, using log file: /var/log/nixpkgs-update/python311Packages.pytrends/2024-03-10.log python311Packages.pytrends 0 -> 1 attrpath: python311Packages.pytrends Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/rcdqmn43wr94zr9z9lrcqyjvjs1iqpxn-packages.json.drv building '/nix/store/rcdqmn43wr94zr9z9lrcqyjvjs1iqpxn-packages.json.drv'... Going to be running update for following packages: - python3.11-pytrends-4.9.2 Press Enter key to continue... Running update for: - python3.11-pytrends-4.9.2: UPDATING ... - python3.11-pytrends-4.9.2: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.pytrends 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.sounddevice, using log file: /var/log/nixpkgs-update/python311Packages.sounddevice/2024-03-10.log python311Packages.sounddevice 0 -> 1 attrpath: python311Packages.sounddevice Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/bayd2yxa1fkp7yjqsnb3knllk0kkr7g6-packages.json.drv building '/nix/store/bayd2yxa1fkp7yjqsnb3knllk0kkr7g6-packages.json.drv'... Going to be running update for following packages: - python3.11-sounddevice-0.4.6 Press Enter key to continue... Running update for: - python3.11-sounddevice-0.4.6: UPDATING ... - python3.11-sounddevice-0.4.6: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.sounddevice 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: 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-ws, using log file: /var/log/nixpkgs-update/python311Packages.webthing-ws/2024-03-10.log python311Packages.webthing-ws 0 -> 1 attrpath: python311Packages.webthing-ws Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/cswqka1dg6gzqk57wn9wlnyh8ii5hmxp-packages.json.drv building '/nix/store/cswqka1dg6gzqk57wn9wlnyh8ii5hmxp-packages.json.drv'... Going to be running update for following packages: - python3.11-webthing-ws-0.2.0 Press Enter key to continue... Running update for: - python3.11-webthing-ws-0.2.0: UPDATING ... - python3.11-webthing-ws-0.2.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.webthing-ws 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath yosys-synlig, using log file: /var/log/nixpkgs-update/yosys-synlig/2024-03-10.log yosys-synlig 2023-11-28 -> 2024-01-23-fe8f61f https://github.com/chipsalliance/synlig/releases attrpath: yosys-synlig Checking auto update branch... No auto update branch exists Old version 2023-11-28" not present in master derivation file with contents: { stdenv , lib , fetchFromGitHub , fetchpatch , pkg-config , antlr4 , capnproto , readline , surelog , uhdm , yosys }: stdenv.mkDerivation (finalAttrs: { pname = "yosys-synlig"; plugin = "synlig"; # The module has automatic regular releases, with date + short git hash GIT_VERSION = "2023-11-28-b8ed72d"; # Derive our package version from GIT_VERSION, remove hash, just keep date. version = builtins.concatStringsSep "-" ( lib.take 3 (builtins.splitVersion finalAttrs.GIT_VERSION)); src = fetchFromGitHub { owner = "chipsalliance"; repo = "synlig"; rev = "${finalAttrs.GIT_VERSION}"; hash = "sha256-jdA3PBodecqriGWU/BzWtQ5gyu62pZHv+1NvFrwsTTk="; fetchSubmodules = false; # we use all dependencies from nix }; patches = [ (fetchpatch { # Fixes https://github.com/chipsalliance/synlig/issues/2299 name = "make-compile-for-yosys-0.37.patch"; url = "https://github.com/chipsalliance/synlig/commit/3dd46d4769c20b6dd1163310f8e56560b351a211.patch"; hash = "sha256-OP/2HA/Ukt6o5aKgoBk19P6T/33btU/x6VnoIVXct1g="; }) ]; nativeBuildInputs = [ pkg-config ]; buildInputs = [ antlr4.runtime.cpp capnproto readline surelog uhdm yosys ]; buildPhase = '' runHook preBuild # Remove assumptions that submodules are available. rm -f third_party/Build.*.mk # Create a stub makefile include that delegates the parameter-gathering # to yosys-config cat > third_party/Build.yosys.mk << "EOF" t := yosys ts := ''$(call GetTargetStructName,''${t}) ''${ts}.src_dir := ''$(shell yosys-config --datdir/include) ''${ts}.mod_dir := ''${TOP_DIR}third_party/yosys_mod/ EOF make -j $NIX_BUILD_CORES build@systemverilog-plugin \ LDFLAGS="''$(yosys-config --ldflags --ldlibs)" runHook postBuild ''; # Check that the plugin can be loaded successfully and parse simple file. doCheck = true; checkPhase = '' runHook preCheck echo "module litmustest(); endmodule;" > litmustest.sv yosys -p "plugin -i build/release/systemverilog-plugin/systemverilog.so;\ read_systemverilog litmustest.sv" runHook postCheck ''; installPhase = '' runHook preInstall mkdir -p $out/share/yosys/plugins cp ./build/release/systemverilog-plugin/systemverilog.so \ $out/share/yosys/plugins/systemverilog.so runHook postInstall ''; meta = with lib; { description = "SystemVerilog support plugin for Yosys"; homepage = "https://github.com/chipsalliance/synlig"; license = licenses.asl20; maintainers = with maintainers; [ hzeller ]; platforms = platforms.all; }; }) [result] Failed to update yosys-synlig 2023-11-28 -> 2024-01-23-fe8f61f https://github.com/chipsalliance/synlig/releases [options] github_user: r-ryantm, pull_request: YES, batch_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-bazel, using log file: /var/log/nixpkgs-update/cargo-bazel/2024-03-10.log cargo-bazel 0.8.0 -> 0.40.0 https://github.com/bazelbuild/rules_rust/releases attrpath: cargo-bazel 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/3wn4jnh8s6y0lbv3ykshj389jinsc7ij-cargo-bazel-0.40.0.tar.gz.drv building '/nix/store/3wn4jnh8s6y0lbv3ykshj389jinsc7ij-cargo-bazel-0.40.0.tar.gz.drv'... trying https://crates.io/api/v1/crates/cargo-bazel/0.40.0/download % 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 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 403 error: cannot download cargo-bazel-0.40.0.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 'cargo-bazel.originalSrc' not found stderr did not split as expected full stderr was: error: … while calling the 'derivationStrict' builtin at /builtin/derivation.nix:9:12: (source not available) … while evaluating derivation 'cargo-bazel-0.40.0' whose name attribute is located at /var/cache/nixpkgs-update/worker/worktree/cargo-bazel/pkgs/stdenv/generic/make-derivation.nix:354:7 … while evaluating attribute 'cargoDeps' of derivation 'cargo-bazel-0.40.0' at /var/cache/nixpkgs-update/worker/worktree/cargo-bazel/pkgs/build-support/rust/build-rust-package/default.nix:101:10: 100| } // { 101| inherit buildAndTestSubdir cargoDeps; | ^ 102| (stack trace truncated; use '--show-trace' to show the full trace) error: hash '+PVNB/apG5AR236Ikqt+JTz20zxc0HUi7z6BU6xq/Fw=' does not include a type, nor is the type otherwise known from context [result] Failed to update cargo-bazel 0.8.0 -> 0.40.0 https://github.com/bazelbuild/rules_rust/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath mate.mate-user-share, using log file: /var/log/nixpkgs-update/mate.mate-user-share/2024-03-10.log mate.mate-user-share 0 -> 1 attrpath: mate.mate-user-share mate packages are upgraded in lockstep https://github.com/NixOS/nixpkgs/pull/50695#issuecomment-441338593 [result] Failed to update mate.mate-user-share 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_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.xf86videoopenchrome, using log file: /var/log/nixpkgs-update/xorg.xf86videoopenchrome/2024-03-10.log xorg.xf86videoopenchrome 0.6.0 -> 0.6.225 https://repology.org/project/xdrv:openchrome/versions attrpath: xorg.xf86videoopenchrome Checking auto update branch... No auto update branch exists Derivation file says not to edit it [result] Failed to update xorg.xf86videoopenchrome 0.6.0 -> 0.6.225 https://repology.org/project/xdrv:openchrome/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.korean-lunar-calendar, using log file: /var/log/nixpkgs-update/python311Packages.korean-lunar-calendar/2024-03-10.log python311Packages.korean-lunar-calendar 0 -> 1 attrpath: python311Packages.korean-lunar-calendar Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/l2r0s43hzsm54hhrbb7b44l5qjw1wngc-packages.json.drv building '/nix/store/l2r0s43hzsm54hhrbb7b44l5qjw1wngc-packages.json.drv'... Going to be running update for following packages: - python3.11-korean-lunar-calendar-0.3.1 Press Enter key to continue... Running update for: - python3.11-korean-lunar-calendar-0.3.1: UPDATING ... - python3.11-korean-lunar-calendar-0.3.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.korean-lunar-calendar 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath atlassian-confluence, using log file: /var/log/nixpkgs-update/atlassian-confluence/2024-03-10.log atlassian-confluence 7.19.14 -> 8.5.2 https://repology.org/project/atlassian-confluence/versions attrpath: atlassian-confluence Checking auto update branch... An auto update branch exists with message `atlassian-confluence: 7.19.14 -> 8.5.2`. New version is 8.5.2. An auto update branch exists with an equal or greater version [result] Failed to update atlassian-confluence 7.19.14 -> 8.5.2 https://repology.org/project/atlassian-confluence/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath vimix-cursors, using log file: /var/log/nixpkgs-update/vimix-cursors/2024-03-10.log vimix-cursors 2020-02-24-unstable-2021-09-18 -> 2020-02-24 https://github.com/vinceliuice/vimix-cursors/releases attrpath: vimix-cursors Checking auto update branch... No auto update branch exists 2020-02-24 is not newer than 2020-02-24-unstable-2021-09-18 according to Nix; versionComparison: -1 [result] Failed to update vimix-cursors 2020-02-24-unstable-2021-09-18 -> 2020-02-24 https://github.com/vinceliuice/vimix-cursors/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath spoof-mac, using log file: /var/log/nixpkgs-update/spoof-mac/2024-03-10.log spoof-mac 0 -> 1 attrpath: spoof-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] Success [updateScript] this derivation will be built: /nix/store/aw4fs198fpxhxs8rnzzhk6y5hz71xm0c-packages.json.drv building '/nix/store/aw4fs198fpxhxs8rnzzhk6y5hz71xm0c-packages.json.drv'... Going to be running update for following packages: - python3.11-spoof-mac-unstable-2018-01-27 Press Enter key to continue... Running update for: - python3.11-spoof-mac-unstable-2018-01-27: UPDATING ... - python3.11-spoof-mac-unstable-2018-01-27: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update spoof-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 jazzy, using log file: /var/log/nixpkgs-update/jazzy/2024-03-10.log jazzy 0 -> 1 attrpath: jazzy 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 jazzy 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath coolreader, using log file: /var/log/nixpkgs-update/coolreader/2024-03-10.log coolreader 3.2.57 -> 3.2.59 https://repology.org/project/coolreader3/versions attrpath: coolreader Checking auto update branch... No auto update branch exists [version] [version] updated version and sha256 [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] skipping because derivation has no updateScript Diff after rewrites: diff --git a/pkgs/applications/misc/coolreader/default.nix b/pkgs/applications/misc/coolreader/default.nix index a1a63992349e..31cab51bc116 100644 --- a/pkgs/applications/misc/coolreader/default.nix +++ b/pkgs/applications/misc/coolreader/default.nix @@ -3,13 +3,13 @@ mkDerivation rec { pname = "coolreader"; - version = "3.2.57"; + version = "3.2.59"; src = fetchFromGitHub { owner = "buggins"; repo = pname; rev = "cr${version}"; - sha256 = "sha256-ZfgaLCLvBU6xP7nx7YJTsJSpvpdQgLpSMWH+BsG8E1g="; + sha256 = "sha256-RgVEOaNBaEuPBC75B8PdCkbqMvEzNmnEYmiI1ny/WFQ="; }; nativeBuildInputs = [ cmake pkg-config ]; [outpaths] eval start [outpaths] eval end Received ExitFailure 1 when running Raw command: /nix/store/1gfp7hiwzpv9aglk2yfa9m49jc0n7pa5-nix-2.18.1/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A coolreader nix build failed. -D DOC_BUFFER_SIZE=N parameter is not defined: will use default value using DOC_BUFFER_SIZE=0x400000 using MAX_IMAGE_SCALE_MUL=0 NO_UNRAR parameter specified: Will not support UNRAR -- Found ZLIB: /nix/store/bqwpsy99nbgp918w3mwn73jygm1i5ck4-zlib-1.3.1/lib/libz.so (found version "1.3.1") -- Found PNG: /nix/store/35csnji8g9b1b2py3p5vyhz47xcpwajw-libpng-apng-1.6.40/lib/libpng.so (found version "1.6.40") -- Found JPEG: /nix/store/x82408glkvn1wi6c4r1vnbbg7hdpda9f-libjpeg-turbo-3.0.2/lib/libjpeg.so (found version "62") -- Found Freetype: /nix/store/m9d7vyar3sq1gvf24v10bddl05zy9hlr-freetype-2.13.2/lib/libfreetype.so (found suitable version "2.13.2", minimum required is "2.10.0") -- Found HarfBuzz: /nix/store/nbywcw6qlsdandsg6gq9409fgqi9f4i9-harfbuzz-8.3.0/lib/libharfbuzz.so (found suitable version "8.3.0", minimum required is "2.6.0") -- Found FontConfig: /nix/store/8a58z28s3vih5ahq3m8bkwmapblkqsq2-fontconfig-2.15.0-lib/lib/libfontconfig.so (found suitable version "2.15.0", minimum required is "2.11.0") -- Found FriBidi: /nix/store/6alnnw3y006ap7c85jnfz8qjd4m4cc41-fribidi-1.0.13/lib/libfribidi.so (found suitable version "1.0.13", minimum required is "1.0.0") -- Found libunibreak: /nix/store/ijfsgbh2c0hc21679lpj47khddsafdra-libunibreak-6.1/lib/libunibreak.so (found suitable version "6.1", minimum required is "4.0") -- Could NOT find ZSTD (missing: ZSTD_LIBRARY ZSTD_INCLUDE_DIR) (Required is at least version "1.4.0")  System zstd not found, will build local one  CMake Error at CMakeLists.txt:324 (add_subdirectory): add_subdirectory given source "thirdparty/zstd-1.5.0/build/cmake" which is not an existing directory.  -- Could NOT find utf8proc (missing: UTF8PROC_LIBRARY UTF8PROC_INCLUDE_DIR) Will build patched LIBCHM library  Will build patched ANTIWORD library  Will make tinydict library - .dict format support Will make CR3/QT5 Languages: ru;uk;cs;de;es;pl;bg;hu -- Configuring incomplete, errors occurred! [result] Failed to update coolreader 3.2.57 -> 3.2.59 https://repology.org/project/coolreader3/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath dclib, using log file: /var/log/nixpkgs-update/dclib/2024-03-10.log dclib 0.3.7 -> 0.3.23 https://repology.org/project/dclib/versions attrpath: dclib 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/gd748n88a0n1pn0md4g83wfjns7mfvp5-dclib-0.3.23.tar.bz2.drv building '/nix/store/gd748n88a0n1pn0md4g83wfjns7mfvp5-dclib-0.3.23.tar.bz2.drv'... trying ftp://ftp.debian.nl/pub/freebsd/ports/distfiles/dclib-0.3.23.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 --:--:-- --:--:-- --:--:-- 0curl: (6) Could not resolve host: ftp.debian.nl Warning: Problem : timeout. Will retry in 1 seconds. 3 retries left. 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0curl: (6) Could not resolve host: ftp.debian.nl Warning: Problem : timeout. Will retry in 2 seconds. 2 retries left. 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0curl: (6) Could not resolve host: ftp.debian.nl Warning: Problem : timeout. Will retry in 4 seconds. 1 retries left. 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0curl: (6) Could not resolve host: ftp.debian.nl error: cannot download dclib-0.3.23.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 'dclib.originalSrc' not found stderr did not split as expected full stderr was: these 2 derivations will be built: /nix/store/gd748n88a0n1pn0md4g83wfjns7mfvp5-dclib-0.3.23.tar.bz2.drv /nix/store/hssx5b8na0b0gdf7m6xjsgk0vk6b12d7-dclib-0.3.23.drv building '/nix/store/gd748n88a0n1pn0md4g83wfjns7mfvp5-dclib-0.3.23.tar.bz2.drv'... trying ftp://ftp.debian.nl/pub/freebsd/ports/distfiles/dclib-0.3.23.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 --:--:-- --:--:-- --:--:-- 0curl: (6) Could not resolve host: ftp.debian.nl Warning: Problem : timeout. Will retry in 1 seconds. 3 retries left. 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0curl: (6) Could not resolve host: ftp.debian.nl Warning: Problem : timeout. Will retry in 2 seconds. 2 retries left. 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0curl: (6) Could not resolve host: ftp.debian.nl Warning: Problem : timeout. Will retry in 4 seconds. 1 retries left. 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0curl: (6) Could not resolve host: ftp.debian.nl error: cannot download dclib-0.3.23.tar.bz2 from any mirror error: builder for '/nix/store/gd748n88a0n1pn0md4g83wfjns7mfvp5-dclib-0.3.23.tar.bz2.drv' failed with exit code 1; last 12 log lines: > > trying ftp://ftp.debian.nl/pub/freebsd/ports/distfiles/dclib-0.3.23.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 --:--:-- --:--:-- --:--:-- 0curl: (6) Could not resolve host: ftp.debian.nl > Warning: Problem : timeout. Will retry in 1 seconds. 3 retries left. > 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0curl: (6) Could not resolve host: ftp.debian.nl > Warning: Problem : timeout. Will retry in 2 seconds. 2 retries left. > 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0curl: (6) Could not resolve host: ftp.debian.nl > Warning: Problem : timeout. Will retry in 4 seconds. 1 retries left. > 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0curl: (6) Could not resolve host: ftp.debian.nl > error: cannot download dclib-0.3.23.tar.bz2 from any mirror For full logs, run 'nix log /nix/store/gd748n88a0n1pn0md4g83wfjns7mfvp5-dclib-0.3.23.tar.bz2.drv'. error: 1 dependencies of derivation '/nix/store/hssx5b8na0b0gdf7m6xjsgk0vk6b12d7-dclib-0.3.23.drv' failed to build [result] Failed to update dclib 0.3.7 -> 0.3.23 https://repology.org/project/dclib/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath protobuf3_20, using log file: /var/log/nixpkgs-update/protobuf3_20/2024-03-10.log protobuf3_20 3.20.3 -> 25.3 https://github.com/protocolbuffers/protobuf/releases attrpath: protobuf3_20 Checking auto update branch... No auto update branch exists Old version 3.20.3" not present in master derivation file with contents: { lib, stdenv , fetchFromGitHub , autoreconfHook, zlib, gtest, buildPackages , version, sha256 , ... }: let mkProtobufDerivation = buildProtobuf: stdenv: stdenv.mkDerivation { pname = "protobuf"; inherit version; # make sure you test also -A pythonPackages.protobuf src = fetchFromGitHub { owner = "protocolbuffers"; repo = "protobuf"; rev = "v${version}"; inherit sha256; }; postPatch = '' rm -rf gmock cp -r ${gtest.src}/googlemock gmock cp -r ${gtest.src}/googletest googletest chmod -R a+w gmock chmod -R a+w googletest ln -s ../googletest gmock/gtest '' + lib.optionalString stdenv.isDarwin '' substituteInPlace src/google/protobuf/testing/googletest.cc \ --replace 'tmpnam(b)' '"'$TMPDIR'/foo"' ''; nativeBuildInputs = [ autoreconfHook buildPackages.which buildPackages.stdenv.cc buildProtobuf ]; buildInputs = [ zlib ]; configureFlags = lib.optional (buildProtobuf != null) "--with-protoc=${buildProtobuf}/bin/protoc"; enableParallelBuilding = true; doCheck = true; dontDisableStatic = true; meta = { description = "Google's data interchange format"; longDescription = ''Protocol Buffers are a way of encoding structured data in an efficient yet extensible format. Google uses Protocol Buffers for almost all of its internal RPC protocols and file formats. ''; homepage = "https://developers.google.com/protocol-buffers/"; license = lib.licenses.bsd3; mainProgram = "protoc"; platforms = lib.platforms.unix; }; }; in mkProtobufDerivation(if (stdenv.buildPlatform != stdenv.hostPlatform) then (mkProtobufDerivation null buildPackages.stdenv) else null) stdenv [result] Failed to update protobuf3_20 3.20.3 -> 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 quark-engine, using log file: /var/log/nixpkgs-update/quark-engine/2024-03-10.log quark-engine 0 -> 1 attrpath: quark-engine Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/ipfgkafs44j8prwkk2i0g49387lrf1mb-packages.json.drv building '/nix/store/ipfgkafs44j8prwkk2i0g49387lrf1mb-packages.json.drv'... Going to be running update for following packages: - quark-engine-24.2.1 Press Enter key to continue... Running update for: - quark-engine-24.2.1: UPDATING ... - quark-engine-24.2.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update quark-engine 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.publicsuffix, using log file: /var/log/nixpkgs-update/python311Packages.publicsuffix/2024-03-10.log python311Packages.publicsuffix 0 -> 1 attrpath: python311Packages.publicsuffix Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/k89sqf39n81wfs1pf1r3b7gk6ywzdaxr-packages.json.drv building '/nix/store/k89sqf39n81wfs1pf1r3b7gk6ywzdaxr-packages.json.drv'... Going to be running update for following packages: - python3.11-publicsuffix-1.1.1 Press Enter key to continue... Running update for: - python3.11-publicsuffix-1.1.1: UPDATING ... - python3.11-publicsuffix-1.1.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.publicsuffix 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath ostree, using log file: /var/log/nixpkgs-update/ostree/2024-03-10.log ostree 2023.2 -> 2024.4 https://github.com/ostreedev/ostree/releases attrpath: ostree 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/ostree/default.nix b/pkgs/tools/misc/ostree/default.nix index dcb4065a02c0..ee1f5343b0d8 100644 --- a/pkgs/tools/misc/ostree/default.nix +++ b/pkgs/tools/misc/ostree/default.nix @@ -42,13 +42,13 @@ let ]); in stdenv.mkDerivation rec { pname = "ostree"; - version = "2023.2"; + version = "2024.4"; outputs = [ "out" "dev" "man" "installedTests" ]; src = fetchurl { url = "https://github.com/ostreedev/ostree/releases/download/v${version}/libostree-${version}.tar.xz"; - sha256 = "sha256-zrB4h1Wgv/VzjURUNVL7+IPPcd9IG6o8pyiNp6QCu4U="; + sha256 = "sha256-Y8kZCCEzOsc3Pg2SPkwnZrJevc/fTvtEy1koxlidn8s="; }; patches = [ [outpaths] eval start [outpaths] eval end Received ExitFailure 1 when running Raw command: /nix/store/1gfp7hiwzpv9aglk2yfa9m49jc0n7pa5-nix-2.18.1/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A ostree nix build failed. Running phase: unpackPhase unpacking source archive /nix/store/waif5qx7dy4i471r4xjdinaqr230j10h-libostree-2024.4.tar.xz source root is libostree-2024.4 setting SOURCE_DATE_EPOCH to timestamp 1708713910 of file libostree-2024.4/apidoc/ostree.types @nix { "action": "setPhase", "phase": "patchPhase" } Running phase: patchPhase applying patch /nix/store/q6c43ylsd4pb7r52pgdcd2g7mml98dzm-01-Drop-ostree-trivial-httpd-CLI-move-to-tests-director.patch patching file Makefile-man.am Hunk #1 FAILED at 32. 1 out of 1 hunk FAILED -- saving rejects to file Makefile-man.am.rej patching file Makefile-ostree.am Hunk #1 FAILED at 138. 1 out of 1 hunk FAILED -- saving rejects to file Makefile-ostree.am.rej patching file Makefile-tests.am Hunk #1 succeeded at 283 with fuzz 1 (offset 8 lines). patching file configure.ac Hunk #1 FAILED at 186. Hunk #2 FAILED at 606. 2 out of 2 hunks FAILED -- saving rejects to file configure.ac.rej The next patch would delete the file man/ostree-trivial-httpd.xml, which does not exist! Assume -R? [n] Apply anyway? [n] Skipping patch. 1 out of 1 hunk ignored patching file src/ostree/main.c Hunk #1 FAILED at 118. 1 out of 1 hunk FAILED -- saving rejects to file src/ostree/main.c.rej patching file tests/libtest.sh Hunk #1 FAILED at 174. 1 out of 1 hunk FAILED -- saving rejects to file tests/libtest.sh.rej [result] Failed to update ostree 2023.2 -> 2024.4 https://github.com/ostreedev/ostree/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.rpart_plot, using log file: /var/log/nixpkgs-update/rPackages.rpart_plot/2024-03-10.log rPackages.rpart_plot 3.1.1 -> 3.1.2 https://repology.org/project/r:rpart.plot/versions attrpath: rPackages.rpart_plot Checking auto update branch... No auto update branch exists Old version 3.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.rpart_plot 3.1.1 -> 3.1.2 https://repology.org/project/r:rpart.plot/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.itdr, using log file: /var/log/nixpkgs-update/rPackages.itdr/2024-03-10.log rPackages.itdr 2.0.0 -> 2.0.1 https://repology.org/project/r:itdr/versions attrpath: rPackages.itdr Checking auto update branch... No auto update branch exists Old version 2.0.0" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; configurePhase = '' runHook preConfigure export R_LIBS_SITE="$R_LIBS_SITE''${R_LIBS_SITE:+:}$out/library" runHook postConfigure ''; buildPhase = '' runHook preBuild runHook postBuild ''; installFlags = if attrs.doCheck or true then [] else [ "--no-test-load" ]; rCommand = if requireX then # Unfortunately, xvfb-run has a race condition even with -a option, so that # we acquire a lock explicitly. "flock ${xvfb-run} xvfb-run -a -e xvfb-error R" else "R"; installPhase = '' runHook preInstall mkdir -p $out/library $rCommand CMD INSTALL --built-timestamp='1970-01-01 00:00:00 UTC' $installFlags --configure-args="$configureFlags" -l $out/library . runHook postInstall ''; postFixup = '' if test -e $out/nix-support/propagated-build-inputs; then ln -s $out/nix-support/propagated-build-inputs $out/nix-support/propagated-user-env-packages fi ''; checkPhase = '' # noop since R CMD INSTALL tests packages ''; } // attrs // { name = "r-" + name; }) [result] Failed to update rPackages.itdr 2.0.0 -> 2.0.1 https://repology.org/project/r:itdr/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.vvmover, using log file: /var/log/nixpkgs-update/rPackages.vvmover/2024-03-10.log rPackages.vvmover 1.5.10 -> 1.6.0 https://repology.org/project/r:vvmover/versions attrpath: rPackages.vvmover Checking auto update branch... No auto update branch exists Old version 1.5.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.vvmover 1.5.10 -> 1.6.0 https://repology.org/project/r:vvmover/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.earth, using log file: /var/log/nixpkgs-update/rPackages.earth/2024-03-10.log rPackages.earth 5.3.2 -> 5.3.3 https://repology.org/project/r:earth/versions attrpath: rPackages.earth Checking auto update branch... No auto update branch exists Old version 5.3.2" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; configurePhase = '' runHook preConfigure export R_LIBS_SITE="$R_LIBS_SITE''${R_LIBS_SITE:+:}$out/library" runHook postConfigure ''; buildPhase = '' runHook preBuild runHook postBuild ''; installFlags = if attrs.doCheck or true then [] else [ "--no-test-load" ]; rCommand = if requireX then # Unfortunately, xvfb-run has a race condition even with -a option, so that # we acquire a lock explicitly. "flock ${xvfb-run} xvfb-run -a -e xvfb-error R" else "R"; installPhase = '' runHook preInstall mkdir -p $out/library $rCommand CMD INSTALL --built-timestamp='1970-01-01 00:00:00 UTC' $installFlags --configure-args="$configureFlags" -l $out/library . runHook postInstall ''; postFixup = '' if test -e $out/nix-support/propagated-build-inputs; then ln -s $out/nix-support/propagated-build-inputs $out/nix-support/propagated-user-env-packages fi ''; checkPhase = '' # noop since R CMD INSTALL tests packages ''; } // attrs // { name = "r-" + name; }) [result] Failed to update rPackages.earth 5.3.2 -> 5.3.3 https://repology.org/project/r:earth/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.FRK, using log file: /var/log/nixpkgs-update/rPackages.FRK/2024-03-10.log rPackages.FRK 2.2.1 -> 2.2.2 https://repology.org/project/r:frk/versions attrpath: rPackages.FRK Checking auto update branch... No auto update branch exists Old version 2.2.1" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; configurePhase = '' runHook preConfigure export R_LIBS_SITE="$R_LIBS_SITE''${R_LIBS_SITE:+:}$out/library" runHook postConfigure ''; buildPhase = '' runHook preBuild runHook postBuild ''; installFlags = if attrs.doCheck or true then [] else [ "--no-test-load" ]; rCommand = if requireX then # Unfortunately, xvfb-run has a race condition even with -a option, so that # we acquire a lock explicitly. "flock ${xvfb-run} xvfb-run -a -e xvfb-error R" else "R"; installPhase = '' runHook preInstall mkdir -p $out/library $rCommand CMD INSTALL --built-timestamp='1970-01-01 00:00:00 UTC' $installFlags --configure-args="$configureFlags" -l $out/library . runHook postInstall ''; postFixup = '' if test -e $out/nix-support/propagated-build-inputs; then ln -s $out/nix-support/propagated-build-inputs $out/nix-support/propagated-user-env-packages fi ''; checkPhase = '' # noop since R CMD INSTALL tests packages ''; } // attrs // { name = "r-" + name; }) [result] Failed to update rPackages.FRK 2.2.1 -> 2.2.2 https://repology.org/project/r:frk/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.pcutils, using log file: /var/log/nixpkgs-update/rPackages.pcutils/2024-03-10.log rPackages.pcutils 0.2.1 -> 0.2.3 https://repology.org/project/r:pcutils/versions attrpath: rPackages.pcutils Checking auto update branch... No auto update branch exists Old version 0.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.pcutils 0.2.1 -> 0.2.3 https://repology.org/project/r:pcutils/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.tweenr, using log file: /var/log/nixpkgs-update/rPackages.tweenr/2024-03-10.log rPackages.tweenr 2.0.2 -> 2.0.3 https://repology.org/project/r:tweenr/versions attrpath: rPackages.tweenr Checking auto update branch... No auto update branch exists Old version 2.0.2" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; configurePhase = '' runHook preConfigure export R_LIBS_SITE="$R_LIBS_SITE''${R_LIBS_SITE:+:}$out/library" runHook postConfigure ''; buildPhase = '' runHook preBuild runHook postBuild ''; installFlags = if attrs.doCheck or true then [] else [ "--no-test-load" ]; rCommand = if requireX then # Unfortunately, xvfb-run has a race condition even with -a option, so that # we acquire a lock explicitly. "flock ${xvfb-run} xvfb-run -a -e xvfb-error R" else "R"; installPhase = '' runHook preInstall mkdir -p $out/library $rCommand CMD INSTALL --built-timestamp='1970-01-01 00:00:00 UTC' $installFlags --configure-args="$configureFlags" -l $out/library . runHook postInstall ''; postFixup = '' if test -e $out/nix-support/propagated-build-inputs; then ln -s $out/nix-support/propagated-build-inputs $out/nix-support/propagated-user-env-packages fi ''; checkPhase = '' # noop since R CMD INSTALL tests packages ''; } // attrs // { name = "r-" + name; }) [result] Failed to update rPackages.tweenr 2.0.2 -> 2.0.3 https://repology.org/project/r:tweenr/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.mFD, using log file: /var/log/nixpkgs-update/rPackages.mFD/2024-03-10.log rPackages.mFD 1.0.6 -> 1.0.7 https://repology.org/project/r:mfd/versions attrpath: rPackages.mFD Checking auto update branch... No auto update branch exists Old version 1.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.mFD 1.0.6 -> 1.0.7 https://repology.org/project/r:mfd/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath khronos, using log file: /var/log/nixpkgs-update/khronos/2024-03-10.log khronos 0 -> 1 attrpath: khronos Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/152zmlnmk1bjiyg3q5ymsyfq1i16317g-packages.json.drv building '/nix/store/152zmlnmk1bjiyg3q5ymsyfq1i16317g-packages.json.drv'... Going to be running update for following packages: - khronos-4.0.1 Press Enter key to continue... Running update for: - khronos-4.0.1: UPDATING ... - khronos-4.0.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update khronos 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.httpbin, using log file: /var/log/nixpkgs-update/python311Packages.httpbin/2024-03-10.log python311Packages.httpbin 0 -> 1 attrpath: python311Packages.httpbin 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/1dpzqp7iwql6bmmvq6p838m3zmqjfbmw-packages.json.drv building '/nix/store/1dpzqp7iwql6bmmvq6p838m3zmqjfbmw-packages.json.drv'... Going to be running update for following packages: - python3.11-httpbin-0.10.1 Press Enter key to continue... Running update for: - python3.11-httpbin-0.10.1: UPDATING ... - python3.11-httpbin-0.10.1: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/httpbin/default.nix b/pkgs/development/python-modules/httpbin/default.nix index 0fbc8bc73ee9..aca2b849cd47 100644 --- a/pkgs/development/python-modules/httpbin/default.nix +++ b/pkgs/development/python-modules/httpbin/default.nix @@ -26,12 +26,12 @@ buildPythonPackage rec { pname = "httpbin"; - version = "0.10.1"; + version = "0.10.2"; format = "pyproject"; src = fetchPypi { inherit pname version; - hash = "sha256-e4WWvrDnWntlPDnR888mPW1cR20p4d9ve7K3C/nwaj0="; + hash = "sha256-YyFIaYJhyGhOotK2JM3qhFtAKx/pFzbonfiGQIxjF6k="; }; patches = [ No auto update branch exists [outpaths] eval start [outpaths] eval end Python package with too many package rebuilds 3360 > 25 [result] Failed to update python311Packages.httpbin 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath dnsenum, using log file: /var/log/nixpkgs-update/dnsenum/2024-03-10.log dnsenum 1.2.4.2 -> 1.3.1 https://repology.org/project/dnsenum/versions attrpath: dnsenum 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/yvcnwvwcxx77qayh975fj8sa4fmxmjnx-source.drv waiting for lock on '/nix/store/bqfq4db6nwycmkdrql9igsbrayqsw3g2-source'... building '/nix/store/yvcnwvwcxx77qayh975fj8sa4fmxmjnx-source.drv'... trying https://github.com/fwaeytens/dnsenum/archive/1.3.1.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 14 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 error: cannot download source from any mirror error: boost::bad_format_string: format-string is ill-formed stderr did not split as expected full stderr was: error: attribute 'originalSrc' in selection path 'dnsenum.originalSrc' not found stderr did not split as expected full stderr was: these 2 derivations will be built: /nix/store/yvcnwvwcxx77qayh975fj8sa4fmxmjnx-source.drv /nix/store/v81zhjq6ix2yhhfpkiy8l6b6n2wa9bpp-dnsenum-1.3.1.drv these 9 paths will be fetched (0.19 MiB download, 0.75 MiB unpacked): /nix/store/rqgcfdzp15q5nr8zv480i56fqxm7gx9j-perl5.38.2-HTML-Form-6.11 /nix/store/0ij0bffbj81z77m86y656g6i8jl9yh8i-perl5.38.2-HTML-Tree-5.07 /nix/store/7kbyxwm9d3vhg4csmqbdizy377x41lag-perl5.38.2-HTTP-Server-Simple-0.52 /nix/store/x8cjz6av7g4sj4rqiafj2xkj3lbzp5jr-perl5.38.2-Net-Netmask-2.0002 /nix/store/p7b3b2p9qah6vgbwwzj19gljbvxzwvld-perl5.38.2-Net-Whois-IP-1.19 /nix/store/9rjl7i8jbfnzw9608asnlhxx7yv37lzf-perl5.38.2-String-Random-0.32 /nix/store/mb6lgsqza0dcv9dwkdhakzqf05d48vv7-perl5.38.2-Test-Output-1.034 /nix/store/ysmhzqa9js3ixnpgzc94d0lqsjvk1ww5-perl5.38.2-WWW-Mechanize-2.17 /nix/store/4aplmyavz292x9fzhvp7fhdbfcjg3gx5-perl5.38.2-XML-Writer-0.900 copying path '/nix/store/x8cjz6av7g4sj4rqiafj2xkj3lbzp5jr-perl5.38.2-Net-Netmask-2.0002' from 'https://cache.nixos.org'... copying path '/nix/store/p7b3b2p9qah6vgbwwzj19gljbvxzwvld-perl5.38.2-Net-Whois-IP-1.19' from 'https://cache.nixos.org'... copying path '/nix/store/9rjl7i8jbfnzw9608asnlhxx7yv37lzf-perl5.38.2-String-Random-0.32' from 'https://cache.nixos.org'... copying path '/nix/store/4aplmyavz292x9fzhvp7fhdbfcjg3gx5-perl5.38.2-XML-Writer-0.900' from 'https://cache.nixos.org'... copying path '/nix/store/rqgcfdzp15q5nr8zv480i56fqxm7gx9j-perl5.38.2-HTML-Form-6.11' from 'https://cache.nixos.org'... copying path '/nix/store/0ij0bffbj81z77m86y656g6i8jl9yh8i-perl5.38.2-HTML-Tree-5.07' from 'https://cache.nixos.org'... copying path '/nix/store/7kbyxwm9d3vhg4csmqbdizy377x41lag-perl5.38.2-HTTP-Server-Simple-0.52' from 'https://cache.nixos.org'... copying path '/nix/store/mb6lgsqza0dcv9dwkdhakzqf05d48vv7-perl5.38.2-Test-Output-1.034' from 'https://cache.nixos.org'... building '/nix/store/yvcnwvwcxx77qayh975fj8sa4fmxmjnx-source.drv'... copying path '/nix/store/ysmhzqa9js3ixnpgzc94d0lqsjvk1ww5-perl5.38.2-WWW-Mechanize-2.17' from 'https://cache.nixos.org'... trying https://github.com/fwaeytens/dnsenum/archive/1.3.1.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 14 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 error: cannot download source from any mirror error: builder for '/nix/store/yvcnwvwcxx77qayh975fj8sa4fmxmjnx-source.drv' failed with exit code 1; last 8 log lines: > > trying https://github.com/fwaeytens/dnsenum/archive/1.3.1.tar.gz > % Total % Received % Xferd Average Speed Time Time Time Current > Dload Upload Total Spent Left Speed > 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 > 0 14 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 > curl: (22) The requested URL returned error: 404 > error: cannot download source from any mirror For full logs, run 'nix log /nix/store/yvcnwvwcxx77qayh975fj8sa4fmxmjnx-source.drv'. error: 1 dependencies of derivation '/nix/store/v81zhjq6ix2yhhfpkiy8l6b6n2wa9bpp-dnsenum-1.3.1.drv' failed to build [result] Failed to update dnsenum 1.2.4.2 -> 1.3.1 https://repology.org/project/dnsenum/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.chainstream, using log file: /var/log/nixpkgs-update/python311Packages.chainstream/2024-03-10.log python311Packages.chainstream 0 -> 1 attrpath: python311Packages.chainstream Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/zw0lkfijfk5cdianhyqzjr0a45bljwxx-packages.json.drv building '/nix/store/zw0lkfijfk5cdianhyqzjr0a45bljwxx-packages.json.drv'... Going to be running update for following packages: - python3.11-chainstream-1.0.1 Press Enter key to continue... Running update for: - python3.11-chainstream-1.0.1: UPDATING ... - python3.11-chainstream-1.0.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.chainstream 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath haskellPackages.hoauth2-tutorial, using log file: /var/log/nixpkgs-update/haskellPackages.hoauth2-tutorial/2024-03-10.log haskellPackages.hoauth2-tutorial 0.4.0 -> 0.5.0 https://repology.org/project/haskell:hoauth2-tutorial/versions attrpath: haskellPackages.hoauth2-tutorial Checking auto update branch... No auto update branch exists Derivation file says not to edit it [result] Failed to update haskellPackages.hoauth2-tutorial 0.4.0 -> 0.5.0 https://repology.org/project/haskell:hoauth2-tutorial/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath pdd, using log file: /var/log/nixpkgs-update/pdd/2024-03-10.log pdd 0 -> 1 attrpath: pdd Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/3k4ibsq87gakm6wjkfx7hljivl8pzxrr-packages.json.drv building '/nix/store/3k4ibsq87gakm6wjkfx7hljivl8pzxrr-packages.json.drv'... Going to be running update for following packages: - pdd-1.6 Press Enter key to continue... Running update for: - pdd-1.6: UPDATING ... - pdd-1.6: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/tools/misc/pdd/default.nix b/pkgs/tools/misc/pdd/default.nix index 2e34e94ad013..30a35e64a4dc 100644 --- a/pkgs/tools/misc/pdd/default.nix +++ b/pkgs/tools/misc/pdd/default.nix @@ -2,13 +2,13 @@ buildPythonApplication rec { pname = "pdd"; - version = "1.6"; + version = "1.7"; src = fetchFromGitHub { owner = "jarun"; repo = "pdd"; rev = "refs/tags/v${version}"; - sha256 = "sha256-Z+jUFu4VvrgWUtkXMkjspcRJ/JG81X9gc2tnDoCdrsk="; + sha256 = "sha256-jQCjqQxvJU2oYLSWpFriJIfD0EbqBx59AvRX77pX0Cg="; }; format = "other"; No auto update branch exists [outpaths] eval start [outpaths] eval end Received ExitFailure 1 when running Raw command: /nix/store/1gfp7hiwzpv9aglk2yfa9m49jc0n7pa5-nix-2.18.1/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A pdd nix build failed. @nix { "action": "setPhase", "phase": "unpackPhase" } Running phase: unpackPhase unpacking source archive /nix/store/l8nk9zmg09awb4cw5gx9yxldyrvl27xi-source source root is source setting SOURCE_DATE_EPOCH to timestamp 315619200 of file source/test.py @nix { "action": "setPhase", "phase": "patchPhase" } Running phase: patchPhase @nix { "action": "setPhase", "phase": "updateAutotoolsGnuConfigScriptsPhase" } Running phase: updateAutotoolsGnuConfigScriptsPhase @nix { "action": "setPhase", "phase": "configurePhase" } Running phase: configurePhase no configure script, doing nothing @nix { "action": "setPhase", "phase": "buildPhase" } Running phase: buildPhase build flags: SHELL=/nix/store/4vzal97iq3dmrgycj8r0gflrh51p8w1s-bash-5.2p26/bin/bash make: Nothing to be done for 'all'. @nix { "action": "setPhase", "phase": "installPhase" } Running phase: installPhase install flags: SHELL=/nix/store/4vzal97iq3dmrgycj8r0gflrh51p8w1s-bash-5.2p26/bin/bash PREFIX=\$\(out\) install install -m755 -d /nix/store/ng3663l3rx2lprd0lz66n9w7lgrk5g8z-pdd-1.7/bin install -m755 -d /nix/store/ng3663l3rx2lprd0lz66n9w7lgrk5g8z-pdd-1.7/share/man/man1 install -m755 -d /nix/store/ng3663l3rx2lprd0lz66n9w7lgrk5g8z-pdd-1.7/share/doc/pdd gzip -c pdd.1 > pdd.1.gz install -m755 pdd /nix/store/ng3663l3rx2lprd0lz66n9w7lgrk5g8z-pdd-1.7/bin/pdd install -m644 pdd.1.gz /nix/store/ng3663l3rx2lprd0lz66n9w7lgrk5g8z-pdd-1.7/share/man/man1 install -m644 README.md /nix/store/ng3663l3rx2lprd0lz66n9w7lgrk5g8z-pdd-1.7/share/doc/pdd rm -f pdd.1.gz install -m644 auto-completion/bash/pdd.bash /nix/store/ng3663l3rx2lprd0lz66n9w7lgrk5g8z-pdd-1.7/share/bash-completion/compilations/pdd install: cannot create regular file '/nix/store/ng3663l3rx2lprd0lz66n9w7lgrk5g8z-pdd-1.7/share/bash-completion/compilations/pdd': No such file or directory make: *** [Makefile:25: install-bash-completion] Error 1 [result] Failed to update pdd 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.mypy-boto3-wisdom, using log file: /var/log/nixpkgs-update/python311Packages.mypy-boto3-wisdom/2024-03-10.log python311Packages.mypy-boto3-wisdom 1.34.16 -> 7.23.2 https://github.com/youtype/mypy_boto3_builder/releases attrpath: python311Packages.mypy-boto3-wisdom Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/cj07p6sx05l2djkb4n0gs2gwm2fnkj1m-packages.json.drv building '/nix/store/cj07p6sx05l2djkb4n0gs2gwm2fnkj1m-packages.json.drv'... Going to be running update for following packages: - python3.11-mypy-boto3-wisdom-1.34.16 Press Enter key to continue... Running update for: - python3.11-mypy-boto3-wisdom-1.34.16: UPDATING ... - python3.11-mypy-boto3-wisdom-1.34.16: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.mypy-boto3-wisdom 1.34.16 -> 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 ssh-audit, using log file: /var/log/nixpkgs-update/ssh-audit/2024-03-10.log ssh-audit 0 -> 1 attrpath: ssh-audit Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/nmdmmal1zf2gj1cp2bh7xdyzv6hvfm2s-packages.json.drv building '/nix/store/nmdmmal1zf2gj1cp2bh7xdyzv6hvfm2s-packages.json.drv'... Going to be running update for following packages: - ssh-audit-3.1.0 Press Enter key to continue... Running update for: - ssh-audit-3.1.0: UPDATING ... - ssh-audit-3.1.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update ssh-audit 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.systembridge, using log file: /var/log/nixpkgs-update/python311Packages.systembridge/2024-03-10.log python311Packages.systembridge 0 -> 1 attrpath: python311Packages.systembridge Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/ixkcp2zbp8k278yr2xqfy0hdj3a5rdsr-packages.json.drv building '/nix/store/ixkcp2zbp8k278yr2xqfy0hdj3a5rdsr-packages.json.drv'... Going to be running update for following packages: - python3.11-systembridge-2.3.1 Press Enter key to continue... Running update for: - python3.11-systembridge-2.3.1: UPDATING ... - python3.11-systembridge-2.3.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.systembridge 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath cudaPackages.cudnn, using log file: /var/log/nixpkgs-update/cudaPackages.cudnn/2024-03-10.log cudaPackages.cudnn 8.9.7.29 -> 8.9.7.29-12 https://repology.org/project/cudnn/versions attrpath: cudaPackages.cudnn Checking auto update branch... No auto update branch exists Old version 8.9.7.29" not present in master derivation file with contents: { # General callPackage-supplied arguments autoAddOpenGLRunpathHook, autoAddCudaCompatRunpathHook, autoPatchelfHook, backendStdenv, fetchurl, lib, lndir, markForCudatoolkitRootHook, flags, stdenv, hostPlatform, # Builder-specific arguments # Short package name (e.g., "cuda_cccl") # pname : String pname, # Common name (e.g., "cutensor" or "cudnn") -- used in the URL. # Also known as the Redistributable Name. # redistName : String, redistName, # If libPath is non-null, it must be a subdirectory of `lib`. # The contents of `libPath` will be moved to the root of `lib`. libPath ? null, # See ./modules/generic/manifests/redistrib/release.nix redistribRelease, # See ./modules/generic/manifests/feature/release.nix featureRelease, cudaMajorMinorVersion, }: let inherit (lib) attrsets lists meta strings trivial licenses teams sourceTypes ; # Get the redist architectures for which package provides distributables. # These are used by meta.platforms. supportedRedistArchs = builtins.attrNames featureRelease; # redistArch :: String # The redistArch is the name of the architecture for which the redistributable is built. # It is `"unsupported"` if the redistributable is not supported on the target platform. redistArch = flags.getRedistArch hostPlatform.system; sourceMatchesHost = flags.getNixSystem redistArch == stdenv.hostPlatform.system; in backendStdenv.mkDerivation ( finalAttrs: { # NOTE: Even though there's no actual buildPhase going on here, the derivations of the # redistributables are sensitive to the compiler flags provided to stdenv. The patchelf package # is sensitive to the compiler flags provided to stdenv, and we depend on it. As such, we are # also sensitive to the compiler flags provided to stdenv. inherit pname; inherit (redistribRelease) version; # Don't force serialization to string for structured attributes, like outputToPatterns # and brokenConditions. # Avoids "set cannot be coerced to string" errors. __structuredAttrs = true; # Keep better track of dependencies. strictDeps = true; # NOTE: Outputs are evaluated jointly with meta, so in the case that this is an unsupported platform, # we still need to provide a list of outputs. outputs = let # Checks whether the redistributable provides an output. hasOutput = output: attrsets.attrByPath [ redistArch "outputs" output ] false featureRelease; # Order is important here so we use a list. possibleOutputs = [ "bin" "lib" "static" "dev" "doc" "sample" "python" ]; # Filter out outputs that don't exist in the redistributable. # NOTE: In the case the redistributable isn't supported on the target platform, # we will have `outputs = [ "out" ] ++ possibleOutputs`. This is of note because platforms which # aren't supported would otherwise have evaluation errors when trying to access outputs other than `out`. # The alternative would be to have `outputs = [ "out" ]` when`redistArch = "unsupported"`, but that would # require adding guards throughout the entirety of the CUDA package set to ensure `cudaSupport` is true -- # recall that OfBorg will evaluate packages marked as broken and that `cudaPackages` will be evaluated with # `cudaSupport = false`! additionalOutputs = if redistArch == "unsupported" then possibleOutputs else builtins.filter hasOutput possibleOutputs; # The out output is special -- it's the default output and we always include it. outputs = [ "out" ] ++ additionalOutputs; in outputs; # Traversed in the order of the outputs speficied in outputs; # entries are skipped if they don't exist in outputs. outputToPatterns = { bin = [ "bin" ]; dev = [ "share/pkgconfig" "**/*.pc" "**/*.cmake" ]; lib = [ "lib" "lib64" ]; static = ["**/*.a"]; sample = ["samples"]; python = ["**/*.whl"]; }; # Useful for introspecting why something went wrong. Maps descriptions of why the derivation would be marked as # broken on have badPlatforms include the current platform. # brokenConditions :: AttrSet Bool # Sets `meta.broken = true` if any of the conditions are true. # Example: Broken on a specific version of CUDA or when a dependency has a specific version. brokenConditions = { }; # badPlatformsConditions :: AttrSet Bool # Sets `meta.badPlatforms = meta.platforms` if any of the conditions are true. # Example: Broken on a specific architecture when some condition is met (like targeting Jetson). badPlatformsConditions = { "No source" = !sourceMatchesHost; }; # src :: Optional Derivation src = trivial.pipe redistArch [ # If redistArch doesn't exist in redistribRelease, return null. (redistArch: redistribRelease.${redistArch} or null) # If the release is non-null, fetch the source; otherwise, return null. (trivial.mapNullable ( { relative_path, sha256, ... }: fetchurl { url = "https://developer.download.nvidia.com/compute/${redistName}/redist/${relative_path}"; inherit sha256; } )) ]; # Handle the pkg-config files: # 1. No FHS # 2. Location expected by the pkg-config wrapper # 3. Generate unversioned names too postPatch = '' for path in pkg-config pkgconfig ; do [[ -d "$path" ]] || continue mkdir -p share/pkgconfig mv "$path"/* share/pkgconfig/ rmdir "$path" done for pc in share/pkgconfig/*.pc ; do sed -i \ -e "s|^cudaroot\s*=.*\$|cudaroot=''${!outputDev}|" \ -e "s|^libdir\s*=.*/lib\$|libdir=''${!outputLib}/lib|" \ -e "s|^includedir\s*=.*/include\$|includedir=''${!outputDev}/include|" \ "$pc" done # E.g. cuda-11.8.pc -> cuda.pc for pc in share/pkgconfig/*-"$majorMinorVersion.pc" ; do ln -s "$(basename "$pc")" "''${pc%-$majorMinorVersion.pc}".pc done ''; env.majorMinorVersion = cudaMajorMinorVersion; # We do need some other phases, like configurePhase, so the multiple-output setup hook works. dontBuild = true; nativeBuildInputs = [ autoPatchelfHook # This hook will make sure libcuda can be found # in typically /lib/opengl-driver by adding that # directory to the rpath of all ELF binaries. # Check e.g. with `patchelf --print-rpath path/to/my/binary autoAddOpenGLRunpathHook markForCudatoolkitRootHook ] # autoAddCudaCompatRunpathHook depends on cuda_compat and would cause # infinite recursion if applied to `cuda_compat` itself (beside the fact # that it doesn't make sense in the first place) ++ lib.optionals (pname != "cuda_compat" && flags.isJetsonBuild) [ # autoAddCudaCompatRunpathHook must appear AFTER autoAddOpenGLRunpathHook. # See its documentation in ./setup-hooks/extension.nix. autoAddCudaCompatRunpathHook ]; buildInputs = [ # autoPatchelfHook will search for a libstdc++ and we're giving it # one that is compatible with the rest of nixpkgs, even when # nvcc forces us to use an older gcc # NB: We don't actually know if this is the right thing to do stdenv.cc.cc.lib ]; # Picked up by autoPatchelf # Needed e.g. for libnvrtc to locate (dlopen) libnvrtc-builtins appendRunpaths = ["$ORIGIN"]; # NOTE: We don't need to check for dev or doc, because those outputs are handled by # the multiple-outputs setup hook. # NOTE: moveToOutput operates on all outputs: # https://github.com/NixOS/nixpkgs/blob/2920b6fc16a9ed5d51429e94238b28306ceda79e/pkgs/build-support/setup-hooks/multiple-outputs.sh#L105-L107 installPhase = let mkMoveToOutputCommand = output: let template = pattern: ''moveToOutput "${pattern}" "${"$" + output}"''; patterns = finalAttrs.outputToPatterns.${output} or []; in strings.concatMapStringsSep "\n" template patterns; in # Pre-install hook '' runHook preInstall '' # Handle the existence of libPath, which requires us to re-arrange the lib directory + strings.optionalString (libPath != null) '' full_lib_path="lib/${libPath}" if [[ ! -d "$full_lib_path" ]] ; then echo "${finalAttrs.pname}: '$full_lib_path' does not exist, only found:" >&2 find lib/ -mindepth 1 -maxdepth 1 >&2 echo "This release might not support your CUDA version" >&2 exit 1 fi echo "Making libPath '$full_lib_path' the root of lib" >&2 mv "$full_lib_path" lib_new rm -r lib mv lib_new lib '' # Create the primary output, out, and move the other outputs into it. + '' mkdir -p "$out" mv * "$out" '' # Move the outputs into their respective outputs. + strings.concatMapStringsSep "\n" mkMoveToOutputCommand (builtins.tail finalAttrs.outputs) # Add a newline to the end of the installPhase, so that the post-install hook doesn't # get concatenated with the last moveToOutput command. + "\n" # Post-install hook + '' runHook postInstall ''; doInstallCheck = true; allowFHSReferences = true; # TODO: Default to `false` postInstallCheck = '' echo "Executing postInstallCheck" if [[ -z "''${allowFHSReferences-}" ]] ; then mapfile -t outputPaths < <(for o in $(getAllOutputNames); do echo "''${!o}"; done) if grep --max-count=5 --recursive --exclude=LICENSE /usr/ "''${outputPaths[@]}" ; then echo "Detected references to /usr" >&2 exit 1 fi fi ''; # libcuda needs to be resolved during runtime autoPatchelfIgnoreMissingDeps = [ "libcuda.so" "libcuda.so.*" ]; # The out output leverages the same functionality which backs the `symlinkJoin` function in # Nixpkgs: # https://github.com/NixOS/nixpkgs/blob/d8b2a92df48f9b08d68b0132ce7adfbdbc1fbfac/pkgs/build-support/trivial-builders/default.nix#L510 # # That should allow us to emulate "fat" default outputs without having to actually create them. # # It is important that this run after the autoPatchelfHook, otherwise the symlinks in out will reference libraries in lib, creating a circular dependency. postPhases = ["postPatchelf"]; # For each output, create a symlink to it in the out output. # NOTE: We must recreate the out output here, because the setup hook will have deleted it if it was empty. postPatchelf = '' mkdir -p "$out" for output in $(getAllOutputNames); do if [[ "$output" != "out" ]]; then ${meta.getExe lndir} "''${!output}" "$out" fi done ''; # Make the CUDA-patched stdenv available passthru.stdenv = backendStdenv; # Setting propagatedBuildInputs to false will prevent outputs known to the multiple-outputs # from depending on `out` by default. # https://github.com/NixOS/nixpkgs/blob/2920b6fc16a9ed5d51429e94238b28306ceda79e/pkgs/build-support/setup-hooks/multiple-outputs.sh#L196 # Indeed, we want to do the opposite -- fat "out" outputs that contain all the other outputs. propagatedBuildOutputs = false; # By default, if the dev output exists it just uses that. # However, because we disabled propagatedBuildOutputs, dev doesn't contain libraries or # anything of the sort. To remedy this, we set outputSpecified to true, and use # outputsToInstall, which tells Nix which outputs to use when the package name is used # unqualified (that is, without an explicit output). outputSpecified = true; meta = { description = "${redistribRelease.name}. By downloading and using the packages you accept the terms and conditions of the ${finalAttrs.meta.license.shortName}"; sourceProvenance = [sourceTypes.binaryNativeCode]; broken = lists.any trivial.id (attrsets.attrValues finalAttrs.brokenConditions); platforms = trivial.pipe supportedRedistArchs [ # Map each redist arch to the equivalent nix system or null if there is no equivalent. (builtins.map flags.getNixSystem) # Filter out unsupported systems (builtins.filter (nixSystem: !(strings.hasPrefix "unsupported-" nixSystem))) ]; badPlatforms = let isBadPlatform = lists.any trivial.id (attrsets.attrValues finalAttrs.badPlatformsConditions); in lists.optionals isBadPlatform finalAttrs.meta.platforms; license = licenses.unfree; maintainers = teams.cuda.members; # Force the use of the default, fat output by default (even though `dev` exists, which # causes Nix to prefer that output over the others if outputSpecified isn't set). outputsToInstall = ["out"]; }; } ) [result] Failed to update cudaPackages.cudnn 8.9.7.29 -> 8.9.7.29-12 https://repology.org/project/cudnn/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.tailer, using log file: /var/log/nixpkgs-update/python311Packages.tailer/2024-03-10.log python311Packages.tailer 0 -> 1 attrpath: python311Packages.tailer Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/vjb8j8f8w2f71c2z3v7z3n73ka1l0fz3-packages.json.drv building '/nix/store/vjb8j8f8w2f71c2z3v7z3n73ka1l0fz3-packages.json.drv'... Going to be running update for following packages: - python3.11-tailer-0.4.1 Press Enter key to continue... Running update for: - python3.11-tailer-0.4.1: UPDATING ... - python3.11-tailer-0.4.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.tailer 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: 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, using log file: /var/log/nixpkgs-update/python311Packages.dissect/2024-03-10.log python311Packages.dissect 0 -> 1 attrpath: python311Packages.dissect Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/gy554yrxh7nc2cyvipxnhp4scydmwqbp-packages.json.drv building '/nix/store/gy554yrxh7nc2cyvipxnhp4scydmwqbp-packages.json.drv'... Going to be running update for following packages: - python3.11-dissect-3.13 Press Enter key to continue... Running update for: - python3.11-dissect-3.13: UPDATING ... - python3.11-dissect-3.13: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.dissect 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath micronucleus, using log file: /var/log/nixpkgs-update/micronucleus/2024-03-10.log micronucleus 2.04 -> 2.6 https://github.com/micronucleus/micronucleus/releases attrpath: micronucleus 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/vrbaacm4hadm33njj5vd6x1yrz7pdpv8-source.drv building '/nix/store/vrbaacm4hadm33njj5vd6x1yrz7pdpv8-source.drv'... trying https://github.com/micronucleus/micronucleus/archive/2.6.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 'micronucleus.originalSrc' not found stderr did not split as expected full stderr was: these 2 derivations will be built: /nix/store/vrbaacm4hadm33njj5vd6x1yrz7pdpv8-source.drv /nix/store/52k55fpgxqx5h0f0zppnbj7sfdcwlkrd-micronucleus-2.6.drv building '/nix/store/vrbaacm4hadm33njj5vd6x1yrz7pdpv8-source.drv'... trying https://github.com/micronucleus/micronucleus/archive/2.6.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/vrbaacm4hadm33njj5vd6x1yrz7pdpv8-source.drv' failed with exit code 1; last 8 log lines: > > trying https://github.com/micronucleus/micronucleus/archive/2.6.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/vrbaacm4hadm33njj5vd6x1yrz7pdpv8-source.drv'. error: 1 dependencies of derivation '/nix/store/52k55fpgxqx5h0f0zppnbj7sfdcwlkrd-micronucleus-2.6.drv' failed to build [result] Failed to update micronucleus 2.04 -> 2.6 https://github.com/micronucleus/micronucleus/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.foobot-async, using log file: /var/log/nixpkgs-update/python311Packages.foobot-async/2024-03-10.log python311Packages.foobot-async 0 -> 1 attrpath: python311Packages.foobot-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/fhprrzb5zxdpbv5dn66b2hbmllbyvccx-packages.json.drv building '/nix/store/fhprrzb5zxdpbv5dn66b2hbmllbyvccx-packages.json.drv'... Going to be running update for following packages: - python3.11-foobot-async-1.0.0 Press Enter key to continue... Running update for: - python3.11-foobot-async-1.0.0: UPDATING ... - python3.11-foobot-async-1.0.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.foobot-async 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.cpufeature, using log file: /var/log/nixpkgs-update/python311Packages.cpufeature/2024-03-10.log python311Packages.cpufeature 0 -> 1 attrpath: python311Packages.cpufeature Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/w9x3l65xip2kv6bd5g228wgq0ggygzz5-packages.json.drv building '/nix/store/w9x3l65xip2kv6bd5g228wgq0ggygzz5-packages.json.drv'... Going to be running update for following packages: - python3.11-cpufeature-0.2.1 Press Enter key to continue... Running update for: - python3.11-cpufeature-0.2.1: UPDATING ... - python3.11-cpufeature-0.2.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.cpufeature 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath ocamlPackages.qcheck, using log file: /var/log/nixpkgs-update/ocamlPackages.qcheck/2024-03-10.log ocamlPackages.qcheck 0.21.2 -> 0.21.3 https://github.com/c-cube/qcheck/releases attrpath: ocamlPackages.qcheck Checking auto update branch... No auto update branch exists Old version 0.21.2" not present in master derivation file with contents: { buildDunePackage, qcheck-ounit }: buildDunePackage { pname = "qcheck"; inherit (qcheck-ounit) version src patches; duneVersion = "3"; propagatedBuildInputs = [ qcheck-ounit ]; meta = qcheck-ounit.meta // { description = "Compatibility package for qcheck"; }; } [result] Failed to update ocamlPackages.qcheck 0.21.2 -> 0.21.3 https://github.com/c-cube/qcheck/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.pyoppleio, using log file: /var/log/nixpkgs-update/python311Packages.pyoppleio/2024-03-10.log python311Packages.pyoppleio 0 -> 1 attrpath: python311Packages.pyoppleio Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/9q4z2m9rym86x7bg5kaxgvb2sf9599lb-packages.json.drv building '/nix/store/9q4z2m9rym86x7bg5kaxgvb2sf9599lb-packages.json.drv'... Going to be running update for following packages: - python3.11-pyoppleio-1.0.7 Press Enter key to continue... Running update for: - python3.11-pyoppleio-1.0.7: UPDATING ... - python3.11-pyoppleio-1.0.7: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.pyoppleio 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath kexec-tools, using log file: /var/log/nixpkgs-update/kexec-tools/2024-03-10.log kexec-tools 2.0.26 -> 2.0.28 https://repology.org/project/kexec-tools/versions attrpath: kexec-tools 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 kexec-tools 2.0.26 -> 2.0.28 https://repology.org/project/kexec-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 python311Packages.pytest-socket, using log file: /var/log/nixpkgs-update/python311Packages.pytest-socket/2024-03-10.log python311Packages.pytest-socket 0 -> 1 attrpath: python311Packages.pytest-socket Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/m28zsx1m6rycw6k8q4fc040gcgs0s5hd-packages.json.drv building '/nix/store/m28zsx1m6rycw6k8q4fc040gcgs0s5hd-packages.json.drv'... Going to be running update for following packages: - python3.11-pytest-socket-0.6.0 Press Enter key to continue... Running update for: - python3.11-pytest-socket-0.6.0: UPDATING ... - python3.11-pytest-socket-0.6.0: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/pytest-socket/default.nix b/pkgs/development/python-modules/pytest-socket/default.nix index 67ee191b85cb..76833dab7810 100644 --- a/pkgs/development/python-modules/pytest-socket/default.nix +++ b/pkgs/development/python-modules/pytest-socket/default.nix @@ -9,7 +9,7 @@ buildPythonPackage rec { pname = "pytest-socket"; - version = "0.6.0"; + version = "0.7.0"; format = "pyproject"; disabled = pythonOlder "3.7"; @@ -18,7 +18,7 @@ buildPythonPackage rec { owner = "miketheman"; repo = pname; rev = "refs/tags/${version}"; - hash = "sha256-RPHpqknjpuAMXYg4nFOtLp8CXh10/w0RuO/bseTBN5o="; + hash = "sha256-19YF3q85maCVdVg2HOOPbN45RNjBf6kiFAhLut8B2tQ="; }; nativeBuildInputs = [ No auto update branch exists [outpaths] eval start [outpaths] eval end Python package with too many package rebuilds 849 > 25 [result] Failed to update python311Packages.pytest-socket 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.zope-exceptions, using log file: /var/log/nixpkgs-update/python311Packages.zope-exceptions/2024-03-10.log python311Packages.zope-exceptions 0 -> 1 attrpath: python311Packages.zope-exceptions Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/hycx3kw3pjky2yxzarb3h3ymldcdcv5p-packages.json.drv building '/nix/store/hycx3kw3pjky2yxzarb3h3ymldcdcv5p-packages.json.drv'... Going to be running update for following packages: - python3.11-zope-exceptions-5.0.1 Press Enter key to continue... Running update for: - python3.11-zope-exceptions-5.0.1: UPDATING ... - python3.11-zope-exceptions-5.0.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.zope-exceptions 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.pymaven-patch, using log file: /var/log/nixpkgs-update/python311Packages.pymaven-patch/2024-03-10.log python311Packages.pymaven-patch 0 -> 1 attrpath: python311Packages.pymaven-patch Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/w14qivg1pmaw4bwp1zr59qwy2y91hp1f-packages.json.drv building '/nix/store/w14qivg1pmaw4bwp1zr59qwy2y91hp1f-packages.json.drv'... Going to be running update for following packages: - python3.11-pymaven-patch-0.3.0 Press Enter key to continue... Running update for: - python3.11-pymaven-patch-0.3.0: UPDATING ... - python3.11-pymaven-patch-0.3.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.pymaven-patch 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath tmuxinator, using log file: /var/log/nixpkgs-update/tmuxinator/2024-03-10.log tmuxinator 3.0.5 -> 3.1.2 https://repology.org/project/tmuxinator/versions attrpath: tmuxinator Checking auto update branch... No auto update branch exists Old version 3.0.5" not present in master derivation file with contents: { lib, buildRubyGem, ruby, installShellFiles }: # Cannot use bundleEnv because bundleEnv create stub with # BUNDLE_FROZEN='1' environment variable set, which broke everything # that rely on Bundler that runs under Tmuxinator. buildRubyGem rec { inherit ruby; name = "${gemName}-${version}"; gemName = "tmuxinator"; version = "3.1.2"; source.sha256 = "t96v3RwBfezB644RVbTmO8i/xh1F23WQC8PBxc/msjg="; erubis = buildRubyGem rec { inherit ruby; name = "ruby${ruby.version}-${gemName}-${version}"; gemName = "erubis"; version = "2.7.0"; source.sha256 = "1fj827xqjs91yqsydf0zmfyw9p4l2jz5yikg3mppz6d7fi8kyrb3"; }; thor = buildRubyGem rec { inherit ruby; name = "ruby${ruby.version}-${gemName}-${version}"; gemName = "thor"; version = "1.3.0"; source.sha256 = "sha256-Gtx/nls2VaaMcTk/7ovQrQiNFO6Og6C3NybyPLs8p8M="; }; xdg = buildRubyGem rec { inherit ruby; name = "ruby${ruby.version}-${gemName}-${version}"; gemName = "xdg"; version = "2.2.5"; source.sha256 = "04xr4cavnzxlk926pkji7b5yiqy4qsd3gdvv8mg6jliq6sczg9gk"; }; propagatedBuildInputs = [ erubis thor xdg ]; nativeBuildInputs = [ installShellFiles ]; postInstall = '' installShellCompletion $GEM_HOME/gems/${gemName}-${version}/completion/tmuxinator.{bash,zsh,fish} ''; meta = with lib; { description = "Manage complex tmux sessions easily"; homepage = "https://github.com/tmuxinator/tmuxinator"; license = licenses.mit; maintainers = with maintainers; [ auntie ericsagnes ]; platforms = platforms.unix; mainProgram = "tmuxinator"; }; } [result] Failed to update tmuxinator 3.0.5 -> 3.1.2 https://repology.org/project/tmuxinator/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath openmvs, using log file: /var/log/nixpkgs-update/openmvs/2024-03-10.log openmvs 2.2.0 -> 2.3.0 https://github.com/cdcseacave/openmvs/releases attrpath: openmvs Checking auto update branch... No auto update branch exists There might already be an open PR for this update: - openmvs: 2.2.0 -> 2.3.0 URL "https://api.github.com/repos/NixOS/nixpkgs/issues/288492" [result] Failed to update openmvs 2.2.0 -> 2.3.0 https://github.com/cdcseacave/openmvs/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.pyramid-mako, using log file: /var/log/nixpkgs-update/python311Packages.pyramid-mako/2024-03-10.log python311Packages.pyramid-mako 0 -> 1 attrpath: python311Packages.pyramid-mako 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/aqj53q4zsvqg2r2kkxbd990pvyhmk6dw-packages.json.drv building '/nix/store/aqj53q4zsvqg2r2kkxbd990pvyhmk6dw-packages.json.drv'... Going to be running update for following packages: - python3.11-pyramid-mako-1.1.0 Press Enter key to continue... Running update for: - python3.11-pyramid-mako-1.1.0: UPDATING ... - python3.11-pyramid-mako-1.1.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.pyramid-mako 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.psychTools, using log file: /var/log/nixpkgs-update/rPackages.psychTools/2024-03-10.log rPackages.psychTools 2.3.12 -> 2.4.2 https://repology.org/project/r:psychtools/versions attrpath: rPackages.psychTools Checking auto update branch... No auto update branch exists Old version 2.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.psychTools 2.3.12 -> 2.4.2 https://repology.org/project/r:psychtools/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.pyu2f, using log file: /var/log/nixpkgs-update/python311Packages.pyu2f/2024-03-10.log python311Packages.pyu2f 0 -> 1 attrpath: python311Packages.pyu2f Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/hxq15m89gqlvzrhk66fghdnfzf97miw8-packages.json.drv building '/nix/store/hxq15m89gqlvzrhk66fghdnfzf97miw8-packages.json.drv'... Going to be running update for following packages: - python3.11-pyu2f-0.1.5a Press Enter key to continue... Running update for: - python3.11-pyu2f-0.1.5a: UPDATING ... - python3.11-pyu2f-0.1.5a: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.pyu2f 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.hahomematic, using log file: /var/log/nixpkgs-update/python311Packages.hahomematic/2024-03-10.log python311Packages.hahomematic 0 -> 1 attrpath: python311Packages.hahomematic 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/2vmam2gfj7ry6hprifs05mshlhr6rzmi-packages.json.drv building '/nix/store/2vmam2gfj7ry6hprifs05mshlhr6rzmi-packages.json.drv'... Going to be running update for following packages: - python3.11-hahomematic-2024.3.0 Press Enter key to continue... Running update for: - python3.11-hahomematic-2024.3.0: UPDATING ... - python3.11-hahomematic-2024.3.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.hahomematic 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath odamex, using log file: /var/log/nixpkgs-update/odamex/2024-03-10.log odamex 0.9.5 -> 10.4.0 https://repology.org/project/odamex/versions attrpath: odamex 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/isnf4cz0l7g7772jkv54bjj46f40qisn-odamex-src-10.4.0.tar.bz2.drv building '/nix/store/isnf4cz0l7g7772jkv54bjj46f40qisn-odamex-src-10.4.0.tar.bz2.drv'... trying https://downloads.sourceforge.net/odamex/odamex-src-10.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/odamex/odamex-src-10.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/odamex/odamex-src-10.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 780 0 --:--:-- --:--:-- --:--:-- 784 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/odamex/odamex-src-10.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 228 0 --:--:-- --:--:-- --:--:-- 228 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/odamex/odamex-src-10.4.0.tar.bz2 % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 314 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/odamex/odamex-src-10.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 odamex-src-10.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 'odamex.originalSrc' not found stderr did not split as expected full stderr was: these 2 derivations will be built: /nix/store/isnf4cz0l7g7772jkv54bjj46f40qisn-odamex-src-10.4.0.tar.bz2.drv /nix/store/6i5wxkpr1sxv590rgg83v930k8s8sqkf-odamex-10.4.0.drv building '/nix/store/isnf4cz0l7g7772jkv54bjj46f40qisn-odamex-src-10.4.0.tar.bz2.drv'... trying https://downloads.sourceforge.net/odamex/odamex-src-10.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/odamex/odamex-src-10.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/odamex/odamex-src-10.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 1291 0 --:--:-- --:--:-- --:--:-- 1301 0 154 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 curl: (22) The requested URL returned error: 404 trying https://versaweb.dl.sourceforge.net/sourceforge/odamex/odamex-src-10.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 245 0 --:--:-- --:--:-- --:--:-- 246 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/odamex/odamex-src-10.4.0.tar.bz2 % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 314 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/odamex/odamex-src-10.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 odamex-src-10.4.0.tar.bz2 from any mirror error: builder for '/nix/store/isnf4cz0l7g7772jkv54bjj46f40qisn-odamex-src-10.4.0.tar.bz2.drv' failed with exit code 1; last 25 log lines: > trying https://versaweb.dl.sourceforge.net/sourceforge/odamex/odamex-src-10.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 245 0 --:--:-- --:--:-- --:--:-- 246 > 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/odamex/odamex-src-10.4.0.tar.bz2 > % Total % Received % Xferd Average Speed Time Time Time Current > Dload Upload Total Spent Left Speed > 0 314 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/odamex/odamex-src-10.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 odamex-src-10.4.0.tar.bz2 from any mirror For full logs, run 'nix log /nix/store/isnf4cz0l7g7772jkv54bjj46f40qisn-odamex-src-10.4.0.tar.bz2.drv'. error: 1 dependencies of derivation '/nix/store/6i5wxkpr1sxv590rgg83v930k8s8sqkf-odamex-10.4.0.drv' failed to build [result] Failed to update odamex 0.9.5 -> 10.4.0 https://repology.org/project/odamex/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath opentabletdriver, using log file: /var/log/nixpkgs-update/opentabletdriver/2024-03-10.log opentabletdriver 0 -> 1 attrpath: opentabletdriver Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/7ic4awcapl1w4bhp9qg42d8s30s6djrl-packages.json.drv building '/nix/store/7ic4awcapl1w4bhp9qg42d8s30s6djrl-packages.json.drv'... Going to be running update for following packages: - OpenTabletDriver-0.6.4.0 Press Enter key to continue... Running update for: - OpenTabletDriver-0.6.4.0: UPDATING ... - OpenTabletDriver-0.6.4.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update opentabletdriver 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_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-redacted-script, using log file: /var/log/nixpkgs-update/pantheon.elementary-redacted-script/2024-03-10.log pantheon.elementary-redacted-script 0 -> 1 attrpath: pantheon.elementary-redacted-script Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/hfzc09l8x4dziqsn3bjf4733gv5g49dk-packages.json.drv building '/nix/store/hfzc09l8x4dziqsn3bjf4733gv5g49dk-packages.json.drv'... Going to be running update for following packages: - elementary-redacted-script-5.1.0 Press Enter key to continue... Running update for: - elementary-redacted-script-5.1.0: UPDATING ... - elementary-redacted-script-5.1.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update pantheon.elementary-redacted-script 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.devolo-plc-api, using log file: /var/log/nixpkgs-update/python311Packages.devolo-plc-api/2024-03-10.log python311Packages.devolo-plc-api 0 -> 1 attrpath: python311Packages.devolo-plc-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/ssiq0f8ragw390m9ap8wcy63gclrzs0c-packages.json.drv building '/nix/store/ssiq0f8ragw390m9ap8wcy63gclrzs0c-packages.json.drv'... Going to be running update for following packages: - python3.11-devolo-plc-api-1.4.1 Press Enter key to continue... Running update for: - python3.11-devolo-plc-api-1.4.1: UPDATING ... - python3.11-devolo-plc-api-1.4.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.devolo-plc-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.moto, using log file: /var/log/nixpkgs-update/python311Packages.moto/2024-03-10.log python311Packages.moto 0 -> 1 attrpath: python311Packages.moto Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/ya3zl046qg0kiv6np8qqais1cdsxqfi3-packages.json.drv building '/nix/store/ya3zl046qg0kiv6np8qqais1cdsxqfi3-packages.json.drv'... Going to be running update for following packages: - python3.11-moto-4.2.13 Press Enter key to continue... Running update for: - python3.11-moto-4.2.13: UPDATING ... - python3.11-moto-4.2.13: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/moto/default.nix b/pkgs/development/python-modules/moto/default.nix index 071b7f3ddb64..ef4b751bf1eb 100644 --- a/pkgs/development/python-modules/moto/default.nix +++ b/pkgs/development/python-modules/moto/default.nix @@ -43,14 +43,14 @@ buildPythonPackage rec { pname = "moto"; - version = "4.2.13"; + version = "5.0.3"; pyproject = true; disabled = pythonOlder "3.6"; src = fetchPypi { inherit pname version; - hash = "sha256-Aa72pImnJcjXJb09xvcP8b7a7j4mQXUuS0cf8O3ktNc="; + hash = "sha256-BwrC7fia167ihTRIHOaOLzRMimqP7+xUJ+6g1Zm/29s="; }; nativeBuildInputs = [ No auto update branch exists [outpaths] eval start [outpaths] eval end Python package with too many package rebuilds 1635 > 25 [result] Failed to update python311Packages.moto 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath libyang, using log file: /var/log/nixpkgs-update/libyang/2024-03-10.log libyang 0 -> 1 attrpath: libyang Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/i2zx567nbj2fcqcn2lnaamfpd5yjfiqh-packages.json.drv building '/nix/store/i2zx567nbj2fcqcn2lnaamfpd5yjfiqh-packages.json.drv'... Going to be running update for following packages: - libyang-2.1.148 Press Enter key to continue... Running update for: - libyang-2.1.148: UPDATING ... - libyang-2.1.148: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update libyang 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath fxload, using log file: /var/log/nixpkgs-update/fxload/2024-03-10.log fxload 1.0.27 -> 2013_01_03 https://repology.org/project/fxload/versions attrpath: fxload Checking auto update branch... No auto update branch exists Old version 1.0.27" not present in master derivation file with contents: { lib , stdenv , libusb1 }: stdenv.mkDerivation rec { pname = "fxload"; version = libusb1.version; dontUnpack = true; dontBuild = true; dontConfigure = true; dontInstall = true; dontPatch = true; dontPatchELF = true; # fxload binary exist inside the `examples/bin` directory of `libusb1` postFixup = '' mkdir -p $out/bin ln -s ${passthru.libusb}/examples/bin/fxload $out/bin/fxload ''; passthru.libusb = libusb1.override { withExamples = true; }; meta = with lib; { homepage = "https://github.com/libusb/libusb"; description = "Tool to upload firmware to into an21, fx, fx2, fx2lp and fx3 ez-usb devices"; license = licenses.gpl2Only; platforms = platforms.linux; maintainers = with maintainers; [ realsnick ]; }; } [result] Failed to update fxload 1.0.27 -> 2013_01_03 https://repology.org/project/fxload/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.kotsu, using log file: /var/log/nixpkgs-update/python311Packages.kotsu/2024-03-10.log python311Packages.kotsu 0 -> 1 attrpath: python311Packages.kotsu Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/xb4gqwpm9b0v30384x2kwdyxyiz364zz-packages.json.drv building '/nix/store/xb4gqwpm9b0v30384x2kwdyxyiz364zz-packages.json.drv'... Going to be running update for following packages: - python3.11-kotsu-0.3.3 Press Enter key to continue... Running update for: - python3.11-kotsu-0.3.3: UPDATING ... - python3.11-kotsu-0.3.3: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.kotsu 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath tarsnapper, using log file: /var/log/nixpkgs-update/tarsnapper/2024-03-10.log tarsnapper 0 -> 1 attrpath: tarsnapper 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/yiz9cl39yqsfj7l3zcrrfslpm267ppmi-packages.json.drv building '/nix/store/yiz9cl39yqsfj7l3zcrrfslpm267ppmi-packages.json.drv'... Going to be running update for following packages: - tarsnapper-0.5 Press Enter key to continue... Running update for: - tarsnapper-0.5: UPDATING ... - tarsnapper-0.5: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update tarsnapper 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath multipass, using log file: /var/log/nixpkgs-update/multipass/2024-03-10.log multipass 1.13.1 -> 18.06 https://repology.org/project/multipass/versions attrpath: multipass 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 multipass 1.13.1 -> 18.06 https://repology.org/project/multipass/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: 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-toc, using log file: /var/log/nixpkgs-update/python311Packages.mdformat-toc/2024-03-10.log python311Packages.mdformat-toc 0 -> 1 attrpath: python311Packages.mdformat-toc Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/x56p89indrlcmafy5fcb1fy7q1ix8ny5-packages.json.drv building '/nix/store/x56p89indrlcmafy5fcb1fy7q1ix8ny5-packages.json.drv'... Going to be running update for following packages: - python3.11-mdformat-toc-0.3.0 Press Enter key to continue... Running update for: - python3.11-mdformat-toc-0.3.0: UPDATING ... - python3.11-mdformat-toc-0.3.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.mdformat-toc 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.glm_predict, using log file: /var/log/nixpkgs-update/rPackages.glm_predict/2024-03-10.log rPackages.glm_predict 4.2-0 -> 4.3-0 https://repology.org/project/r:glm.predict/versions attrpath: rPackages.glm_predict Checking auto update branch... No auto update branch exists Old version 4.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.glm_predict 4.2-0 -> 4.3-0 https://repology.org/project/r:glm.predict/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.riscof, using log file: /var/log/nixpkgs-update/python311Packages.riscof/2024-03-10.log python311Packages.riscof 0 -> 1 attrpath: python311Packages.riscof Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/8af1a5ds19si7qc942142qi9kpc0x531-packages.json.drv building '/nix/store/8af1a5ds19si7qc942142qi9kpc0x531-packages.json.drv'... Going to be running update for following packages: - python3.11-riscof-1.25.3 Press Enter key to continue... Running update for: - python3.11-riscof-1.25.3: UPDATING ... - python3.11-riscof-1.25.3: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.riscof 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.PReMiuM, using log file: /var/log/nixpkgs-update/rPackages.PReMiuM/2024-03-10.log rPackages.PReMiuM 3.2.11 -> 3.2.13 https://repology.org/project/r:premium/versions attrpath: rPackages.PReMiuM Checking auto update branch... No auto update branch exists Old version 3.2.11" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; configurePhase = '' runHook preConfigure export R_LIBS_SITE="$R_LIBS_SITE''${R_LIBS_SITE:+:}$out/library" runHook postConfigure ''; buildPhase = '' runHook preBuild runHook postBuild ''; installFlags = if attrs.doCheck or true then [] else [ "--no-test-load" ]; rCommand = if requireX then # Unfortunately, xvfb-run has a race condition even with -a option, so that # we acquire a lock explicitly. "flock ${xvfb-run} xvfb-run -a -e xvfb-error R" else "R"; installPhase = '' runHook preInstall mkdir -p $out/library $rCommand CMD INSTALL --built-timestamp='1970-01-01 00:00:00 UTC' $installFlags --configure-args="$configureFlags" -l $out/library . runHook postInstall ''; postFixup = '' if test -e $out/nix-support/propagated-build-inputs; then ln -s $out/nix-support/propagated-build-inputs $out/nix-support/propagated-user-env-packages fi ''; checkPhase = '' # noop since R CMD INSTALL tests packages ''; } // attrs // { name = "r-" + name; }) [result] Failed to update rPackages.PReMiuM 3.2.11 -> 3.2.13 https://repology.org/project/r:premium/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.imagecodecs-lite, using log file: /var/log/nixpkgs-update/python311Packages.imagecodecs-lite/2024-03-10.log python311Packages.imagecodecs-lite 0 -> 1 attrpath: python311Packages.imagecodecs-lite Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/m3adpfnfafaw924j0v2n3s34ydvn7n1m-packages.json.drv building '/nix/store/m3adpfnfafaw924j0v2n3s34ydvn7n1m-packages.json.drv'... Going to be running update for following packages: - python3.11-imagecodecs-lite-2019.12.3 Press Enter key to continue... Running update for: - python3.11-imagecodecs-lite-2019.12.3: UPDATING ... - python3.11-imagecodecs-lite-2019.12.3: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.imagecodecs-lite 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.aprslib, using log file: /var/log/nixpkgs-update/python311Packages.aprslib/2024-03-10.log python311Packages.aprslib 0 -> 1 attrpath: python311Packages.aprslib 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/7qiza4dvxgixgf7a8j8c448za11ins9i-packages.json.drv building '/nix/store/7qiza4dvxgixgf7a8j8c448za11ins9i-packages.json.drv'... Going to be running update for following packages: - python3.11-aprslib-0.7.2 Press Enter key to continue... Running update for: - python3.11-aprslib-0.7.2: UPDATING ... - python3.11-aprslib-0.7.2: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.aprslib 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: 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-qt, using log file: /var/log/nixpkgs-update/python311Packages.pytest-qt/2024-03-10.log python311Packages.pytest-qt 0 -> 1 attrpath: python311Packages.pytest-qt Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/9x5id8z196n918bj7sa4qfa2z08alvnp-packages.json.drv building '/nix/store/9x5id8z196n918bj7sa4qfa2z08alvnp-packages.json.drv'... Going to be running update for following packages: - python3.11-pytest-qt-4.4.0 Press Enter key to continue... Running update for: - python3.11-pytest-qt-4.4.0: UPDATING ... - python3.11-pytest-qt-4.4.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.pytest-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 libnest2d, using log file: /var/log/nixpkgs-update/libnest2d/2024-03-10.log libnest2d 4.12.0 -> 5.0.0 https://repology.org/project/libnest2d/versions attrpath: libnest2d 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/libnest2d/default.nix b/pkgs/development/libraries/libnest2d/default.nix index b3aba528f924..4f346e68c5a0 100644 --- a/pkgs/development/libraries/libnest2d/default.nix +++ b/pkgs/development/libraries/libnest2d/default.nix @@ -1,7 +1,7 @@ { lib, stdenv, fetchFromGitHub, cmake, clipper, nlopt, boost }: stdenv.mkDerivation { - version = "4.12.0"; + version = "5.0.0"; pname = "libnest2d"; # This revision is waiting to be merged upstream @@ -11,7 +11,7 @@ stdenv.mkDerivation { owner = "Ultimaker"; repo = "libnest2d"; rev = "31391fd173249ad9b906390058e13b09238fadc8"; - sha256 = "1hzqi4z55x76rss3xk7hfqhy9hcaq2jaav5jqxa1aqmbvarr2gla"; + sha256 = "sha256-ij6Rs9qrYhVUx7JspaTAisHkIXbwzD60zub0Uj6J+MM="; }; postPatch = '' Source url did not change. [result] Failed to update libnest2d 4.12.0 -> 5.0.0 https://repology.org/project/libnest2d/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.rmcl, using log file: /var/log/nixpkgs-update/python311Packages.rmcl/2024-03-10.log python311Packages.rmcl 0 -> 1 attrpath: python311Packages.rmcl Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/nvywxq7s0v55qysk6fl2ya3dlwl0rsbp-packages.json.drv building '/nix/store/nvywxq7s0v55qysk6fl2ya3dlwl0rsbp-packages.json.drv'... Going to be running update for following packages: - python3.11-rmcl-0.4.2 Press Enter key to continue... Running update for: - python3.11-rmcl-0.4.2: UPDATING ... - python3.11-rmcl-0.4.2: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.rmcl 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.ircstates, using log file: /var/log/nixpkgs-update/python311Packages.ircstates/2024-03-10.log python311Packages.ircstates 0 -> 1 attrpath: python311Packages.ircstates Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/f7njzhpkifxny52mrf85m7xvhpjmg2zp-packages.json.drv building '/nix/store/f7njzhpkifxny52mrf85m7xvhpjmg2zp-packages.json.drv'... Going to be running update for following packages: - python3.11-ircstates-0.12.1 Press Enter key to continue... Running update for: - python3.11-ircstates-0.12.1: UPDATING ... - python3.11-ircstates-0.12.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.ircstates 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath moc, using log file: /var/log/nixpkgs-update/moc/2024-03-10.log moc 2.5.2 -> 2.6.r3005 https://repology.org/project/moc/versions attrpath: moc 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/jqb18669ap4a1dll8d4kj4jfxa68cacg-moc-2.6.r3005.tar.bz2.drv building '/nix/store/jqb18669ap4a1dll8d4kj4jfxa68cacg-moc-2.6.r3005.tar.bz2.drv'... trying http://ftp.daper.net/pub/soft/moc/stable/moc-2.6.r3005.tar.bz2 % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 196 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 error: cannot download moc-2.6.r3005.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 'moc.originalSrc' not found stderr did not split as expected full stderr was: these 2 derivations will be built: /nix/store/jqb18669ap4a1dll8d4kj4jfxa68cacg-moc-2.6.r3005.tar.bz2.drv /nix/store/nqvkj136k6lrfa93w6ysf551parp5ndb-moc-2.6.r3005.drv building '/nix/store/jqb18669ap4a1dll8d4kj4jfxa68cacg-moc-2.6.r3005.tar.bz2.drv'... trying http://ftp.daper.net/pub/soft/moc/stable/moc-2.6.r3005.tar.bz2 % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 196 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 error: cannot download moc-2.6.r3005.tar.bz2 from any mirror error: builder for '/nix/store/jqb18669ap4a1dll8d4kj4jfxa68cacg-moc-2.6.r3005.tar.bz2.drv' failed with exit code 1; last 7 log lines: > > trying http://ftp.daper.net/pub/soft/moc/stable/moc-2.6.r3005.tar.bz2 > % Total % Received % Xferd Average Speed Time Time Time Current > Dload Upload Total Spent Left Speed > 0 196 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 > curl: (22) The requested URL returned error: 404 > error: cannot download moc-2.6.r3005.tar.bz2 from any mirror For full logs, run 'nix log /nix/store/jqb18669ap4a1dll8d4kj4jfxa68cacg-moc-2.6.r3005.tar.bz2.drv'. error: 1 dependencies of derivation '/nix/store/nqvkj136k6lrfa93w6ysf551parp5ndb-moc-2.6.r3005.drv' failed to build [result] Failed to update moc 2.5.2 -> 2.6.r3005 https://repology.org/project/moc/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath blink1-tool, using log file: /var/log/nixpkgs-update/blink1-tool/2024-03-10.log blink1-tool 2.2.0 -> 2.3.0 https://github.com/todbot/blink1-tool/releases attrpath: blink1-tool Checking auto update branch... No auto update branch exists There might already be an open PR for this update: - blink1-tool: 2.2.0 -> 2.3.0 URL "https://api.github.com/repos/NixOS/nixpkgs/issues/184895" [result] Failed to update blink1-tool 2.2.0 -> 2.3.0 https://github.com/todbot/blink1-tool/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath hassil, using log file: /var/log/nixpkgs-update/hassil/2024-03-10.log hassil 0 -> 1 attrpath: hassil Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/rb0cd4jb3ym0h0hcw61s08pl4zfjvlb1-packages.json.drv building '/nix/store/rb0cd4jb3ym0h0hcw61s08pl4zfjvlb1-packages.json.drv'... Going to be running update for following packages: - hassil-1.6.1 Press Enter key to continue... Running update for: - hassil-1.6.1: UPDATING ... - hassil-1.6.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update hassil 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath bluej, using log file: /var/log/nixpkgs-update/bluej/2024-03-10.log bluej 5.2.0 -> 5.2.1 https://repology.org/project/bluej/versions attrpath: bluej 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/editors/bluej/default.nix b/pkgs/applications/editors/bluej/default.nix index 32dc84f33a69..06e1dbc6dc6f 100644 --- a/pkgs/applications/editors/bluej/default.nix +++ b/pkgs/applications/editors/bluej/default.nix @@ -2,14 +2,14 @@ stdenv.mkDerivation rec { pname = "bluej"; - version = "5.2.0"; + version = "5.2.1"; src = fetchurl { # We use the deb here. First instinct might be to go for the "generic" JAR # download, but that is actually a graphical installer that is much harder # to unpack than the deb. url = "https://www.bluej.org/download/files/BlueJ-linux-${builtins.replaceStrings ["."] [""] version}.deb"; - sha256 = "sha256-sOT86opMa9ytxJlfURIsD06HiP+j+oz3lQ0DqmLV1wE="; + sha256 = "sha256-pGKiv9oPht/24UrXe/wIluo2divJyvJqzzFjtAK3tYQ="; }; nativeBuildInputs = [ dpkg wrapGAppsHook ]; [outpaths] eval start [outpaths] eval end Received ExitFailure 1 when running Raw command: /nix/store/1gfp7hiwzpv9aglk2yfa9m49jc0n7pa5-nix-2.18.1/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A bluej nix build failed. got build log for 'bluej' from 'daemon' @nix { "action": "setPhase", "phase": "unpackPhase" } Running phase: unpackPhase unpacking source archive /nix/store/m7yqqk4mjn4nrpvrpwnm5qbwfjwjbk2r-BlueJ-linux-521.deb source root is root setting SOURCE_DATE_EPOCH to timestamp 1696916877 of file root/usr/share/pixmaps/bluej.xpm @nix { "action": "setPhase", "phase": "patchPhase" } Running phase: patchPhase @nix { "action": "setPhase", "phase": "updateAutotoolsGnuConfigScriptsPhase" } Running phase: updateAutotoolsGnuConfigScriptsPhase @nix { "action": "setPhase", "phase": "configurePhase" } Running phase: configurePhase no configure script, doing nothing @nix { "action": "setPhase", "phase": "buildPhase" } Running phase: buildPhase no Makefile or custom buildPhase, doing nothing @nix { "action": "setPhase", "phase": "glibPreInstallPhase" } Running phase: glibPreInstallPhase @nix { "action": "setPhase", "phase": "glibPreInstallPhase" } Running phase: glibPreInstallPhase @nix { "action": "setPhase", "phase": "glibPreInstallPhase" } Running phase: glibPreInstallPhase @nix { "action": "setPhase", "phase": "installPhase" } Running phase: installPhase rm: cannot remove '/nix/store/qyz288s85cpxil89wkynw1igrnamp7r1-bluej-5.2.1/share/bluej/javafx': No such file or directory [result] Failed to update bluej 5.2.0 -> 5.2.1 https://repology.org/project/bluej/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath easycrypt-runtest, using log file: /var/log/nixpkgs-update/easycrypt-runtest/2024-03-10.log easycrypt-runtest 0 -> 1 attrpath: easycrypt-runtest Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/2rpn7fm4nxc61cws6jsx6nlpqdl0p2nq-packages.json.drv building '/nix/store/2rpn7fm4nxc61cws6jsx6nlpqdl0p2nq-packages.json.drv'... Going to be running update for following packages: - easycrypt-runtest-2024.01 Press Enter key to continue... Running update for: - easycrypt-runtest-2024.01: UPDATING ... - easycrypt-runtest-2024.01: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update easycrypt-runtest 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath apksigcopier, using log file: /var/log/nixpkgs-update/apksigcopier/2024-03-10.log apksigcopier 0 -> 1 attrpath: apksigcopier Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/hvf4p5cjdisciifwl576ilwn6fbl237v-packages.json.drv building '/nix/store/hvf4p5cjdisciifwl576ilwn6fbl237v-packages.json.drv'... Going to be running update for following packages: - apksigcopier-1.1.1 Press Enter key to continue... Running update for: - apksigcopier-1.1.1: UPDATING ... - apksigcopier-1.1.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update apksigcopier 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: 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-cram, using log file: /var/log/nixpkgs-update/python311Packages.pytest-cram/2024-03-10.log python311Packages.pytest-cram 0 -> 1 attrpath: python311Packages.pytest-cram Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/3y62d1rspa91i7sh5rf8f01p6giqny5q-packages.json.drv building '/nix/store/3y62d1rspa91i7sh5rf8f01p6giqny5q-packages.json.drv'... Going to be running update for following packages: - python3.11-pytest-cram-0.2.2 Press Enter key to continue... Running update for: - python3.11-pytest-cram-0.2.2: UPDATING ... - python3.11-pytest-cram-0.2.2: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.pytest-cram 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.w3lib, using log file: /var/log/nixpkgs-update/python311Packages.w3lib/2024-03-10.log python311Packages.w3lib 0 -> 1 attrpath: python311Packages.w3lib Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/xkg5kzarq1wjhbr6r2swkv3idha29vgp-packages.json.drv building '/nix/store/xkg5kzarq1wjhbr6r2swkv3idha29vgp-packages.json.drv'... Going to be running update for following packages: - python3.11-w3lib-2.1.2 Press Enter key to continue... Running update for: - python3.11-w3lib-2.1.2: UPDATING ... - python3.11-w3lib-2.1.2: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.w3lib 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath hashi-ui, using log file: /var/log/nixpkgs-update/hashi-ui/2024-03-10.log hashi-ui 1.3.8 -> 1.3.9 https://github.com/jippi/hashi-ui/releases attrpath: hashi-ui 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/436rzpdqb6hfa9k44nj1g8qibg9nzh54-hashi-ui-linux-amd64.drv building '/nix/store/436rzpdqb6hfa9k44nj1g8qibg9nzh54-hashi-ui-linux-amd64.drv'... trying https://github.com/jippi/hashi-ui/releases/download/v1.3.9/hashi-ui-linux-amd64 % 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 hashi-ui-linux-amd64 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 'hashi-ui.originalSrc' not found stderr did not split as expected full stderr was: these 2 derivations will be built: /nix/store/436rzpdqb6hfa9k44nj1g8qibg9nzh54-hashi-ui-linux-amd64.drv /nix/store/li4a89c7v1wrwd7cx2bdnd1lw963j8y2-hashi-ui-1.3.9.drv building '/nix/store/436rzpdqb6hfa9k44nj1g8qibg9nzh54-hashi-ui-linux-amd64.drv'... trying https://github.com/jippi/hashi-ui/releases/download/v1.3.9/hashi-ui-linux-amd64 % 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 hashi-ui-linux-amd64 from any mirror error: builder for '/nix/store/436rzpdqb6hfa9k44nj1g8qibg9nzh54-hashi-ui-linux-amd64.drv' failed with exit code 1; last 7 log lines: > > trying https://github.com/jippi/hashi-ui/releases/download/v1.3.9/hashi-ui-linux-amd64 > % 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 hashi-ui-linux-amd64 from any mirror For full logs, run 'nix log /nix/store/436rzpdqb6hfa9k44nj1g8qibg9nzh54-hashi-ui-linux-amd64.drv'. error: 1 dependencies of derivation '/nix/store/li4a89c7v1wrwd7cx2bdnd1lw963j8y2-hashi-ui-1.3.9.drv' failed to build [result] Failed to update hashi-ui 1.3.8 -> 1.3.9 https://github.com/jippi/hashi-ui/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath mysql2pgsql, using log file: /var/log/nixpkgs-update/mysql2pgsql/2024-03-10.log mysql2pgsql 0.0.1a -> 1.2 https://repology.org/project/mysql2pgsql/versions attrpath: mysql2pgsql 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/s3lsvy6a5i170c0pidcvmasixf0cksgj-mysql2psql-1.2.tgz.drv building '/nix/store/s3lsvy6a5i170c0pidcvmasixf0cksgj-mysql2psql-1.2.tgz.drv'... trying http://ftp.plusline.de/ftp.postgresql.org/projects/gborg/mysql2psql/devel/mysql2psql-1.2.tgz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 196 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 error: cannot download mysql2psql-1.2.tgz 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 'mysql2pgsql.originalSrc' not found stderr did not split as expected full stderr was: these 2 derivations will be built: /nix/store/s3lsvy6a5i170c0pidcvmasixf0cksgj-mysql2psql-1.2.tgz.drv /nix/store/iv3yl4b400dlyx2i72s481vy1zh9iihg-mysql2pgsql-1.2.drv building '/nix/store/s3lsvy6a5i170c0pidcvmasixf0cksgj-mysql2psql-1.2.tgz.drv'... trying http://ftp.plusline.de/ftp.postgresql.org/projects/gborg/mysql2psql/devel/mysql2psql-1.2.tgz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 196 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 error: cannot download mysql2psql-1.2.tgz from any mirror error: builder for '/nix/store/s3lsvy6a5i170c0pidcvmasixf0cksgj-mysql2psql-1.2.tgz.drv' failed with exit code 1; last 7 log lines: > > trying http://ftp.plusline.de/ftp.postgresql.org/projects/gborg/mysql2psql/devel/mysql2psql-1.2.tgz > % Total % Received % Xferd Average Speed Time Time Time Current > Dload Upload Total Spent Left Speed > 0 196 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 > curl: (22) The requested URL returned error: 404 > error: cannot download mysql2psql-1.2.tgz from any mirror For full logs, run 'nix log /nix/store/s3lsvy6a5i170c0pidcvmasixf0cksgj-mysql2psql-1.2.tgz.drv'. error: 1 dependencies of derivation '/nix/store/iv3yl4b400dlyx2i72s481vy1zh9iihg-mysql2pgsql-1.2.drv' failed to build [result] Failed to update mysql2pgsql 0.0.1a -> 1.2 https://repology.org/project/mysql2pgsql/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.jaraco-collections, using log file: /var/log/nixpkgs-update/python311Packages.jaraco-collections/2024-03-10.log python311Packages.jaraco-collections 0 -> 1 attrpath: python311Packages.jaraco-collections Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/iwbxgkrb4f60nggzrdn43778znaw7l31-packages.json.drv building '/nix/store/iwbxgkrb4f60nggzrdn43778znaw7l31-packages.json.drv'... Going to be running update for following packages: - python3.11-jaraco-collections-4.3.0 Press Enter key to continue... Running update for: - python3.11-jaraco-collections-4.3.0: UPDATING ... - python3.11-jaraco-collections-4.3.0: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/jaraco-collections/default.nix b/pkgs/development/python-modules/jaraco-collections/default.nix index 3c0d0b6a9aa6..bab89a3f7a60 100644 --- a/pkgs/development/python-modules/jaraco-collections/default.nix +++ b/pkgs/development/python-modules/jaraco-collections/default.nix @@ -9,13 +9,13 @@ buildPythonPackage rec { pname = "jaraco-collections"; - version = "4.3.0"; + version = "5.0.0"; format = "pyproject"; src = fetchPypi { pname = "jaraco.collections"; inherit version; - hash = "sha256-dP/CP8z+5N4KLr9VajNnW2o8AD1jNZR9MSKgvIgiyOQ="; + hash = "sha256-FoDo0J8pX2Jce6kmiAF1om/b5wkrTHbRmOMEdrIc/mg="; }; postPatch = '' No auto update branch exists [outpaths] eval start [outpaths] eval end Python package with too many package rebuilds 115 > 25 [result] Failed to update python311Packages.jaraco-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 halloy, using log file: /var/log/nixpkgs-update/halloy/2024-03-10.log halloy 2024.2 -> 2024.3 https://github.com/squidowl/halloy/releases attrpath: halloy Checking auto update branch... No auto update branch exists [version] [version] updated version and sha256 [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] skipping because derivation has no updateScript Diff after rewrites: diff --git a/pkgs/applications/networking/irc/halloy/default.nix b/pkgs/applications/networking/irc/halloy/default.nix index df0113f25872..2758914f73cc 100644 --- a/pkgs/applications/networking/irc/halloy/default.nix +++ b/pkgs/applications/networking/irc/halloy/default.nix @@ -15,13 +15,13 @@ rustPlatform.buildRustPackage rec { pname = "halloy"; - version = "2024.2"; + version = "2024.3"; src = fetchFromGitHub { owner = "squidowl"; repo = "halloy"; rev = "refs/tags/${version}"; - hash = "sha256-SzjMoXISd4fMHoenF1CK3Yn8bfLq9INuOmt86QTcgk8="; + hash = "sha256-9yEkM65c8R71oQ0C54xZqwRh609+HSaq4Hb8izNM52A="; }; cargoLock = { [outpaths] eval start [outpaths] eval end Successfully finished processing cachix "/nix/store/bsmms9z0758dxma3mh1qgs2d95jrrmdd-halloy-2024.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:
  • halloy
Automatic update generated by [nixpkgs-update](https://github.com/ryantm/nixpkgs-update) tools. This update was made based on information from https://github.com/squidowl/halloy/releases. meta.description for halloy is: IRC application meta.homepage for halloy is: https://github.com/squidowl/halloy meta.changelog for halloy is: https://github.com/squidowl/halloy/blob/2024.3/CHANGELOG.md ###### Updates performed - Version update ###### To inspect upstream changes ###### Impact Checks done --- - built on NixOS - The tests defined in `passthru.tests`, if any, passed - found 2024.3 with grep in /nix/store/bsmms9z0758dxma3mh1qgs2d95jrrmdd-halloy-2024.3 - found 2024.3 in filename of file in /nix/store/bsmms9z0758dxma3mh1qgs2d95jrrmdd-halloy-2024.3 ---
Rebuild report (if merged into master) (click to expand) ``` 1 total rebuild path(s) 1 package rebuild(s) First fifty rebuilds by attrpath halloy ```
Instructions to test this update (click to expand) --- Either **download from Cachix**: ``` nix-store -r /nix/store/bsmms9z0758dxma3mh1qgs2d95jrrmdd-halloy-2024.3 \ --option binary-caches 'https://cache.nixos.org/ https://nix-community.cachix.org/' \ --option trusted-public-keys ' nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs= cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY= ' ``` (The Cachix cache is only trusted for this store-path realization.) For the Cachix download to work, your user must be in the `trusted-users` list or you can use `sudo` since root is effectively trusted. Or, **build yourself**: ``` nix-build -A halloy https://github.com/r-ryantm/nixpkgs/archive/07483521309a3e3d37ddeadbc032bf115576d2e8.tar.gz ``` Or: ``` nix build github:r-ryantm/nixpkgs/07483521309a3e3d37ddeadbc032bf115576d2e8#halloy ``` After you've downloaded or built it, look at the files and if there are any, run the binaries: ``` ls -la /nix/store/bsmms9z0758dxma3mh1qgs2d95jrrmdd-halloy-2024.3 ls -la /nix/store/bsmms9z0758dxma3mh1qgs2d95jrrmdd-halloy-2024.3/bin ``` ---

### Pre-merge build results We have automatically built all packages that will get rebuilt due to this change. This gives evidence on whether the upgrade will break dependent packages. Note sometimes packages show up as _failed to build_ independent of the change, simply because they are already broken on the target branch. Result of `nixpkgs-review --extra-nixpkgs-config '{ allowInsecurePredicate = x: true; }'` run on x86_64-linux [1](https://github.com/Mic92/nixpkgs-review)
1 package built:
  • halloy
--- ###### 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/294676 [result] Success updating halloy 2024.2 -> 2024.3 https://github.com/squidowl/halloy/releases [options] github_user: r-ryantm, pull_request: 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_12 12.2.3 -> 29.1.1 https://github.com/electron/electron/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.dissect-fat, using log file: /var/log/nixpkgs-update/python311Packages.dissect-fat/2024-03-10.log python311Packages.dissect-fat 0 -> 1 attrpath: python311Packages.dissect-fat Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/66r40mnr8zbdz95f5zjmdh3rr6jk0wcy-packages.json.drv building '/nix/store/66r40mnr8zbdz95f5zjmdh3rr6jk0wcy-packages.json.drv'... Going to be running update for following packages: - python3.11-dissect-fat-3.8 Press Enter key to continue... Running update for: - python3.11-dissect-fat-3.8: UPDATING ... - python3.11-dissect-fat-3.8: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.dissect-fat 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.pystemd, using log file: /var/log/nixpkgs-update/python311Packages.pystemd/2024-03-10.log python311Packages.pystemd 0 -> 1 attrpath: python311Packages.pystemd Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/n6k0sv2fwssx0731g4na59q1rzydpn2b-packages.json.drv building '/nix/store/n6k0sv2fwssx0731g4na59q1rzydpn2b-packages.json.drv'... Going to be running update for following packages: - python3.11-pystemd-0.13.2 Press Enter key to continue... Running update for: - python3.11-pystemd-0.13.2: UPDATING ... - python3.11-pystemd-0.13.2: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.pystemd 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath xca, using log file: /var/log/nixpkgs-update/xca/2024-03-10.log xca 2.4.0 -> 2.6.0 https://github.com/chris2511/xca/releases attrpath: xca 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 xca 2.4.0 -> 2.6.0 https://github.com/chris2511/xca/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.fastcluster, using log file: /var/log/nixpkgs-update/rPackages.fastcluster/2024-03-10.log rPackages.fastcluster 1.2.3 -> 1.2.6 https://repology.org/project/r:fastcluster/versions attrpath: rPackages.fastcluster Checking auto update branch... No auto update branch exists Old version 1.2.3" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; configurePhase = '' runHook preConfigure export R_LIBS_SITE="$R_LIBS_SITE''${R_LIBS_SITE:+:}$out/library" runHook postConfigure ''; buildPhase = '' runHook preBuild runHook postBuild ''; installFlags = if attrs.doCheck or true then [] else [ "--no-test-load" ]; rCommand = if requireX then # Unfortunately, xvfb-run has a race condition even with -a option, so that # we acquire a lock explicitly. "flock ${xvfb-run} xvfb-run -a -e xvfb-error R" else "R"; installPhase = '' runHook preInstall mkdir -p $out/library $rCommand CMD INSTALL --built-timestamp='1970-01-01 00:00:00 UTC' $installFlags --configure-args="$configureFlags" -l $out/library . runHook postInstall ''; postFixup = '' if test -e $out/nix-support/propagated-build-inputs; then ln -s $out/nix-support/propagated-build-inputs $out/nix-support/propagated-user-env-packages fi ''; checkPhase = '' # noop since R CMD INSTALL tests packages ''; } // attrs // { name = "r-" + name; }) [result] Failed to update rPackages.fastcluster 1.2.3 -> 1.2.6 https://repology.org/project/r:fastcluster/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath opentrack, using log file: /var/log/nixpkgs-update/opentrack/2024-03-10.log opentrack 2022.3.0 -> 2023.3.0 https://github.com/opentrack/opentrack/releases attrpath: opentrack Checking auto update branch... No auto update branch exists There might already be an open PR for this update: - opentrack: 2022.3.0 -> 2023.3.0 URL "https://api.github.com/repos/NixOS/nixpkgs/issues/267171" [result] Failed to update opentrack 2022.3.0 -> 2023.3.0 https://github.com/opentrack/opentrack/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.gymnasium, using log file: /var/log/nixpkgs-update/python311Packages.gymnasium/2024-03-10.log python311Packages.gymnasium 0 -> 1 attrpath: python311Packages.gymnasium Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/bp3wcdlampqd68f2bam8g0qvpz6ll5h2-packages.json.drv building '/nix/store/bp3wcdlampqd68f2bam8g0qvpz6ll5h2-packages.json.drv'... Going to be running update for following packages: - python3.11-gymnasium-0.29.1 Press Enter key to continue... Running update for: - python3.11-gymnasium-0.29.1: UPDATING ... - python3.11-gymnasium-0.29.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.gymnasium 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO nixpkgs-update cannot handle updating the guest additions https://github.com/NixOS/nixpkgs/pull/42934 [result] Failed to update virtualbox 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.freetype-py, using log file: /var/log/nixpkgs-update/python311Packages.freetype-py/2024-03-10.log python311Packages.freetype-py 0 -> 1 attrpath: python311Packages.freetype-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/9sdb95z0yvlr9gdjm9jnkiw3g8znsdkc-packages.json.drv building '/nix/store/9sdb95z0yvlr9gdjm9jnkiw3g8znsdkc-packages.json.drv'... Going to be running update for following packages: - python3.11-freetype-py-2.1.0.post1 Press Enter key to continue... Running update for: - python3.11-freetype-py-2.1.0.post1: UPDATING ... - python3.11-freetype-py-2.1.0.post1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.freetype-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 genact, using log file: /var/log/nixpkgs-update/genact/2024-03-10.log genact 1.3.0 -> 1.4.2 https://repology.org/project/genact/versions attrpath: genact Checking auto update branch... No auto update branch exists Old version 1.3.0" not present in master derivation file with contents: { lib, rustPlatform, fetchFromGitHub, installShellFiles }: rustPlatform.buildRustPackage rec { pname = "genact"; version = "1.4.2"; src = fetchFromGitHub { owner = "svenstaro"; repo = pname; rev = "v${version}"; sha256 = "sha256-Rn9kJWutWKPj9cLu2ZJKITmC+I8/ikhCAoIp00Yg6ZA="; }; cargoHash = "sha256-kmXtwS5pCLEq5dbNHtWYGzDKjOUlVlr5xippVd2wl8k="; nativeBuildInputs = [ installShellFiles ]; postInstall = '' $out/bin/genact --print-manpage > genact.1 installManPage genact.1 installShellCompletion --cmd genact \ --bash <($out/bin/genact --print-completions bash) \ --fish <($out/bin/genact --print-completions fish) \ --zsh <($out/bin/genact --print-completions zsh) ''; meta = with lib; { description = "A nonsense activity generator"; homepage = "https://github.com/svenstaro/genact"; changelog = "https://github.com/svenstaro/genact/blob/v${version}/CHANGELOG.md"; license = licenses.mit; maintainers = with maintainers; [ figsoda ]; mainProgram = "genact"; }; } [result] Failed to update genact 1.3.0 -> 1.4.2 https://repology.org/project/genact/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath sndpeek, using log file: /var/log/nixpkgs-update/sndpeek/2024-03-10.log sndpeek 1.4 -> 1.41 https://repology.org/project/sndpeek/versions attrpath: sndpeek Checking auto update branch... No auto update branch exists [version] [version] updated version and sha256 [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] skipping because derivation has no updateScript Diff after rewrites: diff --git a/pkgs/applications/audio/sndpeek/default.nix b/pkgs/applications/audio/sndpeek/default.nix index c65208343aff..3e308b818ebf 100644 --- a/pkgs/applications/audio/sndpeek/default.nix +++ b/pkgs/applications/audio/sndpeek/default.nix @@ -3,11 +3,11 @@ stdenv.mkDerivation rec { pname = "sndpeek"; - version = "1.4"; + version = "1.41"; src = fetchurl { url = "https://soundlab.cs.princeton.edu/software/sndpeek/files/sndpeek-${version}.tgz"; - sha256 = "2d86cf74854fa00dcdc05a35dd92bc4cf6115e87102b17023be5cba9ead8eedf"; + sha256 = "sha256-ZVMLZRDQfCCI5f+i5LEb34uHKqiTkT2pa2sBjnSyTk0="; }; sourceRoot = "sndpeek-${version}/src/sndpeek"; [outpaths] eval start [outpaths] eval end Received ExitFailure 1 when running Raw command: /nix/store/1gfp7hiwzpv9aglk2yfa9m49jc0n7pa5-nix-2.18.1/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A sndpeek nix build failed. got build log for 'sndpeek' from 'daemon' @nix { "action": "setPhase", "phase": "unpackPhase" } Running phase: unpackPhase unpacking source archive /nix/store/hv36420jin9dw8jnhjf6iq7w0kw4141v-sndpeek-1.41.tgz source root is sndpeek-1.41/src/sndpeek setting SOURCE_DATE_EPOCH to timestamp 1570219801 of file sndpeek-1.41/src/sndpeek/sndpeek.cpp @nix { "action": "setPhase", "phase": "patchPhase" } Running phase: patchPhase applying patch /nix/store/xzss0b3xfqixg023mxj81rd4pj5pywmz-pthread.patch patching file makefile.alsa Hunk #1 FAILED at 4. 1 out of 1 hunk FAILED -- saving rejects to file makefile.alsa.rej [result] Failed to update sndpeek 1.4 -> 1.41 https://repology.org/project/sndpeek/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.inquirerpy, using log file: /var/log/nixpkgs-update/python311Packages.inquirerpy/2024-03-10.log python311Packages.inquirerpy 0 -> 1 attrpath: python311Packages.inquirerpy Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/cqn58fzh05swvnfxznn0k8171xjrdjxx-packages.json.drv building '/nix/store/cqn58fzh05swvnfxznn0k8171xjrdjxx-packages.json.drv'... Going to be running update for following packages: - python3.11-inquirerpy-0.3.4 Press Enter key to continue... Running update for: - python3.11-inquirerpy-0.3.4: UPDATING ... - python3.11-inquirerpy-0.3.4: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.inquirerpy 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.vidstab, using log file: /var/log/nixpkgs-update/python311Packages.vidstab/2024-03-10.log python311Packages.vidstab 0 -> 1 attrpath: python311Packages.vidstab Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/4qcihczbjagvf9szsk2mlqsf14yipmgw-packages.json.drv building '/nix/store/4qcihczbjagvf9szsk2mlqsf14yipmgw-packages.json.drv'... Going to be running update for following packages: - python3.11-vidstab-1.7.4 Press Enter key to continue... Running update for: - python3.11-vidstab-1.7.4: UPDATING ... - python3.11-vidstab-1.7.4: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.vidstab 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath baserow, using log file: /var/log/nixpkgs-update/baserow/2024-03-10.log baserow 0 -> 1 attrpath: baserow 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/1qbp7dcy5r0lans22fqc4hzqfhw9c0pg-packages.json.drv building '/nix/store/1qbp7dcy5r0lans22fqc4hzqfhw9c0pg-packages.json.drv'... Going to be running update for following packages: - baserow-1.12.1 Press Enter key to continue... Running update for: - baserow-1.12.1: UPDATING ... - baserow-1.12.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update baserow 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath okapi, using log file: /var/log/nixpkgs-update/okapi/2024-03-10.log okapi 1.6.0 -> 1.46.0 https://repology.org/project/okapi/versions attrpath: okapi 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/hapdnxwzaigbvxmzkcf3c5g4rcvgawx6-okapi-vendor-1.46.0.tar.gz.drv building '/nix/store/hapdnxwzaigbvxmzkcf3c5g4rcvgawx6-okapi-vendor-1.46.0.tar.gz.drv'... trying https://github.com/trinsic-id/okapi/releases/download/v1.46.0/okapi-vendor-1.46.0.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 okapi-vendor-1.46.0.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 'okapi.originalSrc' not found stderr did not split as expected full stderr was: these 2 derivations will be built: /nix/store/hapdnxwzaigbvxmzkcf3c5g4rcvgawx6-okapi-vendor-1.46.0.tar.gz.drv /nix/store/zki53ic69vpnvc87wb2hgrdwxm2x3l6y-okapi-1.46.0.drv building '/nix/store/hapdnxwzaigbvxmzkcf3c5g4rcvgawx6-okapi-vendor-1.46.0.tar.gz.drv'... trying https://github.com/trinsic-id/okapi/releases/download/v1.46.0/okapi-vendor-1.46.0.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 okapi-vendor-1.46.0.tar.gz from any mirror error: builder for '/nix/store/hapdnxwzaigbvxmzkcf3c5g4rcvgawx6-okapi-vendor-1.46.0.tar.gz.drv' failed with exit code 1; last 7 log lines: > > trying https://github.com/trinsic-id/okapi/releases/download/v1.46.0/okapi-vendor-1.46.0.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 okapi-vendor-1.46.0.tar.gz from any mirror For full logs, run 'nix log /nix/store/hapdnxwzaigbvxmzkcf3c5g4rcvgawx6-okapi-vendor-1.46.0.tar.gz.drv'. error: 1 dependencies of derivation '/nix/store/zki53ic69vpnvc87wb2hgrdwxm2x3l6y-okapi-1.46.0.drv' failed to build [result] Failed to update okapi 1.6.0 -> 1.46.0 https://repology.org/project/okapi/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath ikos, using log file: /var/log/nixpkgs-update/ikos/2024-03-10.log ikos 3.1 -> 3.2 https://github.com/NASA-SW-VnV/ikos/releases attrpath: ikos Checking auto update branch... No auto update branch exists There might already be an open PR for this update: - ikos: 3.1 -> 3.2 URL "https://api.github.com/repos/NixOS/nixpkgs/issues/289347" [result] Failed to update ikos 3.1 -> 3.2 https://github.com/NASA-SW-VnV/ikos/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.canals, using log file: /var/log/nixpkgs-update/python311Packages.canals/2024-03-10.log python311Packages.canals 0 -> 1 attrpath: python311Packages.canals Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/b7fj74n3ggcdf26s6bc9nghrfxll36f6-packages.json.drv building '/nix/store/b7fj74n3ggcdf26s6bc9nghrfxll36f6-packages.json.drv'... Going to be running update for following packages: - python3.11-canals-0.11.0 Press Enter key to continue... Running update for: - python3.11-canals-0.11.0: UPDATING ... - python3.11-canals-0.11.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.canals 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath eduvpn-client, using log file: /var/log/nixpkgs-update/eduvpn-client/2024-03-10.log eduvpn-client 0 -> 1 attrpath: eduvpn-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/yw6jz144691nrpz00np3zbs5dpmw50z8-packages.json.drv building '/nix/store/yw6jz144691nrpz00np3zbs5dpmw50z8-packages.json.drv'... Going to be running update for following packages: - eduvpn-client-4.2.1 Press Enter key to continue... Running update for: - eduvpn-client-4.2.1: UPDATING ... - eduvpn-client-4.2.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update eduvpn-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 mongoose, using log file: /var/log/nixpkgs-update/mongoose/2024-03-10.log mongoose 3.3.2 -> 7.6.1 https://github.com/DrTimothyAldenDavis/SuiteSparse/releases attrpath: mongoose Checking auto update branch... No auto update branch exists [version] Hashes equal; no update necessary [result] Failed to update mongoose 3.3.2 -> 7.6.1 https://github.com/DrTimothyAldenDavis/SuiteSparse/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.pypugjs, using log file: /var/log/nixpkgs-update/python311Packages.pypugjs/2024-03-10.log python311Packages.pypugjs 0 -> 1 attrpath: python311Packages.pypugjs Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/p3jdgxdb11mshkpr6zn5pp90bw91xnh0-packages.json.drv building '/nix/store/p3jdgxdb11mshkpr6zn5pp90bw91xnh0-packages.json.drv'... Going to be running update for following packages: - python3.11-pypugjs-5.9.12 Press Enter key to continue... Running update for: - python3.11-pypugjs-5.9.12: UPDATING ... - python3.11-pypugjs-5.9.12: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.pypugjs 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rocmPackages.rocm-thunk, using log file: /var/log/nixpkgs-update/rocmPackages.rocm-thunk/2024-03-10.log rocmPackages.rocm-thunk 0 -> 1 attrpath: rocmPackages.rocm-thunk Checking auto update branch... [version] [version] skipping because derivation has 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/ni46zjnfamif2bavwmyzd8bwjc7kjjya-update.sh.drv /nix/store/p47dp6amg3zb0b9hrp5ji4lj3kwnn678-packages.json.drv building '/nix/store/ni46zjnfamif2bavwmyzd8bwjc7kjjya-update.sh.drv'... building '/nix/store/p47dp6amg3zb0b9hrp5ji4lj3kwnn678-packages.json.drv'... Going to be running update for following packages: - rocm-thunk-5.7.1 Press Enter key to continue... Running update for: - rocm-thunk-5.7.1: UPDATING ... - rocm-thunk-5.7.1: ERROR --- SHOWING ERROR LOG FOR rocm-thunk-5.7.1 ---------------------- 'rocmPackages_5.rocm-thunk' is already at it's maximum allowed version. Any further upgrades should go into 'rocmPackages_X.rocm-thunk'. --- SHOWING ERROR LOG FOR rocm-thunk-5.7.1 ---------------------- The update script for rocm-thunk-5.7.1 failed with exit code 1 [result] Failed to update rocmPackages.rocm-thunk 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath glade, using log file: /var/log/nixpkgs-update/glade/2024-03-10.log glade 0 -> 1 attrpath: glade Checking auto update branch... Do not update GNOME during a release cycle [result] Failed to update glade 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath hydrogen-web-unwrapped, using log file: /var/log/nixpkgs-update/hydrogen-web-unwrapped/2024-03-10.log hydrogen-web-unwrapped 0.4.0 -> 0.4.1 https://github.com/vector-im/hydrogen-web/releases attrpath: hydrogen-web-unwrapped 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 hydrogen-web-unwrapped 0.4.0 -> 0.4.1 https://github.com/vector-im/hydrogen-web/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.thriftpy2, using log file: /var/log/nixpkgs-update/python311Packages.thriftpy2/2024-03-10.log python311Packages.thriftpy2 0 -> 1 attrpath: python311Packages.thriftpy2 Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/9v8sic7725byfrvbsc28pacaivjqbx7v-packages.json.drv building '/nix/store/9v8sic7725byfrvbsc28pacaivjqbx7v-packages.json.drv'... Going to be running update for following packages: - python3.11-thriftpy2-0.4.20 Press Enter key to continue... Running update for: - python3.11-thriftpy2-0.4.20: UPDATING ... - python3.11-thriftpy2-0.4.20: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.thriftpy2 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath circleci-cli, using log file: /var/log/nixpkgs-update/circleci-cli/2024-03-10.log circleci-cli 0.1.30163 -> 0.1.30401 https://repology.org/project/circleci-cli/versions attrpath: circleci-cli Checking auto update branch... No auto update branch exists Old version 0.1.30163" not present in master derivation file with contents: { lib, fetchFromGitHub, buildGoModule, installShellFiles }: buildGoModule rec { pname = "circleci-cli"; version = "0.1.30401"; src = fetchFromGitHub { owner = "CircleCI-Public"; repo = pname; rev = "v${version}"; sha256 = "sha256-ebZEZ24KQgGOimCIRHlI5Uwv1dO1W7s0dTrY/n3y9Ao="; }; vendorHash = "sha256-GOC1ZL0F/VwLuQ5d8OpAczw59lnyindp8LKmBd+jwgI="; nativeBuildInputs = [ installShellFiles ]; doCheck = false; ldflags = [ "-s" "-w" "-X github.com/CircleCI-Public/circleci-cli/version.Version=${version}" "-X github.com/CircleCI-Public/circleci-cli/version.Commit=${src.rev}" "-X github.com/CircleCI-Public/circleci-cli/version.packageManager=nix" ]; postInstall = '' mv $out/bin/circleci-cli $out/bin/circleci installShellCompletion --cmd circleci \ --bash <(HOME=$TMPDIR $out/bin/circleci completion bash --skip-update-check) \ --zsh <(HOME=$TMPDIR $out/bin/circleci completion zsh --skip-update-check) ''; meta = with lib; { # Box blurb edited from the AUR package circleci-cli description = '' Command to enable you to reproduce the CircleCI environment locally and run jobs as if they were running on the hosted CirleCI application. ''; maintainers = with maintainers; [ synthetica ]; mainProgram = "circleci"; license = licenses.mit; homepage = "https://circleci.com/"; }; } [result] Failed to update circleci-cli 0.1.30163 -> 0.1.30401 https://repology.org/project/circleci-cli/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.tcolorpy, using log file: /var/log/nixpkgs-update/python311Packages.tcolorpy/2024-03-10.log python311Packages.tcolorpy 0 -> 1 attrpath: python311Packages.tcolorpy Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/zhy1h85y90bvypngqb6n1y646rqm5af4-packages.json.drv building '/nix/store/zhy1h85y90bvypngqb6n1y646rqm5af4-packages.json.drv'... Going to be running update for following packages: - python3.11-tcolorpy-0.1.4 Press Enter key to continue... Running update for: - python3.11-tcolorpy-0.1.4: UPDATING ... - python3.11-tcolorpy-0.1.4: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.tcolorpy 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.django-simple-history, using log file: /var/log/nixpkgs-update/python311Packages.django-simple-history/2024-03-10.log python311Packages.django-simple-history 0 -> 1 attrpath: python311Packages.django-simple-history Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/29qw5n1fci670lv83s0y8iwzhrfd7xx8-packages.json.drv building '/nix/store/29qw5n1fci670lv83s0y8iwzhrfd7xx8-packages.json.drv'... Going to be running update for following packages: - python3.11-django-simple-history-3.5.0 Press Enter key to continue... Running update for: - python3.11-django-simple-history-3.5.0: UPDATING ... - python3.11-django-simple-history-3.5.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.django-simple-history 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.build, using log file: /var/log/nixpkgs-update/python311Packages.build/2024-03-10.log python311Packages.build 0 -> 1 attrpath: python311Packages.build Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/gahsnjxc6pakqv7jjcc92sv2h1d0px03-packages.json.drv building '/nix/store/gahsnjxc6pakqv7jjcc92sv2h1d0px03-packages.json.drv'... Going to be running update for following packages: - python3.11-build-1.0.3 Press Enter key to continue... Running update for: - python3.11-build-1.0.3: UPDATING ... - python3.11-build-1.0.3: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/build/default.nix b/pkgs/development/python-modules/build/default.nix index 42c7786d78ae..b3c33db4c570 100644 --- a/pkgs/development/python-modules/build/default.nix +++ b/pkgs/development/python-modules/build/default.nix @@ -19,7 +19,7 @@ buildPythonPackage rec { pname = "build"; - version = "1.0.3"; + version = "1.1.1"; format = "pyproject"; disabled = pythonOlder "3.7"; @@ -28,7 +28,7 @@ buildPythonPackage rec { owner = "pypa"; repo = "build"; rev = "refs/tags/${version}"; - hash = "sha256-SGWpm+AGIfqKMpDfmz2aMYmcs+XVREbHIXSuU4R7U/k="; + hash = "sha256-qlt5+3XFesF9UuvJ+D4F/1KVZ3cov6sTitjufwAq73Q="; }; postPatch = '' No auto update branch exists [outpaths] eval start [outpaths] eval end Python package with too many package rebuilds 59093 > 25 [result] Failed to update python311Packages.build 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.campsismod, using log file: /var/log/nixpkgs-update/rPackages.campsismod/2024-03-10.log rPackages.campsismod 1.1.0 -> 1.1.1 https://repology.org/project/r:campsismod/versions attrpath: rPackages.campsismod Checking auto update branch... No auto update branch exists Old version 1.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.campsismod 1.1.0 -> 1.1.1 https://repology.org/project/r:campsismod/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.soiltexture, using log file: /var/log/nixpkgs-update/rPackages.soiltexture/2024-03-10.log rPackages.soiltexture 1.5.1 -> 1.5.3 https://repology.org/project/r:soiltexture/versions attrpath: rPackages.soiltexture Checking auto update branch... No auto update branch exists Old version 1.5.1" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; configurePhase = '' runHook preConfigure export R_LIBS_SITE="$R_LIBS_SITE''${R_LIBS_SITE:+:}$out/library" runHook postConfigure ''; buildPhase = '' runHook preBuild runHook postBuild ''; installFlags = if attrs.doCheck or true then [] else [ "--no-test-load" ]; rCommand = if requireX then # Unfortunately, xvfb-run has a race condition even with -a option, so that # we acquire a lock explicitly. "flock ${xvfb-run} xvfb-run -a -e xvfb-error R" else "R"; installPhase = '' runHook preInstall mkdir -p $out/library $rCommand CMD INSTALL --built-timestamp='1970-01-01 00:00:00 UTC' $installFlags --configure-args="$configureFlags" -l $out/library . runHook postInstall ''; postFixup = '' if test -e $out/nix-support/propagated-build-inputs; then ln -s $out/nix-support/propagated-build-inputs $out/nix-support/propagated-user-env-packages fi ''; checkPhase = '' # noop since R CMD INSTALL tests packages ''; } // attrs // { name = "r-" + name; }) [result] Failed to update rPackages.soiltexture 1.5.1 -> 1.5.3 https://repology.org/project/r:soiltexture/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.campsis, using log file: /var/log/nixpkgs-update/rPackages.campsis/2024-03-10.log rPackages.campsis 1.5.0 -> 1.5.1 https://repology.org/project/r:campsis/versions attrpath: rPackages.campsis Checking auto update branch... No auto update branch exists Old version 1.5.0" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; configurePhase = '' runHook preConfigure export R_LIBS_SITE="$R_LIBS_SITE''${R_LIBS_SITE:+:}$out/library" runHook postConfigure ''; buildPhase = '' runHook preBuild runHook postBuild ''; installFlags = if attrs.doCheck or true then [] else [ "--no-test-load" ]; rCommand = if requireX then # Unfortunately, xvfb-run has a race condition even with -a option, so that # we acquire a lock explicitly. "flock ${xvfb-run} xvfb-run -a -e xvfb-error R" else "R"; installPhase = '' runHook preInstall mkdir -p $out/library $rCommand CMD INSTALL --built-timestamp='1970-01-01 00:00:00 UTC' $installFlags --configure-args="$configureFlags" -l $out/library . runHook postInstall ''; postFixup = '' if test -e $out/nix-support/propagated-build-inputs; then ln -s $out/nix-support/propagated-build-inputs $out/nix-support/propagated-user-env-packages fi ''; checkPhase = '' # noop since R CMD INSTALL tests packages ''; } // attrs // { name = "r-" + name; }) [result] Failed to update rPackages.campsis 1.5.0 -> 1.5.1 https://repology.org/project/r:campsis/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath deepin.dde-application-manager, using log file: /var/log/nixpkgs-update/deepin.dde-application-manager/2024-03-10.log deepin.dde-application-manager 1.0.19 -> 1.1.9 https://github.com/linuxdeepin/dde-application-manager/releases attrpath: deepin.dde-application-manager deepin packages are upgraded in lockstep https://github.com/NixOS/nixpkgs/pull/52327#issuecomment-447684194 [result] Failed to update deepin.dde-application-manager 1.0.19 -> 1.1.9 https://github.com/linuxdeepin/dde-application-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 rPackages.ursa, using log file: /var/log/nixpkgs-update/rPackages.ursa/2024-03-10.log rPackages.ursa 3.10.3 -> 3.10.4 https://repology.org/project/r:ursa/versions attrpath: rPackages.ursa Checking auto update branch... No auto update branch exists Old version 3.10.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.ursa 3.10.3 -> 3.10.4 https://repology.org/project/r:ursa/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.scancode-toolkit, using log file: /var/log/nixpkgs-update/python311Packages.scancode-toolkit/2024-03-10.log python311Packages.scancode-toolkit 0 -> 1 attrpath: python311Packages.scancode-toolkit Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/s6ysbc3r1sxlxcbq4n4jqx23kqnzzkcc-packages.json.drv building '/nix/store/s6ysbc3r1sxlxcbq4n4jqx23kqnzzkcc-packages.json.drv'... Going to be running update for following packages: - python3.11-scancode-toolkit-32.0.8 Press Enter key to continue... Running update for: - python3.11-scancode-toolkit-32.0.8: UPDATING ... - python3.11-scancode-toolkit-32.0.8: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.scancode-toolkit 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.rokuecp, using log file: /var/log/nixpkgs-update/python311Packages.rokuecp/2024-03-10.log python311Packages.rokuecp 0 -> 1 attrpath: python311Packages.rokuecp Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/d1vwbyky68yq9v0srwgvhf1srpl7zcy2-packages.json.drv building '/nix/store/d1vwbyky68yq9v0srwgvhf1srpl7zcy2-packages.json.drv'... Going to be running update for following packages: - python3.11-rokuecp-0.19.1 Press Enter key to continue... Running update for: - python3.11-rokuecp-0.19.1: UPDATING ... - python3.11-rokuecp-0.19.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.rokuecp 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.pyhepmc, using log file: /var/log/nixpkgs-update/python311Packages.pyhepmc/2024-03-10.log python311Packages.pyhepmc 0 -> 1 attrpath: python311Packages.pyhepmc Checking auto update branch... [version] [version] skipping because derivation has 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/zv46rgapxa435jqh5c88f5gngi9c59iz-packages.json.drv building '/nix/store/zv46rgapxa435jqh5c88f5gngi9c59iz-packages.json.drv'... Going to be running update for following packages: - python3.11-pyhepmc-2.13.2 Press Enter key to continue... Running update for: - python3.11-pyhepmc-2.13.2: UPDATING ... - python3.11-pyhepmc-2.13.2: ERROR --- SHOWING ERROR LOG FOR python3.11-pyhepmc-2.13.2 ---------------------- 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-pyhepmc-2.13.2 ---------------------- The update script for python3.11-pyhepmc-2.13.2 failed with exit code 1 [result] Failed to update python311Packages.pyhepmc 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.vobject, using log file: /var/log/nixpkgs-update/python311Packages.vobject/2024-03-10.log python311Packages.vobject 0 -> 1 attrpath: python311Packages.vobject Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/cwmfd7s06rk62nbama2f88xqpma6lf61-packages.json.drv building '/nix/store/cwmfd7s06rk62nbama2f88xqpma6lf61-packages.json.drv'... Going to be running update for following packages: - python3.11-vobject-0.9.6.1 Press Enter key to continue... Running update for: - python3.11-vobject-0.9.6.1: UPDATING ... - python3.11-vobject-0.9.6.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.vobject 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: 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, using log file: /var/log/nixpkgs-update/python311Packages.flask/2024-03-10.log python311Packages.flask 0 -> 1 attrpath: python311Packages.flask Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/sdz57pwax80gv67ggwhppk963yvr6194-packages.json.drv building '/nix/store/sdz57pwax80gv67ggwhppk963yvr6194-packages.json.drv'... Going to be running update for following packages: - python3.11-flask-3.0.1 Press Enter key to continue... Running update for: - python3.11-flask-3.0.1: UPDATING ... - python3.11-flask-3.0.1: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/flask/default.nix b/pkgs/development/python-modules/flask/default.nix index 083cf33c88fd..7dda8cafb1d1 100644 --- a/pkgs/development/python-modules/flask/default.nix +++ b/pkgs/development/python-modules/flask/default.nix @@ -31,12 +31,12 @@ buildPythonPackage rec { pname = "flask"; - version = "3.0.1"; + version = "3.0.2"; format = "pyproject"; src = fetchPypi { inherit pname version; - hash = "sha256-ZIn1G7Nmbe9vMU4V8Z1QoYaaGa4OjJo2Qf/mbHfUJAM="; + hash = "sha256-giwD9LeZIEJQp+6Ese3cQGZTlTM5c9+53uv+Ql/vy30="; }; nativeBuildInputs = [ No auto update branch exists [outpaths] eval start [outpaths] eval end Python package with too many package rebuilds 3820 > 25 [result] Failed to update python311Packages.flask 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath luigi, using log file: /var/log/nixpkgs-update/luigi/2024-03-10.log luigi 0 -> 1 attrpath: luigi Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/s8wqmazr0w5sr78wv10hwhra6gvnwb6c-packages.json.drv building '/nix/store/s8wqmazr0w5sr78wv10hwhra6gvnwb6c-packages.json.drv'... Going to be running update for following packages: - luigi-3.5.0 Press Enter key to continue... Running update for: - luigi-3.5.0: UPDATING ... - luigi-3.5.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update luigi 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.iniconfig, using log file: /var/log/nixpkgs-update/python311Packages.iniconfig/2024-03-10.log python311Packages.iniconfig 0 -> 1 attrpath: python311Packages.iniconfig Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/q2vspp81hjmz3krf1qhq3y22zbvc5ck9-packages.json.drv building '/nix/store/q2vspp81hjmz3krf1qhq3y22zbvc5ck9-packages.json.drv'... Going to be running update for following packages: - python3.11-iniconfig-2.0.0 Press Enter key to continue... Running update for: - python3.11-iniconfig-2.0.0: UPDATING ... - python3.11-iniconfig-2.0.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.iniconfig 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.notion-client, using log file: /var/log/nixpkgs-update/python311Packages.notion-client/2024-03-10.log python311Packages.notion-client 0 -> 1 attrpath: python311Packages.notion-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/5460zvbl8fwnh3k7fl7m7rql6dpwgl00-packages.json.drv building '/nix/store/5460zvbl8fwnh3k7fl7m7rql6dpwgl00-packages.json.drv'... Going to be running update for following packages: - python3.11-notion-client-2.1.0 Press Enter key to continue... Running update for: - python3.11-notion-client-2.1.0: UPDATING ... - python3.11-notion-client-2.1.0: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/notion-client/default.nix b/pkgs/development/python-modules/notion-client/default.nix index 0e24bb60ad48..1f9f5f1d65e9 100644 --- a/pkgs/development/python-modules/notion-client/default.nix +++ b/pkgs/development/python-modules/notion-client/default.nix @@ -12,7 +12,7 @@ buildPythonPackage rec { pname = "notion-client"; - version = "2.1.0"; + version = "2.2.1"; pyproject = true; disabled = pythonOlder "3.7"; @@ -21,7 +21,7 @@ buildPythonPackage rec { owner = "ramnes"; repo = "notion-sdk-py"; rev = "refs/tags/${version}"; - hash = "sha256-u10iPSbFPv9RewEYru3V6MpwhhySzmnymmv4CsefGC8="; + hash = "sha256-IEWFrdqrawFbuwA8bUewanmBoGWsjHJ7ucgvHQEaMcA="; }; nativeBuildInputs = [ No auto update branch exists [outpaths] eval start [outpaths] eval end Received ExitFailure 1 when running Raw command: /nix/store/1gfp7hiwzpv9aglk2yfa9m49jc0n7pa5-nix-2.18.1/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A python311Packages.notion-client nix build failed. if not isinstance(exc, from_exc): continue # We want to map to the most specific exception we can find. # Eg if `exc` is an `httpcore.ReadTimeout`, we want to map to # `httpx.ReadTimeout`, not just `httpx.TimeoutException`. if mapped_exc is None or issubclass(to_exc, mapped_exc): mapped_exc = to_exc if mapped_exc is None: # pragma: no cover raise message = str(exc) > raise mapped_exc(message) from exc E httpx.ConnectError: [Errno -3] Temporary failure in name resolution /nix/store/a0ffmfnfc90sgkm58nwyxdyyd0586sva-python3.11-httpx-0.26.0/lib/python3.11/site-packages/httpx/_transports/default.py:84: ConnectError =============================== warnings summary =============================== tests/test_helpers.py:71 /build/source/tests/test_helpers.py:71: PytestUnknownMarkWarning: Unknown pytest.mark.timeout - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html @pytest.mark.timeout(90) tests/test_helpers.py:126 /build/source/tests/test_helpers.py:126: PytestUnknownMarkWarning: Unknown pytest.mark.timeout - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html @pytest.mark.timeout(90) -- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html =========================== short test summary info ============================ FAILED tests/test_errors.py::test_api_http_response_error - httpx.ConnectError: [Errno -3] Temporary failure in name resolution ============= 1 failed, 48 passed, 2 warnings in 81.58s (0:01:21) ============== /nix/store/v099hqvw5z87423p4hz1vfhzaqa07dii-stdenv-linux/setup: line 1578: pop_var_context: head of shell_variables not a function context [result] Failed to update python311Packages.notion-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.hexdump, using log file: /var/log/nixpkgs-update/python311Packages.hexdump/2024-03-10.log python311Packages.hexdump 0 -> 1 attrpath: python311Packages.hexdump Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/ycsyw8040y8cgcg0w0wp78mdnnaliijy-packages.json.drv building '/nix/store/ycsyw8040y8cgcg0w0wp78mdnnaliijy-packages.json.drv'... Going to be running update for following packages: - python3.11-hexdump-3.3 Press Enter key to continue... Running update for: - python3.11-hexdump-3.3: UPDATING ... - python3.11-hexdump-3.3: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.hexdump 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath vobcopy, using log file: /var/log/nixpkgs-update/vobcopy/2024-03-10.log vobcopy 1.2.0 -> 1.2.1 https://repology.org/project/vobcopy/versions attrpath: vobcopy 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/cd-dvd/vobcopy/default.nix b/pkgs/tools/cd-dvd/vobcopy/default.nix index dbe192e039bd..de47f7904061 100644 --- a/pkgs/tools/cd-dvd/vobcopy/default.nix +++ b/pkgs/tools/cd-dvd/vobcopy/default.nix @@ -2,11 +2,11 @@ stdenv.mkDerivation rec { pname = "vobcopy"; - version = "1.2.0"; + version = "1.2.1"; src = fetchurl { url = "http://www.vobcopy.org/download/vobcopy-${version}.tar.bz2"; - sha256 = "01l1yihbd73srzghzzx5dgfg3yfb5kml5dix52mq0snhjp8h89c9"; + sha256 = "sha256-orcnUqSQYZgMdAf6vXte9IkPEAfgGy84wUgVG5w21Hc="; }; buildInputs = [libdvdread libdvdcss]; [outpaths] eval start [outpaths] eval end Received ExitFailure 1 when running Raw command: /nix/store/1gfp7hiwzpv9aglk2yfa9m49jc0n7pa5-nix-2.18.1/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A vobcopy nix build failed. got build log for 'vobcopy' from 'daemon' @nix { "action": "setPhase", "phase": "unpackPhase" } Running phase: unpackPhase unpacking source archive /nix/store/8vl62kxi951jh96bw9bq8ixc7wywbvnf-vobcopy-1.2.1.tar.bz2 bzip2: (stdin) is not a bzip2 file. tar: Child returned status 2 tar: Error is not recoverable: exiting now do not know how to unpack source archive /nix/store/8vl62kxi951jh96bw9bq8ixc7wywbvnf-vobcopy-1.2.1.tar.bz2 [result] Failed to update vobcopy 1.2.0 -> 1.2.1 https://repology.org/project/vobcopy/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.extremeStat, using log file: /var/log/nixpkgs-update/rPackages.extremeStat/2024-03-10.log rPackages.extremeStat 1.5.8 -> 1.5.9 https://repology.org/project/r:extremestat/versions attrpath: rPackages.extremeStat Checking auto update branch... No auto update branch exists Old version 1.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.extremeStat 1.5.8 -> 1.5.9 https://repology.org/project/r:extremestat/versions [options] github_user: r-ryantm, pull_request: YES, batch_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.et, using log file: /var/log/nixpkgs-update/aspellDicts.et/2024-03-10.log aspellDicts.et 0 -> 1 attrpath: aspellDicts.et 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/51j4hpx0qglx663fj80bgqf5zahb1468-update-aspellDict-et.drv /nix/store/fy54q5nqpcj9vjc0iazvxlyz8fwshg00-packages.json.drv building '/nix/store/51j4hpx0qglx663fj80bgqf5zahb1468-update-aspellDict-et.drv'... building '/nix/store/fy54q5nqpcj9vjc0iazvxlyz8fwshg00-packages.json.drv'... Going to be running update for following packages: - aspell-dict-et-0.1.21-1 Press Enter key to continue... Running update for: - aspell-dict-et-0.1.21-1: UPDATING ... - aspell-dict-et-0.1.21-1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update aspellDicts.et 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath apc-temp-fetch, using log file: /var/log/nixpkgs-update/apc-temp-fetch/2024-03-10.log apc-temp-fetch 0 -> 1 attrpath: apc-temp-fetch Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/3dn2f61hiny5ks5hk5cd46j2mm97wkg4-packages.json.drv building '/nix/store/3dn2f61hiny5ks5hk5cd46j2mm97wkg4-packages.json.drv'... Going to be running update for following packages: - apc-temp-fetch-0.0.2 Press Enter key to continue... Running update for: - apc-temp-fetch-0.0.2: UPDATING ... - apc-temp-fetch-0.0.2: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/tools/networking/apc-temp-fetch/default.nix b/pkgs/tools/networking/apc-temp-fetch/default.nix index 7676465eb499..1e892e993ff6 100644 --- a/pkgs/tools/networking/apc-temp-fetch/default.nix +++ b/pkgs/tools/networking/apc-temp-fetch/default.nix @@ -7,7 +7,7 @@ buildPythonApplication rec { pname = "apc-temp-fetch"; - version = "0.0.2"; + version = "0.0.9"; format = "setuptools"; disabled = pythonOlder "3.6"; @@ -15,7 +15,7 @@ buildPythonApplication rec { src = fetchPypi { pname = "APC-Temp-fetch"; inherit version; - hash = "sha256-lXGj/xrOkdMMYvuyVVSCojjQlzISFUT14VTn//iOARo="; + hash = "sha256-ImbGUTcHkk+fTvbYRTTfABY/n2czAC0BXkDAumgpoBo="; }; propagatedBuildInputs = [ No auto update branch exists [outpaths] eval start [outpaths] eval end Received ExitFailure 1 when running Raw command: /nix/store/1gfp7hiwzpv9aglk2yfa9m49jc0n7pa5-nix-2.18.1/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A apc-temp-fetch Received ExitFailure 1 when running Raw command: /nix/store/1gfp7hiwzpv9aglk2yfa9m49jc0n7pa5-nix-2.18.1/bin/nix --extra-experimental-features nix-command log -f . apc-temp-fetch Standard output: error: build log of 'apc-temp-fetch' is not available [result] Failed to update apc-temp-fetch 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath haskellPackages.bytestring-tree-builder, using log file: /var/log/nixpkgs-update/haskellPackages.bytestring-tree-builder/2024-03-10.log haskellPackages.bytestring-tree-builder 0.2.7.11 -> 0.2.7.12 https://repology.org/project/haskell:bytestring-tree-builder/versions attrpath: haskellPackages.bytestring-tree-builder Checking auto update branch... No auto update branch exists Derivation file says not to edit it [result] Failed to update haskellPackages.bytestring-tree-builder 0.2.7.11 -> 0.2.7.12 https://repology.org/project/haskell:bytestring-tree-builder/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.spicyR, using log file: /var/log/nixpkgs-update/rPackages.spicyR/2024-03-10.log rPackages.spicyR 1.14.2 -> 1.14.3 https://repology.org/project/r:spicyr/versions attrpath: rPackages.spicyR Checking auto update branch... No auto update branch exists Old version 1.14.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.spicyR 1.14.2 -> 1.14.3 https://repology.org/project/r:spicyr/versions [options] github_user: r-ryantm, pull_request: YES, batch_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-cli-linux, using log file: /var/log/nixpkgs-update/spotify-cli-linux/2024-03-10.log spotify-cli-linux 0 -> 1 attrpath: spotify-cli-linux Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/ncqrxxw29hl1na6lhz04r75qh1amdq4k-packages.json.drv building '/nix/store/ncqrxxw29hl1na6lhz04r75qh1amdq4k-packages.json.drv'... Going to be running update for following packages: - spotify-cli-linux-1.8.2 Press Enter key to continue... Running update for: - spotify-cli-linux-1.8.2: UPDATING ... - spotify-cli-linux-1.8.2: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update spotify-cli-linux 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.readr, using log file: /var/log/nixpkgs-update/rPackages.readr/2024-03-10.log rPackages.readr 2.1.4 -> 2.1.5 https://repology.org/project/r:readr/versions attrpath: rPackages.readr Checking auto update branch... No auto update branch exists Old version 2.1.4" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; configurePhase = '' runHook preConfigure export R_LIBS_SITE="$R_LIBS_SITE''${R_LIBS_SITE:+:}$out/library" runHook postConfigure ''; buildPhase = '' runHook preBuild runHook postBuild ''; installFlags = if attrs.doCheck or true then [] else [ "--no-test-load" ]; rCommand = if requireX then # Unfortunately, xvfb-run has a race condition even with -a option, so that # we acquire a lock explicitly. "flock ${xvfb-run} xvfb-run -a -e xvfb-error R" else "R"; installPhase = '' runHook preInstall mkdir -p $out/library $rCommand CMD INSTALL --built-timestamp='1970-01-01 00:00:00 UTC' $installFlags --configure-args="$configureFlags" -l $out/library . runHook postInstall ''; postFixup = '' if test -e $out/nix-support/propagated-build-inputs; then ln -s $out/nix-support/propagated-build-inputs $out/nix-support/propagated-user-env-packages fi ''; checkPhase = '' # noop since R CMD INSTALL tests packages ''; } // attrs // { name = "r-" + name; }) [result] Failed to update rPackages.readr 2.1.4 -> 2.1.5 https://repology.org/project/r:readr/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.xmljson, using log file: /var/log/nixpkgs-update/python311Packages.xmljson/2024-03-10.log python311Packages.xmljson 0 -> 1 attrpath: python311Packages.xmljson Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/j5qwbz7551g29c8bi3yv25y5nzjdb9d9-packages.json.drv building '/nix/store/j5qwbz7551g29c8bi3yv25y5nzjdb9d9-packages.json.drv'... Going to be running update for following packages: - python3.11-xmljson-0.2.1 Press Enter key to continue... Running update for: - python3.11-xmljson-0.2.1: UPDATING ... - python3.11-xmljson-0.2.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.xmljson 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: 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-htmlhelp, using log file: /var/log/nixpkgs-update/python311Packages.sphinxcontrib-htmlhelp/2024-03-10.log python311Packages.sphinxcontrib-htmlhelp 0 -> 1 attrpath: python311Packages.sphinxcontrib-htmlhelp Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/n8l3vlxwghhxs17ji6f4xzqrc61a8kwh-packages.json.drv building '/nix/store/n8l3vlxwghhxs17ji6f4xzqrc61a8kwh-packages.json.drv'... Going to be running update for following packages: - python3.11-sphinxcontrib-htmlhelp-2.0.4 Press Enter key to continue... Running update for: - python3.11-sphinxcontrib-htmlhelp-2.0.4: UPDATING ... - python3.11-sphinxcontrib-htmlhelp-2.0.4: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/sphinxcontrib-htmlhelp/default.nix b/pkgs/development/python-modules/sphinxcontrib-htmlhelp/default.nix index 5a6b90fd3454..c49e3c49da31 100644 --- a/pkgs/development/python-modules/sphinxcontrib-htmlhelp/default.nix +++ b/pkgs/development/python-modules/sphinxcontrib-htmlhelp/default.nix @@ -7,7 +7,7 @@ buildPythonPackage rec { pname = "sphinxcontrib-htmlhelp"; - version = "2.0.4"; + version = "2.0.5"; pyproject = true; disabled = pythonOlder "3.9"; @@ -15,7 +15,7 @@ buildPythonPackage rec { src = fetchPypi { pname = "sphinxcontrib_htmlhelp"; inherit version; - hash = "sha256-bCahGKBbdgAHOEKbckoFaNveW3I5GmiFd9oI8RiRCSo="; + hash = "sha256-Dch2N9XeU91e7DpqAXU7HM+ZSUvXVqr+zXS0+p5ykBU="; }; nativeBuildInputs = [ No auto update branch exists [outpaths] eval start [outpaths] eval end Python package with too many package rebuilds 40007 > 25 [result] Failed to update python311Packages.sphinxcontrib-htmlhelp 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.libusb1, using log file: /var/log/nixpkgs-update/python311Packages.libusb1/2024-03-10.log python311Packages.libusb1 0 -> 1 attrpath: python311Packages.libusb1 Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/dg4pqzgi7yj6pv2c0yx1zl3jj3lw1q6c-packages.json.drv building '/nix/store/dg4pqzgi7yj6pv2c0yx1zl3jj3lw1q6c-packages.json.drv'... Going to be running update for following packages: - python3.11-libusb1-3.1.0 Press Enter key to continue... Running update for: - python3.11-libusb1-3.1.0: UPDATING ... - python3.11-libusb1-3.1.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.libusb1 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.oauth2client, using log file: /var/log/nixpkgs-update/python311Packages.oauth2client/2024-03-10.log python311Packages.oauth2client 0 -> 1 attrpath: python311Packages.oauth2client Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/k7rk6m33h6fdix4nd4mcx76bfr2yj24p-packages.json.drv building '/nix/store/k7rk6m33h6fdix4nd4mcx76bfr2yj24p-packages.json.drv'... Going to be running update for following packages: - python3.11-oauth2client-4.1.3 Press Enter key to continue... Running update for: - python3.11-oauth2client-4.1.3: UPDATING ... - python3.11-oauth2client-4.1.3: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.oauth2client 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_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-sync, using log file: /var/log/nixpkgs-update/git-sync/2024-03-10.log git-sync 2022-03-20 -> 20220127 https://repology.org/project/git-sync/versions attrpath: git-sync Checking auto update branch... No auto update branch exists [version] Hashes equal; no update necessary [result] Failed to update git-sync 2022-03-20 -> 20220127 https://repology.org/project/git-sync/versions [options] github_user: r-ryantm, pull_request: YES, batch_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.contractor, using log file: /var/log/nixpkgs-update/pantheon.contractor/2024-03-10.log pantheon.contractor 0 -> 1 attrpath: pantheon.contractor Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/z963r1hnd5dpn6srsg69hg7fx3av00v7-packages.json.drv building '/nix/store/z963r1hnd5dpn6srsg69hg7fx3av00v7-packages.json.drv'... Going to be running update for following packages: - contractor-0.3.5 Press Enter key to continue... Running update for: - contractor-0.3.5: UPDATING ... - contractor-0.3.5: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update pantheon.contractor 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.emv, using log file: /var/log/nixpkgs-update/python311Packages.emv/2024-03-10.log python311Packages.emv 0 -> 1 attrpath: python311Packages.emv Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/jvykahkfk44rzbimbbr1dwz56safa0hq-packages.json.drv building '/nix/store/jvykahkfk44rzbimbbr1dwz56safa0hq-packages.json.drv'... Going to be running update for following packages: - python3.11-emv-1.0.14 Press Enter key to continue... Running update for: - python3.11-emv-1.0.14: UPDATING ... - python3.11-emv-1.0.14: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.emv 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_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-security-privacy, using log file: /var/log/nixpkgs-update/pantheon.switchboard-plug-security-privacy/2024-03-10.log pantheon.switchboard-plug-security-privacy 0 -> 1 attrpath: pantheon.switchboard-plug-security-privacy Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/y7g3pfglakjgaimqzcjznzydm96mybkm-packages.json.drv building '/nix/store/y7g3pfglakjgaimqzcjznzydm96mybkm-packages.json.drv'... Going to be running update for following packages: - switchboard-plug-security-privacy-7.1.0 Press Enter key to continue... Running update for: - switchboard-plug-security-privacy-7.1.0: UPDATING ... - switchboard-plug-security-privacy-7.1.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update pantheon.switchboard-plug-security-privacy 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.vertica-python, using log file: /var/log/nixpkgs-update/python311Packages.vertica-python/2024-03-10.log python311Packages.vertica-python 0 -> 1 attrpath: python311Packages.vertica-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/7kzkqmm682iak4ahd6vp1qfv22v2siiq-packages.json.drv building '/nix/store/7kzkqmm682iak4ahd6vp1qfv22v2siiq-packages.json.drv'... Going to be running update for following packages: - python3.11-vertica-python-1.3.8 Press Enter key to continue... Running update for: - python3.11-vertica-python-1.3.8: UPDATING ... - python3.11-vertica-python-1.3.8: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.vertica-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.btsocket, using log file: /var/log/nixpkgs-update/python311Packages.btsocket/2024-03-10.log python311Packages.btsocket 0 -> 1 attrpath: python311Packages.btsocket Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/99xk3zs16243pxmycd45p7rby2yq307w-packages.json.drv building '/nix/store/99xk3zs16243pxmycd45p7rby2yq307w-packages.json.drv'... Going to be running update for following packages: - python3.11-btsocket-0.2.0 Press Enter key to continue... Running update for: - python3.11-btsocket-0.2.0: UPDATING ... - python3.11-btsocket-0.2.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.btsocket 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_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_8, using log file: /var/log/nixpkgs-update/coq_8_8/2024-03-10.log coq_8_8 8.8.2 -> 8.19.1 https://github.com/coq/coq/releases attrpath: coq_8_8 Checking auto update branch... No auto update branch exists Version in attr path coq_8_8 not compatible with 8.19.1 [result] Failed to update coq_8_8 8.8.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.pymongo, using log file: /var/log/nixpkgs-update/python311Packages.pymongo/2024-03-10.log python311Packages.pymongo 0 -> 1 attrpath: python311Packages.pymongo Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/hbd2l26cdi820fxkvhlzh9kdliypsgxi-packages.json.drv building '/nix/store/hbd2l26cdi820fxkvhlzh9kdliypsgxi-packages.json.drv'... Going to be running update for following packages: - python3.11-pymongo-4.6.1 Press Enter key to continue... Running update for: - python3.11-pymongo-4.6.1: UPDATING ... - python3.11-pymongo-4.6.1: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/pymongo/default.nix b/pkgs/development/python-modules/pymongo/default.nix index 6d69cc3556c4..13fbc9ebe768 100644 --- a/pkgs/development/python-modules/pymongo/default.nix +++ b/pkgs/development/python-modules/pymongo/default.nix @@ -7,14 +7,14 @@ buildPythonPackage rec { pname = "pymongo"; - version = "4.6.1"; + version = "4.6.2"; format = "setuptools"; disabled = pythonOlder "3.7"; src = fetchPypi { inherit pname version; - hash = "sha256-Mdqx8+HQzdV+jfAbZF9S1DzBtlPtOv1TXSiR9PxPlxI="; + hash = "sha256-q30BrIMqFmPa1ZLMvZK7Dwd1vI+YoZI8Xhp9f+rUla8="; }; propagatedBuildInputs = [ No auto update branch exists [outpaths] eval start [outpaths] eval end Python package with too many package rebuilds 789 > 25 [result] Failed to update python311Packages.pymongo 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.pdf2image, using log file: /var/log/nixpkgs-update/python311Packages.pdf2image/2024-03-10.log python311Packages.pdf2image 0 -> 1 attrpath: python311Packages.pdf2image Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/1nrz5kn503x02i0m4s1fnkd9zzviqrn3-packages.json.drv building '/nix/store/1nrz5kn503x02i0m4s1fnkd9zzviqrn3-packages.json.drv'... Going to be running update for following packages: - python3.11-pdf2image-1.17.0 Press Enter key to continue... Running update for: - python3.11-pdf2image-1.17.0: UPDATING ... - python3.11-pdf2image-1.17.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.pdf2image 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath haskellPackages.bytesmith, using log file: /var/log/nixpkgs-update/haskellPackages.bytesmith/2024-03-10.log haskellPackages.bytesmith 0.3.10.0 -> 0.3.11.0 https://repology.org/project/haskell:bytesmith/versions attrpath: haskellPackages.bytesmith Checking auto update branch... No auto update branch exists Derivation file says not to edit it [result] Failed to update haskellPackages.bytesmith 0.3.10.0 -> 0.3.11.0 https://repology.org/project/haskell:bytesmith/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.ghdiff, using log file: /var/log/nixpkgs-update/python311Packages.ghdiff/2024-03-10.log python311Packages.ghdiff 0 -> 1 attrpath: python311Packages.ghdiff Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/jqinaiixsbw0i6xwpr6yybi8svs75qgm-packages.json.drv building '/nix/store/jqinaiixsbw0i6xwpr6yybi8svs75qgm-packages.json.drv'... Going to be running update for following packages: - python3.11-ghdiff-0.4 Press Enter key to continue... Running update for: - python3.11-ghdiff-0.4: UPDATING ... - python3.11-ghdiff-0.4: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.ghdiff 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath pciutils, using log file: /var/log/nixpkgs-update/pciutils/2024-03-10.log pciutils 0 -> 1 attrpath: pciutils Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/dmpryjwjr5sg5zfj6zmnnwqlbvhm9n6w-packages.json.drv building '/nix/store/dmpryjwjr5sg5zfj6zmnnwqlbvhm9n6w-packages.json.drv'... Going to be running update for following packages: - pciutils-3.11.1 Press Enter key to continue... Running update for: - pciutils-3.11.1: UPDATING ... - pciutils-3.11.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update pciutils 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath olive-editor, using log file: /var/log/nixpkgs-update/olive-editor/2024-03-10.log olive-editor 2023-06-12 -> 20230614 https://repology.org/project/olive-video-editor/versions attrpath: olive-editor Checking auto update branch... No auto update branch exists [version] [version] generic version rewriter does not support multiple hashes [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] skipping because derivation has no updateScript The diff was empty after rewrites. [result] Failed to update olive-editor 2023-06-12 -> 20230614 https://repology.org/project/olive-video-editor/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.torchlibrosa, using log file: /var/log/nixpkgs-update/python311Packages.torchlibrosa/2024-03-10.log python311Packages.torchlibrosa 0 -> 1 attrpath: python311Packages.torchlibrosa Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/3zpbycj4zn32fvhllk4sbfi33x5y04ii-packages.json.drv building '/nix/store/3zpbycj4zn32fvhllk4sbfi33x5y04ii-packages.json.drv'... Going to be running update for following packages: - python3.11-torchlibrosa-0.1.0 Press Enter key to continue... Running update for: - python3.11-torchlibrosa-0.1.0: UPDATING ... - python3.11-torchlibrosa-0.1.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.torchlibrosa 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.pymdstat, using log file: /var/log/nixpkgs-update/python311Packages.pymdstat/2024-03-10.log python311Packages.pymdstat 0 -> 1 attrpath: python311Packages.pymdstat Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/9jw87kvhp611phgd6fikzv96agp4jyrg-packages.json.drv building '/nix/store/9jw87kvhp611phgd6fikzv96agp4jyrg-packages.json.drv'... Going to be running update for following packages: - python3.11-pymdstat-0.4.2 Press Enter key to continue... Running update for: - python3.11-pymdstat-0.4.2: UPDATING ... - python3.11-pymdstat-0.4.2: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.pymdstat 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.x-wr-timezone, using log file: /var/log/nixpkgs-update/python311Packages.x-wr-timezone/2024-03-10.log python311Packages.x-wr-timezone 0 -> 1 attrpath: python311Packages.x-wr-timezone Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/ab0mfazlympa589wllkv7vclv3zbpl1l-packages.json.drv building '/nix/store/ab0mfazlympa589wllkv7vclv3zbpl1l-packages.json.drv'... Going to be running update for following packages: - python3.11-x-wr-timezone-0.0.6 Press Enter key to continue... Running update for: - python3.11-x-wr-timezone-0.0.6: UPDATING ... - python3.11-x-wr-timezone-0.0.6: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.x-wr-timezone 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.usbrelay-py, using log file: /var/log/nixpkgs-update/python311Packages.usbrelay-py/2024-03-10.log python311Packages.usbrelay-py 0 -> 1 attrpath: python311Packages.usbrelay-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/6mdxc5xd94l8k0krq3wfasq4370x0riq-packages.json.drv building '/nix/store/6mdxc5xd94l8k0krq3wfasq4370x0riq-packages.json.drv'... Going to be running update for following packages: - python3.11-usbrelay_py-1.2.1 Press Enter key to continue... Running update for: - python3.11-usbrelay_py-1.2.1: UPDATING ... - python3.11-usbrelay_py-1.2.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.usbrelay-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.kml2geojson, using log file: /var/log/nixpkgs-update/python311Packages.kml2geojson/2024-03-10.log python311Packages.kml2geojson 0 -> 1 attrpath: python311Packages.kml2geojson Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/8amxhmxldl61ysri7wh7366pg4zdn1i6-packages.json.drv building '/nix/store/8amxhmxldl61ysri7wh7366pg4zdn1i6-packages.json.drv'... Going to be running update for following packages: - python3.11-kml2geojson-5.1.0 Press Enter key to continue... Running update for: - python3.11-kml2geojson-5.1.0: UPDATING ... - python3.11-kml2geojson-5.1.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.kml2geojson 0 -> 1 [options] github_user: r-ryantm, pull_request: 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.YAMLLibYAML 0.88 -> 0.89 https://repology.org/project/perl:yaml-libyaml/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.kde1d, using log file: /var/log/nixpkgs-update/rPackages.kde1d/2024-03-10.log rPackages.kde1d 1.0.5 -> 1.0.7 https://repology.org/project/r:kde1d/versions attrpath: rPackages.kde1d Checking auto update branch... No auto update branch exists Old version 1.0.5" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; configurePhase = '' runHook preConfigure export R_LIBS_SITE="$R_LIBS_SITE''${R_LIBS_SITE:+:}$out/library" runHook postConfigure ''; buildPhase = '' runHook preBuild runHook postBuild ''; installFlags = if attrs.doCheck or true then [] else [ "--no-test-load" ]; rCommand = if requireX then # Unfortunately, xvfb-run has a race condition even with -a option, so that # we acquire a lock explicitly. "flock ${xvfb-run} xvfb-run -a -e xvfb-error R" else "R"; installPhase = '' runHook preInstall mkdir -p $out/library $rCommand CMD INSTALL --built-timestamp='1970-01-01 00:00:00 UTC' $installFlags --configure-args="$configureFlags" -l $out/library . runHook postInstall ''; postFixup = '' if test -e $out/nix-support/propagated-build-inputs; then ln -s $out/nix-support/propagated-build-inputs $out/nix-support/propagated-user-env-packages fi ''; checkPhase = '' # noop since R CMD INSTALL tests packages ''; } // attrs // { name = "r-" + name; }) [result] Failed to update rPackages.kde1d 1.0.5 -> 1.0.7 https://repology.org/project/r:kde1d/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.SEI, using log file: /var/log/nixpkgs-update/rPackages.SEI/2024-03-10.log rPackages.SEI 0.1.0 -> 0.1.1 https://repology.org/project/r:sei/versions attrpath: rPackages.SEI 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.SEI 0.1.0 -> 0.1.1 https://repology.org/project/r:sei/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.eff2, using log file: /var/log/nixpkgs-update/rPackages.eff2/2024-03-10.log rPackages.eff2 1.0.1 -> 1.0.2 https://repology.org/project/r:eff2/versions attrpath: rPackages.eff2 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.eff2 1.0.1 -> 1.0.2 https://repology.org/project/r:eff2/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.snvecR, using log file: /var/log/nixpkgs-update/rPackages.snvecR/2024-03-10.log rPackages.snvecR 3.7.7 -> 3.9.1 https://repology.org/project/r:snvecr/versions attrpath: rPackages.snvecR Checking auto update branch... No auto update branch exists Old version 3.7.7" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; configurePhase = '' runHook preConfigure export R_LIBS_SITE="$R_LIBS_SITE''${R_LIBS_SITE:+:}$out/library" runHook postConfigure ''; buildPhase = '' runHook preBuild runHook postBuild ''; installFlags = if attrs.doCheck or true then [] else [ "--no-test-load" ]; rCommand = if requireX then # Unfortunately, xvfb-run has a race condition even with -a option, so that # we acquire a lock explicitly. "flock ${xvfb-run} xvfb-run -a -e xvfb-error R" else "R"; installPhase = '' runHook preInstall mkdir -p $out/library $rCommand CMD INSTALL --built-timestamp='1970-01-01 00:00:00 UTC' $installFlags --configure-args="$configureFlags" -l $out/library . runHook postInstall ''; postFixup = '' if test -e $out/nix-support/propagated-build-inputs; then ln -s $out/nix-support/propagated-build-inputs $out/nix-support/propagated-user-env-packages fi ''; checkPhase = '' # noop since R CMD INSTALL tests packages ''; } // attrs // { name = "r-" + name; }) [result] Failed to update rPackages.snvecR 3.7.7 -> 3.9.1 https://repology.org/project/r:snvecr/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.annotater, using log file: /var/log/nixpkgs-update/rPackages.annotater/2024-03-10.log rPackages.annotater 0.2.2 -> 0.2.3 https://repology.org/project/r:annotater/versions attrpath: rPackages.annotater Checking auto update branch... No auto update branch exists Old version 0.2.2" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; configurePhase = '' runHook preConfigure export R_LIBS_SITE="$R_LIBS_SITE''${R_LIBS_SITE:+:}$out/library" runHook postConfigure ''; buildPhase = '' runHook preBuild runHook postBuild ''; installFlags = if attrs.doCheck or true then [] else [ "--no-test-load" ]; rCommand = if requireX then # Unfortunately, xvfb-run has a race condition even with -a option, so that # we acquire a lock explicitly. "flock ${xvfb-run} xvfb-run -a -e xvfb-error R" else "R"; installPhase = '' runHook preInstall mkdir -p $out/library $rCommand CMD INSTALL --built-timestamp='1970-01-01 00:00:00 UTC' $installFlags --configure-args="$configureFlags" -l $out/library . runHook postInstall ''; postFixup = '' if test -e $out/nix-support/propagated-build-inputs; then ln -s $out/nix-support/propagated-build-inputs $out/nix-support/propagated-user-env-packages fi ''; checkPhase = '' # noop since R CMD INSTALL tests packages ''; } // attrs // { name = "r-" + name; }) [result] Failed to update rPackages.annotater 0.2.2 -> 0.2.3 https://repology.org/project/r:annotater/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.tigers, using log file: /var/log/nixpkgs-update/rPackages.tigers/2024-03-10.log rPackages.tigers 0.1-1 -> 0.1-3 https://repology.org/project/r:tigers/versions attrpath: rPackages.tigers 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.tigers 0.1-1 -> 0.1-3 https://repology.org/project/r:tigers/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath siril, using log file: /var/log/nixpkgs-update/siril/2024-03-10.log siril 1.2.0 -> 1.2.1 https://repology.org/project/siril/versions attrpath: siril 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 siril 1.2.0 -> 1.2.1 https://repology.org/project/siril/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath xtensor, using log file: /var/log/nixpkgs-update/xtensor/2024-03-10.log xtensor 0.24.7 -> 0.25.0 https://repology.org/project/xtensor/versions attrpath: xtensor 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 xtensor 0.24.7 -> 0.25.0 https://repology.org/project/xtensor/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath sonobuoy, using log file: /var/log/nixpkgs-update/sonobuoy/2024-03-10.log sonobuoy 0 -> 1 attrpath: sonobuoy 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/9y2mvj2z3xy11krg778pkv147mfspjkf-packages.json.drv building '/nix/store/9y2mvj2z3xy11krg778pkv147mfspjkf-packages.json.drv'... Going to be running update for following packages: - sonobuoy-0.57.1 Press Enter key to continue... Running update for: - sonobuoy-0.57.1: UPDATING ... - sonobuoy-0.57.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update sonobuoy 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath ocamlPackages.dscheck, using log file: /var/log/nixpkgs-update/ocamlPackages.dscheck/2024-03-10.log ocamlPackages.dscheck 0.2.0 -> 0.4.0 https://repology.org/project/ocaml:dscheck/versions attrpath: ocamlPackages.dscheck Checking auto update branch... No auto update branch exists Old version 0.2.0" not present in master derivation file with contents: { lib, fetchurl, buildDunePackage , containers , oseq , alcotest }: buildDunePackage rec { pname = "dscheck"; version = "0.4.0"; minimalOCamlVersion = "5.0"; src = fetchurl { url = "https://github.com/ocaml-multicore/dscheck/releases/download/${version}/dscheck-${version}.tbz"; hash = "sha256-WWqa2O1y7krpIcxG7KLprn9SIQoWGSD3lgpXLZ9P9kA="; }; propagatedBuildInputs = [ containers oseq ]; doCheck = true; checkInputs = [ alcotest ]; meta = { description = "Traced atomics"; homepage = "https://github.com/ocaml-multicore/dscheck"; license = lib.licenses.isc; maintainers = [ lib.maintainers.vbgl ]; }; } [result] Failed to update ocamlPackages.dscheck 0.2.0 -> 0.4.0 https://repology.org/project/ocaml:dscheck/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.sss, using log file: /var/log/nixpkgs-update/rPackages.sss/2024-03-10.log rPackages.sss 0.2.1 -> 0.2.2 https://repology.org/project/r:sss/versions attrpath: rPackages.sss Checking auto update branch... No auto update branch exists Old version 0.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.sss 0.2.1 -> 0.2.2 https://repology.org/project/r:sss/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO @andersk asked to skip [result] Failed to update abseil-cpp 20240116.0 -> 20240116.1 https://repology.org/project/abseil-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 rPackages.tfruns, using log file: /var/log/nixpkgs-update/rPackages.tfruns/2024-03-10.log rPackages.tfruns 1.5.1 -> 1.5.2 https://repology.org/project/r:tfruns/versions attrpath: rPackages.tfruns Checking auto update branch... No auto update branch exists Old version 1.5.1" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; configurePhase = '' runHook preConfigure export R_LIBS_SITE="$R_LIBS_SITE''${R_LIBS_SITE:+:}$out/library" runHook postConfigure ''; buildPhase = '' runHook preBuild runHook postBuild ''; installFlags = if attrs.doCheck or true then [] else [ "--no-test-load" ]; rCommand = if requireX then # Unfortunately, xvfb-run has a race condition even with -a option, so that # we acquire a lock explicitly. "flock ${xvfb-run} xvfb-run -a -e xvfb-error R" else "R"; installPhase = '' runHook preInstall mkdir -p $out/library $rCommand CMD INSTALL --built-timestamp='1970-01-01 00:00:00 UTC' $installFlags --configure-args="$configureFlags" -l $out/library . runHook postInstall ''; postFixup = '' if test -e $out/nix-support/propagated-build-inputs; then ln -s $out/nix-support/propagated-build-inputs $out/nix-support/propagated-user-env-packages fi ''; checkPhase = '' # noop since R CMD INSTALL tests packages ''; } // attrs // { name = "r-" + name; }) [result] Failed to update rPackages.tfruns 1.5.1 -> 1.5.2 https://repology.org/project/r:tfruns/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.stevetemplates, using log file: /var/log/nixpkgs-update/rPackages.stevetemplates/2024-03-10.log rPackages.stevetemplates 0.9.0 -> 1.0.0 https://repology.org/project/r:stevetemplates/versions attrpath: rPackages.stevetemplates Checking auto update branch... No auto update branch exists Old version 0.9.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.stevetemplates 0.9.0 -> 1.0.0 https://repology.org/project/r:stevetemplates/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.mapsf, using log file: /var/log/nixpkgs-update/rPackages.mapsf/2024-03-10.log rPackages.mapsf 0.8.0 -> 0.9.0 https://repology.org/project/r:mapsf/versions attrpath: rPackages.mapsf Checking auto update branch... No auto update branch exists Old version 0.8.0" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; configurePhase = '' runHook preConfigure export R_LIBS_SITE="$R_LIBS_SITE''${R_LIBS_SITE:+:}$out/library" runHook postConfigure ''; buildPhase = '' runHook preBuild runHook postBuild ''; installFlags = if attrs.doCheck or true then [] else [ "--no-test-load" ]; rCommand = if requireX then # Unfortunately, xvfb-run has a race condition even with -a option, so that # we acquire a lock explicitly. "flock ${xvfb-run} xvfb-run -a -e xvfb-error R" else "R"; installPhase = '' runHook preInstall mkdir -p $out/library $rCommand CMD INSTALL --built-timestamp='1970-01-01 00:00:00 UTC' $installFlags --configure-args="$configureFlags" -l $out/library . runHook postInstall ''; postFixup = '' if test -e $out/nix-support/propagated-build-inputs; then ln -s $out/nix-support/propagated-build-inputs $out/nix-support/propagated-user-env-packages fi ''; checkPhase = '' # noop since R CMD INSTALL tests packages ''; } // attrs // { name = "r-" + name; }) [result] Failed to update rPackages.mapsf 0.8.0 -> 0.9.0 https://repology.org/project/r:mapsf/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.fritools, using log file: /var/log/nixpkgs-update/rPackages.fritools/2024-03-10.log rPackages.fritools 4.2.0 -> 4.3.0 https://repology.org/project/r:fritools/versions attrpath: rPackages.fritools Checking auto update branch... No auto update branch exists Old version 4.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.fritools 4.2.0 -> 4.3.0 https://repology.org/project/r:fritools/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.doubletrouble, using log file: /var/log/nixpkgs-update/rPackages.doubletrouble/2024-03-10.log rPackages.doubletrouble 1.2.1 -> 1.2.5 https://repology.org/project/r:doubletrouble/versions attrpath: rPackages.doubletrouble 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.doubletrouble 1.2.1 -> 1.2.5 https://repology.org/project/r:doubletrouble/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.PHENTHAUproc, using log file: /var/log/nixpkgs-update/rPackages.PHENTHAUproc/2024-03-10.log rPackages.PHENTHAUproc 0.9.9 -> 1.0.1 https://repology.org/project/r:phenthauproc/versions attrpath: rPackages.PHENTHAUproc Checking auto update branch... No auto update branch exists Old version 0.9.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.PHENTHAUproc 0.9.9 -> 1.0.1 https://repology.org/project/r:phenthauproc/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.emoa, using log file: /var/log/nixpkgs-update/rPackages.emoa/2024-03-10.log rPackages.emoa 0.5-0.2 -> 0.5-2 https://repology.org/project/r:emoa/versions attrpath: rPackages.emoa Checking auto update branch... No auto update branch exists Old version 0.5-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.emoa 0.5-0.2 -> 0.5-2 https://repology.org/project/r:emoa/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.httpuv, using log file: /var/log/nixpkgs-update/rPackages.httpuv/2024-03-10.log rPackages.httpuv 1.6.13 -> 1.6.14 https://repology.org/project/r:httpuv/versions attrpath: rPackages.httpuv Checking auto update branch... No auto update branch exists Old version 1.6.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.httpuv 1.6.13 -> 1.6.14 https://repology.org/project/r:httpuv/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.FinTS, using log file: /var/log/nixpkgs-update/rPackages.FinTS/2024-03-10.log rPackages.FinTS 0.4-8 -> 0.4-9 https://repology.org/project/r:fints/versions attrpath: rPackages.FinTS Checking auto update branch... No auto update branch exists Old version 0.4-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.FinTS 0.4-8 -> 0.4-9 https://repology.org/project/r:fints/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.terminaltables, using log file: /var/log/nixpkgs-update/python311Packages.terminaltables/2024-03-10.log python311Packages.terminaltables 0 -> 1 attrpath: python311Packages.terminaltables Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/5asbakxsw5s61lg84k2yva43b2x5f5f6-packages.json.drv building '/nix/store/5asbakxsw5s61lg84k2yva43b2x5f5f6-packages.json.drv'... Going to be running update for following packages: - python3.11-terminaltables-3.1.10 Press Enter key to continue... Running update for: - python3.11-terminaltables-3.1.10: UPDATING ... - python3.11-terminaltables-3.1.10: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.terminaltables 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath screenkey, using log file: /var/log/nixpkgs-update/screenkey/2024-03-10.log screenkey 0 -> 1 attrpath: screenkey Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/dfl6hw1q5dhq6yqk49q0y0jfn5507qsb-packages.json.drv building '/nix/store/dfl6hw1q5dhq6yqk49q0y0jfn5507qsb-packages.json.drv'... Going to be running update for following packages: - screenkey-1.5 Press Enter key to continue... Running update for: - screenkey-1.5: UPDATING ... - screenkey-1.5: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update screenkey 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: 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-cors-headers, using log file: /var/log/nixpkgs-update/python311Packages.django-cors-headers/2024-03-10.log python311Packages.django-cors-headers 0 -> 1 attrpath: python311Packages.django-cors-headers Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/fvffhsrhbx84wkz4f9pcwgw9j1x4cc3p-packages.json.drv building '/nix/store/fvffhsrhbx84wkz4f9pcwgw9j1x4cc3p-packages.json.drv'... Going to be running update for following packages: - python3.11-django-cors-headers-3.13.0 Press Enter key to continue... Running update for: - python3.11-django-cors-headers-3.13.0: UPDATING ... - python3.11-django-cors-headers-3.13.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.django-cors-headers 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.gpapi, using log file: /var/log/nixpkgs-update/python311Packages.gpapi/2024-03-10.log python311Packages.gpapi 0 -> 1 attrpath: python311Packages.gpapi Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/v2zqn2snnwhfkfsyrsnfkd8dxnmj4f75-packages.json.drv building '/nix/store/v2zqn2snnwhfkfsyrsnfkd8dxnmj4f75-packages.json.drv'... Going to be running update for following packages: - python3.11-gpapi-0.4.4 Press Enter key to continue... Running update for: - python3.11-gpapi-0.4.4: UPDATING ... - python3.11-gpapi-0.4.4: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.gpapi 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath mstpd, using log file: /var/log/nixpkgs-update/mstpd/2024-03-10.log mstpd 0.0.8 -> 0.1.0 https://github.com/mstpd/mstpd/releases attrpath: mstpd Checking auto update branch... No auto update branch exists There might already be an open PR for this update: - mstpd: 0.0.8 -> 0.1.0 URL "https://api.github.com/repos/NixOS/nixpkgs/issues/268655" [result] Failed to update mstpd 0.0.8 -> 0.1.0 https://github.com/mstpd/mstpd/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath pgbadger, using log file: /var/log/nixpkgs-update/pgbadger/2024-03-10.log pgbadger 12.2 -> 12.4 https://github.com/darold/pgbadger/releases attrpath: pgbadger Checking auto update branch... No auto update branch exists Derivation contains buildPerlPackage [result] Failed to update pgbadger 12.2 -> 12.4 https://github.com/darold/pgbadger/releases [options] github_user: r-ryantm, pull_request: YES, batch_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-remote-desktop, using log file: /var/log/nixpkgs-update/gnome.gnome-remote-desktop/2024-03-10.log gnome.gnome-remote-desktop 0 -> 1 attrpath: gnome.gnome-remote-desktop Checking auto update branch... Do not update GNOME during a release cycle [result] Failed to update gnome.gnome-remote-desktop 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.yamlet, using log file: /var/log/nixpkgs-update/rPackages.yamlet/2024-03-10.log rPackages.yamlet 0.10.33 -> 1.0.0 https://repology.org/project/r:yamlet/versions attrpath: rPackages.yamlet Checking auto update branch... No auto update branch exists Old version 0.10.33" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-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.yamlet 0.10.33 -> 1.0.0 https://repology.org/project/r:yamlet/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath azure-functions-core-tools, using log file: /var/log/nixpkgs-update/azure-functions-core-tools/2024-03-10.log azure-functions-core-tools 4.0.5455 -> 4.0.5530 https://github.com/Azure/azure-functions-core-tools/releases attrpath: azure-functions-core-tools Checking auto update branch... No auto update branch exists [version] [version] generic version rewriter does not support multiple hashes [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] Received ExitFailure 1 when running Raw command: /nix/store/1gfp7hiwzpv9aglk2yfa9m49jc0n7pa5-nix-2.18.1/bin/nix --extra-experimental-features nix-command --extra-experimental-features flakes eval .#azure-functions-core-tools.src --apply "p: p.vendorHash" Standard error: warning: Git tree '/var/cache/nixpkgs-update/worker/worktree/azure-functions-core-tools' is dirty '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links error: attribute 'vendorHash' missing at «string»:1:4: 1| p: p.vendorHash | ^ Received ExitFailure 1 when running Raw command: /nix/store/1gfp7hiwzpv9aglk2yfa9m49jc0n7pa5-nix-2.18.1/bin/nix --extra-experimental-features nix-command --extra-experimental-features flakes eval .#azure-functions-core-tools.originalSrc --apply "p: p.vendorHash" Standard error: warning: Git tree '/var/cache/nixpkgs-update/worker/worktree/azure-functions-core-tools' is dirty error: flake 'git+file:///var/cache/nixpkgs-update/worker/worktree/azure-functions-core-tools' does not provide attribute 'packages.x86_64-linux.azure-functions-core-tools.originalSrc', 'legacyPackages.x86_64-linux.azure-functions-core-tools.originalSrc' or 'azure-functions-core-tools.originalSrc' Received ExitFailure 1 when running Raw command: /nix/store/1gfp7hiwzpv9aglk2yfa9m49jc0n7pa5-nix-2.18.1/bin/nix --extra-experimental-features nix-command --extra-experimental-features flakes eval .#azure-functions-core-tools --apply "p: p.vendorHash" Standard error: warning: Git tree '/var/cache/nixpkgs-update/worker/worktree/azure-functions-core-tools' is dirty error: attribute 'vendorHash' missing at «string»:1:4: 1| p: p.vendorHash | ^ [result] Failed to update azure-functions-core-tools 4.0.5455 -> 4.0.5530 https://github.com/Azure/azure-functions-core-tools/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.pyeight, using log file: /var/log/nixpkgs-update/python311Packages.pyeight/2024-03-10.log python311Packages.pyeight 0 -> 1 attrpath: python311Packages.pyeight Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/ja31l7i03nr4kmlvv7yc5v2gwbj5hf11-packages.json.drv building '/nix/store/ja31l7i03nr4kmlvv7yc5v2gwbj5hf11-packages.json.drv'... Going to be running update for following packages: - python3.11-pyeight-0.3.2 Press Enter key to continue... Running update for: - python3.11-pyeight-0.3.2: UPDATING ... - python3.11-pyeight-0.3.2: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.pyeight 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.notedown, using log file: /var/log/nixpkgs-update/python311Packages.notedown/2024-03-10.log python311Packages.notedown 0 -> 1 attrpath: python311Packages.notedown Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/m7fvlzsh5z8v2a9n490szzpqvb7g2qv8-packages.json.drv building '/nix/store/m7fvlzsh5z8v2a9n490szzpqvb7g2qv8-packages.json.drv'... Going to be running update for following packages: - python3.11-notedown-1.5.1 Press Enter key to continue... Running update for: - python3.11-notedown-1.5.1: UPDATING ... - python3.11-notedown-1.5.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.notedown 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.ergm_userterms, using log file: /var/log/nixpkgs-update/rPackages.ergm_userterms/2024-03-10.log rPackages.ergm_userterms 3.10.0 -> 3.10.0-111 https://repology.org/project/r:ergm.userterms/versions attrpath: rPackages.ergm_userterms Checking auto update branch... No auto update branch exists Old version 3.10.0" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; configurePhase = '' runHook preConfigure export R_LIBS_SITE="$R_LIBS_SITE''${R_LIBS_SITE:+:}$out/library" runHook postConfigure ''; buildPhase = '' runHook preBuild runHook postBuild ''; installFlags = if attrs.doCheck or true then [] else [ "--no-test-load" ]; rCommand = if requireX then # Unfortunately, xvfb-run has a race condition even with -a option, so that # we acquire a lock explicitly. "flock ${xvfb-run} xvfb-run -a -e xvfb-error R" else "R"; installPhase = '' runHook preInstall mkdir -p $out/library $rCommand CMD INSTALL --built-timestamp='1970-01-01 00:00:00 UTC' $installFlags --configure-args="$configureFlags" -l $out/library . runHook postInstall ''; postFixup = '' if test -e $out/nix-support/propagated-build-inputs; then ln -s $out/nix-support/propagated-build-inputs $out/nix-support/propagated-user-env-packages fi ''; checkPhase = '' # noop since R CMD INSTALL tests packages ''; } // attrs // { name = "r-" + name; }) [result] Failed to update rPackages.ergm_userterms 3.10.0 -> 3.10.0-111 https://repology.org/project/r:ergm.userterms/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.vcard, using log file: /var/log/nixpkgs-update/python311Packages.vcard/2024-03-10.log python311Packages.vcard 0 -> 1 attrpath: python311Packages.vcard Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/snlwm25aiq2z22hrq5zxlz597ylkjqr5-packages.json.drv building '/nix/store/snlwm25aiq2z22hrq5zxlz597ylkjqr5-packages.json.drv'... Going to be running update for following packages: - python3.11-vcard-0.15.4 Press Enter key to continue... Running update for: - python3.11-vcard-0.15.4: UPDATING ... - python3.11-vcard-0.15.4: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.vcard 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath goda, using log file: /var/log/nixpkgs-update/goda/2024-03-10.log goda 0 -> 1 attrpath: goda 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/0vzxl9d4hbxm89fvf76bp3qh2b24lr6r-packages.json.drv building '/nix/store/0vzxl9d4hbxm89fvf76bp3qh2b24lr6r-packages.json.drv'... Going to be running update for following packages: - goda-0.5.7 Press Enter key to continue... Running update for: - goda-0.5.7: UPDATING ... - goda-0.5.7: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update goda 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_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.brightbox, using log file: /var/log/nixpkgs-update/terraform-providers.brightbox/2024-03-10.log terraform-providers.brightbox 0 -> 1 attrpath: terraform-providers.brightbox Checking auto update branch... Derivation file opts-out of auto-updates [result] Failed to update terraform-providers.brightbox 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.GLCMTextures, using log file: /var/log/nixpkgs-update/rPackages.GLCMTextures/2024-03-10.log rPackages.GLCMTextures 0.3.9 -> 0.4.1 https://repology.org/project/r:glcmtextures/versions attrpath: rPackages.GLCMTextures Checking auto update branch... No auto update branch exists Old version 0.3.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.GLCMTextures 0.3.9 -> 0.4.1 https://repology.org/project/r:glcmtextures/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.chex, using log file: /var/log/nixpkgs-update/python311Packages.chex/2024-03-10.log python311Packages.chex 0 -> 1 attrpath: python311Packages.chex Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/fic3mg7djc8bmd7qzr1hbbvjb5nbi58h-packages.json.drv building '/nix/store/fic3mg7djc8bmd7qzr1hbbvjb5nbi58h-packages.json.drv'... Going to be running update for following packages: - python3.11-chex-0.1.85 Press Enter key to continue... Running update for: - python3.11-chex-0.1.85: UPDATING ... - python3.11-chex-0.1.85: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.chex 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath darwin.moltenvk, using log file: /var/log/nixpkgs-update/darwin.moltenvk/2024-03-10.log darwin.moltenvk 0 -> 1 attrpath: darwin.moltenvk Checking auto update branch... [version] [version] skipping because derivation has 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/csbv3zflmx1rzaqsc0rqa2vhjlnkfm5z-packages.json.drv building '/nix/store/csbv3zflmx1rzaqsc0rqa2vhjlnkfm5z-packages.json.drv'... Going to be running update for following packages: - MoltenVK-1.2.7 Press Enter key to continue... Running update for: - MoltenVK-1.2.7: UPDATING ... - MoltenVK-1.2.7: ERROR --- SHOWING ERROR LOG FOR MoltenVK-1.2.7 ---------------------- + name= + pname= + version= + attr_path= + version_lister='/nix/store/8r8q5xdhd7m544h61y9qb0djqi5fmh39-common-updater-scripts/bin/list-git-tags ' + ignored_versions= + rev_prefix=v + odd_unstable= + patchlevel_unstable= + [[ -n '' ]] + name=MoltenVK-1.2.7 + [[ -n '' ]] + pname=MoltenVK + [[ -n '' ]] + version=1.2.7 + [[ -n '' ]] + attr_path=darwin.moltenvk + echo '# MoltenVK-1.2.7' ++ sh -c '/nix/store/8r8q5xdhd7m544h61y9qb0djqi5fmh39-common-updater-scripts/bin/list-git-tags --pname=MoltenVK --attr-path=darwin.moltenvk --file="update-git-commits.txt"' + tags='v.1.0.43 v1.0.0 v1.0.1 v1.0.10 v1.0.15 v1.0.16 v1.0.17 v1.0.18 v1.0.2 v1.0.20 v1.0.21 v1.0.22 v1.0.23 v1.0.24 v1.0.25 v1.0.26 v1.0.27 v1.0.28 v1.0.29 v1.0.3 v1.0.30 v1.0.31 v1.0.32 v1.0.33 v1.0.34 v1.0.35 v1.0.36 v1.0.36-Metal-3.0 v1.0.37 v1.0.37-Metal-3.0 v1.0.38 v1.0.39 v1.0.40 v1.0.41 v1.0.42 v1.0.44 v1.0.5 v1.0.8 v1.0.9 v1.1.0 v1.1.1 v1.1.10 v1.1.11 v1.1.2 v1.1.3 v1.1.4 v1.1.5 v1.1.6 v1.1.7 v1.1.8 v1.1.9 v1.2.0 v1.2.0-beta v1.2.1 v1.2.2 v1.2.3 v1.2.4 v1.2.5 v1.2.6 v1.2.6-rc1 v1.2.6-rc2 v1.2.7 v1.2.7-rc1 v1.2.7-rc2' + for tag in $tags + echo '# found MoltenVK version: v.1.0.43' + for tag in $tags + echo '# found MoltenVK version: v1.0.0' + for tag in $tags + echo '# found MoltenVK version: v1.0.1' + for tag in $tags + echo '# found MoltenVK version: v1.0.10' + for tag in $tags + echo '# found MoltenVK version: v1.0.15' + for tag in $tags + echo '# found MoltenVK version: v1.0.16' + for tag in $tags + echo '# found MoltenVK version: v1.0.17' + for tag in $tags + echo '# found MoltenVK version: v1.0.18' + for tag in $tags + echo '# found MoltenVK version: v1.0.2' + for tag in $tags + echo '# found MoltenVK version: v1.0.20' + for tag in $tags + echo '# found MoltenVK version: v1.0.21' + for tag in $tags + echo '# found MoltenVK version: v1.0.22' + for tag in $tags + echo '# found MoltenVK version: v1.0.23' + for tag in $tags + echo '# found MoltenVK version: v1.0.24' + for tag in $tags + echo '# found MoltenVK version: v1.0.25' + for tag in $tags + echo '# found MoltenVK version: v1.0.26' + for tag in $tags + echo '# found MoltenVK version: v1.0.27' + for tag in $tags + echo '# found MoltenVK version: v1.0.28' + for tag in $tags + echo '# found MoltenVK version: v1.0.29' + for tag in $tags + echo '# found MoltenVK version: v1.0.3' + for tag in $tags + echo '# found MoltenVK version: v1.0.30' + for tag in $tags + echo '# found MoltenVK version: v1.0.31' + for tag in $tags + echo '# found MoltenVK version: v1.0.32' + for tag in $tags + echo '# found MoltenVK version: v1.0.33' + for tag in $tags + echo '# found MoltenVK version: v1.0.34' + for tag in $tags + echo '# found MoltenVK version: v1.0.35' + for tag in $tags + echo '# found MoltenVK version: v1.0.36' + for tag in $tags + echo '# found MoltenVK version: v1.0.36-Metal-3.0' + for tag in $tags + echo '# found MoltenVK version: v1.0.37' + for tag in $tags + echo '# found MoltenVK version: v1.0.37-Metal-3.0' + for tag in $tags + echo '# found MoltenVK version: v1.0.38' + for tag in $tags + echo '# found MoltenVK version: v1.0.39' + for tag in $tags + echo '# found MoltenVK version: v1.0.40' + for tag in $tags + echo '# found MoltenVK version: v1.0.41' + for tag in $tags + echo '# found MoltenVK version: v1.0.42' + for tag in $tags + echo '# found MoltenVK version: v1.0.44' + for tag in $tags + echo '# found MoltenVK version: v1.0.5' + for tag in $tags + echo '# found MoltenVK version: v1.0.8' + for tag in $tags + echo '# found MoltenVK version: v1.0.9' + for tag in $tags + echo '# found MoltenVK version: v1.1.0' + for tag in $tags + echo '# found MoltenVK version: v1.1.1' + for tag in $tags + echo '# found MoltenVK version: v1.1.10' + for tag in $tags + echo '# found MoltenVK version: v1.1.11' + for tag in $tags + echo '# found MoltenVK version: v1.1.2' + for tag in $tags + echo '# found MoltenVK version: v1.1.3' + for tag in $tags + echo '# found MoltenVK version: v1.1.4' + for tag in $tags + echo '# found MoltenVK version: v1.1.5' + for tag in $tags + echo '# found MoltenVK version: v1.1.6' + for tag in $tags + echo '# found MoltenVK version: v1.1.7' + for tag in $tags + echo '# found MoltenVK version: v1.1.8' + for tag in $tags + echo '# found MoltenVK version: v1.1.9' + for tag in $tags + echo '# found MoltenVK version: v1.2.0' + for tag in $tags + echo '# found MoltenVK version: v1.2.0-beta' + for tag in $tags + echo '# found MoltenVK version: v1.2.1' + for tag in $tags + echo '# found MoltenVK version: v1.2.2' + for tag in $tags + echo '# found MoltenVK version: v1.2.3' + for tag in $tags + echo '# found MoltenVK version: v1.2.4' + for tag in $tags + echo '# found MoltenVK version: v1.2.5' + for tag in $tags + echo '# found MoltenVK version: v1.2.6' + for tag in $tags + echo '# found MoltenVK version: v1.2.6-rc1' + for tag in $tags + echo '# found MoltenVK version: v1.2.6-rc2' + for tag in $tags + echo '# found MoltenVK version: v1.2.7' + for tag in $tags + echo '# found MoltenVK version: v1.2.7-rc1' + for tag in $tags + echo '# found MoltenVK version: v1.2.7-rc2' + '[' -n v ']' ++ echo 'v.1.0.43 v1.0.0 v1.0.1 v1.0.10 v1.0.15 v1.0.16 v1.0.17 v1.0.18 v1.0.2 v1.0.20 v1.0.21 v1.0.22 v1.0.23 v1.0.24 v1.0.25 v1.0.26 v1.0.27 v1.0.28 v1.0.29 v1.0.3 v1.0.30 v1.0.31 v1.0.32 v1.0.33 v1.0.34 v1.0.35 v1.0.36 v1.0.36-Metal-3.0 v1.0.37 v1.0.37-Metal-3.0 v1.0.38 v1.0.39 v1.0.40 v1.0.41 v1.0.42 v1.0.44 v1.0.5 v1.0.8 v1.0.9 v1.1.0 v1.1.1 v1.1.10 v1.1.11 v1.1.2 v1.1.3 v1.1.4 v1.1.5 v1.1.6 v1.1.7 v1.1.8 v1.1.9 v1.2.0 v1.2.0-beta v1.2.1 v1.2.2 v1.2.3 v1.2.4 v1.2.5 v1.2.6 v1.2.6-rc1 v1.2.6-rc2 v1.2.7 v1.2.7-rc1 v1.2.7-rc2' ++ /nix/store/320v66ili0mwnyrxj3dwbxm0z8ndkbw7-gnugrep-3.11/bin/grep '^v' + tags='v.1.0.43 v1.0.0 v1.0.1 v1.0.10 v1.0.15 v1.0.16 v1.0.17 v1.0.18 v1.0.2 v1.0.20 v1.0.21 v1.0.22 v1.0.23 v1.0.24 v1.0.25 v1.0.26 v1.0.27 v1.0.28 v1.0.29 v1.0.3 v1.0.30 v1.0.31 v1.0.32 v1.0.33 v1.0.34 v1.0.35 v1.0.36 v1.0.36-Metal-3.0 v1.0.37 v1.0.37-Metal-3.0 v1.0.38 v1.0.39 v1.0.40 v1.0.41 v1.0.42 v1.0.44 v1.0.5 v1.0.8 v1.0.9 v1.1.0 v1.1.1 v1.1.10 v1.1.11 v1.1.2 v1.1.3 v1.1.4 v1.1.5 v1.1.6 v1.1.7 v1.1.8 v1.1.9 v1.2.0 v1.2.0-beta v1.2.1 v1.2.2 v1.2.3 v1.2.4 v1.2.5 v1.2.6 v1.2.6-rc1 v1.2.6-rc2 v1.2.7 v1.2.7-rc1 v1.2.7-rc2' ++ echo 'v.1.0.43 v1.0.0 v1.0.1 v1.0.10 v1.0.15 v1.0.16 v1.0.17 v1.0.18 v1.0.2 v1.0.20 v1.0.21 v1.0.22 v1.0.23 v1.0.24 v1.0.25 v1.0.26 v1.0.27 v1.0.28 v1.0.29 v1.0.3 v1.0.30 v1.0.31 v1.0.32 v1.0.33 v1.0.34 v1.0.35 v1.0.36 v1.0.36-Metal-3.0 v1.0.37 v1.0.37-Metal-3.0 v1.0.38 v1.0.39 v1.0.40 v1.0.41 v1.0.42 v1.0.44 v1.0.5 v1.0.8 v1.0.9 v1.1.0 v1.1.1 v1.1.10 v1.1.11 v1.1.2 v1.1.3 v1.1.4 v1.1.5 v1.1.6 v1.1.7 v1.1.8 v1.1.9 v1.2.0 v1.2.0-beta v1.2.1 v1.2.2 v1.2.3 v1.2.4 v1.2.5 v1.2.6 v1.2.6-rc1 v1.2.6-rc2 v1.2.7 v1.2.7-rc1 v1.2.7-rc2' ++ /nix/store/q7kq0naays5251ihghw0ccsz39id7kk5-gnused-4.9/bin/sed -e 's,^v,,' + tags='.1.0.43 1.0.0 1.0.1 1.0.10 1.0.15 1.0.16 1.0.17 1.0.18 1.0.2 1.0.20 1.0.21 1.0.22 1.0.23 1.0.24 1.0.25 1.0.26 1.0.27 1.0.28 1.0.29 1.0.3 1.0.30 1.0.31 1.0.32 1.0.33 1.0.34 1.0.35 1.0.36 1.0.36-Metal-3.0 1.0.37 1.0.37-Metal-3.0 1.0.38 1.0.39 1.0.40 1.0.41 1.0.42 1.0.44 1.0.5 1.0.8 1.0.9 1.1.0 1.1.1 1.1.10 1.1.11 1.1.2 1.1.3 1.1.4 1.1.5 1.1.6 1.1.7 1.1.8 1.1.9 1.2.0 1.2.0-beta 1.2.1 1.2.2 1.2.3 1.2.4 1.2.5 1.2.6 1.2.6-rc1 1.2.6-rc2 1.2.7 1.2.7-rc1 1.2.7-rc2' ++ echo '.1.0.43 1.0.0 1.0.1 1.0.10 1.0.15 1.0.16 1.0.17 1.0.18 1.0.2 1.0.20 1.0.21 1.0.22 1.0.23 1.0.24 1.0.25 1.0.26 1.0.27 1.0.28 1.0.29 1.0.3 1.0.30 1.0.31 1.0.32 1.0.33 1.0.34 1.0.35 1.0.36 1.0.36-Metal-3.0 1.0.37 1.0.37-Metal-3.0 1.0.38 1.0.39 1.0.40 1.0.41 1.0.42 1.0.44 1.0.5 1.0.8 1.0.9 1.1.0 1.1.1 1.1.10 1.1.11 1.1.2 1.1.3 1.1.4 1.1.5 1.1.6 1.1.7 1.1.8 1.1.9 1.2.0 1.2.0-beta 1.2.1 1.2.2 1.2.3 1.2.4 1.2.5 1.2.6 1.2.6-rc1 1.2.6-rc2 1.2.7 1.2.7-rc1 1.2.7-rc2' ++ /nix/store/320v66ili0mwnyrxj3dwbxm0z8ndkbw7-gnugrep-3.11/bin/grep '^[0-9]' + tags='1.0.0 1.0.1 1.0.10 1.0.15 1.0.16 1.0.17 1.0.18 1.0.2 1.0.20 1.0.21 1.0.22 1.0.23 1.0.24 1.0.25 1.0.26 1.0.27 1.0.28 1.0.29 1.0.3 1.0.30 1.0.31 1.0.32 1.0.33 1.0.34 1.0.35 1.0.36 1.0.36-Metal-3.0 1.0.37 1.0.37-Metal-3.0 1.0.38 1.0.39 1.0.40 1.0.41 1.0.42 1.0.44 1.0.5 1.0.8 1.0.9 1.1.0 1.1.1 1.1.10 1.1.11 1.1.2 1.1.3 1.1.4 1.1.5 1.1.6 1.1.7 1.1.8 1.1.9 1.2.0 1.2.0-beta 1.2.1 1.2.2 1.2.3 1.2.4 1.2.5 1.2.6 1.2.6-rc1 1.2.6-rc2 1.2.7 1.2.7-rc1 1.2.7-rc2' ++ echo '1.0.0 1.0.1 1.0.10 1.0.15 1.0.16 1.0.17 1.0.18 1.0.2 1.0.20 1.0.21 1.0.22 1.0.23 1.0.24 1.0.25 1.0.26 1.0.27 1.0.28 1.0.29 1.0.3 1.0.30 1.0.31 1.0.32 1.0.33 1.0.34 1.0.35 1.0.36 1.0.36-Metal-3.0 1.0.37 1.0.37-Metal-3.0 1.0.38 1.0.39 1.0.40 1.0.41 1.0.42 1.0.44 1.0.5 1.0.8 1.0.9 1.1.0 1.1.1 1.1.10 1.1.11 1.1.2 1.1.3 1.1.4 1.1.5 1.1.6 1.1.7 1.1.8 1.1.9 1.2.0 1.2.0-beta 1.2.1 1.2.2 1.2.3 1.2.4 1.2.5 1.2.6 1.2.6-rc1 1.2.6-rc2 1.2.7 1.2.7-rc1 1.2.7-rc2' ++ /nix/store/mb488rr560vq1xnl10hinnyfflcrd51n-coreutils-9.4/bin/sort --reverse --version-sort + tags='1.2.7-rc2 1.2.7-rc1 1.2.7 1.2.6-rc2 1.2.6-rc1 1.2.6 1.2.5 1.2.4 1.2.3 1.2.2 1.2.1 1.2.0-beta 1.2.0 1.1.11 1.1.10 1.1.9 1.1.8 1.1.7 1.1.6 1.1.5 1.1.4 1.1.3 1.1.2 1.1.1 1.1.0 1.0.44 1.0.42 1.0.41 1.0.40 1.0.39 1.0.38 1.0.37-Metal-3.0 1.0.37 1.0.36-Metal-3.0 1.0.36 1.0.35 1.0.34 1.0.33 1.0.32 1.0.31 1.0.30 1.0.29 1.0.28 1.0.27 1.0.26 1.0.25 1.0.24 1.0.23 1.0.22 1.0.21 1.0.20 1.0.18 1.0.17 1.0.16 1.0.15 1.0.10 1.0.9 1.0.8 1.0.5 1.0.3 1.0.2 1.0.1 1.0.0' + for latest_tag in $tags + version_is_ignored 1.2.7-rc2 + local tag=1.2.7-rc2 + '[' -n '' ']' + version_is_unstable 1.2.7-rc2 + local tag=1.2.7-rc2 + local enforce= + '[' -n '' -o -n '' ']' + '[' -n '' -o -n '' ']' + return 1 + version_is_unstable 1.2.7-rc2 enforce + local tag=1.2.7-rc2 + local enforce=enforce + '[' -n '' -o -n enforce ']' ++ echo 1.2.7-rc2 ++ /nix/store/q7kq0naays5251ihghw0ccsz39id7kk5-gnused-4.9/bin/sed -rne 's,^[0-9]+\.([0-9]+).*,\1,p' + local minor=2 + '[' 0 -eq 1 ']' + '[' -n '' -o -n enforce ']' ++ echo 1.2.7-rc2 ++ /nix/store/q7kq0naays5251ihghw0ccsz39id7kk5-gnused-4.9/bin/sed -rne 's,^[0-9]+\.[0-9]+\.([0-9]+).*$,\1,p' + local patchlevel=7 + (( patchlevel >= 90 )) + return 1 + break + '[' -n 1.2.7-rc2 ']' + '[' 1.2.7 '!=' 1.2.7-rc2 ']' ++ EDITOR=echo ++ /nix/store/6r0bm8shswm9v08kzvq24ib48mx3kxmn-nix-2.18.1/bin/nix edit --extra-experimental-features nix-command -f. darwin.moltenvk + pfile=/var/cache/nixpkgs-update/worker/worktree/darwin.moltenvk/pkgs/os-specific/darwin/moltenvk/default.nix + echo ' git add /var/cache/nixpkgs-update/worker/worktree/darwin.moltenvk/pkgs/os-specific/darwin/moltenvk/default.nix ' + echo ' git commit -m '\''darwin.moltenvk: 1.2.7 -> 1.2.7-rc2'\''' + /nix/store/8r8q5xdhd7m544h61y9qb0djqi5fmh39-common-updater-scripts/bin/update-source-version --print-changes darwin.moltenvk 1.2.7-rc2 update-source-version: error: Both the old and new source hashes of 'darwin.moltenvk.src' were equivalent. Please fix the package's source URL to be dependent on '${version}'! --- SHOWING ERROR LOG FOR MoltenVK-1.2.7 ---------------------- The update script for MoltenVK-1.2.7 failed with exit code 1 [result] Failed to update darwin.moltenvk 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath errbot, using log file: /var/log/nixpkgs-update/errbot/2024-03-10.log errbot 0 -> 1 attrpath: errbot Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/yly2n77yf14ax8g1c7nszbja0y7zdl3m-packages.json.drv building '/nix/store/yly2n77yf14ax8g1c7nszbja0y7zdl3m-packages.json.drv'... Going to be running update for following packages: - errbot-6.1.9 Press Enter key to continue... Running update for: - errbot-6.1.9: UPDATING ... - errbot-6.1.9: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/applications/networking/errbot/default.nix b/pkgs/applications/networking/errbot/default.nix index c94bbc878018..60205d1af0e5 100644 --- a/pkgs/applications/networking/errbot/default.nix +++ b/pkgs/applications/networking/errbot/default.nix @@ -5,15 +5,15 @@ python3.pkgs.buildPythonApplication rec { pname = "errbot"; - version = "6.1.9"; + version = "6.2.0"; format = "setuptools"; src = fetchFromGitHub { owner = "errbotio"; repo = "errbot"; - rev = version; - hash = "sha256-BmHChLWWnrtg0p4WH8bANwpo+p4RTwjYbXfyPnz6mp8="; + rev = "refs/tags/${version}"; + hash = "sha256-UdqzBrlcb9NkuVo8ChADJmaKevadoGLyZUrckStb5ko="; }; nativeBuildInputs = with python3.pkgs; [ No auto update branch exists [outpaths] eval start [outpaths] eval end Received ExitFailure 1 when running Raw command: /nix/store/1gfp7hiwzpv9aglk2yfa9m49jc0n7pa5-nix-2.18.1/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A errbot nix build failed. tests/backend_tests/text_test.py . [100%] =================================== FAILURES =================================== ____________________________ test_entrypoint_paths _____________________________ def test_entrypoint_paths(): plugins = entry_point_plugins("console_scripts")  match = False for plugin in plugins: if "errbot/errbot.cli" in plugin: match = True > assert match E assert False tests/plugin_entrypoint_test.py:11: AssertionError =============================== warnings summary =============================== errbot/utils.py:13 /build/source/errbot/utils.py:13: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html import pkg_resources tests/cascade_dependencies_test.py::test_dependency_commands /nix/store/815i8cb2fb4qh607ab41nz51j8p9s915-python3.11-webob-1.8.7/lib/python3.11/site-packages/webob/compat.py:5: DeprecationWarning: 'cgi' is deprecated and slated for removal in Python 3.13 from cgi import parse_header -- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html =========================== short test summary info ============================ FAILED tests/plugin_entrypoint_test.py::test_entrypoint_paths - assert False =========== 1 failed, 209 passed, 5 deselected, 2 warnings in 21.25s =========== /nix/store/v099hqvw5z87423p4hz1vfhzaqa07dii-stdenv-linux/setup: line 1578: pop_var_context: head of shell_variables not a function context [result] Failed to update errbot 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath mate.mate-notification-daemon, using log file: /var/log/nixpkgs-update/mate.mate-notification-daemon/2024-03-10.log mate.mate-notification-daemon 0 -> 1 attrpath: mate.mate-notification-daemon mate packages are upgraded in lockstep https://github.com/NixOS/nixpkgs/pull/50695#issuecomment-441338593 [result] Failed to update mate.mate-notification-daemon 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath pubs, using log file: /var/log/nixpkgs-update/pubs/2024-03-10.log pubs 0 -> 1 attrpath: pubs 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/ivmm6s4lh193rnwnhphhfslc28yarrsp-packages.json.drv building '/nix/store/ivmm6s4lh193rnwnhphhfslc28yarrsp-packages.json.drv'... Going to be running update for following packages: - pubs-0.9.0 Press Enter key to continue... Running update for: - pubs-0.9.0: UPDATING ... - pubs-0.9.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update pubs 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.yalesmartalarmclient, using log file: /var/log/nixpkgs-update/python311Packages.yalesmartalarmclient/2024-03-10.log python311Packages.yalesmartalarmclient 0 -> 1 attrpath: python311Packages.yalesmartalarmclient Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/nibi3cnmsp8sk7n83xqv2l2nj4xd95l8-packages.json.drv building '/nix/store/nibi3cnmsp8sk7n83xqv2l2nj4xd95l8-packages.json.drv'... Going to be running update for following packages: - python3.11-yalesmartalarmclient-0.3.9 Press Enter key to continue... Running update for: - python3.11-yalesmartalarmclient-0.3.9: UPDATING ... - python3.11-yalesmartalarmclient-0.3.9: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.yalesmartalarmclient 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath cudaPackages.nccl, using log file: /var/log/nixpkgs-update/cudaPackages.nccl/2024-03-10.log cudaPackages.nccl 0 -> 1 attrpath: cudaPackages.nccl Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/syj8pfv0vvm5fa3k4nfjrz2gfxn0r7l4-packages.json.drv building '/nix/store/syj8pfv0vvm5fa3k4nfjrz2gfxn0r7l4-packages.json.drv'... Going to be running update for following packages: - nccl-2.20.3-1 Press Enter key to continue... Running update for: - nccl-2.20.3-1: UPDATING ... - nccl-2.20.3-1: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/cuda-modules/nccl/default.nix b/pkgs/development/cuda-modules/nccl/default.nix index 25296c21365d..59ff31b35af4 100644 --- a/pkgs/development/cuda-modules/nccl/default.nix +++ b/pkgs/development/cuda-modules/nccl/default.nix @@ -25,13 +25,13 @@ in backendStdenv.mkDerivation ( finalAttrs: { pname = "nccl"; - version = "2.20.3-1"; + version = "2.20.5-1"; src = fetchFromGitHub { owner = "NVIDIA"; repo = finalAttrs.pname; rev = "v${finalAttrs.version}"; - hash = "sha256-7gI1q6uN3saz/twwLjWl7XmMucYjvClDPDdbVpVM0vU="; + hash = "sha256-ModIjD6RaRD/57a/PA1oTgYhZsAQPrrvhl5sNVXnO6c="; }; strictDeps = true; An auto update branch exists with message `cudaPackages.nccl: 2.20.3-1 -> 2.20.5-1`. New version is 2.20.5-1. An auto update branch exists with an equal or greater version [result] Failed to update cudaPackages.nccl 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath meshlab, using log file: /var/log/nixpkgs-update/meshlab/2024-03-10.log meshlab 2022.02 -> 2023.12 https://repology.org/project/meshlab/versions attrpath: meshlab Checking auto update branch... No auto update branch exists [version] [version] updated version and sha256 [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] skipping because derivation has no updateScript Diff after rewrites: diff --git a/pkgs/applications/graphics/meshlab/default.nix b/pkgs/applications/graphics/meshlab/default.nix index bee1e35ec129..6363ecc4563a 100644 --- a/pkgs/applications/graphics/meshlab/default.nix +++ b/pkgs/applications/graphics/meshlab/default.nix @@ -22,13 +22,13 @@ mkDerivation rec { pname = "meshlab"; - version = "2022.02"; + version = "2023.12"; src = fetchFromGitHub { owner = "cnr-isti-vclab"; repo = "meshlab"; rev = "MeshLab-${version}"; - sha256 = "sha256-jcc3PfsiIeYyipteZgzd0NwZgFFgR/mMBiaInzhOcDY="; + sha256 = "sha256-CMC2uWs0orqCeEn+bU/AtBaR1zDO+9Qv15gSwmu810w="; fetchSubmodules = true; # for vcglib }; [outpaths] eval start [outpaths] eval end Received ExitFailure 1 when running Raw command: /nix/store/1gfp7hiwzpv9aglk2yfa9m49jc0n7pa5-nix-2.18.1/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A meshlab nix build failed. got build log for 'meshlab' from 'daemon' @nix { "action": "setPhase", "phase": "qtPreHook" } Running phase: qtPreHook @nix { "action": "setPhase", "phase": "unpackPhase" } Running phase: unpackPhase unpacking source archive /nix/store/29hnb2q9k82drgjlvymivswzmwrciyy6-source source root is source @nix { "action": "setPhase", "phase": "patchPhase" } Running phase: patchPhase @nix { "action": "setPhase", "phase": "updateAutotoolsGnuConfigScriptsPhase" } Running phase: updateAutotoolsGnuConfigScriptsPhase @nix { "action": "setPhase", "phase": "configurePhase" } Running phase: configurePhase /nix/store/v099hqvw5z87423p4hz1vfhzaqa07dii-stdenv-linux/setup: line 922: scripts/Linux/resources/meshlab.desktop: No such file or directory /nix/store/v099hqvw5z87423p4hz1vfhzaqa07dii-stdenv-linux/setup: line 131: pop_var_context: head of shell_variables not a function context [result] Failed to update meshlab 2022.02 -> 2023.12 https://repology.org/project/meshlab/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.msal, using log file: /var/log/nixpkgs-update/python311Packages.msal/2024-03-10.log python311Packages.msal 0 -> 1 attrpath: python311Packages.msal Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/25n1rwd73zqcfnp5ydgylx8j2gp4rfa4-packages.json.drv building '/nix/store/25n1rwd73zqcfnp5ydgylx8j2gp4rfa4-packages.json.drv'... Going to be running update for following packages: - python3.11-msal-1.27.0 Press Enter key to continue... Running update for: - python3.11-msal-1.27.0: UPDATING ... - python3.11-msal-1.27.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.msal 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath dotool, using log file: /var/log/nixpkgs-update/dotool/2024-03-10.log dotool 1.3 -> 1.4 https://repology.org/project/dotool/versions attrpath: dotool 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-v0uoG9mNaemzhQAiG85RequGjkSllPd4UK2SrLjfm7A=" build succeeded unexpectedlystderr did not split as expected full stderr was: error: attribute 'originalSrc' in selection path 'dotool.originalSrc' not found stderr did not split as expected full stderr was: these 2 derivations will be built: /nix/store/d442ysrv5xpqygbwq076h62vm43djrgz-dotool-1.4-go-modules.drv /nix/store/0rhpcgaqr4396631xglrfnzmp45h8pjr-dotool-1.4.drv building '/nix/store/d442ysrv5xpqygbwq076h62vm43djrgz-dotool-1.4-go-modules.drv'... Running phase: unpackPhase unpacking source archive /nix/store/5magk5vzsybivxn66bx0ck1lysl2d5ay-source source root is source Running phase: patchPhase applying patch /nix/store/0wmc19szyiqs0542kgnj5fk5sghhwm5r-fix-paths.patch patching file dotoolc patching file dotoold Hunk #1 succeeded at 12 with fuzz 1 (offset 5 lines). Hunk #2 FAILED at 20. 1 out of 2 hunks FAILED -- saving rejects to file dotoold.rej error: builder for '/nix/store/d442ysrv5xpqygbwq076h62vm43djrgz-dotool-1.4-go-modules.drv' failed with exit code 1; last 10 log lines: > Running phase: unpackPhase > unpacking source archive /nix/store/5magk5vzsybivxn66bx0ck1lysl2d5ay-source > source root is source > Running phase: patchPhase > applying patch /nix/store/0wmc19szyiqs0542kgnj5fk5sghhwm5r-fix-paths.patch > patching file dotoolc > patching file dotoold > Hunk #1 succeeded at 12 with fuzz 1 (offset 5 lines). > Hunk #2 FAILED at 20. > 1 out of 2 hunks FAILED -- saving rejects to file dotoold.rej For full logs, run 'nix log /nix/store/d442ysrv5xpqygbwq076h62vm43djrgz-dotool-1.4-go-modules.drv'. error: 1 dependencies of derivation '/nix/store/0rhpcgaqr4396631xglrfnzmp45h8pjr-dotool-1.4.drv' failed to build [result] Failed to update dotool 1.3 -> 1.4 https://repology.org/project/dotool/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath cpustat, using log file: /var/log/nixpkgs-update/cpustat/2024-03-10.log cpustat 0.02.19 -> 1.1.0 https://repology.org/project/cpustat/versions attrpath: cpustat 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/mzaa9cqinp393s16jgs6r2z7cxh9kh5b-source.drv building '/nix/store/mzaa9cqinp393s16jgs6r2z7cxh9kh5b-source.drv'... trying https://github.com/ColinIanKing/cpustat/archive/V1.1.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 'cpustat.originalSrc' not found stderr did not split as expected full stderr was: these 2 derivations will be built: /nix/store/mzaa9cqinp393s16jgs6r2z7cxh9kh5b-source.drv /nix/store/k8lga75505vanavgylizgvb85j13xwww-cpustat-1.1.0.drv building '/nix/store/mzaa9cqinp393s16jgs6r2z7cxh9kh5b-source.drv'... trying https://github.com/ColinIanKing/cpustat/archive/V1.1.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/mzaa9cqinp393s16jgs6r2z7cxh9kh5b-source.drv' failed with exit code 1; last 8 log lines: > > trying https://github.com/ColinIanKing/cpustat/archive/V1.1.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/mzaa9cqinp393s16jgs6r2z7cxh9kh5b-source.drv'. error: 1 dependencies of derivation '/nix/store/k8lga75505vanavgylizgvb85j13xwww-cpustat-1.1.0.drv' failed to build [result] Failed to update cpustat 0.02.19 -> 1.1.0 https://repology.org/project/cpustat/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.mocket, using log file: /var/log/nixpkgs-update/python311Packages.mocket/2024-03-10.log python311Packages.mocket 0 -> 1 attrpath: python311Packages.mocket Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/5vfqrnvn8bd704i3skyf1mq2npmx4hz7-packages.json.drv building '/nix/store/5vfqrnvn8bd704i3skyf1mq2npmx4hz7-packages.json.drv'... Going to be running update for following packages: - python3.11-mocket-3.12.2 Press Enter key to continue... Running update for: - python3.11-mocket-3.12.2: UPDATING ... - python3.11-mocket-3.12.2: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/mocket/default.nix b/pkgs/development/python-modules/mocket/default.nix index fe7ca40ccf05..1788aea7f895 100644 --- a/pkgs/development/python-modules/mocket/default.nix +++ b/pkgs/development/python-modules/mocket/default.nix @@ -34,12 +34,12 @@ buildPythonPackage rec { pname = "mocket"; - version = "3.12.2"; + version = "3.12.4"; pyproject = true; src = fetchPypi { inherit pname version; - hash = "sha256-BN9S5/mku+HT1vglyobgHZPWsY0yvbfQfpMRUKrnJQQ="; + hash = "sha256-O+IRX59Z4D188XEmiSCT8H3sg1jhtaboHS3QINEnE0s="; }; nativeBuildInputs = [ No auto update branch exists [outpaths] eval start [outpaths] eval end Python package with too many package rebuilds 2791 > 25 [result] Failed to update python311Packages.mocket 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath syncthingtray, using log file: /var/log/nixpkgs-update/syncthingtray/2024-03-10.log syncthingtray 1.4.13 -> 1.5.0 https://repology.org/project/syncthingtray/versions attrpath: syncthingtray Checking auto update branch... No auto update branch exists Old version 1.4.13" not present in master derivation file with contents: { lib , stdenv , fetchFromGitHub , qtbase , qtsvg , qtwebengine , qtdeclarative , extra-cmake-modules , cpp-utilities , qtutilities , qtforkawesome , boost , wrapQtAppsHook , cmake , kio , plasma-framework , qttools , iconv , cppunit , syncthing , xdg-utils , webviewSupport ? true , jsSupport ? true , kioPluginSupport ? stdenv.isLinux , plasmoidSupport ? stdenv.isLinux , systemdSupport ? stdenv.isLinux /* It is possible to set via this option an absolute exec path that will be written to the `~/.config/autostart/syncthingtray.desktop` file generated during runtime. Alternatively, one can edit the desktop file themselves after it is generated See: https://github.com/NixOS/nixpkgs/issues/199596#issuecomment-1310136382 */ , autostartExecPath ? "syncthingtray" }: stdenv.mkDerivation (finalAttrs: { version = "1.5.0"; pname = "syncthingtray"; src = fetchFromGitHub { owner = "Martchus"; repo = "syncthingtray"; rev = "v${finalAttrs.version}"; hash = "sha256-O8FLjse2gY8KNWGXpUeZ83cNk0ZuRAZJJ3Am33/ABVw="; }; buildInputs = [ qtbase qtsvg cpp-utilities qtutilities boost qtforkawesome ] ++ lib.optionals stdenv.isDarwin [ iconv ] ++ lib.optionals webviewSupport [ qtwebengine ] ++ lib.optionals jsSupport [ qtdeclarative ] ++ lib.optionals kioPluginSupport [ kio ] ++ lib.optionals plasmoidSupport [ plasma-framework ] ; nativeBuildInputs = [ wrapQtAppsHook cmake qttools # Although these are test dependencies, we add them anyway so that we test # whether the test units compile. On Darwin we don't run the tests but we # still build them. cppunit syncthing ] ++ lib.optionals plasmoidSupport [ extra-cmake-modules ] ; # syncthing server seems to hang on darwin, causing tests to fail. doCheck = !stdenv.isDarwin; preCheck = '' export QT_QPA_PLATFORM=offscreen export QT_PLUGIN_PATH="${lib.getBin qtbase}/${qtbase.qtPluginPrefix}" ''; postInstall = lib.optionalString stdenv.isDarwin '' # put the app bundle into the proper place /Applications instead of /bin mkdir -p $out/Applications mv $out/bin/syncthingtray.app $out/Applications # Make binary available in PATH like on other platforms ln -s $out/Applications/syncthingtray.app/Contents/MacOS/syncthingtray $out/bin/syncthingtray ''; installCheckPhase = '' $out/bin/syncthingtray --help | grep ${finalAttrs.version} ''; cmakeFlags = [ "-DQT_PACKAGE_PREFIX=Qt${lib.versions.major qtbase.version}" "-DKF_PACKAGE_PREFIX=KF${lib.versions.major qtbase.version}" "-DBUILD_TESTING=ON" # See https://github.com/Martchus/syncthingtray/issues/208 "-DEXCLUDE_TESTS_FROM_ALL=OFF" "-DAUTOSTART_EXEC_PATH=${autostartExecPath}" # See https://github.com/Martchus/syncthingtray/issues/42 "-DQT_PLUGIN_DIR:STRING=${placeholder "out"}/${qtbase.qtPluginPrefix}" "-DBUILD_SHARED_LIBS=ON" ] ++ lib.optionals (!plasmoidSupport) ["-DNO_PLASMOID=ON"] ++ lib.optionals (!kioPluginSupport) ["-DNO_FILE_ITEM_ACTION_PLUGIN=ON"] ++ lib.optionals systemdSupport ["-DSYSTEMD_SUPPORT=ON"] ++ lib.optionals (!webviewSupport) ["-DWEBVIEW_PROVIDER:STRING=none"] ; qtWrapperArgs = [ "--prefix PATH : ${lib.makeBinPath [ xdg-utils ]}" ]; meta = with lib; { homepage = "https://github.com/Martchus/syncthingtray"; description = "Tray application and Dolphin/Plasma integration for Syncthing"; license = licenses.gpl2Plus; maintainers = with maintainers; [ doronbehar ]; platforms = platforms.linux ++ platforms.darwin; }; }) [result] Failed to update syncthingtray 1.4.13 -> 1.5.0 https://repology.org/project/syncthingtray/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath yaegi, using log file: /var/log/nixpkgs-update/yaegi/2024-03-10.log yaegi 0.15.1 -> 0.16.0 https://github.com/traefik/yaegi/releases attrpath: yaegi Checking auto update branch... An auto update branch exists with message `yaegi: 0.15.1 -> 0.16.0`. New version is 0.16.0. An auto update branch exists with an equal or greater version [result] Failed to update yaegi 0.15.1 -> 0.16.0 https://github.com/traefik/yaegi/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.whispers, using log file: /var/log/nixpkgs-update/python311Packages.whispers/2024-03-10.log python311Packages.whispers 0 -> 1 attrpath: python311Packages.whispers 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/69lkkzy75c8fn5a33xyj466mbilhg469-packages.json.drv building '/nix/store/69lkkzy75c8fn5a33xyj466mbilhg469-packages.json.drv'... Going to be running update for following packages: - python3.11-whispers-2.2.0 Press Enter key to continue... Running update for: - python3.11-whispers-2.2.0: UPDATING ... - python3.11-whispers-2.2.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.whispers 0 -> 1 [options] github_user: r-ryantm, pull_request: 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.PodChecker 1.75 -> 1.77 https://repology.org/project/perl:pod-checker/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.onkyo-eiscp, using log file: /var/log/nixpkgs-update/python311Packages.onkyo-eiscp/2024-03-10.log python311Packages.onkyo-eiscp 0 -> 1 attrpath: python311Packages.onkyo-eiscp Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/x76zg3pv2gbhjzhkgghfxk994djycf3d-packages.json.drv building '/nix/store/x76zg3pv2gbhjzhkgghfxk994djycf3d-packages.json.drv'... Going to be running update for following packages: - python3.11-onkyo-eiscp-1.2.7 Press Enter key to continue... Running update for: - python3.11-onkyo-eiscp-1.2.7: UPDATING ... - python3.11-onkyo-eiscp-1.2.7: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.onkyo-eiscp 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath haskellPackages.copilot-interpreter, using log file: /var/log/nixpkgs-update/haskellPackages.copilot-interpreter/2024-03-10.log haskellPackages.copilot-interpreter 3.17 -> 3.18.1 https://repology.org/project/haskell:copilot-interpreter/versions attrpath: haskellPackages.copilot-interpreter Checking auto update branch... No auto update branch exists Derivation file says not to edit it [result] Failed to update haskellPackages.copilot-interpreter 3.17 -> 3.18.1 https://repology.org/project/haskell:copilot-interpreter/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.cplm, using log file: /var/log/nixpkgs-update/rPackages.cplm/2024-03-10.log rPackages.cplm 0.7-11 -> 0.7.12 https://repology.org/project/r:cplm/versions attrpath: rPackages.cplm Checking auto update branch... No auto update branch exists Old version 0.7-11" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; configurePhase = '' runHook preConfigure export R_LIBS_SITE="$R_LIBS_SITE''${R_LIBS_SITE:+:}$out/library" runHook postConfigure ''; buildPhase = '' runHook preBuild runHook postBuild ''; installFlags = if attrs.doCheck or true then [] else [ "--no-test-load" ]; rCommand = if requireX then # Unfortunately, xvfb-run has a race condition even with -a option, so that # we acquire a lock explicitly. "flock ${xvfb-run} xvfb-run -a -e xvfb-error R" else "R"; installPhase = '' runHook preInstall mkdir -p $out/library $rCommand CMD INSTALL --built-timestamp='1970-01-01 00:00:00 UTC' $installFlags --configure-args="$configureFlags" -l $out/library . runHook postInstall ''; postFixup = '' if test -e $out/nix-support/propagated-build-inputs; then ln -s $out/nix-support/propagated-build-inputs $out/nix-support/propagated-user-env-packages fi ''; checkPhase = '' # noop since R CMD INSTALL tests packages ''; } // attrs // { name = "r-" + name; }) [result] Failed to update rPackages.cplm 0.7-11 -> 0.7.12 https://repology.org/project/r:cplm/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.vector, using log file: /var/log/nixpkgs-update/python311Packages.vector/2024-03-10.log python311Packages.vector 0 -> 1 attrpath: python311Packages.vector Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/va98s9v60cry8zwalgkkfhk4b9j0773n-packages.json.drv building '/nix/store/va98s9v60cry8zwalgkkfhk4b9j0773n-packages.json.drv'... Going to be running update for following packages: - python3.11-vector-1.2.0 Press Enter key to continue... Running update for: - python3.11-vector-1.2.0: UPDATING ... - python3.11-vector-1.2.0: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/vector/default.nix b/pkgs/development/python-modules/vector/default.nix index 11e20dfc1d56..44678dcd884a 100644 --- a/pkgs/development/python-modules/vector/default.nix +++ b/pkgs/development/python-modules/vector/default.nix @@ -15,14 +15,14 @@ buildPythonPackage rec { pname = "vector"; - version = "1.2.0"; + version = "1.3.0"; format = "pyproject"; disabled = pythonOlder "3.8"; src = fetchPypi { inherit pname version; - hash = "sha256-I7esW9qyc7T5MGFn/YZmajd3pSgE0CgqVW2YkTDLV6Q="; + hash = "sha256-nQ7tzYVOmcF0oklmhxbgH4w5cJ+cwuJi1ihich7D7yc="; }; nativeBuildInputs = [ No auto update branch exists [outpaths] eval start [outpaths] eval end Successfully finished processing cachix "/nix/store/2b2qjv24qanz1wkk9b7c3gmx06c1bzjx-python3.11-vector-1.3.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)
2 packages built:
  • python311Packages.vector
  • python311Packages.vector.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.vector is: Library for 2D, 3D, and Lorentz vectors, especially arrays of vectors, to solve common physics problems in a NumPy-like way meta.homepage for python311Packages.vector is: https://github.com/scikit-hep/vector meta.changelog for python311Packages.vector is: https://github.com/scikit-hep/vector/releases/tag/v1.3.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 1.3.0 with grep in /nix/store/2b2qjv24qanz1wkk9b7c3gmx06c1bzjx-python3.11-vector-1.3.0 - found 1.3.0 in filename of file in /nix/store/2b2qjv24qanz1wkk9b7c3gmx06c1bzjx-python3.11-vector-1.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 python311Packages.vector ```
Instructions to test this update (click to expand) --- Either **download from Cachix**: ``` nix-store -r /nix/store/2b2qjv24qanz1wkk9b7c3gmx06c1bzjx-python3.11-vector-1.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 python311Packages.vector https://github.com/r-ryantm/nixpkgs/archive/780ee9fb2198f5159254cfd67e70de4fcf6eaddf.tar.gz ``` Or: ``` nix build github:r-ryantm/nixpkgs/780ee9fb2198f5159254cfd67e70de4fcf6eaddf#python311Packages.vector ``` After you've downloaded or built it, look at the files and if there are any, run the binaries: ``` ls -la /nix/store/2b2qjv24qanz1wkk9b7c3gmx06c1bzjx-python3.11-vector-1.3.0 ls -la /nix/store/2b2qjv24qanz1wkk9b7c3gmx06c1bzjx-python3.11-vector-1.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)
2 packages built:
  • python311Packages.vector
  • python311Packages.vector.dist
--- ###### Maintainer pings cc @veprbl 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/294705 [result] Success updating python311Packages.vector 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.riscv-config, using log file: /var/log/nixpkgs-update/python311Packages.riscv-config/2024-03-10.log python311Packages.riscv-config 0 -> 1 attrpath: python311Packages.riscv-config Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/7pd28l3b7l3q87nm7vsp9hiy6yrvkj4k-packages.json.drv building '/nix/store/7pd28l3b7l3q87nm7vsp9hiy6yrvkj4k-packages.json.drv'... Going to be running update for following packages: - python3.11-riscv-config-3.17.0 Press Enter key to continue... Running update for: - python3.11-riscv-config-3.17.0: UPDATING ... - python3.11-riscv-config-3.17.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.riscv-config 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath asciidoctor-with-extensions, using log file: /var/log/nixpkgs-update/asciidoctor-with-extensions/2024-03-10.log asciidoctor-with-extensions 0 -> 1 attrpath: asciidoctor-with-extensions 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 asciidoctor-with-extensions 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.psygnal, using log file: /var/log/nixpkgs-update/python311Packages.psygnal/2024-03-10.log python311Packages.psygnal 0 -> 1 attrpath: python311Packages.psygnal Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/qrzgyw30r6l9rvzp81jb62iyx56mhzjg-packages.json.drv building '/nix/store/qrzgyw30r6l9rvzp81jb62iyx56mhzjg-packages.json.drv'... Going to be running update for following packages: - python3.11-psygnal-0.9.5 Press Enter key to continue... Running update for: - python3.11-psygnal-0.9.5: UPDATING ... - python3.11-psygnal-0.9.5: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/psygnal/default.nix b/pkgs/development/python-modules/psygnal/default.nix index 890d397c532f..701834561673 100644 --- a/pkgs/development/python-modules/psygnal/default.nix +++ b/pkgs/development/python-modules/psygnal/default.nix @@ -16,7 +16,7 @@ buildPythonPackage rec { pname = "psygnal"; - version = "0.9.5"; + version = "0.10.0"; format = "pyproject"; disabled = pythonOlder "3.8"; @@ -25,7 +25,7 @@ buildPythonPackage rec { owner = "pyapp-kit"; repo = pname; rev = "refs/tags/v${version}"; - hash = "sha256-eDfGWmTKJrkkzRy1I3wl3WYPCxtPHSRzqAoOiO7QQ9Y="; + hash = "sha256-RckzvOclV2UUZLYq3buLeLLBN/Q/CmCAqmGmjzYPqbM="; }; buildInputs = [ No auto update branch exists There might already be an open PR for this update: - python312Packages.psygnal: 0.9.5 -> 0.10.0 URL "https://api.github.com/repos/NixOS/nixpkgs/issues/293638" [result] Failed to update python311Packages.psygnal 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.xattr, using log file: /var/log/nixpkgs-update/python311Packages.xattr/2024-03-10.log python311Packages.xattr 0 -> 1 attrpath: python311Packages.xattr Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/cwzy0q5hsj3xjxmyfdny5i10r90spabf-packages.json.drv building '/nix/store/cwzy0q5hsj3xjxmyfdny5i10r90spabf-packages.json.drv'... Going to be running update for following packages: - python3.11-xattr-1.1.0 Press Enter key to continue... Running update for: - python3.11-xattr-1.1.0: UPDATING ... - python3.11-xattr-1.1.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.xattr 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath hhpc, using log file: /var/log/nixpkgs-update/hhpc/2024-03-10.log hhpc 0.3.1 -> 1.0 https://repology.org/project/hhpc/versions attrpath: hhpc 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/x32w3jbj3mwnlpz8ibnvjqs474kk8nh7-source.drv building '/nix/store/x32w3jbj3mwnlpz8ibnvjqs474kk8nh7-source.drv'... trying https://github.com/aktau/hhpc/archive/v1.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 'hhpc.originalSrc' not found stderr did not split as expected full stderr was: these 2 derivations will be built: /nix/store/x32w3jbj3mwnlpz8ibnvjqs474kk8nh7-source.drv /nix/store/4pj2zd9q4v5flwyj3avslnqd6fqcij0n-hhpc-1.0.drv building '/nix/store/x32w3jbj3mwnlpz8ibnvjqs474kk8nh7-source.drv'... trying https://github.com/aktau/hhpc/archive/v1.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/x32w3jbj3mwnlpz8ibnvjqs474kk8nh7-source.drv' failed with exit code 1; last 8 log lines: > > trying https://github.com/aktau/hhpc/archive/v1.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/x32w3jbj3mwnlpz8ibnvjqs474kk8nh7-source.drv'. error: 1 dependencies of derivation '/nix/store/4pj2zd9q4v5flwyj3avslnqd6fqcij0n-hhpc-1.0.drv' failed to build [result] Failed to update hhpc 0.3.1 -> 1.0 https://repology.org/project/hhpc/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.pydal, using log file: /var/log/nixpkgs-update/python311Packages.pydal/2024-03-10.log python311Packages.pydal 0 -> 1 attrpath: python311Packages.pydal Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/9y96sgbab86z6rz5flbqmb866pg2j2wj-packages.json.drv building '/nix/store/9y96sgbab86z6rz5flbqmb866pg2j2wj-packages.json.drv'... Going to be running update for following packages: - python3.11-pydal-20231114.3 Press Enter key to continue... Running update for: - python3.11-pydal-20231114.3: UPDATING ... - python3.11-pydal-20231114.3: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.pydal 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath digikam, using log file: /var/log/nixpkgs-update/digikam/2024-03-10.log digikam 8.1.0 -> 8.2.0 https://repology.org/project/digikam/versions attrpath: digikam Checking auto update branch... No auto update branch exists Old version 8.1.0" not present in master derivation file with contents: { stdenv, config, lib, fetchurl, cmake, doxygen, extra-cmake-modules, wrapGAppsHook # For `digitaglinktree` , perl, sqlite , libsForQt5 , bison , boost , eigen , exiv2 , ffmpeg_4 , flex , graphviz , imagemagick , lcms2 , lensfun , libgphoto2 , liblqr1 , libusb1 , libheif , libGL , libGLU , opencv , pcre , x265 , jasper # For panorama and focus stacking , enblend-enfuse , hugin , gnumake , cudaSupport ? config.cudaSupport , cudaPackages ? {} }: stdenv.mkDerivation rec { pname = "digikam"; version = "8.2.0"; src = fetchurl { url = "mirror://kde/stable/${pname}/${version}/digiKam-${version}.tar.xz"; hash = "sha256-L3/LVZsSPtnsrlpa729FYO7l9JIG2dF0beyatsj7OL8="; }; strictDeps = true; depsBuildBuild = [ cmake ]; nativeBuildInputs = [ cmake doxygen extra-cmake-modules libsForQt5.kdoctools libsForQt5.wrapQtAppsHook wrapGAppsHook ] ++ lib.optionals cudaSupport (with cudaPackages; [ cuda_nvcc ]); buildInputs = [ bison boost eigen exiv2 ffmpeg_4 flex graphviz imagemagick lcms2 lensfun libgphoto2 libheif liblqr1 libusb1 libGL libGLU opencv pcre x265 jasper ] ++ (with libsForQt5; [ libkipi libksane libqtav qtbase qtxmlpatterns qtsvg qtwebengine qtnetworkauth akonadi-contacts kcalendarcore kconfigwidgets kcoreaddons kfilemetadata knotifications knotifyconfig ktextwidgets kwidgetsaddons kxmlgui breeze-icons marble oxygen threadweaver ]) ++ lib.optionals cudaSupport (with cudaPackages; [ cuda_cudart ]); cmakeFlags = [ "-DENABLE_MYSQLSUPPORT=1" "-DENABLE_INTERNALMYSQL=1" "-DENABLE_MEDIAPLAYER=1" "-DENABLE_QWEBENGINE=on" "-DENABLE_APPSTYLES=on" "-DCMAKE_CXX_FLAGS=-I${libsForQt5.libksane}/include/KF5" # fix `#include ` ]; dontWrapGApps = true; preFixup = '' qtWrapperArgs+=("''${gappsWrapperArgs[@]}") qtWrapperArgs+=(--prefix PATH : ${lib.makeBinPath [ gnumake hugin enblend-enfuse ]}) qtWrapperArgs+=(--suffix DK_PLUGIN_PATH : ${placeholder "out"}/${libsForQt5.qtbase.qtPluginPrefix}/${pname}) substituteInPlace $out/bin/digitaglinktree \ --replace "/usr/bin/perl" "${perl}/bin/perl" \ --replace "/usr/bin/sqlite3" "${sqlite}/bin/sqlite3" ''; meta = with lib; { description = "Photo Management Program"; license = licenses.gpl2; homepage = "https://www.digikam.org"; maintainers = with maintainers; [ spacefault ]; platforms = platforms.linux; mainProgram = "digikam"; }; } [result] Failed to update digikam 8.1.0 -> 8.2.0 https://repology.org/project/digikam/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: 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-devhelp, using log file: /var/log/nixpkgs-update/python311Packages.sphinxcontrib-devhelp/2024-03-10.log python311Packages.sphinxcontrib-devhelp 0 -> 1 attrpath: python311Packages.sphinxcontrib-devhelp Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/q9z4k377wwpj5ch5i149rrn35h49m9l7-packages.json.drv building '/nix/store/q9z4k377wwpj5ch5i149rrn35h49m9l7-packages.json.drv'... Going to be running update for following packages: - python3.11-sphinxcontrib-devhelp-1.0.5 Press Enter key to continue... Running update for: - python3.11-sphinxcontrib-devhelp-1.0.5: UPDATING ... - python3.11-sphinxcontrib-devhelp-1.0.5: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/sphinxcontrib-devhelp/default.nix b/pkgs/development/python-modules/sphinxcontrib-devhelp/default.nix index 8d326fe1e0f9..5e37386e5510 100644 --- a/pkgs/development/python-modules/sphinxcontrib-devhelp/default.nix +++ b/pkgs/development/python-modules/sphinxcontrib-devhelp/default.nix @@ -7,7 +7,7 @@ buildPythonPackage rec { pname = "sphinxcontrib-devhelp"; - version = "1.0.5"; + version = "1.0.6"; pyproject = true; disabled = pythonOlder "3.9"; @@ -15,7 +15,7 @@ buildPythonPackage rec { src = fetchPypi { pname = "sphinxcontrib_devhelp"; inherit version; - hash = "sha256-Y7QeDTggfKQOu+q89NjlH3bAPnjNYavhGM9ENcc9QhI="; + hash = "sha256-mJP9P5BQa8S5e9uXfOuPvYI5ifQxayjDhB7BKFRDctM="; }; nativeBuildInputs = [ No auto update branch exists [outpaths] eval start [outpaths] eval end Python package with too many package rebuilds 40007 > 25 [result] Failed to update python311Packages.sphinxcontrib-devhelp 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.django-cache-url, using log file: /var/log/nixpkgs-update/python311Packages.django-cache-url/2024-03-10.log python311Packages.django-cache-url 0 -> 1 attrpath: python311Packages.django-cache-url Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/ndyz5hkbh4j6f00y45y7kyaifiipnywh-packages.json.drv building '/nix/store/ndyz5hkbh4j6f00y45y7kyaifiipnywh-packages.json.drv'... Going to be running update for following packages: - python3.11-django-cache-url-3.2.2 Press Enter key to continue... Running update for: - python3.11-django-cache-url-3.2.2: UPDATING ... - python3.11-django-cache-url-3.2.2: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.django-cache-url 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.beautifulsoup4, using log file: /var/log/nixpkgs-update/python311Packages.beautifulsoup4/2024-03-10.log python311Packages.beautifulsoup4 0 -> 1 attrpath: python311Packages.beautifulsoup4 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/ia980y55fp7lr307dsdwhghjsdp66h0a-packages.json.drv building '/nix/store/ia980y55fp7lr307dsdwhghjsdp66h0a-packages.json.drv'... Going to be running update for following packages: - python3.11-beautifulsoup4-4.12.2 Press Enter key to continue... Running update for: - python3.11-beautifulsoup4-4.12.2: UPDATING ... - python3.11-beautifulsoup4-4.12.2: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/beautifulsoup4/default.nix b/pkgs/development/python-modules/beautifulsoup4/default.nix index 9e9d15bec0cb..aa77adf71333 100644 --- a/pkgs/development/python-modules/beautifulsoup4/default.nix +++ b/pkgs/development/python-modules/beautifulsoup4/default.nix @@ -22,7 +22,7 @@ buildPythonPackage rec { pname = "beautifulsoup4"; - version = "4.12.2"; + version = "4.12.3"; format = "pyproject"; outputs = ["out" "doc"]; @@ -31,7 +31,7 @@ buildPythonPackage rec { src = fetchPypi { inherit pname version; - hash = "sha256-SSu8adyjXRLarHHE2xv/8Mh2wA70ov+sziJtRjjrcto="; + hash = "sha256-dOPRko7cBw0hdIGFxG4/szSQ8i9So63e6a7g9Pd4EFE="; }; patches = [ No auto update branch exists [outpaths] eval start [outpaths] eval end Python package with too many package rebuilds 2779 > 25 [result] Failed to update python311Packages.beautifulsoup4 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath jinja2-cli, using log file: /var/log/nixpkgs-update/jinja2-cli/2024-03-10.log jinja2-cli 0 -> 1 attrpath: jinja2-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/bi8rcms7c70cb2nxcxkfdm0r6an16zrz-packages.json.drv building '/nix/store/bi8rcms7c70cb2nxcxkfdm0r6an16zrz-packages.json.drv'... Going to be running update for following packages: - jinja2-cli-0.8.2 Press Enter key to continue... Running update for: - jinja2-cli-0.8.2: UPDATING ... - jinja2-cli-0.8.2: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update jinja2-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 rio, using log file: /var/log/nixpkgs-update/rio/2024-03-10.log rio 0 -> 1 attrpath: rio 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/7wgpqnx1gxyrbm694klzwj680x72nf2n-packages.json.drv building '/nix/store/7wgpqnx1gxyrbm694klzwj680x72nf2n-packages.json.drv'... Going to be running update for following packages: - rio-0.0.35 Press Enter key to continue... Running update for: - rio-0.0.35: UPDATING ... - rio-0.0.35: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update rio 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.pyopnsense, using log file: /var/log/nixpkgs-update/python311Packages.pyopnsense/2024-03-10.log python311Packages.pyopnsense 0 -> 1 attrpath: python311Packages.pyopnsense Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/irpj9razmvdqw6crqx2j4k6z9as7pgr1-packages.json.drv building '/nix/store/irpj9razmvdqw6crqx2j4k6z9as7pgr1-packages.json.drv'... Going to be running update for following packages: - python3.11-pyopnsense-0.4.0 Press Enter key to continue... Running update for: - python3.11-pyopnsense-0.4.0: UPDATING ... - python3.11-pyopnsense-0.4.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.pyopnsense 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath cudatext, using log file: /var/log/nixpkgs-update/cudatext/2024-03-10.log cudatext 0 -> 1 attrpath: cudatext 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/qdima4vp776v6wvacxcap70imp2dkid7-packages.json.drv building '/nix/store/qdima4vp776v6wvacxcap70imp2dkid7-packages.json.drv'... Going to be running update for following packages: - cudatext-1.202.1 Press Enter key to continue... Running update for: - cudatext-1.202.1: UPDATING ... - cudatext-1.202.1: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/applications/editors/cudatext/default.nix b/pkgs/applications/editors/cudatext/default.nix index 37b79d9815c3..a49d0fc2a986 100644 --- a/pkgs/applications/editors/cudatext/default.nix +++ b/pkgs/applications/editors/cudatext/default.nix @@ -38,13 +38,13 @@ let in stdenv.mkDerivation rec { pname = "cudatext"; - version = "1.202.1"; + version = "1.210.5"; src = fetchFromGitHub { owner = "Alexey-T"; repo = "CudaText"; rev = version; - hash = "sha256-ZFMO986D4RtrTnLFdcL0a2BNjcsB+9pIolylblku7j4="; + hash = "sha256-Lc2uzgj/heFCAGEz2swD6zEW3nOpj4mnghaZG3xXoOU="; }; patches = [ ./proc_globdata.patch ]; diff --git a/pkgs/applications/editors/cudatext/deps.json b/pkgs/applications/editors/cudatext/deps.json index 3a1e643c6f7f..dc1ed6bab1e0 100644 --- a/pkgs/applications/editors/cudatext/deps.json +++ b/pkgs/applications/editors/cudatext/deps.json @@ -6,33 +6,33 @@ }, "ATBinHex-Lazarus": { "owner": "Alexey-T", - "rev": "2023.08.12", - "hash": "sha256-dEwz052aYcJtKpRcP8t7gE2RHuHPQ4T0zHFMv6zVZ6g=" + "rev": "2024.01.17", + "hash": "sha256-RaHbylQ8NrXB67MKCkNi3relxNp0wmldxboitdmaqJ0=" }, "ATFlatControls": { "owner": "Alexey-T", - "rev": "2023.10.30", - "hash": "sha256-fuTQnnuWjIsABx457y+n6luLxQf+b9TiZGLXYjNsUrw=" + "rev": "2024.01.25", + "hash": "sha256-E8DvGEMSQnmcjvSKtJtt8TcDJVZ0RmdIzKuH2eTh2ic=" }, "ATSynEdit": { "owner": "Alexey-T", - "rev": "2023.11.23", - "hash": "sha256-LGYGCxEPdZL4BU3TGiFxydu7AN8g5kqOdW+dcbiCf7E=" + "rev": "2024.03.07", + "hash": "sha256-2XiSNQ1EhrbJPPQrfGncR0GDQa3r9KAoKRJxbon/7ug=" }, "ATSynEdit_Cmp": { "owner": "Alexey-T", - "rev": "2023.05.31", - "hash": "sha256-QXu/p3o0RSwMyntFYrjIQBtOBGvL9rAsINaglG3fZvo=" + "rev": "2024.03.07", + "hash": "sha256-U+HsG1CX9tI4Z1gPaCCsPbsJ0X6DTgSVhGM6RXqEw1A=" }, "EControl": { "owner": "Alexey-T", - "rev": "2023.11.16", - "hash": "sha256-FxUV+K9JRsdr0xqQzvg1UI4bBHyhqxiVoPN58h2+WVg=" + "rev": "2024.01.10", + "hash": "sha256-r3hQS6IRwda0RxB6R2r+toBC/sNSQP8TFonBNFLphbg=" }, "ATSynEdit_Ex": { "owner": "Alexey-T", - "rev": "2023.11.23", - "hash": "sha256-RNXP8O3UF+hwA3TNzLorZqlt04Idnc4Z9LA87JJSsZE=" + "rev": "2024.03.01", + "hash": "sha256-T60K/hmXrcT8edl8AiVh2km6sohGsHetDquZtfVxnsY=" }, "Python-for-Lazarus": { "owner": "Alexey-T", @@ -41,8 +41,8 @@ }, "Emmet-Pascal": { "owner": "Alexey-T", - "rev": "2023.08.12", - "hash": "sha256-s9ZKrL+XIWIwejnLz+uuyDbbDuOZLJhiuiMChKB4Reg=" + "rev": "2023.12.02", + "hash": "sha256-NDYhjmVGiw9UKfOQhXLdJiTaGZeTs8kr2hBujI2s+3E=" }, "CudaText-lexers": { "owner": "Alexey-T", @@ -51,7 +51,7 @@ }, "bgrabitmap": { "owner": "bgrabitmap", - "rev": "v11.5.6", - "hash": "sha256-7TuHCCaH8/RxiVQmDILPW4T6op/XW6djwA5iSh/Yb5w=" + "rev": "v11.5.8", + "hash": "sha256-YibwdhlgjgI30gqYsKchgDPlOSpBiDBDJNlUDFMygGs=" } } An auto update branch exists with message `cudatext: 1.202.1 -> 1.208.5`. New version is 1.210.5. The auto update branch does not match or exceed the new version. [outpaths] eval start [outpaths] eval end Successfully finished processing cachix "/nix/store/z9ycjdqw24ylk9azalj8pgxsw5sp1k72-cudatext-1.210.5" [check][nixpkgs-review] Result of `nixpkgs-review --extra-nixpkgs-config '{ allowInsecurePredicate = x: true; }'` run on x86_64-linux [1](https://github.com/Mic92/nixpkgs-review)
1 package failed to build:
  • cudatext-gtk
1 package built:
  • cudatext
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 cudatext is: Cross-platform code editor meta.homepage for cudatext is: https://cudatext.github.io/ meta.changelog for cudatext is: https://cudatext.github.io/history.txt ###### Updates performed - Ran passthru.UpdateScript ###### To inspect upstream changes - [Release on GitHub](https://github.com/Alexey-T/CudaText/releases/tag/1.210.5) - [Compare changes on GitHub](https://github.com/Alexey-T/CudaText/compare/1.202.1...1.210.5) ###### Impact Checks done --- - built on NixOS - The tests defined in `passthru.tests`, if any, passed - found 1.210.5 with grep in /nix/store/z9ycjdqw24ylk9azalj8pgxsw5sp1k72-cudatext-1.210.5 - found 1.210.5 in filename of file in /nix/store/z9ycjdqw24ylk9azalj8pgxsw5sp1k72-cudatext-1.210.5 ---
Rebuild report (if merged into master) (click to expand) ``` 3 total rebuild path(s) 3 package rebuild(s) First fifty rebuilds by attrpath cudatext cudatext-gtk cudatext-qt ```
Instructions to test this update (click to expand) --- Either **download from Cachix**: ``` nix-store -r /nix/store/z9ycjdqw24ylk9azalj8pgxsw5sp1k72-cudatext-1.210.5 \ --option binary-caches 'https://cache.nixos.org/ https://nix-community.cachix.org/' \ --option trusted-public-keys ' nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs= cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY= ' ``` (The Cachix cache is only trusted for this store-path realization.) For the Cachix download to work, your user must be in the `trusted-users` list or you can use `sudo` since root is effectively trusted. Or, **build yourself**: ``` nix-build -A cudatext https://github.com/r-ryantm/nixpkgs/archive/20fa72e20acb9655b035ec977a5328b64caff797.tar.gz ``` Or: ``` nix build github:r-ryantm/nixpkgs/20fa72e20acb9655b035ec977a5328b64caff797#cudatext ``` After you've downloaded or built it, look at the files and if there are any, run the binaries: ``` ls -la /nix/store/z9ycjdqw24ylk9azalj8pgxsw5sp1k72-cudatext-1.210.5 ls -la /nix/store/z9ycjdqw24ylk9azalj8pgxsw5sp1k72-cudatext-1.210.5/bin ``` ---

### Pre-merge build results We have automatically built all packages that will get rebuilt due to this change. This gives evidence on whether the upgrade will break dependent packages. Note sometimes packages show up as _failed to build_ independent of the change, simply because they are already broken on the target branch. Result of `nixpkgs-review --extra-nixpkgs-config '{ allowInsecurePredicate = x: true; }'` run on x86_64-linux [1](https://github.com/Mic92/nixpkgs-review)
1 package failed to build:
  • cudatext-gtk
1 package built:
  • cudatext
--- ###### Maintainer pings cc @sikmir 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/273518 [result] Success updating cudatext 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.bskyr, using log file: /var/log/nixpkgs-update/rPackages.bskyr/2024-03-10.log rPackages.bskyr 0.1.0 -> 0.1.2 https://repology.org/project/r:bskyr/versions attrpath: rPackages.bskyr 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.bskyr 0.1.0 -> 0.1.2 https://repology.org/project/r:bskyr/versions [options] github_user: r-ryantm, pull_request: 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.IPCRun3 0.048 -> 0.049 https://repology.org/project/perl:ipc-run3/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.ARGOS, using log file: /var/log/nixpkgs-update/rPackages.ARGOS/2024-03-10.log rPackages.ARGOS 0.1.0 -> 0.1.1 https://repology.org/project/r:argos/versions attrpath: rPackages.ARGOS 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.ARGOS 0.1.0 -> 0.1.1 https://repology.org/project/r:argos/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.equinox, using log file: /var/log/nixpkgs-update/python311Packages.equinox/2024-03-10.log python311Packages.equinox 0 -> 1 attrpath: python311Packages.equinox Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/l1f70mxlpdhbwy1ckcqkirx09gsfa478-packages.json.drv building '/nix/store/l1f70mxlpdhbwy1ckcqkirx09gsfa478-packages.json.drv'... Going to be running update for following packages: - python3.11-equinox-0.11.3 Press Enter key to continue... Running update for: - python3.11-equinox-0.11.3: UPDATING ... - python3.11-equinox-0.11.3: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.equinox 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath evolution-data-server, using log file: /var/log/nixpkgs-update/evolution-data-server/2024-03-10.log evolution-data-server 0 -> 1 attrpath: evolution-data-server Checking auto update branch... Do not update GNOME during a release cycle [result] Failed to update evolution-data-server 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.weconnect, using log file: /var/log/nixpkgs-update/python311Packages.weconnect/2024-03-10.log python311Packages.weconnect 0 -> 1 attrpath: python311Packages.weconnect Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/p5x6n9ks44vjcfv6bw093bg4jgl8294k-packages.json.drv building '/nix/store/p5x6n9ks44vjcfv6bw093bg4jgl8294k-packages.json.drv'... Going to be running update for following packages: - python3.11-weconnect-0.60.2 Press Enter key to continue... Running update for: - python3.11-weconnect-0.60.2: UPDATING ... - python3.11-weconnect-0.60.2: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.weconnect 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath doq, using log file: /var/log/nixpkgs-update/doq/2024-03-10.log doq 0 -> 1 attrpath: doq Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/cvqas4wsfqg8p2sq34p6j13h2m4zxfy2-packages.json.drv building '/nix/store/cvqas4wsfqg8p2sq34p6j13h2m4zxfy2-packages.json.drv'... Going to be running update for following packages: - doq-0.10.0 Press Enter key to continue... Running update for: - doq-0.10.0: UPDATING ... - doq-0.10.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update doq 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.async-timeout, using log file: /var/log/nixpkgs-update/python311Packages.async-timeout/2024-03-10.log python311Packages.async-timeout 0 -> 1 attrpath: python311Packages.async-timeout Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/d2vam9rz4wizqwjwj3cc429f6niiklsl-packages.json.drv building '/nix/store/d2vam9rz4wizqwjwj3cc429f6niiklsl-packages.json.drv'... Going to be running update for following packages: - python3.11-async-timeout-4.0.3 Press Enter key to continue... Running update for: - python3.11-async-timeout-4.0.3: UPDATING ... - python3.11-async-timeout-4.0.3: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.async-timeout 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.tskit, using log file: /var/log/nixpkgs-update/python311Packages.tskit/2024-03-10.log python311Packages.tskit 0 -> 1 attrpath: python311Packages.tskit Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/wba8rv406s2qb56f5riyk3f25jir45vz-packages.json.drv building '/nix/store/wba8rv406s2qb56f5riyk3f25jir45vz-packages.json.drv'... Going to be running update for following packages: - python3.11-tskit-0.5.6 Press Enter key to continue... Running update for: - python3.11-tskit-0.5.6: UPDATING ... - python3.11-tskit-0.5.6: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.tskit 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.onnxruntime-tools, using log file: /var/log/nixpkgs-update/python311Packages.onnxruntime-tools/2024-03-10.log python311Packages.onnxruntime-tools 0 -> 1 attrpath: python311Packages.onnxruntime-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/gk4qrib6zkyh8x7703fkj8hr5n0maqzs-packages.json.drv building '/nix/store/gk4qrib6zkyh8x7703fkj8hr5n0maqzs-packages.json.drv'... Going to be running update for following packages: - python3.11-onnxruntime-tools-1.7.0 Press Enter key to continue... Running update for: - python3.11-onnxruntime-tools-1.7.0: UPDATING ... - python3.11-onnxruntime-tools-1.7.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.onnxruntime-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 hydrus, using log file: /var/log/nixpkgs-update/hydrus/2024-03-10.log hydrus 0 -> 1 attrpath: hydrus Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/f2cnnkssg9fjq4m7ihl7x23rffg4na70-packages.json.drv building '/nix/store/f2cnnkssg9fjq4m7ihl7x23rffg4na70-packages.json.drv'... Going to be running update for following packages: - python3.11-hydrus-564 Press Enter key to continue... Running update for: - python3.11-hydrus-564: UPDATING ... - python3.11-hydrus-564: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update hydrus 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_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.avi, using log file: /var/log/nixpkgs-update/terraform-providers.avi/2024-03-10.log terraform-providers.avi 0 -> 1 attrpath: terraform-providers.avi Checking auto update branch... Derivation file opts-out of auto-updates [result] Failed to update terraform-providers.avi 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath ilspycmd, using log file: /var/log/nixpkgs-update/ilspycmd/2024-03-10.log ilspycmd 8.0 -> 8.2 https://github.com/icsharpcode/ILSpy/releases attrpath: ilspycmd 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/ilspycmd/default.nix b/pkgs/development/tools/ilspycmd/default.nix index 265a17f224d9..8db7a77e626b 100644 --- a/pkgs/development/tools/ilspycmd/default.nix +++ b/pkgs/development/tools/ilspycmd/default.nix @@ -9,13 +9,13 @@ }: buildDotnetModule rec { pname = "ilspycmd"; - version = "8.0"; + version = "8.2"; src = fetchFromGitHub { owner = "icsharpcode"; repo = "ILSpy"; rev = "v${version}"; - hash = "sha256-ERBYXgpBRXISfqBSBEydEQuD/5T1dvJ+wNg2U5pKip4="; + hash = "sha256-Da9+GFWNXn66N7mHCKti1xqqctvIwb2hsPo/H8zHaYA="; }; nativeBuildInputs = [ [outpaths] eval start [outpaths] eval end Received ExitFailure 1 when running Raw command: /nix/store/1gfp7hiwzpv9aglk2yfa9m49jc0n7pa5-nix-2.18.1/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A ilspycmd nix build failed. got build log for 'ilspycmd' from 'daemon' @nix { "action": "setPhase", "phase": "unpackPhase" } Running phase: unpackPhase unpacking source archive /nix/store/6y70qyymihrgr5q3y3bflvkgj143dvxq-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 Executing dotnetConfigureHook The command could not be loaded, possibly because: * You intended to execute a .NET application: The application 'tool' does not exist. * You intended to execute a .NET SDK command: A compatible .NET SDK was not found. Requested SDK version: 7.0.100 global.json file: /build/source/global.json Installed SDKs: 6.0.419 [/nix/store/58lfw9s4vd08xg600n6nykymnw1k6m8p-dotnet-sdk-6.0.419/sdk] Install the [7.0.100] .NET SDK or update [/build/source/global.json] to match an installed SDK. Learn about SDK resolution: https://aka.ms/dotnet/sdk-not-found [result] Failed to update ilspycmd 8.0 -> 8.2 https://github.com/icsharpcode/ILSpy/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: 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-unixsocket, using log file: /var/log/nixpkgs-update/python311Packages.requests-unixsocket/2024-03-10.log python311Packages.requests-unixsocket 0 -> 1 attrpath: python311Packages.requests-unixsocket 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/jnrpjrril5l4hyki5z6rm26v6wrcwlrg-packages.json.drv building '/nix/store/jnrpjrril5l4hyki5z6rm26v6wrcwlrg-packages.json.drv'... Going to be running update for following packages: - python3.11-requests-unixsocket-0.3.0 Press Enter key to continue... Running update for: - python3.11-requests-unixsocket-0.3.0: UPDATING ... - python3.11-requests-unixsocket-0.3.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.requests-unixsocket 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath puredata, using log file: /var/log/nixpkgs-update/puredata/2024-03-10.log puredata 0.54-0 -> 0.54.1 https://repology.org/project/pd/versions attrpath: puredata Checking auto update branch... No auto update branch exists Old version 0.54-0" not present in master derivation file with contents: { lib , stdenv , fetchurl , autoreconfHook , gettext , makeWrapper , alsa-lib , libjack2 , tk , fftw , portaudio }: stdenv.mkDerivation rec { pname = "puredata"; version = "0.54-1"; src = fetchurl { url = "http://msp.ucsd.edu/Software/pd-${version}.src.tar.gz"; hash = "sha256-hcPUvTYgtAHntdWEeHoFIIKylMTE7us1g9dwnZP9BMI="; }; nativeBuildInputs = [ autoreconfHook gettext makeWrapper ]; buildInputs = [ fftw libjack2 ] ++ lib.optionals stdenv.isLinux [ alsa-lib ] ++ lib.optionals stdenv.isDarwin [ portaudio ]; configureFlags = [ "--enable-universal" "--enable-fftw" "--enable-jack" ] ++ lib.optionals stdenv.isLinux [ "--enable-alsa" ] ++ lib.optionals stdenv.isDarwin [ "--enable-portaudio" "--without-local-portaudio" "--disable-jack-framework" "--with-wish=${tk}/bin/wish8.6" ]; postInstall = '' wrapProgram $out/bin/pd --prefix PATH : ${lib.makeBinPath [ tk ]} ''; meta = with lib; { description = ''A real-time graphical programming environment for audio, video, and graphical processing''; homepage = "http://puredata.info"; license = licenses.bsd3; platforms = platforms.linux ++ platforms.darwin; maintainers = with maintainers; [ goibhniu carlthome ]; mainProgram = "pd"; changelog = "https://msp.puredata.info/Pd_documentation/x5.htm#s1"; }; } [result] Failed to update puredata 0.54-0 -> 0.54.1 https://repology.org/project/pd/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath chroma, using log file: /var/log/nixpkgs-update/chroma/2024-03-10.log chroma 2.8.0 -> 2.12.0 https://github.com/alecthomas/chroma/releases attrpath: chroma Checking auto update branch... No auto update branch exists [version] build succeeded unexpectedlystderr did not split as expected full stderr was: error: attribute 'originalSrc' in selection path 'chroma.originalSrc' not found build succeeded unexpectedly [result] Failed to update chroma 2.8.0 -> 2.12.0 https://github.com/alecthomas/chroma/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath libpeas2, using log file: /var/log/nixpkgs-update/libpeas2/2024-03-10.log libpeas2 0 -> 1 attrpath: libpeas2 Checking auto update branch... Do not update GNOME during a release cycle [result] Failed to update libpeas2 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.argcomplete, using log file: /var/log/nixpkgs-update/python311Packages.argcomplete/2024-03-10.log python311Packages.argcomplete 0 -> 1 attrpath: python311Packages.argcomplete Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/gf5cslz91arn9q25dk7vhagrx5phq4wr-packages.json.drv building '/nix/store/gf5cslz91arn9q25dk7vhagrx5phq4wr-packages.json.drv'... Going to be running update for following packages: - python3.11-argcomplete-3.2.1 Press Enter key to continue... Running update for: - python3.11-argcomplete-3.2.1: UPDATING ... - python3.11-argcomplete-3.2.1: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/argcomplete/default.nix b/pkgs/development/python-modules/argcomplete/default.nix index 2496934d571b..4427e75089fa 100644 --- a/pkgs/development/python-modules/argcomplete/default.nix +++ b/pkgs/development/python-modules/argcomplete/default.nix @@ -8,7 +8,7 @@ buildPythonPackage rec { pname = "argcomplete"; - version = "3.2.1"; + version = "3.2.3"; pyproject = true; disabled = pythonOlder "3.8"; @@ -17,7 +17,7 @@ buildPythonPackage rec { owner = "kislyuk"; repo = pname; rev = "refs/tags/v${version}"; - hash = "sha256-gOKuFv04Qv9ry7LEKC9zIe7kJvHNFhTBDUrL+zu8AYk="; + hash = "sha256-sGXHRHmzapJM/c4D4j3QWhkTNzPNZPLO7JOptnTXuR8="; }; nativeBuildInputs = [ No auto update branch exists There might already be an open PR for this update: - python311Packages.argcomplete: 3.2.1 -> 3.2.3 URL "https://api.github.com/repos/NixOS/nixpkgs/issues/294270" [result] Failed to update python311Packages.argcomplete 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath brlaser, using log file: /var/log/nixpkgs-update/brlaser/2024-03-10.log brlaser 6-unstable-2023-02-30 -> 6 https://github.com/pdewacht/brlaser/releases attrpath: brlaser Checking auto update branch... No auto update branch exists 6 is not newer than 6-unstable-2023-02-30 according to Nix; versionComparison: -1 [result] Failed to update brlaser 6-unstable-2023-02-30 -> 6 https://github.com/pdewacht/brlaser/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.allpairspy, using log file: /var/log/nixpkgs-update/python311Packages.allpairspy/2024-03-10.log python311Packages.allpairspy 0 -> 1 attrpath: python311Packages.allpairspy Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/1brgmq4jr6c9cf98rx59cdc9vih167p0-packages.json.drv building '/nix/store/1brgmq4jr6c9cf98rx59cdc9vih167p0-packages.json.drv'... Going to be running update for following packages: - python3.11-allpairspy-2.5.1 Press Enter key to continue... Running update for: - python3.11-allpairspy-2.5.1: UPDATING ... - python3.11-allpairspy-2.5.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.allpairspy 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.timeSeries, using log file: /var/log/nixpkgs-update/rPackages.timeSeries/2024-03-10.log rPackages.timeSeries 4032.108 -> 4032.109 https://repology.org/project/r:timeseries/versions attrpath: rPackages.timeSeries Checking auto update branch... No auto update branch exists Old version 4032.108" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-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.timeSeries 4032.108 -> 4032.109 https://repology.org/project/r:timeseries/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath clutter, using log file: /var/log/nixpkgs-update/clutter/2024-03-10.log clutter 0 -> 1 attrpath: clutter 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 clutter 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath solana-cli, using log file: /var/log/nixpkgs-update/solana-cli/2024-03-10.log solana-cli 0 -> 1 attrpath: solana-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/j1gd2zc9v560scc7kzg4k2ffp8rjm65q-packages.json.drv building '/nix/store/j1gd2zc9v560scc7kzg4k2ffp8rjm65q-packages.json.drv'... Going to be running update for following packages: - solana-cli-1.16.27 Press Enter key to continue... Running update for: - solana-cli-1.16.27: UPDATING ... - solana-cli-1.16.27: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/applications/blockchains/solana/Cargo.lock b/pkgs/applications/blockchains/solana/Cargo.lock index de1799d5d416..0023f97a7816 100644 --- a/pkgs/applications/blockchains/solana/Cargo.lock +++ b/pkgs/applications/blockchains/solana/Cargo.lock @@ -12,6 +12,15 @@ dependencies = [ "regex", ] +[[package]] +name = "addr2line" +version = "0.20.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f4fa78e18c64fce05e902adecd7a5eed15a5e0a3439f7b0e169f0252214865e3" +dependencies = [ + "gimli", +] + [[package]] name = "adler" version = "1.0.2" @@ -42,8 +51,7 @@ dependencies = [ [[package]] name = "aes-gcm-siv" version = "0.10.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "589c637f0e68c877bbd59a4599bbe849cac8e5f3e4b5a3ebae8f528cd218dcdc" +source = "git+https://github.com/RustCrypto/AEADs?rev=6105d7a5591aefa646a95d12b5e8d3f55a9214ef#6105d7a5591aefa646a95d12b5e8d3f55a9214ef" dependencies = [ "aead", "aes", @@ -60,19 +68,19 @@ version = "0.7.6" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "fcb51a0695d8f838b1ee009b3fbf66bda078cd64590202a864a8f3e8c4315c47" dependencies = [ - "getrandom 0.2.8", + "getrandom 0.2.10", "once_cell", "version_check", ] [[package]] name = "ahash" -version = "0.8.4" +version = "0.8.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "72832d73be48bac96a5d7944568f305d829ed55b0ce3b483647089dfaf6cf704" +checksum = "77c3a9648d43b9cd48db467b3f87fdd6e146bcc88ab0180006cef2179fe11d01" dependencies = [ "cfg-if 1.0.0", - "getrandom 0.2.8", + "getrandom 0.2.10", "once_cell", "version_check", "zerocopy", @@ -117,6 +125,12 @@ dependencies = [ "alloc-no-stdlib", ] +[[package]] +name = "android-tzdata" +version = "0.1.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e999941b234f3131b00bc13c22d06e8c5ff726d1b6318ac7eb276997bbb4fef0" + [[package]] name = "android_system_properties" version = "0.1.4" @@ -126,6 +140,12 @@ dependencies = [ "libc", ] +[[package]] +name = "anes" +version = "0.1.6" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "4b46cbb362ab8752921c97e041f5e366ee6297bd428a31275b9fcf1e380f7299" + [[package]] name = "ansi_term" version = "0.11.0" @@ -135,11 +155,31 @@ dependencies = [ "winapi 0.3.9", ] +[[package]] +name = "anstyle" +version = "1.0.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "3a30da5c5f2d5e72842e00bcb57657162cdabef0931f40e2deb9b4140440cecd" + [[package]] name = "anyhow" -version = "1.0.71" +version = "1.0.79" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "080e9890a082662b09c1ad45f567faeeb47f22b5fb23895fbe1e651e718e25ca" + +[[package]] +name = "aquamarine" +version = "0.3.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9c7d0618f0e0b7e8ff11427422b64564d5fb0be1940354bfe2e0529b18a9d9b8" +checksum = "d1da02abba9f9063d786eab1509833ebb2fac0f966862ca59439c76b9c566760" +dependencies = [ + "include_dir", + "itertools", + "proc-macro-error", + "proc-macro2", + "quote", + "syn 1.0.109", +] [[package]] name = "arc-swap" @@ -188,7 +228,7 @@ dependencies = [ "derivative", "digest 0.10.7", "itertools", - "num-bigint 0.4.3", + "num-bigint 0.4.4", "num-traits", "paste", "rustc_version 0.4.0", @@ -201,7 +241,7 @@ version = "0.4.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "3ed4aa4fe255d0bc6d79373f7e31d2ea147bcf486cba1be5ba7ea85abdb92348" dependencies = [ - "quote 1.0.28", + "quote", "syn 1.0.109", ] @@ -211,10 +251,10 @@ version = "0.4.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "7abe79b0e4288889c4574159ab790824d0033b9fdcb2a112a3182fac2e514565" dependencies = [ - "num-bigint 0.4.3", + "num-bigint 0.4.4", "num-traits", - "proc-macro2 1.0.76", - "quote 1.0.28", + "proc-macro2", + "quote", "syn 1.0.109", ] @@ -240,7 +280,7 @@ dependencies = [ "ark-serialize-derive", "ark-std", "digest 0.10.7", - "num-bigint 0.4.3", + "num-bigint 0.4.4", ] [[package]] @@ -249,8 +289,8 @@ version = "0.4.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ae3281bc6d0fd7e549af32b52511e1302185bd688fd3359fa36423346ff682ea" dependencies = [ - "proc-macro2 1.0.76", - "quote 1.0.28", + "proc-macro2", + "quote", "syn 1.0.109", ] @@ -278,9 +318,9 @@ checksum = "6b4930d2cb77ce62f89ee5d5289b4ac049559b1c45539271f5ed4fdc7db34545" [[package]] name = "arrayvec" -version = "0.7.2" +version = "0.7.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8da52d66c7071e2e3fa2a1e5c6d088fec47b593032b254f5e980de8ea54454d6" +checksum = "96d30a06541fbafbc7f82ed10c06164cfbd2c401138f6addd8404629c4b16711" [[package]] name = "ascii" @@ -301,7 +341,7 @@ dependencies = [ "num-traits", "rusticata-macros", "thiserror", - "time 0.3.9", + "time", ] [[package]] @@ -310,8 +350,8 @@ version = "0.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "726535892e8eae7e70657b4c8ea93d26b8553afb1ce617caee529ef96d7dee6c" dependencies = [ - "proc-macro2 1.0.76", - "quote 1.0.28", + "proc-macro2", + "quote", "syn 1.0.109", "synstructure", ] @@ -322,8 +362,8 @@ version = "0.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "2777730b2039ac0f95f093556e61b6d26cebed5393ca6f152717777cec3a42ed" dependencies = [ - "proc-macro2 1.0.76", - "quote 1.0.28", + "proc-macro2", + "quote", "syn 1.0.109", ] @@ -349,9 +389,9 @@ checksum = "9b34d609dfbaf33d6889b2b7106d3ca345eacad44200913df5ba02bfd31d2ba9" [[package]] name = "async-channel" -version = "1.8.0" +version = "1.9.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cf46fee83e5ccffc220104713af3292ff9bc7c64c7de289f66dae8e38d826833" +checksum = "81953c529336010edd6d8e358f886d9581267795c61b19475b71314bffa46d35" dependencies = [ "concurrent-queue", "event-listener", @@ -360,9 +400,9 @@ dependencies = [ [[package]] name = "async-compression" -version = "0.3.14" +version = "0.4.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "345fd392ab01f746c717b1357165b76f0b67a60192007b234058c9045fdcf695" +checksum = "62b74f44609f0f91493e3082d3734d98497e094777144380ea4db9f9905dd5b6" dependencies = [ "brotli", "flate2", @@ -397,20 +437,20 @@ version = "0.3.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "648ed8c8d2ce5409ccd57453d9d1b214b342a0d69376a6feda1fd6cae3299308" dependencies = [ - "proc-macro2 1.0.76", - "quote 1.0.28", + "proc-macro2", + "quote", "syn 1.0.109", ] [[package]] name = "async-trait" -version = "0.1.68" +version = "0.1.77" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b9ccdd8f2a161be9bd5c023df56f1b2a0bd1d83872ae53b71a84a12c9bf6e842" +checksum = "c980ee35e870bd1a4d2c8294d4c04d0499e67bca1e4b5cefcc693c2fa00caea9" dependencies = [ - "proc-macro2 1.0.76", - "quote 1.0.28", - "syn 2.0.43", + "proc-macro2", + "quote", + "syn 2.0.48", ] [[package]] @@ -441,13 +481,13 @@ dependencies = [ [[package]] name = "axum" -version = "0.6.4" +version = "0.6.20" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e5694b64066a2459918d8074c2ce0d5a88f409431994c2356617c8ae0c4721fc" +checksum = "3b829e4e32b91e643de6eafe82b1d90675f5874230191a4ffbc1b336dec4d6bf" dependencies = [ "async-trait", "axum-core", - "bitflags", + "bitflags 1.3.2", "bytes", "futures-util", "http", @@ -457,22 +497,21 @@ dependencies = [ "matchit", "memchr", "mime", - "percent-encoding 2.2.0", + "percent-encoding 2.3.1", "pin-project-lite", "rustversion", "serde", "sync_wrapper", "tower", - "tower-http", "tower-layer", "tower-service", ] [[package]] name = "axum-core" -version = "0.3.2" +version = "0.3.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1cae3e661676ffbacb30f1a824089a8c9150e71017f7e1e38f2aa32009188d34" +checksum = "759fa577a247914fd3f7f76d62972792636412fbfd634cd452f6a385a74d2d2c" dependencies = [ "async-trait", "bytes", @@ -492,13 +531,28 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b62ddb9cb1ec0a098ad4bbf9344d0713fa193ae1a80af55febcff2627b6a00c1" dependencies = [ "futures-core", - "getrandom 0.2.8", + "getrandom 0.2.10", "instant", "pin-project-lite", "rand 0.8.5", "tokio", ] +[[package]] +name = "backtrace" +version = "0.3.68" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "4319208da049c43661739c5fade2ba182f09d1dc2299b32298d3a31692b17e12" +dependencies = [ + "addr2line", + "cc", + "cfg-if 1.0.0", + "libc", + "miniz_oxide", + "object", + "rustc-demangle", +] + [[package]] name = "base64" version = "0.12.3" @@ -513,9 +567,9 @@ checksum = "9e1b586273c5702936fe7b7d6896644d8be71e6314cfe09d3167c95f712589e8" [[package]] name = "base64" -version = "0.21.2" +version = "0.21.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "604178f6c5c21f02dc555784810edfb88d34ac2c73b2eae109655649ee73ce3d" +checksum = "9d297deb1925b89f2ccc13d7635fa0714f12c87adce1c75356b39ca9b7178567" [[package]] name = "base64ct" @@ -538,19 +592,19 @@ version = "0.65.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "cfdf7b466f9a4903edc73f95d6d2bcd5baf8ae620638762244d3f60143643cc5" dependencies = [ - "bitflags", + "bitflags 1.3.2", "cexpr", "clang-sys", "lazy_static", "lazycell", "peeking_take_while", "prettyplease 0.2.4", - "proc-macro2 1.0.76", - "quote 1.0.28", + "proc-macro2", + "quote", "regex", "rustc-hash", "shlex", - "syn 2.0.43", + "syn 2.0.48", ] [[package]] @@ -574,6 +628,15 @@ version = "1.3.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a" +[[package]] +name = "bitflags" +version = "2.4.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ed570934406eb16438a4e976b1b4500774099c13b8cb96eec99f620f05090ddf" +dependencies = [ + "serde", +] + [[package]] name = "bitmaps" version = "2.1.0" @@ -585,9 +648,9 @@ dependencies = [ [[package]] name = "blake3" -version = "1.3.3" +version = "1.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "42ae2468a89544a466886840aa467a25b766499f4f04bf7d9fcd10ecee9fccef" +checksum = "0231f06152bf547e9c2b5194f247cd97aacf6dcd8b15d8e5ec0663f64580da87" dependencies = [ "arrayref", "arrayvec", @@ -663,6 +726,16 @@ dependencies = [ "hashbrown 0.13.2", ] +[[package]] +name = "borsh" +version = "1.2.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "9897ef0f1bd2362169de6d7e436ea2237dc1085d7d1e4db75f4be34d86f309d1" +dependencies = [ + "borsh-derive 1.2.1", + "cfg_aliases", +] + [[package]] name = "borsh-derive" version = "0.9.3" @@ -672,7 +745,7 @@ dependencies = [ "borsh-derive-internal 0.9.3", "borsh-schema-derive-internal 0.9.3", "proc-macro-crate 0.1.5", - "proc-macro2 1.0.76", + "proc-macro2", "syn 1.0.109", ] @@ -685,18 +758,32 @@ dependencies = [ "borsh-derive-internal 0.10.3", "borsh-schema-derive-internal 0.10.3", "proc-macro-crate 0.1.5", - "proc-macro2 1.0.76", + "proc-macro2", "syn 1.0.109", ] +[[package]] +name = "borsh-derive" +version = "1.2.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "478b41ff04256c5c8330f3dfdaaae2a5cc976a8e75088bafa4625b0d0208de8c" +dependencies = [ + "once_cell", + "proc-macro-crate 2.0.0", + "proc-macro2", + "quote", + "syn 2.0.48", + "syn_derive", +] + [[package]] name = "borsh-derive-internal" version = "0.9.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "5449c28a7b352f2d1e592a8a28bf139bc71afb0764a14f3c02500935d8c44065" dependencies = [ - "proc-macro2 1.0.76", - "quote 1.0.28", + "proc-macro2", + "quote", "syn 1.0.109", ] @@ -706,8 +793,8 @@ version = "0.10.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "afb438156919598d2c7bad7e1c0adf3d26ed3840dbc010db1a882a65583ca2fb" dependencies = [ - "proc-macro2 1.0.76", - "quote 1.0.28", + "proc-macro2", + "quote", "syn 1.0.109", ] @@ -717,8 +804,8 @@ version = "0.9.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "cdbd5696d8bfa21d53d9fe39a714a18538bad11492a42d066dbbc395fb1951c0" dependencies = [ - "proc-macro2 1.0.76", - "quote 1.0.28", + "proc-macro2", + "quote", "syn 1.0.109", ] @@ -728,8 +815,8 @@ version = "0.10.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "634205cc43f74a1b9046ef87c4540ebda95696ec0f315024860cad7c5b0f5ccd" dependencies = [ - "proc-macro2 1.0.76", - "quote 1.0.28", + "proc-macro2", + "quote", "syn 1.0.109", ] @@ -777,7 +864,7 @@ checksum = "c3d4260bcc2e8fc9df1eac4919a720effeb63a3f0952f5bf4944adfa18897f09" dependencies = [ "memchr", "once_cell", - "regex-automata", + "regex-automata 0.1.10", "serde", ] @@ -815,9 +902,9 @@ dependencies = [ [[package]] name = "bytecount" -version = "0.6.3" +version = "0.6.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2c676a478f63e9fa2dd5368a42f28bba0d6c560b775f38583c8bbaa7fcd67c9c" +checksum = "e1e5f035d16fc623ae5f74981db80a439803888314e3a555fd6f04acd51a3205" [[package]] name = "bytemuck" @@ -834,22 +921,22 @@ version = "1.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "1aca418a974d83d40a0c1f0c5cba6ff4bc28d8df099109ca459a2118d40b6322" dependencies = [ - "proc-macro2 1.0.76", - "quote 1.0.28", + "proc-macro2", + "quote", "syn 1.0.109", ] [[package]] name = "byteorder" -version = "1.4.3" +version = "1.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "14c189c53d098945499cdfa7ecc63567cf3886b3332b312a5b4585d8d3a6a610" +checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b" [[package]] name = "bytes" -version = "1.4.0" +version = "1.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "89b2fd2a0dcf38d7971e2194b6b6eebab45ae01067456a7fd93d5547a61b70be" +checksum = "a2bd12c1caf447e69cd4528f47f94d203fd2582878ecb9e9465484c4148a8223" [[package]] name = "bytesize" @@ -914,7 +1001,7 @@ checksum = "eee4243f1f26fc7a42710e7439c149e2b10b05472f88090acce52632f231a73a" dependencies = [ "camino", "cargo-platform", - "semver 1.0.17", + "semver 1.0.21", "serde", "serde_json", "thiserror", @@ -929,13 +1016,20 @@ dependencies = [ "rustc_version 0.4.0", ] +[[package]] +name = "cast" +version = "0.3.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "37b2a672a2cb129a2e41c10b1224bb368f9f37a2b16b612598138befd7b37eb5" + [[package]] name = "cc" -version = "1.0.79" +version = "1.0.83" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "50d30906286121d95be3d479533b458f87493b30a4b5f79a607db8f5d11aa91f" +checksum = "f1174fb0b6ec23863f8b971027804a42614e347eafb0a95bf0b12cdae21fc4d0" dependencies = [ "jobserver", + "libc", ] [[package]] @@ -959,31 +1053,63 @@ version = "1.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" +[[package]] +name = "cfg_aliases" +version = "0.1.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "fd16c4719339c4530435d38e511904438d07cce7950afa3718a84ac36c10e89e" + [[package]] name = "chrono" -version = "0.4.24" +version = "0.4.31" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4e3c5919066adf22df73762e50cffcde3a758f2a848b113b586d1f86728b673b" +checksum = "7f2c685bad3eb3d45a01354cedb7d5faa66194d1d58ba6e267a8de788f79db38" dependencies = [ + "android-tzdata", "iana-time-zone", "js-sys", - "num-integer", "num-traits", "serde", - "time 0.1.43", "wasm-bindgen", - "winapi 0.3.9", + "windows-targets 0.48.0", ] [[package]] name = "chrono-humanize" -version = "0.2.2" +version = "0.2.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "32dce1ea1988dbdf9f9815ff11425828523bd2a134ec0805d2ac8af26ee6096e" +checksum = "799627e6b4d27827a814e837b9d8a504832086081806d45b1afa34dc982b023b" dependencies = [ "chrono", ] +[[package]] +name = "ciborium" +version = "0.2.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "effd91f6c78e5a4ace8a5d3c0b6bfaec9e2baaef55f3efc00e45fb2e477ee926" +dependencies = [ + "ciborium-io", + "ciborium-ll", + "serde", +] + +[[package]] +name = "ciborium-io" +version = "0.2.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "cdf919175532b369853f5d5e20b26b43112613fd6fe7aee757e35f7a44642656" + +[[package]] +name = "ciborium-ll" +version = "0.2.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "defaa24ecc093c77630e6c15e17c51f5e187bf35ee514f4e2d67baaa96dae22b" +dependencies = [ + "ciborium-io", + "half", +] + [[package]] name = "cipher" version = "0.3.0" @@ -1012,7 +1138,7 @@ checksum = "37e58ac78573c40708d45522f0d80fa2f01cc4f9b4e2bf749807255454312002" dependencies = [ "ansi_term", "atty", - "bitflags", + "bitflags 1.3.2", "strsim 0.8.0", "textwrap 0.11.0", "unicode-width", @@ -1026,26 +1152,45 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "71655c45cb9845d3270c9d6df84ebe72b4dad3c2ba3f7023ad47c144e4e473a5" dependencies = [ "atty", - "bitflags", + "bitflags 1.3.2", "clap_derive", - "clap_lex", - "indexmap", + "clap_lex 0.2.4", + "indexmap 1.9.3", "once_cell", "strsim 0.10.0", "termcolor", "textwrap 0.16.0", ] +[[package]] +name = "clap" +version = "4.3.21" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "c27cdf28c0f604ba3f512b0c9a409f8de8513e4816705deb0498b627e7c3a3fd" +dependencies = [ + "clap_builder", +] + +[[package]] +name = "clap_builder" +version = "4.3.21" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "08a9f1ab5e9f01a9b81f202e8562eb9a10de70abf9eaeac1be465c28b75aa4aa" +dependencies = [ + "anstyle", + "clap_lex 0.5.0", +] + [[package]] name = "clap_derive" version = "3.2.18" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ea0c8bce528c4be4da13ea6fead8965e95b6073585a2f05204bd8f4119f82a65" dependencies = [ - "heck 0.4.0", + "heck", "proc-macro-error", - "proc-macro2 1.0.76", - "quote 1.0.28", + "proc-macro2", + "quote", "syn 1.0.109", ] @@ -1058,6 +1203,12 @@ dependencies = [ "os_str_bytes", ] +[[package]] +name = "clap_lex" +version = "0.5.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "2da6da31387c7e4ef160ffab6d5e7f00c42626fe39aea70a7b0f1773f7dd6c1b" + [[package]] name = "combine" version = "3.8.1" @@ -1082,15 +1233,15 @@ 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", "unicode-width", - "windows-sys 0.45.0", + "windows-sys 0.52.0", ] [[package]] @@ -1121,29 +1272,29 @@ checksum = "e4c78c047431fee22c1a7bb92e00ad095a02a983affe4d8a72e2a2c62c1b94f3" [[package]] name = "const_format" -version = "0.2.30" +version = "0.2.32" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7309d9b4d3d2c0641e018d449232f2e28f1b22933c137f157d3dbc14228b8c0e" +checksum = "e3a214c7af3d04997541b18d432afaff4c455e79e2029079647e72fc2bd27673" dependencies = [ "const_format_proc_macros", ] [[package]] name = "const_format_proc_macros" -version = "0.2.29" +version = "0.2.32" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d897f47bf7270cf70d370f8f98c1abb6d2d4cf60a6845d30e05bfb90c6568650" +checksum = "c7f6ff08fd20f4f299298a28e2dfa8a8ba1036e6cd2460ac1de7b425d76f2500" dependencies = [ - "proc-macro2 1.0.76", - "quote 1.0.28", - "unicode-xid 0.2.2", + "proc-macro2", + "quote", + "unicode-xid", ] [[package]] name = "constant_time_eq" -version = "0.2.5" +version = "0.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "13418e745008f7349ec7e449155f419a61b92b58a99cc3616942b926825ec76b" +checksum = "f7144d30dcf0fafbce74250a3963025d8d52177934239851c917d29f1df280c2" [[package]] name = "convert_case" @@ -1181,9 +1332,9 @@ dependencies = [ [[package]] name = "cpufeatures" -version = "0.2.1" +version = "0.2.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "95059428f66df56b63431fdb4e1947ed2190586af5c5a8a8b71122bdf5a7f469" +checksum = "3e4c1eaa2012c47becbbad2ab175484c2a84d1185b566fb2cc5b8707343dfe58" dependencies = [ "libc", ] @@ -1197,13 +1348,49 @@ dependencies = [ "cfg-if 1.0.0", ] +[[package]] +name = "criterion" +version = "0.5.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f2b12d017a929603d80db1831cd3a24082f8137ce19c69e6447f54f5fc8d692f" +dependencies = [ + "anes", + "cast 0.3.0", + "ciborium", + "clap 4.3.21", + "criterion-plot", + "is-terminal", + "itertools", + "num-traits", + "once_cell", + "oorandom", + "plotters", + "rayon", + "regex", + "serde", + "serde_derive", + "serde_json", + "tinytemplate", + "walkdir", +] + +[[package]] +name = "criterion-plot" +version = "0.5.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "6b50826342786a51a89e2da3a28f1c32b06e387201bc2d19791f622c673706b1" +dependencies = [ + "cast 0.3.0", + "itertools", +] + [[package]] name = "criterion-stats" version = "0.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "387df94cb74ada1b33e10ce034bb0d9360cc73edb5063e7d7d4120a40ee1c9d2" dependencies = [ - "cast", + "cast 0.2.7", "num-traits", "num_cpus", "rand 0.4.6", @@ -1212,11 +1399,10 @@ dependencies = [ [[package]] name = "crossbeam-channel" -version = "0.5.8" +version = "0.5.11" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a33c2bf77f2df06183c3aa30d1e96c0695a313d4f9c453cc3762a6db39f99200" +checksum = "176dc175b78f56c0f321911d9c8eb2b77a78a4860b9c19db83835fea1a46649b" dependencies = [ - "cfg-if 1.0.0", "crossbeam-utils", ] @@ -1245,9 +1431,9 @@ dependencies = [ [[package]] name = "crossbeam-utils" -version = "0.8.14" +version = "0.8.18" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4fb766fa798726286dbbb842f174001dab8abc7b627a1dd86e0b7222a95d929f" +checksum = "c3a430a770ebd84726f584a90ee7f020d28db52c6d02138900f22341f866d39c" dependencies = [ "cfg-if 1.0.0", ] @@ -1280,9 +1466,9 @@ dependencies = [ [[package]] name = "csv" -version = "1.2.1" +version = "1.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0b015497079b9a9d69c02ad25de6c0a6edef051ea6360a327d0bd05802ef64ad" +checksum = "ac574ff4d437a7b5ad237ef331c17ccca63c46479e5b5453eb8e10bb99a759fe" dependencies = [ "csv-core", "itoa", @@ -1292,9 +1478,9 @@ dependencies = [ [[package]] name = "csv-core" -version = "0.1.10" +version = "0.1.11" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2b2466559f260f48ad25fe6317b3c8dac77b5bdb5763ac7d9d6103530663bc90" +checksum = "5efa2b3d7902f4b634a20cae3c9c4e6209dc4779feb6863329607560143efa70" dependencies = [ "memchr", ] @@ -1310,19 +1496,18 @@ dependencies = [ [[package]] name = "ctrlc" -version = "3.3.1" +version = "3.4.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7394a21d012ce5c850497fb774b167d81b99f060025fbf06ee92b9848bd97eb2" +checksum = "b467862cc8610ca6fc9a1532d7777cee0804e678ab45410897b9396495994a0b" dependencies = [ - "nix", - "windows-sys 0.48.0", + "nix 0.27.1", + "windows-sys 0.52.0", ] [[package]] name = "curve25519-dalek" version = "3.2.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "90f9d052967f590a76e62eb387bd0bbb1b000182c3cefe5364db6b7211651bc0" +source = "git+https://github.com/solana-labs/curve25519-dalek.git?rev=b500cdc2a920cd5bff9e2dd974d7b97349d61464#b500cdc2a920cd5bff9e2dd974d7b97349d61464" dependencies = [ "byteorder", "digest 0.9.0", @@ -1350,10 +1535,10 @@ checksum = "ab8bfa2e259f8ee1ce5e97824a3c55ec4404a0d772ca7fa96bf19f0752a046eb" dependencies = [ "fnv", "ident_case", - "proc-macro2 1.0.76", - "quote 1.0.28", + "proc-macro2", + "quote", "strsim 0.10.0", - "syn 2.0.43", + "syn 2.0.48", ] [[package]] @@ -1363,32 +1548,24 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "29a358ff9f12ec09c3e61fef9b5a9902623a695a46a917b07f269bff1445611a" dependencies = [ "darling_core", - "quote 1.0.28", - "syn 2.0.43", + "quote", + "syn 2.0.48", ] [[package]] name = "dashmap" -version = "4.0.2" +version = "5.5.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e77a43b28d0668df09411cb0bc9a8c2adc40f9a048afe863e05fd43251e8e39c" +checksum = "978747c1d849a7d2ee5e8adc0159961c48fb7e5db2f06af6723b80123bb53856" dependencies = [ "cfg-if 1.0.0", - "num_cpus", + "hashbrown 0.14.3", + "lock_api", + "once_cell", + "parking_lot_core 0.9.8", "rayon", ] -[[package]] -name = "dashmap" -version = "5.2.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4c8858831f7781322e539ea39e72449c46b059638250c14344fec8d0aa6e539c" -dependencies = [ - "cfg-if 1.0.0", - "num_cpus", - "parking_lot 0.12.1", -] - [[package]] name = "data-encoding" version = "2.3.2" @@ -1413,7 +1590,7 @@ dependencies = [ "asn1-rs", "displaydoc", "nom", - "num-bigint 0.4.3", + "num-bigint 0.4.4", "num-traits", "rusticata-macros", ] @@ -1430,8 +1607,8 @@ version = "2.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "fcc3dd5e9e9c0b295d6e1e4d811fb6f157d5ffd784b8d202fc62eac8035a770b" dependencies = [ - "proc-macro2 1.0.76", - "quote 1.0.28", + "proc-macro2", + "quote", "syn 1.0.109", ] @@ -1442,8 +1619,8 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "40eebddd2156ce1bb37b20bbe5151340a31828b1f2d22ba4141f3531710e38df" dependencies = [ "convert_case", - "proc-macro2 1.0.76", - "quote 1.0.28", + "proc-macro2", + "quote", "rustc_version 0.3.3", "syn 1.0.109", ] @@ -1497,9 +1674,9 @@ dependencies = [ [[package]] name = "dir-diff" -version = "0.3.2" +version = "0.3.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2860407d7d7e2e004bb2128510ad9e8d669e76fa005ccf567977b5d71b8b4a0b" +checksum = "a7ad16bf5f84253b50d6557681c58c3ab67c47c77d39fed9aeb56e947290bd10" dependencies = [ "walkdir", ] @@ -1531,32 +1708,32 @@ version = "0.2.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "3bf95dc3f046b9da4f2d51833c0d3547d8564ef6910f5c1ed130306a75b92886" dependencies = [ - "proc-macro2 1.0.76", - "quote 1.0.28", + "proc-macro2", + "quote", "syn 1.0.109", ] [[package]] -name = "dlopen" -version = "0.1.8" +name = "dlopen2" +version = "0.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "71e80ad39f814a9abe68583cd50a2d45c8a67561c3361ab8da240587dda80937" +checksum = "09b4f5f101177ff01b8ec4ecc81eead416a8aa42819a2869311b3420fa114ffa" dependencies = [ - "dlopen_derive", - "lazy_static", + "dlopen2_derive", "libc", + "once_cell", "winapi 0.3.9", ] [[package]] -name = "dlopen_derive" -version = "0.1.4" +name = "dlopen2_derive" +version = "0.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f236d9e1b1fbd81cea0f9cbdc8dcc7e8ebcd80e6659cd7cb2ad5f6c05946c581" +checksum = "a6cbae11b3de8fce2a456e8ea3dada226b35fe791f0dc1d360c0941f0bb681f3" dependencies = [ - "libc", - "quote 0.6.13", - "syn 0.15.44", + "proc-macro2", + "quote", + "syn 2.0.48", ] [[package]] @@ -1565,6 +1742,12 @@ version = "0.3.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "fea41bba32d969b513997752735605054bc0dfa92b4c56bf1189f2e174be7a10" +[[package]] +name = "downcast" +version = "0.11.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "1435fa1053d8b2fbbe9be7e97eca7f33d37b28409959813daefc1446a14247f1" + [[package]] name = "eager" version = "0.1.0" @@ -1603,7 +1786,7 @@ dependencies = [ "derivation-path", "ed25519-dalek", "hmac 0.12.1", - "sha2 0.10.6", + "sha2 0.10.8", ] [[package]] @@ -1613,16 +1796,16 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "f86b50932a01e7ec5c06160492ab660fb19b6bb2a7878030dd6cd68d21df9d4d" dependencies = [ "enum-ordinalize", - "proc-macro2 1.0.76", - "quote 1.0.28", + "proc-macro2", + "quote", "syn 1.0.109", ] [[package]] name = "either" -version = "1.8.1" +version = "1.9.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7fcaabb2fef8c910e7f4c7ce9f67a1283a1715879a7c230ca9d6d1ae31f16d91" +checksum = "a26ae43d7bcc3b814de94796a5e736d4029efb0ee900c12e2d54c993ad1a1e07" [[package]] name = "encode_unicode" @@ -1641,22 +1824,22 @@ dependencies = [ [[package]] name = "enum-iterator" -version = "1.4.1" +version = "1.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7add3873b5dd076766ee79c8e406ad1a472c385476b9e38849f8eec24f1be689" +checksum = "9fd242f399be1da0a5354aa462d57b4ab2b4ee0683cc552f7c007d2d12d36e94" dependencies = [ "enum-iterator-derive", ] [[package]] name = "enum-iterator-derive" -version = "1.2.1" +version = "1.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "eecf8589574ce9b895052fa12d69af7a233f99e6107f5cb8dd1044f2a17bfdcb" +checksum = "03cdc46ec28bd728e67540c528013c6a10eb69a02eb31078a1bda695438cbfb8" dependencies = [ - "proc-macro2 1.0.76", - "quote 1.0.28", - "syn 2.0.43", + "proc-macro2", + "quote", + "syn 2.0.48", ] [[package]] @@ -1665,10 +1848,10 @@ version = "3.1.10" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "0b166c9e378360dd5a6666a9604bb4f54ae0cac39023ffbac425e917a2a04fef" dependencies = [ - "num-bigint 0.4.3", + "num-bigint 0.4.4", "num-traits", - "proc-macro2 1.0.76", - "quote 1.0.28", + "proc-macro2", + "quote", "syn 1.0.109", ] @@ -1686,38 +1869,34 @@ dependencies = [ ] [[package]] -name = "errno" -version = "0.3.1" +name = "equivalent" +version = "1.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4bcfec3a70f97c962c307b2d2c56e358cf1d00b558d74262b5f929ee8cc7e73a" -dependencies = [ - "errno-dragonfly", - "libc", - "windows-sys 0.48.0", -] +checksum = "88bffebc5d80432c9b140ee17875ff173a8ab62faad5b257da912bd2f6c1c0a1" [[package]] -name = "errno-dragonfly" -version = "0.1.2" +name = "errno" +version = "0.3.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "aa68f1b12764fab894d2755d2518754e71b4fd80ecfb822714a1206c2aab39bf" +checksum = "a258e46cdc063eb8519c00b9fc845fc47bcfca4130e2f08e88665ceda8474245" dependencies = [ - "cc", "libc", + "windows-sys 0.52.0", ] [[package]] name = "etcd-client" -version = "0.8.2" +version = "0.11.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c3bfae4cb9cd8c3c2a552d45e155cafd079f385a3b9421b9a010878f44531f1e" +checksum = "f4b0ea5ef6dc2388a4b1669fa32097249bc03a15417b97cb75e38afb309e4a89" dependencies = [ "http", - "prost 0.9.0", + "prost", "tokio", "tokio-stream", - "tonic 0.6.2", - "tonic-build 0.6.2", + "tonic", + "tonic-build", + "tower", "tower-service", ] @@ -1744,18 +1923,15 @@ dependencies = [ [[package]] name = "fastrand" -version = "1.6.0" +version = "2.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "779d043b6a0b90cc4c0ed7ee380a6504394cee7efd7db050e3774eee387324b2" -dependencies = [ - "instant", -] +checksum = "6999dc1837253364c2ebb0704ba97994bd874e8f195d665c50b7548f6ea92764" [[package]] name = "fd-lock" -version = "3.0.12" +version = "3.0.13" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "39ae6b3d9530211fb3b12a95374b8b0823be812f53d09e18c5675c0146b09642" +checksum = "ef033ed5e9bad94e55838ca0ca906db0e043f517adda0c8b79c7a8c66c93c1b5" dependencies = [ "cfg-if 1.0.0", "rustix", @@ -1799,9 +1975,9 @@ checksum = "398ea4fabe40b9b0d885340a2a991a44c8a645624075ad966d21f88688e2b69e" [[package]] name = "flate2" -version = "1.0.26" +version = "1.0.28" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3b9429470923de8e8cbd4d2dc513535400b4b3fef0319fb5c4e1f520a7bef743" +checksum = "46303f565772937ffe1d394a4fac6f411c6013172fadde9dcdb1e147a086940e" dependencies = [ "crc32fast", "miniz_oxide", @@ -1839,13 +2015,19 @@ checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b" [[package]] name = "form_urlencoded" -version = "1.1.0" +version = "1.2.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a9c384f161156f5260c24a097c56119f9be8c798586aecc13afbcbe7b7e26bf8" +checksum = "e13624c2627564efccf4934284bdd98cbaa14e79b0b5a141218e507b3a823456" dependencies = [ - "percent-encoding 2.2.0", + "percent-encoding 2.3.1", ] +[[package]] +name = "fragile" +version = "2.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "6c2141d6d6c8512188a7891b4b01590a45f6dac67afb4f255c4124dbb86d4eaa" + [[package]] name = "fs_extra" version = "1.3.0" @@ -1866,9 +2048,9 @@ checksum = "3a471a38ef8ed83cd6e40aa59c1ffe17db6855c18e3604d9c4ed8c08ebc28678" [[package]] name = "futures" -version = "0.3.28" +version = "0.3.30" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "23342abe12aba583913b2e62f22225ff9c950774065e4bfb61a19cd9770fec40" +checksum = "645c6916888f6cb6350d2550b80fb63e734897a8498abe35cfb732b6487804b0" dependencies = [ "futures-channel", "futures-core", @@ -1881,9 +2063,9 @@ dependencies = [ [[package]] name = "futures-channel" -version = "0.3.28" +version = "0.3.30" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "955518d47e09b25bbebc7a18df10b81f0c766eaf4c4f1cccef2fca5f2a4fb5f2" +checksum = "eac8f7d7865dcb88bd4373ab671c8cf4508703796caa2b1985a9ca867b3fcb78" dependencies = [ "futures-core", "futures-sink", @@ -1891,15 +2073,15 @@ dependencies = [ [[package]] name = "futures-core" -version = "0.3.28" +version = "0.3.30" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4bca583b7e26f571124fe5b7561d49cb2868d79116cfa0eefce955557c6fee8c" +checksum = "dfc6580bb841c5a68e9ef15c77ccc837b40a7504914d52e47b8b0e9bbda25a1d" [[package]] name = "futures-executor" -version = "0.3.28" +version = "0.3.30" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ccecee823288125bd88b4d7f565c9e58e41858e47ab72e8ea2d64e93624386e0" +checksum = "a576fc72ae164fca6b9db127eaa9a9dda0d61316034f33a0a0d4eda41f02b01d" dependencies = [ "futures-core", "futures-task", @@ -1909,38 +2091,38 @@ dependencies = [ [[package]] name = "futures-io" -version = "0.3.28" +version = "0.3.30" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4fff74096e71ed47f8e023204cfd0aa1289cd54ae5430a9523be060cdb849964" +checksum = "a44623e20b9681a318efdd71c299b6b222ed6f231972bfe2f224ebad6311f0c1" [[package]] name = "futures-macro" -version = "0.3.28" +version = "0.3.30" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "89ca545a94061b6365f2c7355b4b32bd20df3ff95f02da9329b34ccc3bd6ee72" +checksum = "87750cf4b7a4c0625b1529e4c543c2182106e4dedc60a2a6455e00d212c489ac" dependencies = [ - "proc-macro2 1.0.76", - "quote 1.0.28", - "syn 2.0.43", + "proc-macro2", + "quote", + "syn 2.0.48", ] [[package]] name = "futures-sink" -version = "0.3.28" +version = "0.3.30" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f43be4fe21a13b9781a69afa4985b0f6ee0e1afab2c6f454a8cf30e2b2237b6e" +checksum = "9fb8e00e87438d937621c1c6269e53f536c14d3fbd6a042bb24879e57d474fb5" [[package]] name = "futures-task" -version = "0.3.28" +version = "0.3.30" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "76d3d132be6c0e6aa1534069c705a74a5997a356c0dc2f86a47765e5617c5b65" +checksum = "38d84fa142264698cdce1a9f9172cf383a0c82de1bddcf3092901442c4097004" [[package]] name = "futures-util" -version = "0.3.28" +version = "0.3.30" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "26b01e40b772d54cf6c6d721c1d1abd0647a0106a12ecaa1c186273392a69533" +checksum = "3d6401deb83407ab3da39eba7e33987a73c3df0c82b4bb5813ee871c19c41d48" dependencies = [ "futures 0.1.31", "futures-channel", @@ -1971,7 +2153,7 @@ version = "0.6.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "32c95766e0414f8bfc1d07055574c621b67739466d6ba516c4fef8e99d30d2e6" dependencies = [ - "bitflags", + "bitflags 1.3.2", "cfg-if 1.0.0", "log", "managed", @@ -1981,7 +2163,7 @@ dependencies = [ [[package]] name = "gen-headers" -version = "1.16.27" +version = "1.18.5" dependencies = [ "log", "regex", @@ -1989,7 +2171,7 @@ dependencies = [ [[package]] name = "gen-syscall-list" -version = "1.16.27" +version = "1.18.5" dependencies = [ "regex", ] @@ -2039,9 +2221,9 @@ dependencies = [ [[package]] name = "getrandom" -version = "0.2.8" +version = "0.2.10" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c05aeb6a22b8f62540c194aac980f2115af067bfe15a0734d7277a768d396b31" +checksum = "be4136b2a15dd319360be1c07d9933517ccf0be8f16bf62a3bee4f0d618df427" dependencies = [ "cfg-if 1.0.0", "js-sys", @@ -2050,6 +2232,12 @@ dependencies = [ "wasm-bindgen", ] +[[package]] +name = "gimli" +version = "0.27.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b6c80984affa11d98d1b88b66ac8853f143217b399d3c74116778ff8fdb4ed2e" + [[package]] name = "glob" version = "0.3.0" @@ -2076,7 +2264,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "f8af59a261bcf42f45d1b261232847b9b850ba0a1419d6100698246fb66e9240" dependencies = [ "arc-swap", - "futures 0.3.28", + "futures 0.3.30", "log", "reqwest", "serde", @@ -2084,7 +2272,7 @@ dependencies = [ "serde_json", "simpl", "smpl_jwt", - "time 0.3.9", + "time", "tokio", ] @@ -2101,9 +2289,9 @@ dependencies = [ [[package]] name = "h2" -version = "0.3.18" +version = "0.3.24" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "17f8a914c2987b688368b5138aa05321db91f4090cf26118185672ad588bce21" +checksum = "bb2c4422095b67ee78da96fbb51a4cc413b3b25883c7717ff7ca1ab31022c9c9" dependencies = [ "bytes", "fnv", @@ -2111,13 +2299,19 @@ dependencies = [ "futures-sink", "futures-util", "http", - "indexmap", + "indexmap 2.1.0", "slab", "tokio", "tokio-util 0.7.1", "tracing", ] +[[package]] +name = "half" +version = "1.8.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "eabb4a44450da02c90444cf74558da904edde8fb4e9035a9a6a4e15445af0bd7" + [[package]] name = "hash32" version = "0.2.1" @@ -2151,9 +2345,15 @@ version = "0.13.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "43a3c133739dddd0d2990f9a4bdf8eb4b21ef50e4851ca85ab661199821d510e" dependencies = [ - "ahash 0.8.4", + "ahash 0.8.7", ] +[[package]] +name = "hashbrown" +version = "0.14.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "290f1a1d9242c78d09ce40a5e87e7554ee637af1351968159f4952f028f75604" + [[package]] name = "headers" version = "0.3.7" @@ -2161,7 +2361,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "4cff78e5788be1e0ab65b04d306b2ed5092c815ec97ec70f4ebd5aee158aa55d" dependencies = [ "base64 0.13.1", - "bitflags", + "bitflags 1.3.2", "bytes", "headers-core", "http", @@ -2179,15 +2379,6 @@ dependencies = [ "http", ] -[[package]] -name = "heck" -version = "0.3.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6d621efb26863f0e9924c6ac577e8275e5e6b77455db64ffa6c65c904e9e132c" -dependencies = [ - "unicode-segmentation", -] - [[package]] name = "heck" version = "0.4.0" @@ -2203,15 +2394,6 @@ dependencies = [ "libc", ] -[[package]] -name = "hermit-abi" -version = "0.2.6" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ee512640fe35acbfb4bb779db6f0d80704c2cacfa2e39b601ef3e3f47d1ae4c7" -dependencies = [ - "libc", -] - [[package]] name = "hermit-abi" version = "0.3.1" @@ -2226,9 +2408,9 @@ checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70" [[package]] name = "hidapi" -version = "2.3.3" +version = "2.4.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1f841dbb77615e116fb2ca38044b42310370f0d093c774a72361670ff2ae431b" +checksum = "723777263b0dcc5730aec947496bd8c3940ba63c15f5633b288cc615f4f6af79" dependencies = [ "cc", "libc", @@ -2274,9 +2456,9 @@ dependencies = [ [[package]] name = "http" -version = "0.2.9" +version = "0.2.11" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bd6effc99afb63425aff9b05836f029929e345a6148a14b7ecd5ab67af944482" +checksum = "8947b1a6fad4393052c7ba1f4cd97bed3e953a95c79c92ad9b051a04611d9fbb" dependencies = [ "bytes", "fnv", @@ -2294,12 +2476,6 @@ dependencies = [ "pin-project-lite", ] -[[package]] -name = "http-range-header" -version = "0.3.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0bfe8eed0a9285ef776bb792479ea3834e8b94e13d615c2f66d03dd50a435a29" - [[package]] name = "httparse" version = "1.8.0" @@ -2320,9 +2496,9 @@ checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4" [[package]] name = "hyper" -version = "0.14.26" +version = "0.14.28" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ab302d72a6f11a3b910431ff93aae7e773078c769f0a3ef15fb9ec692ed147d4" +checksum = "bf96e135eb83a2a8ddf766e426a841d8ddd7449d5f00d34ea02b41d2f19eef80" dependencies = [ "bytes", "futures-channel", @@ -2335,7 +2511,7 @@ dependencies = [ "httpdate", "itoa", "pin-project-lite", - "socket2", + "socket2 0.5.5", "tokio", "tower-service", "tracing", @@ -2349,7 +2525,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ca815a891b24fdfb243fa3239c86154392b0953ee584aa1a2a1f66d20cbe75cc" dependencies = [ "bytes", - "futures 0.3.28", + "futures 0.3.30", "headers", "http", "hyper", @@ -2362,15 +2538,16 @@ dependencies = [ [[package]] name = "hyper-rustls" -version = "0.23.0" +version = "0.24.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d87c48c02e0dc5e3b849a2041db3029fd066650f8f717c07bf8ed78ccb895cac" +checksum = "8d78e1e73ec14cf7375674f74d7dde185c8206fd9dea6fb6295e8a98098aaa97" dependencies = [ + "futures-util", "http", "hyper", - "rustls 0.20.8", + "rustls", "tokio", - "tokio-rustls 0.23.3", + "tokio-rustls", ] [[package]] @@ -2430,9 +2607,9 @@ dependencies = [ [[package]] name = "idna" -version = "0.3.0" +version = "0.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e14ddfc70884202db2244c223200c204c2bda1bc6e0998d11b5e024d657209e6" +checksum = "634d9b1461af396cad843f47fdba5597a4f9e6ddd4bfb6ff5d85028c25cb12f6" dependencies = [ "unicode-bidi", "unicode-normalization", @@ -2461,27 +2638,56 @@ dependencies = [ ] [[package]] -name = "index_list" -version = "0.2.7" +name = "include_dir" +version = "0.7.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5a9d968042a4902e08810946fc7cd5851eb75e80301342305af755ca06cb82ce" +checksum = "18762faeff7122e89e0857b02f7ce6fcc0d101d5e9ad2ad7846cc01d61b7f19e" +dependencies = [ + "include_dir_macros", +] [[package]] -name = "indexmap" -version = "1.9.3" +name = "include_dir_macros" +version = "0.7.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b139284b5cf57ecfa712bcc66950bb635b31aff41c188e8a4cfc758eca374a3f" +dependencies = [ + "proc-macro2", + "quote", +] + +[[package]] +name = "index_list" +version = "0.2.11" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "70891286cb8e844fdfcf1178b47569699f9e20b5ecc4b45a6240a64771444638" + +[[package]] +name = "indexmap" +version = "1.9.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "bd070e393353796e801d209ad339e89596eb4c8d430d18ede6a1cced8fafbd99" dependencies = [ "autocfg", "hashbrown 0.12.3", +] + +[[package]] +name = "indexmap" +version = "2.1.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d530e1a18b1cb4c484e6e34556a0d948706958449fca0cab753d649f2bce3d1f" +dependencies = [ + "equivalent", + "hashbrown 0.14.3", "rayon", ] [[package]] name = "indicatif" -version = "0.17.4" +version = "0.17.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "db45317f37ef454e6519b6c3ed7d377e5f23346f0823f86e65ca36912d1d0ef8" +checksum = "fb28741c9db9a713d93deb3bb9515c20788cef5815265bee4980e87bde7e0f25" dependencies = [ "console", "instant", @@ -2500,22 +2706,22 @@ dependencies = [ ] [[package]] -name = "io-lifetimes" -version = "1.0.10" +name = "ipnet" +version = "2.3.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "68f2d64f2edebec4ce84ad108148e67e1064789bee435edc5b60ad398714a3a9" + +[[package]] +name = "is-terminal" +version = "0.4.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9c66c74d2ae7e79a5a8f7ac924adbe38ee42a859c6539ad869eb51f0b52dc220" +checksum = "cb0889898416213fab133e1d33a0e5858a48177452750691bde3666d0fdbaf8b" dependencies = [ "hermit-abi 0.3.1", - "libc", + "rustix", "windows-sys 0.48.0", ] -[[package]] -name = "ipnet" -version = "2.3.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "68f2d64f2edebec4ce84ad108148e67e1064789bee435edc5b60ad398714a3a9" - [[package]] name = "itertools" version = "0.10.5" @@ -2527,9 +2733,9 @@ dependencies = [ [[package]] name = "itoa" -version = "1.0.1" +version = "1.0.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1aab8fc367588b89dcee83ab0fd66b72b50b72fa1904d7095045ace2b0c81c35" +checksum = "af150ab688ff2122fcef229be89cb50dd66af9e01a4ff320cc137eecc9bacc38" [[package]] name = "jobserver" @@ -2542,9 +2748,9 @@ dependencies = [ [[package]] name = "js-sys" -version = "0.3.63" +version = "0.3.67" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2f37a4a5928311ac501dee68b3c7613a1037d0edb30c8e5427bd832d55d1b790" +checksum = "9a1d36f1235bc969acba30b7f5990b864423a6068a10f7c90ae8f0112e3a59d1" dependencies = [ "wasm-bindgen", ] @@ -2567,7 +2773,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d2b99d4207e2a04fb4581746903c2bb7eb376f88de9c699d0f3e10feeac0cd3a" dependencies = [ "derive_more", - "futures 0.3.28", + "futures 0.3.30", "jsonrpc-core", "jsonrpc-pubsub", "jsonrpc-server-utils", @@ -2585,7 +2791,7 @@ version = "18.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "14f7f76aef2d054868398427f6c54943cf3d1caa9a7ec7d0c38d69df97a965eb" dependencies = [ - "futures 0.3.28", + "futures 0.3.30", "futures-executor", "futures-util", "log", @@ -2600,7 +2806,7 @@ version = "18.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b51da17abecbdab3e3d4f26b01c5ec075e88d3abe3ab3b05dc9aa69392764ec0" dependencies = [ - "futures 0.3.28", + "futures 0.3.30", "jsonrpc-client-transports", ] @@ -2611,8 +2817,8 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "5b939a78fa820cdfcb7ee7484466746a7377760970f6f9c6fe19f9edcc8a38d2" dependencies = [ "proc-macro-crate 0.1.5", - "proc-macro2 1.0.76", - "quote 1.0.28", + "proc-macro2", + "quote", "syn 1.0.109", ] @@ -2622,7 +2828,7 @@ version = "18.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "e1dea6e07251d9ce6a552abfb5d7ad6bc290a4596c8dcc3d795fae2bbdc1f3ff" dependencies = [ - "futures 0.3.28", + "futures 0.3.30", "hyper", "jsonrpc-core", "jsonrpc-server-utils", @@ -2638,7 +2844,7 @@ version = "18.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "382bb0206323ca7cda3dcd7e245cea86d37d02457a02a975e3378fb149a48845" dependencies = [ - "futures 0.3.28", + "futures 0.3.30", "jsonrpc-core", "jsonrpc-server-utils", "log", @@ -2653,7 +2859,7 @@ version = "18.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "240f87695e6c6f62fb37f05c02c04953cf68d6408b8c1c89de85c7a0125b1011" dependencies = [ - "futures 0.3.28", + "futures 0.3.30", "jsonrpc-core", "lazy_static", "log", @@ -2669,7 +2875,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "fa4fdea130485b572c39a460d50888beb00afb3e35de23ccd7fad8ff19f0e0d4" dependencies = [ "bytes", - "futures 0.3.28", + "futures 0.3.30", "globset", "jsonrpc-core", "lazy_static", @@ -2710,9 +2916,9 @@ checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55" [[package]] name = "libc" -version = "0.2.144" +version = "0.2.152" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2b00cc1c228a6782d0f076e7b232802e0c5689d41bb5df366f2a6b6621cfdfe1" +checksum = "13e3bf6590cbc649f4d1a3eefc9d5d6eb746f5200ffb04e5e142700b8faa56e7" [[package]] name = "libloading" @@ -2804,6 +3010,18 @@ dependencies = [ "vcpkg", ] +[[package]] +name = "light-poseidon" +version = "0.2.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "3c9a85a9752c549ceb7578064b4ed891179d20acd85f27318573b64d2d7ee7ee" +dependencies = [ + "ark-bn254", + "ark-ff", + "num-bigint 0.4.4", + "thiserror", +] + [[package]] name = "linked-hash-map" version = "0.5.4" @@ -2812,27 +3030,25 @@ checksum = "7fb9b38af92608140b86b693604b9ffcc5824240a484d1ecd4795bacb2fe88f3" [[package]] name = "linux-raw-sys" -version = "0.3.6" +version = "0.4.12" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b64f40e5e03e0d54f03845c8197d0291253cdbedfb1cb46b13c2c117554a9f4c" +checksum = "c4cd1a83af159aa67994778be9070f0ae1bd732942279cabb14f86f986a21456" [[package]] name = "lock_api" -version = "0.4.6" +version = "0.4.10" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "88943dd7ef4a2e5a4bfa2753aaab3013e34ce2533d1996fb18ef591e315e2b3b" +checksum = "c1cc9717a20b1bb222f333e6a92fd32f7d8a18ddc5a3191a11af45dcbf4dcd16" dependencies = [ + "autocfg", "scopeguard", ] [[package]] name = "log" -version = "0.4.17" +version = "0.4.20" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "abb12e687cfb44aa40f41fc3978ef76448f9b6038cad6aef4259d3c095a2382e" -dependencies = [ - "cfg-if 1.0.0", -] +checksum = "b5e6163cb8c49088c2c36f57875e58ccd8c87c7427f7fbd50ea6710b2f3f2e8f" [[package]] name = "lru" @@ -2889,9 +3105,9 @@ checksum = "b87248edafb776e59e6ee64a79086f65890d3510f2c656c000bf2a7e8a0aea40" [[package]] name = "memchr" -version = "2.5.0" +version = "2.6.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2dffe52ecf27772e601905b7522cb4ef790d2cc203488bbd0e2fe85fcb74566d" +checksum = "8f232d6ef707e1956a43342693d2a31e72989554d58299d7a88738cc95b0d35c" [[package]] name = "memmap2" @@ -2970,24 +3186,40 @@ dependencies = [ [[package]] name = "mio" -version = "0.7.14" +version = "0.8.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8067b404fe97c70829f082dec8bcf4f71225d7eaea1d8645349cb76fa06205cc" +checksum = "927a765cd3fc26206e66b296465fa9d3e5ab003e651c1b3c060e7956d96b19d2" dependencies = [ "libc", - "log", - "miow", - "ntapi", - "winapi 0.3.9", + "wasi 0.11.0+wasi-snapshot-preview1", + "windows-sys 0.48.0", ] [[package]] -name = "miow" -version = "0.3.7" +name = "mockall" +version = "0.11.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b9f1c5b025cda876f66ef43a113f91ebc9f4ccef34843000e0adf6ebbab84e21" +checksum = "4c84490118f2ee2d74570d114f3d0493cbf02790df303d2707606c3e14e07c96" dependencies = [ - "winapi 0.3.9", + "cfg-if 1.0.0", + "downcast", + "fragile", + "lazy_static", + "mockall_derive", + "predicates", + "predicates-tree", +] + +[[package]] +name = "mockall_derive" +version = "0.11.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "22ce75669015c4f47b289fd4d4f56e894e4c96003ffdf3ac51313126f94c6cbb" +dependencies = [ + "cfg-if 1.0.0", + "proc-macro2", + "quote", + "syn 1.0.109", ] [[package]] @@ -3006,8 +3238,8 @@ version = "0.11.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "5a7d5f7076603ebc68de2dc6a650ec331a062a13abaa346975be747bbfa4b789" dependencies = [ - "proc-macro2 1.0.76", - "quote 1.0.28", + "proc-macro2", + "quote", "syn 1.0.109", ] @@ -3048,16 +3280,26 @@ dependencies = [ [[package]] name = "nix" -version = "0.26.2" +version = "0.26.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bfdda3d196821d6af13126e40375cdf7da646a96114af134d5f417a9a1dc8e1a" +checksum = "598beaf3cc6fdd9a5dfb1630c2800c7acd31df7aaf0f565796fba2b53ca1af1b" dependencies = [ - "bitflags", + "bitflags 1.3.2", "cfg-if 1.0.0", "libc", "memoffset 0.7.1", "pin-utils", - "static_assertions", +] + +[[package]] +name = "nix" +version = "0.27.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "2eb04e9c688eff1c89d72b407f168cf79bb9e867a9d3323ed6c01519eb9cc053" +dependencies = [ + "bitflags 2.4.2", + "cfg-if 1.0.0", + "libc", ] [[package]] @@ -3077,14 +3319,6 @@ version = "0.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "61807f77802ff30975e01f4f071c8ba10c022052f98b3294119f3e615d13e5be" -[[package]] -name = "ntapi" -version = "0.3.7" -source = "git+https://github.com/solana-labs/ntapi?rev=97ede981a1777883ff86d142b75024b023f04fad#97ede981a1777883ff86d142b75024b023f04fad" -dependencies = [ - "winapi 0.3.9", -] - [[package]] name = "num" version = "0.2.1" @@ -3112,9 +3346,9 @@ dependencies = [ [[package]] name = "num-bigint" -version = "0.4.3" +version = "0.4.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f93ab6289c7b344a8a9f60f88d80aa20032336fe78da341afc91c8a2341fc75f" +checksum = "608e7659b5c3d7cba262d894801b9ec9d00de989e8a82bd4bef91d08da45cdc0" dependencies = [ "autocfg", "num-integer", @@ -3137,20 +3371,20 @@ version = "0.3.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "876a53fff98e03a936a674b29568b0e605f06b29372c2489ff4de23f1949743d" dependencies = [ - "proc-macro2 1.0.76", - "quote 1.0.28", + "proc-macro2", + "quote", "syn 1.0.109", ] [[package]] name = "num-derive" -version = "0.4.0" +version = "0.4.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9e6a0fd4f737c707bd9086cc16c925f294943eb62eb71499e9fd4cf71f8b9f4e" +checksum = "cfb77679af88f8b125209d354a202862602672222e7f2313fdd6dc349bad4712" dependencies = [ - "proc-macro2 1.0.76", - "quote 1.0.28", - "syn 2.0.43", + "proc-macro2", + "quote", + "syn 2.0.48", ] [[package]] @@ -3188,9 +3422,9 @@ dependencies = [ [[package]] name = "num-traits" -version = "0.2.15" +version = "0.2.17" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "578ede34cf02f8924ab9447f50c28075b4d3e5b269972345e7e0372b38c6cdcd" +checksum = "39e3200413f237f41ab11ad6d161bc7239c84dcb631773ccd7de3dfe4b5c267c" dependencies = [ "autocfg", "libm", @@ -3198,11 +3432,11 @@ dependencies = [ [[package]] name = "num_cpus" -version = "1.15.0" +version = "1.16.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0fac9e2da13b5eb447a6ce3d392f23a29d8694bff781bf03a16cd9ac8697593b" +checksum = "4161fcb6d602d4d2081af7c3a45852d875a03dd337a6bfdd6e06407b61342a43" dependencies = [ - "hermit-abi 0.2.6", + "hermit-abi 0.3.1", "libc", ] @@ -3226,11 +3460,11 @@ dependencies = [ [[package]] name = "num_enum" -version = "0.7.0" +version = "0.7.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "70bf6736f74634d299d00086f02986875b3c2d924781a6a2cb6c201e73da0ceb" +checksum = "02339744ee7253741199f897151b38e72257d13802d4ee837285cc2990a90845" dependencies = [ - "num_enum_derive 0.7.0", + "num_enum_derive 0.7.2", ] [[package]] @@ -3240,8 +3474,8 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "dcbff9bc912032c62bf65ef1d5aea88983b420f4f839db1e9b0c281a25c9c799" dependencies = [ "proc-macro-crate 1.1.0", - "proc-macro2 1.0.76", - "quote 1.0.28", + "proc-macro2", + "quote", "syn 1.0.109", ] @@ -3252,21 +3486,21 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "96667db765a921f7b295ffee8b60472b686a51d4f21c2ee4ffdb94c7013b65a6" dependencies = [ "proc-macro-crate 1.1.0", - "proc-macro2 1.0.76", - "quote 1.0.28", - "syn 2.0.43", + "proc-macro2", + "quote", + "syn 2.0.48", ] [[package]] name = "num_enum_derive" -version = "0.7.0" +version = "0.7.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "56ea360eafe1022f7cc56cd7b869ed57330fb2453d0c7831d99b74c65d2f5597" +checksum = "681030a937600a36906c185595136d26abfebb4aa9c65701cefcaf8578bb982b" dependencies = [ - "proc-macro-crate 1.1.0", - "proc-macro2 1.0.76", - "quote 1.0.28", - "syn 2.0.43", + "proc-macro-crate 2.0.0", + "proc-macro2", + "quote", + "syn 2.0.48", ] [[package]] @@ -3284,6 +3518,15 @@ version = "0.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "830b246a0e5f20af87141b25c173cd1b609bd7779a4617d6ec582abaf90870f3" +[[package]] +name = "object" +version = "0.31.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "8bda667d9f2b5051b8833f59f3bf748b28ef54f850f4fcb389a252aa383866d1" +dependencies = [ + "memchr", +] + [[package]] name = "oid-registry" version = "0.6.0" @@ -3295,9 +3538,15 @@ dependencies = [ [[package]] name = "once_cell" -version = "1.17.1" +version = "1.18.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "dd8b5dd2ae5ed71462c540258bedcb51965123ad7e7ccf4b9a8cafaa4a63576d" + +[[package]] +name = "oorandom" +version = "11.1.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b7e5500299e16ebb147ae15a00a942af264cf3688f47923b8fc2cd5858f23ad3" +checksum = "0ab1bc2a289d34bd04a330323ac98a1b4bc82c9d9fcb1e66b63caa84da26b575" [[package]] name = "opaque-debug" @@ -3313,11 +3562,11 @@ checksum = "624a8340c38c1b80fd549087862da4ba43e08858af025b236e509b6649fc13d5" [[package]] name = "openssl" -version = "0.10.55" +version = "0.10.63" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "345df152bc43501c5eb9e4654ff05f794effb78d4efe3d53abc158baddc0703d" +checksum = "15c9d69dd87a29568d4d017cfe8ec518706046a05184e5aea92d0af890b803c8" dependencies = [ - "bitflags", + "bitflags 2.4.2", "cfg-if 1.0.0", "foreign-types", "libc", @@ -3332,8 +3581,8 @@ version = "0.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b501e44f11665960c7e7fcf062c7d96a14ade4aa98116c004b2e37b5be7d736c" dependencies = [ - "proc-macro2 1.0.76", - "quote 1.0.28", + "proc-macro2", + "quote", "syn 1.0.109", ] @@ -3345,18 +3594,18 @@ checksum = "28988d872ab76095a6e6ac88d99b54fd267702734fd7ffe610ca27f533ddb95a" [[package]] name = "openssl-src" -version = "111.25.0+1.1.1t" +version = "300.1.6+3.1.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3173cd3626c43e3854b1b727422a276e568d9ec5fe8cec197822cf52cfb743d6" +checksum = "439fac53e092cd7442a3660c85dde4643ab3b5bd39040912388dcdabf6b88085" dependencies = [ "cc", ] [[package]] name = "openssl-sys" -version = "0.9.89" +version = "0.9.99" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4026ef4fae4cd0c85aee4846e497cea7855659077108067c0d37c0d628f3e40a" +checksum = "22e1bf214306098e4832460f797824c05d25aacdf896f64a985fb0fd992454ae" dependencies = [ "cc", "libc", @@ -3378,7 +3627,7 @@ dependencies = [ "futures-util", "js-sys", "lazy_static", - "percent-encoding 2.2.0", + "percent-encoding 2.3.1", "pin-project", "rand 0.8.5", "thiserror", @@ -3408,8 +3657,8 @@ checksum = "5f7d21ccd03305a674437ee1248f3ab5d4b1db095cf1caf49f1713ddf61956b7" dependencies = [ "Inflector", "proc-macro-error", - "proc-macro2 1.0.76", - "quote 1.0.28", + "proc-macro2", + "quote", "syn 1.0.109", ] @@ -3419,7 +3668,7 @@ version = "0.9.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "9981e32fb75e004cc148f5fb70342f393830e0a4aa62e3cc93b50976218d42b6" dependencies = [ - "futures 0.3.28", + "futures 0.3.30", "libc", "log", "rand 0.7.3", @@ -3445,7 +3694,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "3742b2c103b9f06bc9fff0a37ff4912935851bee6d36f3c02bcc755bcfec228f" dependencies = [ "lock_api", - "parking_lot_core 0.9.1", + "parking_lot_core 0.9.8", ] [[package]] @@ -3464,15 +3713,15 @@ dependencies = [ [[package]] name = "parking_lot_core" -version = "0.9.1" +version = "0.9.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "28141e0cc4143da2443301914478dc976a61ffdb3f043058310c70df2fed8954" +checksum = "93f00c865fe7cabf650081affecd3871070f26767e7b2070a3ffae14c654b447" dependencies = [ "cfg-if 1.0.0", "libc", - "redox_syscall 0.2.10", + "redox_syscall 0.3.5", "smallvec", - "windows-sys 0.32.0", + "windows-targets 0.48.0", ] [[package]] @@ -3522,9 +3771,9 @@ checksum = "31010dd2e1ac33d5b46a5b413495239882813e0369f8ed8a5e266f173602f831" [[package]] name = "percent-encoding" -version = "2.2.0" +version = "2.3.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "478c572c3d73181ff3c2539045f6eb99e5491218eae919370993b890cdbdd98e" +checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e" [[package]] name = "percentage" @@ -3562,8 +3811,8 @@ checksum = "99b8db626e31e5b81787b9783425769681b347011cc59471e33ea46d2ea0cf55" dependencies = [ "pest", "pest_meta", - "proc-macro2 1.0.76", - "quote 1.0.28", + "proc-macro2", + "quote", "syn 1.0.109", ] @@ -3585,7 +3834,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "4a13a2fa9d0b63e5f22328828741e523766fff0ee9e779316902290dff3f824f" dependencies = [ "fixedbitset", - "indexmap", + "indexmap 1.9.3", ] [[package]] @@ -3613,8 +3862,8 @@ version = "1.0.12" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "069bdb1e05adc7a8990dce9cc75370895fbe4e3d58b9b73bf1aee56359344a55" dependencies = [ - "proc-macro2 1.0.76", - "quote 1.0.28", + "proc-macro2", + "quote", "syn 1.0.109", ] @@ -3653,6 +3902,34 @@ version = "0.2.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b4596b6d070b27117e987119b4dac604f3c58cfb0b191112e24771b2faeac1a6" +[[package]] +name = "plotters" +version = "0.3.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "2538b639e642295546c50fcd545198c9d64ee2a38620a628724a3b266d5fbf97" +dependencies = [ + "num-traits", + "plotters-backend", + "plotters-svg", + "wasm-bindgen", + "web-sys", +] + +[[package]] +name = "plotters-backend" +version = "0.3.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "193228616381fecdc1224c62e96946dfbc73ff4384fba576e052ff8c1bea8142" + +[[package]] +name = "plotters-svg" +version = "0.3.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f9a81d2759aae1dae668f783c308bc5c8ebd191ff4184aaa1b37f65a6ae5a56f" +dependencies = [ + "plotters-backend", +] + [[package]] name = "polyval" version = "0.5.3" @@ -3719,7 +3996,7 @@ version = "0.1.9" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "3b83ec2d0af5c5c556257ff52c9f98934e243b9fd39604bfb2a9b75ec2e97f18" dependencies = [ - "proc-macro2 1.0.76", + "proc-macro2", "syn 1.0.109", ] @@ -3729,17 +4006,23 @@ version = "0.2.4" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "1ceca8aaf45b5c46ec7ed39fff75f57290368c1846d33d24a122ca81416ab058" dependencies = [ - "proc-macro2 1.0.76", - "syn 2.0.43", + "proc-macro2", + "syn 2.0.48", ] +[[package]] +name = "prio-graph" +version = "0.2.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "6492a75ca57066a4479af45efa302bed448680182b0563f96300645d5f896097" + [[package]] name = "proc-macro-crate" version = "0.1.5" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "1d6ea3c4595b96363c13943497db34af4460fb474a95c43f4446ad341b8c9785" dependencies = [ - "toml", + "toml 0.5.8", ] [[package]] @@ -3749,7 +4032,16 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "1ebace6889caf889b4d3f76becee12e90353f2b8c7d875534a71e5742f8f6f83" dependencies = [ "thiserror", - "toml", + "toml 0.5.8", +] + +[[package]] +name = "proc-macro-crate" +version = "2.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "7e8366a6159044a37876a2b9817124296703c586a5c92e2c53751fa06d8d43e8" +dependencies = [ + "toml_edit 0.20.7", ] [[package]] @@ -3759,8 +4051,8 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c" dependencies = [ "proc-macro-error-attr", - "proc-macro2 1.0.76", - "quote 1.0.28", + "proc-macro2", + "quote", "syn 1.0.109", "version_check", ] @@ -3771,59 +4063,40 @@ version = "1.0.4" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869" dependencies = [ - "proc-macro2 1.0.76", - "quote 1.0.28", + "proc-macro2", + "quote", "version_check", ] [[package]] name = "proc-macro2" -version = "0.4.30" +version = "1.0.78" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cf3d2011ab5c909338f7887f4fc896d35932e29146c12c8d01da6b22a80ba759" -dependencies = [ - "unicode-xid 0.1.0", -] - -[[package]] -name = "proc-macro2" -version = "1.0.76" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "95fc56cda0b5c3325f5fbbd7ff9fda9e02bb00bb3dac51252d2f1bfa1cb8cc8c" +checksum = "e2422ad645d89c99f8f3e6b88a9fdeca7fabeac836b1002371c4367c8f984aae" dependencies = [ "unicode-ident", ] [[package]] name = "proptest" -version = "1.2.0" +version = "1.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4e35c06b98bf36aba164cc17cb25f7e232f5c4aeea73baa14b8a9f0d92dbfa65" +checksum = "31b476131c3c86cb68032fdc5cb6d5a1045e3e42d96b69fa599fd77701e1f5bf" dependencies = [ "bit-set", - "bitflags", - "byteorder", + "bit-vec", + "bitflags 2.4.2", "lazy_static", "num-traits", "rand 0.8.5", "rand_chacha 0.3.1", "rand_xorshift", - "regex-syntax 0.6.29", + "regex-syntax", "rusty-fork", "tempfile", "unarray", ] -[[package]] -name = "prost" -version = "0.9.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "444879275cb4fd84958b1a1d5420d15e6fcf7c235fe47f053c9c2a80aceb6001" -dependencies = [ - "bytes", - "prost-derive 0.9.0", -] - [[package]] name = "prost" version = "0.11.9" @@ -3831,64 +4104,31 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "0b82eaa1d779e9a4bc1c3217db8ffbeabaae1dca241bf70183242128d48681cd" dependencies = [ "bytes", - "prost-derive 0.11.9", -] - -[[package]] -name = "prost-build" -version = "0.9.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "62941722fb675d463659e49c4f3fe1fe792ff24fe5bbaa9c08cd3b98a1c354f5" -dependencies = [ - "bytes", - "heck 0.3.3", - "itertools", - "lazy_static", - "log", - "multimap", - "petgraph", - "prost 0.9.0", - "prost-types 0.9.0", - "regex", - "tempfile", - "which", + "prost-derive", ] [[package]] name = "prost-build" -version = "0.11.4" +version = "0.11.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "276470f7f281b0ed53d2ae42dd52b4a8d08853a3c70e7fe95882acbb98a6ae94" +checksum = "119533552c9a7ffacc21e099c24a0ac8bb19c2a2a3f363de84cd9b844feab270" dependencies = [ "bytes", - "heck 0.4.0", + "heck", "itertools", "lazy_static", "log", "multimap", "petgraph", "prettyplease 0.1.9", - "prost 0.11.9", - "prost-types 0.11.9", + "prost", + "prost-types", "regex", "syn 1.0.109", "tempfile", "which", ] -[[package]] -name = "prost-derive" -version = "0.9.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f9cc1a3263e07e0bf68e96268f37665207b49560d98739662cdfaae215c720fe" -dependencies = [ - "anyhow", - "itertools", - "proc-macro2 1.0.76", - "quote 1.0.28", - "syn 1.0.109", -] - [[package]] name = "prost-derive" version = "0.11.9" @@ -3897,36 +4137,26 @@ checksum = "e5d2d8d10f3c6ded6da8b05b5fb3b8a5082514344d56c9f871412d29b4e075b4" dependencies = [ "anyhow", "itertools", - "proc-macro2 1.0.76", - "quote 1.0.28", + "proc-macro2", + "quote", "syn 1.0.109", ] -[[package]] -name = "prost-types" -version = "0.9.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "534b7a0e836e3c482d2693070f982e39e7611da9695d4d1f5a4b186b51faef0a" -dependencies = [ - "bytes", - "prost 0.9.0", -] - [[package]] name = "prost-types" version = "0.11.9" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "213622a1460818959ac1181aaeb2dc9c7f63df720db7d788b3e24eacd1983e13" dependencies = [ - "prost 0.11.9", + "prost", ] [[package]] name = "proto" -version = "1.16.27" +version = "1.18.5" dependencies = [ "protobuf-src", - "tonic-build 0.8.4", + "tonic-build", ] [[package]] @@ -3944,7 +4174,18 @@ version = "0.7.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d464fae65fff2680baf48019211ce37aaec0c78e9264c84a3e484717f965104e" dependencies = [ - "percent-encoding 2.2.0", + "percent-encoding 2.3.1", +] + +[[package]] +name = "qualifier_attr" +version = "0.2.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "9e2e25ee72f5b24d773cae88422baddefff7714f97aab68d96fe2b6fc4a28fb2" +dependencies = [ + "proc-macro2", + "quote", + "syn 2.0.48", ] [[package]] @@ -3955,70 +4196,59 @@ checksum = "a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0" [[package]] name = "quinn" -version = "0.9.4" +version = "0.10.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2e8b432585672228923edbbf64b8b12c14e1112f62e88737655b4a083dbcd78e" +checksum = "8cc2c5017e4b43d5995dcea317bc46c1e09404c0a9664d2908f7f02dfe943d75" dependencies = [ "bytes", "pin-project-lite", "quinn-proto", "quinn-udp", "rustc-hash", - "rustls 0.20.8", + "rustls", "thiserror", "tokio", "tracing", - "webpki 0.22.0", ] [[package]] name = "quinn-proto" -version = "0.9.5" +version = "0.10.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c956be1b23f4261676aed05a0046e204e8a6836e50203902683a718af0797989" +checksum = "141bf7dfde2fbc246bfd3fe12f2455aa24b0fbd9af535d8c86c7bd1381ff2b1a" dependencies = [ "bytes", "rand 0.8.5", - "ring", + "ring 0.16.20", "rustc-hash", - "rustls 0.20.8", + "rustls", "rustls-native-certs", "slab", "thiserror", "tinyvec", "tracing", - "webpki 0.22.0", ] [[package]] name = "quinn-udp" -version = "0.3.2" +version = "0.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "641538578b21f5e5c8ea733b736895576d0fe329bb883b937db6f4d163dbaaf4" +checksum = "6df19e284d93757a9fb91d63672f7741b129246a669db09d1c0063071debc0c0" dependencies = [ + "bytes", "libc", - "quinn-proto", - "socket2", + "socket2 0.5.5", "tracing", - "windows-sys 0.42.0", -] - -[[package]] -name = "quote" -version = "0.6.13" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6ce23b6b870e8f94f81fb0a363d65d86675884b34a09043c81e5562f11c1f8e1" -dependencies = [ - "proc-macro2 0.4.30", + "windows-sys 0.48.0", ] [[package]] name = "quote" -version = "1.0.28" +version = "1.0.35" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1b9ab9c7eadfd8df19006f1cf1a4aed13540ed5cbc047010ece5826e10825488" +checksum = "291ec9ab5efd934aaf503a6466c5d5251535d108ee747472c3977cc5acc868ef" dependencies = [ - "proc-macro2 1.0.76", + "proc-macro2", ] [[package]] @@ -4108,7 +4338,7 @@ version = "0.6.4" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c" dependencies = [ - "getrandom 0.2.8", + "getrandom 0.2.10", ] [[package]] @@ -4140,15 +4370,15 @@ dependencies = [ [[package]] name = "raptorq" -version = "1.7.0" +version = "1.8.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "655b020bbf5c89791160a30f0d4706d8ec7aa5718d6a198f6df19c400e4f4470" +checksum = "6c9cf9270cc5903afdef387f06ef1cd89fb77f45c357c2a425bae78b839fd866" [[package]] name = "rayon" -version = "1.7.0" +version = "1.8.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1d2df5196e37bcc87abebc0053e20787d73847bb33134a69841207dd0a47f03b" +checksum = "fa7237101a77a10773db45d62004a272517633fbcc3df19d96455ede1122e051" dependencies = [ "either", "rayon-core", @@ -4156,19 +4386,17 @@ dependencies = [ [[package]] name = "rayon-core" -version = "1.11.0" +version = "1.12.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4b8f95bd6966f5c87776639160a66bd8ab9895d9d4ab01ddba9fc60661aebe8d" +checksum = "1465873a3dfdaa8ae7cb14b4383657caab0b3e8a0aa9ae8e04b044854c8dfce2" dependencies = [ - "crossbeam-channel", "crossbeam-deque", "crossbeam-utils", - "num_cpus", ] [[package]] name = "rbpf-cli" -version = "1.16.27" +version = "1.18.5" [[package]] name = "rcgen" @@ -4177,8 +4405,8 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ffbe84efe2f38dea12e9bfc1f65377fdf03e53a18cb3b995faedf7934c7e785b" dependencies = [ "pem", - "ring", - "time 0.3.9", + "ring 0.16.20", + "time", "yasna", ] @@ -4197,7 +4425,7 @@ version = "0.2.10" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "8383f39639269cde97d255a32bdb68c047337295414940c68bdd30c2e13203ff" dependencies = [ - "bitflags", + "bitflags 1.3.2", ] [[package]] @@ -4206,7 +4434,16 @@ version = "0.3.5" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "567664f262709473930a4bf9e51bf2ebf3348f2e748ccc50dea20646858f8f29" dependencies = [ - "bitflags", + "bitflags 1.3.2", +] + +[[package]] +name = "redox_syscall" +version = "0.4.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "4722d768eff46b75989dd134e5c353f0d6296e5aaa3132e776cbdb56be7731aa" +dependencies = [ + "bitflags 1.3.2", ] [[package]] @@ -4215,7 +4452,7 @@ version = "0.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "528532f3d801c87aec9def2add9ca802fe569e44a544afe633765267840abe64" dependencies = [ - "getrandom 0.2.8", + "getrandom 0.2.10", "redox_syscall 0.2.10", ] @@ -4236,13 +4473,14 @@ dependencies = [ [[package]] name = "regex" -version = "1.8.3" +version = "1.10.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "81ca098a9821bd52d6b24fd8b10bd081f47d39c22778cafaa75a2857a62c6390" +checksum = "b62dbe01f0b06f9d8dc7d49e05a0785f153b00b2c227856282f671e0318c9b15" dependencies = [ "aho-corasick 1.0.1", "memchr", - "regex-syntax 0.7.2", + "regex-automata 0.4.4", + "regex-syntax", ] [[package]] @@ -4252,25 +4490,30 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132" [[package]] -name = "regex-syntax" -version = "0.6.29" +name = "regex-automata" +version = "0.4.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f162c6dd7b008981e4d40210aca20b4bd0f9b60ca9271061b07f78537722f2e1" +checksum = "3b7fa1134405e2ec9353fd416b17f8dacd46c473d7d3fd1cf202706a14eb792a" +dependencies = [ + "aho-corasick 1.0.1", + "memchr", + "regex-syntax", +] [[package]] name = "regex-syntax" -version = "0.7.2" +version = "0.8.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "436b050e76ed2903236f032a59761c1eb99e1b0aead2c257922771dab1fc8c78" +checksum = "c08c74e62047bb2de4ff487b251e4a92e24f48745648451635cec7d591162d9f" [[package]] name = "reqwest" -version = "0.11.17" +version = "0.11.23" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "13293b639a097af28fc8a90f22add145a9c954e49d77da06263d58cf44d5fb91" +checksum = "37b1ae8d9ac08420c66222fb9096fc5de435c3c48542bc5336c51892cffafb41" dependencies = [ "async-compression", - "base64 0.21.2", + "base64 0.21.7", "bytes", "encoding_rs", "futures-core", @@ -4287,23 +4530,24 @@ dependencies = [ "mime", "native-tls", "once_cell", - "percent-encoding 2.2.0", + "percent-encoding 2.3.1", "pin-project-lite", - "rustls 0.20.8", + "rustls", "rustls-pemfile 1.0.0", "serde", "serde_json", "serde_urlencoded", + "system-configuration", "tokio", "tokio-native-tls", - "tokio-rustls 0.23.3", + "tokio-rustls", "tokio-util 0.7.1", "tower-service", - "url 2.3.1", + "url 2.5.0", "wasm-bindgen", "wasm-bindgen-futures", "web-sys", - "webpki-roots", + "webpki-roots 0.25.2", "winreg", ] @@ -4317,11 +4561,25 @@ dependencies = [ "libc", "once_cell", "spin 0.5.2", - "untrusted", + "untrusted 0.7.1", "web-sys", "winapi 0.3.9", ] +[[package]] +name = "ring" +version = "0.17.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "9babe80d5c16becf6594aa32ad2be8fe08498e7ae60b77de8df700e67f191d7e" +dependencies = [ + "cc", + "getrandom 0.2.10", + "libc", + "spin 0.9.2", + "untrusted 0.9.0", + "windows-sys 0.48.0", +] + [[package]] name = "rocksdb" version = "0.21.0" @@ -4343,13 +4601,13 @@ dependencies = [ [[package]] name = "rpassword" -version = "7.2.0" +version = "7.3.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6678cf63ab3491898c0d021b493c94c9b221d91295294a2a5746eacbe5928322" +checksum = "80472be3c897911d0137b2d2b9055faf6eeac5b14e324073d83bc17b191d7e3f" dependencies = [ "libc", "rtoolbox", - "winapi 0.3.9", + "windows-sys 0.48.0", ] [[package]] @@ -4389,7 +4647,7 @@ version = "0.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "bfa0f585226d2e68097d4f95d113b15b83a82e819ab25717ec0590d9584ef366" dependencies = [ - "semver 1.0.17", + "semver 1.0.21", ] [[package]] @@ -4403,41 +4661,27 @@ dependencies = [ [[package]] name = "rustix" -version = "0.37.18" +version = "0.38.28" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8bbfc1d1c7c40c01715f47d71444744a81669ca84e8b63e25a55e169b1f86433" +checksum = "72e572a5e8ca657d7366229cdde4bd14c4eb5499a9573d4d366fe1b599daa316" dependencies = [ - "bitflags", + "bitflags 2.4.2", "errno", - "io-lifetimes", "libc", "linux-raw-sys", - "windows-sys 0.48.0", + "windows-sys 0.52.0", ] [[package]] name = "rustls" -version = "0.19.1" +version = "0.21.10" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "35edb675feee39aec9c99fa5ff985081995a06d594114ae14cbe797ad7b7a6d7" +checksum = "f9d5a6813c0759e4609cd494e8e725babae6a2ca7b62a5536a13daaec6fcb7ba" dependencies = [ - "base64 0.13.1", "log", - "ring", - "sct 0.6.1", - "webpki 0.21.4", -] - -[[package]] -name = "rustls" -version = "0.20.8" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fff78fc74d175294f4e83b28343315ffcfb114b156f0185e9741cb5570f50e2f" -dependencies = [ - "log", - "ring", - "sct 0.7.0", - "webpki 0.22.0", + "ring 0.17.3", + "rustls-webpki", + "sct", ] [[package]] @@ -4470,11 +4714,21 @@ dependencies = [ "base64 0.13.1", ] +[[package]] +name = "rustls-webpki" +version = "0.101.7" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "8b6275d1ee7a1cd780b64aca7726599a1dbc893b1e64144529e55c3c2f745765" +dependencies = [ + "ring 0.17.3", + "untrusted 0.9.0", +] + [[package]] name = "rustversion" -version = "1.0.12" +version = "1.0.14" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4f3208ce4d8448b3f3e7d168a73f5e0c43a61e32930de3bceeccedb388b6bf06" +checksum = "7ffc183a10b4478d04cbbbfc96d0873219d962dd5accaff2ffbd4ceb7df837f4" [[package]] name = "rusty-fork" @@ -4515,9 +4769,9 @@ dependencies = [ [[package]] name = "scopeguard" -version = "1.1.0" +version = "1.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd" +checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49" [[package]] name = "scroll" @@ -4534,29 +4788,19 @@ version = "0.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "bdbda6ac5cd1321e724fa9cee216f3a61885889b896f073b8f82322789c5250e" dependencies = [ - "proc-macro2 1.0.76", - "quote 1.0.28", + "proc-macro2", + "quote", "syn 1.0.109", ] -[[package]] -name = "sct" -version = "0.6.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b362b83898e0e69f38515b82ee15aa80636befe47c3b6d3d89a911e78fc228ce" -dependencies = [ - "ring", - "untrusted", -] - [[package]] name = "sct" version = "0.7.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d53dcdb7c9f8158937a7981b48accfd39a43af418591a5d008c7b22b5e1b7ca4" dependencies = [ - "ring", - "untrusted", + "ring 0.16.20", + "untrusted 0.7.1", ] [[package]] @@ -4565,7 +4809,7 @@ version = "2.4.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "525bc1abfda2e1998d152c45cf13e696f76d0a4972310b22fac1658b05df7c87" dependencies = [ - "bitflags", + "bitflags 1.3.2", "core-foundation", "core-foundation-sys", "libc", @@ -4593,9 +4837,9 @@ dependencies = [ [[package]] name = "semver" -version = "1.0.17" +version = "1.0.21" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bebd363326d05ec3e2f532ab7660680f3b02130d780c299bca73469d521bc0ed" +checksum = "b97ed7a9823b74f99c7742f5336af7be5ecd3eeafcb1507d1fa93347b1d589b0" dependencies = [ "serde", ] @@ -4609,46 +4853,64 @@ dependencies = [ "pest", ] +[[package]] +name = "seqlock" +version = "0.2.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b5c67b6f14ecc5b86c66fa63d76b5092352678545a8a3cdae80aef5128371910" +dependencies = [ + "parking_lot 0.12.1", +] + [[package]] name = "serde" -version = "1.0.163" +version = "1.0.195" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2113ab51b87a539ae008b5c6c02dc020ffa39afd2d83cffcb3f4eb2722cebec2" +checksum = "63261df402c67811e9ac6def069e4786148c4563f4b50fd4bf30aa370d626b02" dependencies = [ "serde_derive", ] [[package]] name = "serde_bytes" -version = "0.11.9" +version = "0.11.14" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "416bda436f9aab92e02c8e10d49a15ddd339cea90b6e340fe51ed97abb548294" +checksum = "8b8497c313fd43ab992087548117643f6fcd935cbf36f176ffda0aacf9591734" dependencies = [ "serde", ] [[package]] name = "serde_derive" -version = "1.0.163" +version = "1.0.195" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8c805777e3930c8883389c602315a24224bcc738b63905ef87cd1420353ea93e" +checksum = "46fe8f8603d81ba86327b23a2e9cdf49e1255fb94a4c5f297f6ee0547178ea2c" dependencies = [ - "proc-macro2 1.0.76", - "quote 1.0.28", - "syn 2.0.43", + "proc-macro2", + "quote", + "syn 2.0.48", ] [[package]] name = "serde_json" -version = "1.0.96" +version = "1.0.111" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "057d394a50403bcac12672b2b18fb387ab6d289d957dab67dd201875391e52f1" +checksum = "176e46fa42316f18edd598015a5166857fc835ec732f5215eac6b7bdbf0a84f4" dependencies = [ "itoa", "ryu", "serde", ] +[[package]] +name = "serde_spanned" +version = "0.6.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "12022b835073e5b11e90a14f86838ceb1c8fb0325b72416845c487ac0fa95e80" +dependencies = [ + "serde", +] + [[package]] name = "serde_urlencoded" version = "0.7.1" @@ -4678,9 +4940,9 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "881b6f881b17d13214e5d494c939ebab463d01264ce1811e9d4ac3a882e7695f" dependencies = [ "darling", - "proc-macro2 1.0.76", - "quote 1.0.28", - "syn 2.0.43", + "proc-macro2", + "quote", + "syn 2.0.48", ] [[package]] @@ -4689,7 +4951,7 @@ version = "0.8.26" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "578a7433b776b56a35785ed5ce9a7e777ac0598aac5a6dd1b4b18a307c7fc71b" dependencies = [ - "indexmap", + "indexmap 1.9.3", "ryu", "serde", "yaml-rust", @@ -4697,11 +4959,11 @@ dependencies = [ [[package]] name = "serde_yaml" -version = "0.9.21" +version = "0.9.30" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d9d684e3ec7de3bf5466b32bd75303ac16f0736426e5a4e0d6e489559ce1249c" +checksum = "b1bf28c79a99f70ee1f1d83d10c875d2e70618417fda01ad1785e027579d9d38" dependencies = [ - "indexmap", + "indexmap 2.1.0", "itoa", "ryu", "serde", @@ -4710,12 +4972,12 @@ dependencies = [ [[package]] name = "serial_test" -version = "0.9.0" +version = "2.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "92761393ee4dc3ff8f4af487bd58f4307c9329bbedea02cac0089ad9c411e153" +checksum = "0e56dd856803e253c8f298af3f4d7eb0ae5e23a737252cd90bb4f3b435033b2d" dependencies = [ - "dashmap 5.2.0", - "futures 0.3.28", + "dashmap", + "futures 0.3.30", "lazy_static", "log", "parking_lot 0.12.1", @@ -4724,14 +4986,13 @@ dependencies = [ [[package]] name = "serial_test_derive" -version = "0.9.0" +version = "2.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4b6f5d1c3087fb119617cff2966fe3808a80e5eb59a8c1601d5994d66f4346a5" +checksum = "91d129178576168c589c9ec973feedf7d3126c01ac2bf08795109aa35b69fb8f" dependencies = [ - "proc-macro-error", - "proc-macro2 1.0.76", - "quote 1.0.28", - "syn 1.0.109", + "proc-macro2", + "quote", + "syn 2.0.48", ] [[package]] @@ -4770,6 +5031,17 @@ dependencies = [ "digest 0.10.7", ] +[[package]] +name = "sha1" +version = "0.10.5" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f04293dc80c3993519f2d7f6f511707ee7094fe0c6d3406feb330cdb3540eba3" +dependencies = [ + "cfg-if 1.0.0", + "cpufeatures", + "digest 0.10.7", +] + [[package]] name = "sha2" version = "0.9.9" @@ -4785,9 +5057,9 @@ dependencies = [ [[package]] name = "sha2" -version = "0.10.6" +version = "0.10.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "82e6b795fe2e3b1e845bafcb27aa35405c4d47cdfc92af5fc8d3002f76cebdc0" +checksum = "793db75ad2bcafc3ffa7c68b215fee268f537982cd901d132f89c6343f3a3dc8" dependencies = [ "cfg-if 1.0.0", "cpufeatures", @@ -4833,15 +5105,15 @@ checksum = "24188a676b6ae68c3b2cb3a01be17fbf7240ce009799bb56d5b1409051e78fde" [[package]] name = "shlex" -version = "1.1.0" +version = "1.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "43b2853a4d09f215c24cc5489c992ce46052d359b5109343cbafbf26bc62f8a3" +checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64" [[package]] name = "signal-hook" -version = "0.3.15" +version = "0.3.17" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "732768f1176d21d09e076c23a93123d40bba92d50c4058da34d45c8de8e682b9" +checksum = "8621587d4798caf8eb44879d42e56b9a93ea5dcd315a6487c357130095b62801" dependencies = [ "libc", "signal-hook-registry", @@ -4868,6 +5140,12 @@ version = "0.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "2a30f10c911c0355f80f1c2faa8096efc4a58cdf8590b954d5b395efa071c711" +[[package]] +name = "siphasher" +version = "0.3.11" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "38b58827f4464d87d377d175e90bf58eb00fd8716ff0a62f80356b5e61555d0d" + [[package]] name = "sized-chunks" version = "0.6.5" @@ -4886,9 +5164,9 @@ checksum = "9def91fd1e018fe007022791f865d0ccc9b3a0d5001e01aabb8b40e46000afb5" [[package]] name = "smallvec" -version = "1.7.0" +version = "1.13.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1ecab6c735a6bb4139c0caafd0cc3635748bbb3acf4550e8138122099251f309" +checksum = "e6ecd384b10a64542d77071bd64bd7b231f4ed5940fba55e98c3de13824cf3d7" [[package]] name = "smpl_jwt" @@ -4903,7 +5181,7 @@ dependencies = [ "serde_derive", "serde_json", "simpl", - "time 0.3.9", + "time", ] [[package]] @@ -4916,6 +5194,16 @@ dependencies = [ "winapi 0.3.9", ] +[[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", +] + [[package]] name = "soketto" version = "0.7.1" @@ -4924,7 +5212,7 @@ checksum = "41d1c5305e39e09653383c2c7244f2f78b3bcae37cf50c64cb4789c9f5096ec2" dependencies = [ "base64 0.13.1", "bytes", - "futures 0.3.28", + "futures 0.3.30", "httparse", "log", "rand 0.8.5", @@ -4933,10 +5221,11 @@ dependencies = [ [[package]] name = "solana-account-decoder" -version = "1.16.27" +version = "1.18.5" dependencies = [ "Inflector", - "base64 0.21.2", + "assert_matches", + "base64 0.21.7", "bincode", "bs58", "bv", @@ -4944,12 +5233,12 @@ dependencies = [ "serde", "serde_derive", "serde_json", - "solana-address-lookup-table-program", "solana-config-program", "solana-sdk", "spl-pod", "spl-token", "spl-token-2022", + "spl-token-group-interface", "spl-token-metadata-interface", "thiserror", "zstd", @@ -4957,27 +5246,28 @@ dependencies = [ [[package]] name = "solana-accounts-bench" -version = "1.16.27" +version = "1.18.5" dependencies = [ "clap 2.33.3", "log", "rayon", + "solana-accounts-db", "solana-logger", "solana-measure", - "solana-runtime", "solana-sdk", "solana-version", ] [[package]] name = "solana-accounts-cluster-bench" -version = "1.16.27" +version = "1.18.5" dependencies = [ "clap 2.33.3", "log", - "rand 0.7.3", + "rand 0.8.5", "rayon", "solana-account-decoder", + "solana-accounts-db", "solana-clap-utils", "solana-cli-config", "solana-client", @@ -4998,14 +5288,81 @@ dependencies = [ "spl-token", ] +[[package]] +name = "solana-accounts-db" +version = "1.18.5" +dependencies = [ + "arrayref", + "assert_matches", + "bincode", + "blake3", + "bv", + "bytemuck", + "byteorder", + "bzip2", + "crossbeam-channel", + "dashmap", + "ed25519-dalek", + "flate2", + "fnv", + "im", + "index_list", + "itertools", + "lazy_static", + "libsecp256k1", + "log", + "lz4", + "memmap2", + "memoffset 0.9.0", + "modular-bitfield", + "num-derive 0.4.1", + "num-traits", + "num_cpus", + "num_enum 0.7.2", + "ouroboros", + "percentage", + "qualifier_attr", + "rand 0.8.5", + "rand_chacha 0.3.1", + "rayon", + "regex", + "rustc_version 0.4.0", + "seqlock", + "serde", + "serde_derive", + "smallvec", + "solana-accounts-db", + "solana-bucket-map", + "solana-config-program", + "solana-frozen-abi", + "solana-frozen-abi-macro", + "solana-logger", + "solana-measure", + "solana-metrics", + "solana-nohash-hasher", + "solana-program-runtime", + "solana-rayon-threadlimit", + "solana-sdk", + "solana-stake-program", + "solana-system-program", + "solana-vote-program", + "static_assertions", + "strum", + "strum_macros", + "tar", + "tempfile", + "test-case", + "thiserror", +] + [[package]] name = "solana-address-lookup-table-program" -version = "1.16.27" +version = "1.18.5" dependencies = [ "bincode", "bytemuck", "log", - "num-derive 0.3.3", + "num-derive 0.4.1", "num-traits", "rustc_version 0.4.0", "serde", @@ -5019,7 +5376,7 @@ dependencies = [ [[package]] name = "solana-address-lookup-table-program-tests" -version = "1.16.27" +version = "1.18.5" dependencies = [ "assert_matches", "bincode", @@ -5030,12 +5387,12 @@ dependencies = [ [[package]] name = "solana-banking-bench" -version = "1.16.27" +version = "1.18.5" dependencies = [ "clap 3.2.23", "crossbeam-channel", "log", - "rand 0.7.3", + "rand 0.8.5", "rayon", "solana-client", "solana-core", @@ -5054,10 +5411,10 @@ dependencies = [ [[package]] name = "solana-banks-client" -version = "1.16.27" +version = "1.18.5" dependencies = [ - "borsh 0.10.3", - "futures 0.3.28", + "borsh 1.2.1", + "futures 0.3.30", "solana-banks-interface", "solana-banks-server", "solana-program", @@ -5071,7 +5428,7 @@ dependencies = [ [[package]] name = "solana-banks-interface" -version = "1.16.27" +version = "1.18.5" dependencies = [ "serde", "solana-sdk", @@ -5080,11 +5437,12 @@ dependencies = [ [[package]] name = "solana-banks-server" -version = "1.16.27" +version = "1.18.5" dependencies = [ "bincode", "crossbeam-channel", - "futures 0.3.28", + "futures 0.3.30", + "solana-accounts-db", "solana-banks-interface", "solana-client", "solana-runtime", @@ -5097,7 +5455,7 @@ dependencies = [ [[package]] name = "solana-bench-streamer" -version = "1.16.27" +version = "1.18.5" dependencies = [ "clap 3.2.23", "crossbeam-channel", @@ -5108,15 +5466,15 @@ dependencies = [ [[package]] name = "solana-bench-tps" -version = "1.16.27" +version = "1.18.5" dependencies = [ "clap 2.33.3", "crossbeam-channel", "log", - "rand 0.7.3", + "rand 0.8.5", "rayon", "serde_json", - "serde_yaml 0.9.21", + "serde_yaml 0.9.30", "serial_test", "solana-clap-utils", "solana-cli-config", @@ -5149,12 +5507,12 @@ dependencies = [ [[package]] name = "solana-bloom" -version = "1.16.27" +version = "1.18.5" dependencies = [ "bv", "fnv", "log", - "rand 0.7.3", + "rand 0.8.5", "rayon", "rustc_version 0.4.0", "serde", @@ -5166,25 +5524,28 @@ dependencies = [ [[package]] name = "solana-bpf-loader-program" -version = "1.16.27" +version = "1.18.5" dependencies = [ + "assert_matches", "bincode", "byteorder", "libsecp256k1", "log", "memoffset 0.9.0", - "rand 0.7.3", + "rand 0.8.5", + "scopeguard", "solana-measure", "solana-program-runtime", "solana-sdk", "solana-zk-token-sdk", "solana_rbpf", + "test-case", "thiserror", ] [[package]] name = "solana-bpf-loader-program-tests" -version = "1.16.27" +version = "1.18.5" dependencies = [ "assert_matches", "bincode", @@ -5195,15 +5556,16 @@ dependencies = [ [[package]] name = "solana-bucket-map" -version = "1.16.27" +version = "1.18.5" dependencies = [ "bv", + "bytemuck", "fs_extra", "log", "memmap2", "modular-bitfield", - "num_enum 0.6.1", - "rand 0.7.3", + "num_enum 0.7.2", + "rand 0.8.5", "rayon", "solana-logger", "solana-measure", @@ -5213,28 +5575,26 @@ dependencies = [ [[package]] name = "solana-cargo-build-bpf" -version = "1.16.27" +version = "1.18.5" dependencies = [ - "cargo_metadata", - "clap 3.2.23", "log", "solana-logger", - "solana-sdk", ] [[package]] name = "solana-cargo-build-sbf" -version = "1.16.27" +version = "1.18.5" dependencies = [ "assert_cmd", "bzip2", "cargo_metadata", "clap 3.2.23", + "itertools", "log", "predicates", "regex", "reqwest", - "semver 1.0.17", + "semver 1.0.21", "serial_test", "solana-download-utils", "solana-logger", @@ -5243,48 +5603,74 @@ dependencies = [ ] [[package]] -name = "solana-cargo-test-bpf" -version = "1.16.27" +name = "solana-cargo-registry" +version = "1.18.5" dependencies = [ - "cargo_metadata", - "clap 3.2.23", + "clap 2.33.3", + "flate2", + "hex", + "hyper", + "log", + "rustc_version 0.4.0", + "serde", + "serde_json", + "sha2 0.10.8", + "solana-clap-utils", + "solana-cli", + "solana-cli-config", + "solana-cli-output", + "solana-logger", + "solana-remote-wallet", + "solana-rpc-client", + "solana-rpc-client-api", + "solana-sdk", + "solana-version", + "tar", + "tempfile", + "tokio", + "toml 0.8.8", ] +[[package]] +name = "solana-cargo-test-bpf" +version = "1.18.5" + [[package]] name = "solana-cargo-test-sbf" -version = "1.16.27" +version = "1.18.5" dependencies = [ "cargo_metadata", "clap 3.2.23", + "itertools", "log", "solana-logger", ] [[package]] name = "solana-clap-utils" -version = "1.16.27" +version = "1.18.5" dependencies = [ + "assert_matches", "chrono", "clap 2.33.3", "rpassword", - "solana-perf", "solana-remote-wallet", "solana-sdk", "tempfile", "thiserror", "tiny-bip39", "uriparse", - "url 2.3.1", + "url 2.5.0", ] [[package]] name = "solana-clap-v3-utils" -version = "1.16.27" +version = "1.18.5" dependencies = [ + "assert_matches", "chrono", "clap 3.2.23", "rpassword", - "solana-perf", "solana-remote-wallet", "solana-sdk", "solana-zk-token-sdk", @@ -5292,13 +5678,14 @@ dependencies = [ "thiserror", "tiny-bip39", "uriparse", - "url 2.3.1", + "url 2.5.0", ] [[package]] name = "solana-cli" -version = "1.16.27" +version = "1.18.5" dependencies = [ + "assert_matches", "bincode", "bs58", "clap 2.33.3", @@ -5313,12 +5700,11 @@ dependencies = [ "num-traits", "pretty-hex", "reqwest", - "semver 1.0.17", + "semver 1.0.21", "serde", "serde_derive", "serde_json", "solana-account-decoder", - "solana-address-lookup-table-program", "solana-bpf-loader-program", "solana-clap-utils", "solana-cli-config", @@ -5326,6 +5712,7 @@ dependencies = [ "solana-client", "solana-config-program", "solana-faucet", + "solana-loader-v4-program", "solana-logger", "solana-program-runtime", "solana-pubsub-client", @@ -5343,31 +5730,32 @@ dependencies = [ "solana_rbpf", "spl-memo", "tempfile", + "test-case", "thiserror", "tiny-bip39", ] [[package]] name = "solana-cli-config" -version = "1.16.27" +version = "1.18.5" dependencies = [ "anyhow", "dirs-next", "lazy_static", "serde", "serde_derive", - "serde_yaml 0.9.21", + "serde_yaml 0.9.30", "solana-clap-utils", "solana-sdk", - "url 2.3.1", + "url 2.5.0", ] [[package]] name = "solana-cli-output" -version = "1.16.27" +version = "1.18.5" dependencies = [ "Inflector", - "base64 0.21.2", + "base64 0.21.7", "chrono", "clap 2.33.3", "console", @@ -5375,7 +5763,7 @@ dependencies = [ "humantime", "indicatif", "pretty-hex", - "semver 1.0.17", + "semver 1.0.21", "serde", "serde_json", "solana-account-decoder", @@ -5390,19 +5778,18 @@ dependencies = [ [[package]] name = "solana-client" -version = "1.16.27" +version = "1.18.5" dependencies = [ "async-trait", "bincode", "crossbeam-channel", - "futures 0.3.28", + "dashmap", + "futures 0.3.30", "futures-util", - "indexmap", + "indexmap 2.1.0", "indicatif", "log", "quinn", - "rand 0.7.3", - "rand_chacha 0.2.2", "rayon", "solana-connection-cache", "solana-measure", @@ -5423,10 +5810,12 @@ dependencies = [ [[package]] name = "solana-client-test" -version = "1.16.27" +version = "1.18.5" dependencies = [ "futures-util", + "rand 0.8.5", "serde_json", + "solana-client", "solana-ledger", "solana-logger", "solana-measure", @@ -5451,7 +5840,7 @@ dependencies = [ [[package]] name = "solana-compute-budget-program" -version = "1.16.27" +version = "1.18.5" dependencies = [ "solana-program-runtime", "solana-sdk", @@ -5459,7 +5848,7 @@ dependencies = [ [[package]] name = "solana-config-program" -version = "1.16.27" +version = "1.18.5" dependencies = [ "bincode", "chrono", @@ -5472,16 +5861,17 @@ dependencies = [ [[package]] name = "solana-connection-cache" -version = "1.16.27" +version = "1.18.5" dependencies = [ "async-trait", "bincode", + "crossbeam-channel", "futures-util", - "indexmap", + "indexmap 2.1.0", "indicatif", "log", - "rand 0.7.3", - "rand_chacha 0.2.2", + "rand 0.8.5", + "rand_chacha 0.3.1", "rayon", "rcgen", "solana-logger", @@ -5495,38 +5885,47 @@ dependencies = [ [[package]] name = "solana-core" -version = "1.16.27" +version = "1.18.5" dependencies = [ - "base64 0.21.2", + "assert_matches", + "base64 0.21.7", "bincode", "bs58", + "bytes", "chrono", "crossbeam-channel", - "dashmap 4.0.2", + "dashmap", "eager", "etcd-client", "fs_extra", + "futures 0.3.30", "histogram", "itertools", "lazy_static", "log", "lru", - "matches", "min-max-heap", - "num_enum 0.6.1", - "rand 0.7.3", - "rand_chacha 0.2.2", + "num_enum 0.7.2", + "prio-graph", + "quinn", + "rand 0.8.5", + "rand_chacha 0.3.1", "raptorq", "rayon", + "rcgen", "rolling-file", "rustc_version 0.4.0", + "rustls", "serde", + "serde_bytes", "serde_derive", "serde_json", "serial_test", - "solana-address-lookup-table-program", + "solana-accounts-db", "solana-bloom", "solana-client", + "solana-core", + "solana-cost-model", "solana-entry", "solana-frozen-abi", "solana-frozen-abi-macro", @@ -5540,6 +5939,7 @@ dependencies = [ "solana-perf", "solana-poh", "solana-program-runtime", + "solana-quic-client", "solana-rayon-threadlimit", "solana-rpc", "solana-rpc-client-api", @@ -5550,8 +5950,12 @@ dependencies = [ "solana-streamer", "solana-tpu-client", "solana-transaction-status", + "solana-turbine", + "solana-unified-scheduler-pool", "solana-version", + "solana-vote", "solana-vote-program", + "solana-wen-restart", "static_assertions", "strum", "strum_macros", @@ -5565,16 +5969,41 @@ dependencies = [ "trees", ] +[[package]] +name = "solana-cost-model" +version = "1.18.5" +dependencies = [ + "lazy_static", + "log", + "rustc_version 0.4.0", + "solana-address-lookup-table-program", + "solana-bpf-loader-program", + "solana-compute-budget-program", + "solana-config-program", + "solana-frozen-abi", + "solana-frozen-abi-macro", + "solana-loader-v4-program", + "solana-logger", + "solana-metrics", + "solana-program-runtime", + "solana-sdk", + "solana-stake-program", + "solana-system-program", + "solana-vote-program", + "static_assertions", + "test-case", +] + [[package]] name = "solana-dos" -version = "1.16.27" +version = "1.18.5" dependencies = [ "bincode", "clap 3.2.23", "crossbeam-channel", "itertools", "log", - "rand 0.7.3", + "rand 0.8.5", "serde", "solana-bench-tps", "solana-client", @@ -5597,7 +6026,7 @@ dependencies = [ [[package]] name = "solana-download-utils" -version = "1.16.27" +version = "1.18.5" dependencies = [ "console", "indicatif", @@ -5609,27 +6038,26 @@ dependencies = [ [[package]] name = "solana-ed25519-program-tests" -version = "1.16.27" +version = "1.18.5" dependencies = [ "assert_matches", "ed25519-dalek", - "rand 0.7.3", + "rand 0.8.5", "solana-program-test", "solana-sdk", ] [[package]] name = "solana-entry" -version = "1.16.27" +version = "1.18.5" dependencies = [ + "assert_matches", "bincode", "crossbeam-channel", - "dlopen", - "dlopen_derive", + "dlopen2", "lazy_static", "log", - "matches", - "rand 0.7.3", + "rand 0.8.5", "rayon", "serde", "solana-logger", @@ -5643,7 +6071,7 @@ dependencies = [ [[package]] name = "solana-faucet" -version = "1.16.27" +version = "1.18.5" dependencies = [ "bincode", "byteorder", @@ -5665,30 +6093,23 @@ dependencies = [ [[package]] name = "solana-frozen-abi" -version = "1.16.27" +version = "1.18.5" dependencies = [ - "ahash 0.8.4", - "blake3", + "bitflags 2.4.2", "block-buffer 0.10.4", "bs58", "bv", - "byteorder", - "cc", "either", "generic-array 0.14.7", - "getrandom 0.1.16", "im", "lazy_static", "log", "memmap2", - "once_cell", - "rand_core 0.6.4", "rustc_version 0.4.0", "serde", "serde_bytes", "serde_derive", - "serde_json", - "sha2 0.10.6", + "sha2 0.10.8", "solana-frozen-abi-macro", "solana-logger", "subtle", @@ -5697,25 +6118,26 @@ dependencies = [ [[package]] name = "solana-frozen-abi-macro" -version = "1.16.27" +version = "1.18.5" dependencies = [ - "proc-macro2 1.0.76", - "quote 1.0.28", + "proc-macro2", + "quote", "rustc_version 0.4.0", - "syn 2.0.43", + "syn 2.0.48", ] [[package]] name = "solana-genesis" -version = "1.16.27" +version = "1.18.5" dependencies = [ - "base64 0.21.2", + "base64 0.21.7", "bincode", "clap 2.33.3", "itertools", "serde", "serde_json", - "serde_yaml 0.9.21", + "serde_yaml 0.9.30", + "solana-accounts-db", "solana-clap-utils", "solana-cli-config", "solana-entry", @@ -5731,18 +6153,18 @@ dependencies = [ [[package]] name = "solana-genesis-utils" -version = "1.16.27" +version = "1.18.5" dependencies = [ "log", + "solana-accounts-db", "solana-download-utils", "solana-rpc-client", - "solana-runtime", "solana-sdk", ] [[package]] name = "solana-geyser-plugin-interface" -version = "1.16.27" +version = "1.18.5" dependencies = [ "log", "solana-sdk", @@ -5752,7 +6174,7 @@ dependencies = [ [[package]] name = "solana-geyser-plugin-manager" -version = "1.16.27" +version = "1.18.5" dependencies = [ "bs58", "crossbeam-channel", @@ -5762,6 +6184,7 @@ dependencies = [ "libloading", "log", "serde_json", + "solana-accounts-db", "solana-entry", "solana-geyser-plugin-interface", "solana-ledger", @@ -5776,25 +6199,25 @@ dependencies = [ [[package]] name = "solana-gossip" -version = "1.16.27" +version = "1.18.5" dependencies = [ + "assert_matches", "bincode", "bv", "clap 2.33.3", "crossbeam-channel", "flate2", - "indexmap", + "indexmap 2.1.0", "itertools", "log", "lru", - "matches", "num-traits", "num_cpus", - "rand 0.7.3", - "rand_chacha 0.2.2", + "rand 0.8.5", + "rand_chacha 0.3.1", "rayon", - "regex", "rustc_version 0.4.0", + "rustversion", "serde", "serde_bytes", "serde_derive", @@ -5818,14 +6241,16 @@ dependencies = [ "solana-thin-client", "solana-tpu-client", "solana-version", + "solana-vote", "solana-vote-program", "static_assertions", + "test-case", "thiserror", ] [[package]] name = "solana-install" -version = "1.16.27" +version = "1.18.5" dependencies = [ "atty", "bincode", @@ -5838,13 +6263,13 @@ dependencies = [ "dirs-next", "indicatif", "lazy_static", - "nix", + "nix 0.26.4", "reqwest", "scopeguard", - "semver 1.0.17", + "semver 1.0.21", "serde", "serde_yaml 0.8.26", - "serde_yaml 0.9.21", + "serde_yaml 0.9.30", "solana-clap-utils", "solana-config-program", "solana-logger", @@ -5853,14 +6278,14 @@ dependencies = [ "solana-version", "tar", "tempfile", - "url 2.3.1", + "url 2.5.0", "winapi 0.3.9", "winreg", ] [[package]] name = "solana-keygen" -version = "1.16.27" +version = "1.18.5" dependencies = [ "bs58", "clap 3.2.23", @@ -5877,30 +6302,30 @@ dependencies = [ [[package]] name = "solana-ledger" -version = "1.16.27" +version = "1.18.5" dependencies = [ "assert_matches", "bincode", - "bitflags", + "bitflags 2.4.2", "bs58", "byteorder", "chrono", "chrono-humanize", "crossbeam-channel", - "dashmap 4.0.2", + "dashmap", "fs_extra", - "futures 0.3.28", + "futures 0.3.30", "itertools", "lazy_static", "libc", "log", "lru", - "matches", + "mockall", "num_cpus", - "num_enum 0.6.1", - "prost 0.11.9", - "rand 0.7.3", - "rand_chacha 0.2.2", + "num_enum 0.7.2", + "prost", + "rand 0.8.5", + "rand_chacha 0.3.1", "rayon", "reed-solomon-erasure", "rocksdb", @@ -5908,9 +6333,11 @@ dependencies = [ "scopeguard", "serde", "serde_bytes", - "sha2 0.10.6", + "sha2 0.10.8", "solana-account-decoder", + "solana-accounts-db", "solana-bpf-loader-program", + "solana-cost-model", "solana-entry", "solana-frozen-abi", "solana-frozen-abi-macro", @@ -5926,11 +6353,14 @@ dependencies = [ "solana-storage-bigtable", "solana-storage-proto", "solana-transaction-status", + "solana-vote", "solana-vote-program", "spl-pod", "spl-token", "spl-token-2022", "static_assertions", + "strum", + "strum_macros", "tempfile", "test-case", "thiserror", @@ -5941,7 +6371,7 @@ dependencies = [ [[package]] name = "solana-ledger-tool" -version = "1.16.27" +version = "1.18.5" dependencies = [ "assert_cmd", "bs58", @@ -5950,8 +6380,8 @@ dependencies = [ "clap 2.33.3", "crossbeam-channel", "csv", - "dashmap 4.0.2", - "futures 0.3.28", + "dashmap", + "futures 0.3.30", "histogram", "itertools", "log", @@ -5961,10 +6391,12 @@ dependencies = [ "serde_json", "signal-hook", "solana-account-decoder", + "solana-accounts-db", "solana-bpf-loader-program", "solana-clap-utils", "solana-cli-output", "solana-core", + "solana-cost-model", "solana-entry", "solana-geyser-plugin-manager", "solana-gossip", @@ -5979,20 +6411,21 @@ dependencies = [ "solana-storage-bigtable", "solana-streamer", "solana-transaction-status", + "solana-unified-scheduler-pool", "solana-version", "solana-vote-program", "solana_rbpf", + "thiserror", "tikv-jemallocator", "tokio", ] [[package]] name = "solana-loader-v4-program" -version = "1.16.27" +version = "1.18.5" dependencies = [ "bincode", "log", - "rand 0.7.3", "solana-measure", "solana-program-runtime", "solana-sdk", @@ -6001,7 +6434,7 @@ dependencies = [ [[package]] name = "solana-local-cluster" -version = "1.16.27" +version = "1.18.5" dependencies = [ "assert_matches", "crossbeam-channel", @@ -6009,9 +6442,10 @@ dependencies = [ "gag", "itertools", "log", - "rand 0.7.3", + "rand 0.8.5", "rayon", "serial_test", + "solana-accounts-db", "solana-client", "solana-config-program", "solana-core", @@ -6029,14 +6463,17 @@ dependencies = [ "solana-streamer", "solana-thin-client", "solana-tpu-client", + "solana-turbine", + "solana-vote", "solana-vote-program", + "static_assertions", "tempfile", "trees", ] [[package]] name = "solana-log-analyzer" -version = "1.16.27" +version = "1.18.5" dependencies = [ "byte-unit", "clap 3.2.23", @@ -6048,7 +6485,7 @@ dependencies = [ [[package]] name = "solana-logger" -version = "1.16.27" +version = "1.18.5" dependencies = [ "env_logger", "lazy_static", @@ -6057,7 +6494,7 @@ dependencies = [ [[package]] name = "solana-measure" -version = "1.16.27" +version = "1.18.5" dependencies = [ "log", "solana-sdk", @@ -6065,52 +6502,52 @@ dependencies = [ [[package]] name = "solana-memory-management" -version = "1.16.27" +version = "1.18.5" [[package]] name = "solana-merkle-root-bench" -version = "1.16.27" +version = "1.18.5" dependencies = [ "clap 2.33.3", "log", + "solana-accounts-db", "solana-logger", "solana-measure", - "solana-runtime", "solana-sdk", "solana-version", ] [[package]] name = "solana-merkle-tree" -version = "1.16.27" +version = "1.18.5" dependencies = [ "fast-math", "hex", - "matches", "solana-program", ] [[package]] name = "solana-metrics" -version = "1.16.27" +version = "1.18.5" dependencies = [ "crossbeam-channel", "env_logger", "gethostname", "lazy_static", "log", - "rand 0.7.3", + "rand 0.8.5", "reqwest", "serial_test", "solana-sdk", + "thiserror", ] [[package]] name = "solana-net-shaper" -version = "1.16.27" +version = "1.18.5" dependencies = [ "clap 3.2.23", - "rand 0.7.3", + "rand 0.8.5", "serde", "serde_json", "solana-logger", @@ -6118,27 +6555,33 @@ dependencies = [ [[package]] name = "solana-net-utils" -version = "1.16.27" +version = "1.18.5" dependencies = [ "bincode", "clap 3.2.23", "crossbeam-channel", "log", - "nix", - "rand 0.7.3", + "nix 0.26.4", + "rand 0.8.5", "serde", "serde_derive", - "socket2", + "socket2 0.5.5", "solana-logger", "solana-sdk", "solana-version", "tokio", - "url 2.3.1", + "url 2.5.0", ] +[[package]] +name = "solana-nohash-hasher" +version = "0.2.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "8b8a731ed60e89177c8a7ab05fe0f1511cedd3e70e773f288f9de33a9cfdc21e" + [[package]] name = "solana-notifier" -version = "1.16.27" +version = "1.18.5" dependencies = [ "log", "reqwest", @@ -6148,25 +6591,27 @@ dependencies = [ [[package]] name = "solana-perf" -version = "1.16.27" +version = "1.18.5" dependencies = [ - "ahash 0.8.4", + "ahash 0.8.7", + "assert_matches", "bincode", "bv", "caps", "curve25519-dalek", - "dlopen", - "dlopen_derive", + "dlopen2", "fnv", "lazy_static", "libc", "log", - "matches", - "nix", - "rand 0.7.3", - "rand_chacha 0.2.2", + "nix 0.26.4", + "rand 0.8.5", + "rand_chacha 0.3.1", "rayon", + "rustc_version 0.4.0", "serde", + "solana-frozen-abi", + "solana-frozen-abi-macro", "solana-logger", "solana-metrics", "solana-rayon-threadlimit", @@ -6177,20 +6622,21 @@ dependencies = [ [[package]] name = "solana-poh" -version = "1.16.27" +version = "1.18.5" dependencies = [ + "assert_matches", "bincode", "core_affinity", "crossbeam-channel", "log", - "matches", - "rand 0.7.3", + "rand 0.8.5", "solana-entry", "solana-ledger", "solana-logger", "solana-measure", "solana-metrics", "solana-perf", + "solana-poh", "solana-runtime", "solana-sdk", "thiserror", @@ -6198,11 +6644,10 @@ dependencies = [ [[package]] name = "solana-poh-bench" -version = "1.16.27" +version = "1.18.5" dependencies = [ "clap 3.2.23", "log", - "rand 0.7.3", "rayon", "solana-entry", "solana-logger", @@ -6214,7 +6659,7 @@ dependencies = [ [[package]] name = "solana-program" -version = "1.16.27" +version = "1.18.5" dependencies = [ "anyhow", "ark-bn254", @@ -6223,12 +6668,13 @@ dependencies = [ "ark-serialize", "array-bytes", "assert_matches", - "base64 0.21.2", + "base64 0.21.7", "bincode", - "bitflags", + "bitflags 2.4.2", "blake3", "borsh 0.10.3", "borsh 0.9.3", + "borsh 1.2.1", "bs58", "bv", "bytemuck", @@ -6236,27 +6682,27 @@ dependencies = [ "console_error_panic_hook", "console_log", "curve25519-dalek", - "getrandom 0.2.8", + "getrandom 0.2.10", "itertools", "js-sys", "lazy_static", "libc", "libsecp256k1", + "light-poseidon", "log", "memoffset 0.9.0", - "num-bigint 0.4.3", - "num-derive 0.3.3", + "num-bigint 0.4.4", + "num-derive 0.4.1", "num-traits", "parking_lot 0.12.1", - "rand 0.7.3", - "rand_chacha 0.2.2", + "rand 0.8.5", "rustc_version 0.4.0", "rustversion", "serde", "serde_bytes", "serde_derive", "serde_json", - "sha2 0.10.6", + "sha2 0.10.8", "sha3 0.10.4", "solana-frozen-abi", "solana-frozen-abi-macro", @@ -6271,19 +6717,21 @@ dependencies = [ [[package]] name = "solana-program-runtime" -version = "1.16.27" +version = "1.18.5" dependencies = [ - "base64 0.21.2", + "assert_matches", + "base64 0.21.7", "bincode", "eager", "enum-iterator", "itertools", "libc", + "libsecp256k1", "log", - "num-derive 0.3.3", + "num-derive 0.4.1", "num-traits", "percentage", - "rand 0.7.3", + "rand 0.8.5", "rustc_version 0.4.0", "serde", "solana-frozen-abi", @@ -6298,16 +6746,17 @@ dependencies = [ [[package]] name = "solana-program-test" -version = "1.16.27" +version = "1.18.5" dependencies = [ "assert_matches", "async-trait", - "base64 0.21.2", + "base64 0.21.7", "bincode", "chrono-humanize", "crossbeam-channel", "log", "serde", + "solana-accounts-db", "solana-banks-client", "solana-banks-interface", "solana-banks-server", @@ -6318,20 +6767,22 @@ dependencies = [ "solana-sdk", "solana-stake-program", "solana-vote-program", + "solana_rbpf", + "test-case", "thiserror", "tokio", ] [[package]] name = "solana-pubsub-client" -version = "1.16.27" +version = "1.18.5" dependencies = [ "anyhow", "crossbeam-channel", "futures-util", "log", "reqwest", - "semver 1.0.17", + "semver 1.0.21", "serde", "serde_derive", "serde_json", @@ -6343,25 +6794,24 @@ dependencies = [ "tokio-stream", "tokio-tungstenite", "tungstenite", - "url 2.3.1", + "url 2.5.0", ] [[package]] name = "solana-quic-client" -version = "1.16.27" +version = "1.18.5" dependencies = [ "async-mutex", "async-trait", "crossbeam-channel", - "futures 0.3.28", + "futures 0.3.30", "itertools", "lazy_static", "log", "quinn", "quinn-proto", - "quinn-udp", "rcgen", - "rustls 0.20.8", + "rustls", "solana-connection-cache", "solana-logger", "solana-measure", @@ -6377,7 +6827,7 @@ dependencies = [ [[package]] name = "solana-rayon-threadlimit" -version = "1.16.27" +version = "1.18.5" dependencies = [ "lazy_static", "num_cpus", @@ -6385,17 +6835,18 @@ dependencies = [ [[package]] name = "solana-remote-wallet" -version = "1.16.27" +version = "1.18.5" dependencies = [ + "assert_matches", "console", "dialoguer", "hidapi", "log", - "num-derive 0.3.3", + "num-derive 0.4.1", "num-traits", "parking_lot 0.12.1", "qstring", - "semver 1.0.17", + "semver 1.0.21", "solana-sdk", "thiserror", "uriparse", @@ -6403,13 +6854,13 @@ dependencies = [ [[package]] name = "solana-rpc" -version = "1.16.27" +version = "1.18.5" dependencies = [ - "base64 0.21.2", + "base64 0.21.7", "bincode", "bs58", "crossbeam-channel", - "dashmap 4.0.2", + "dashmap", "itertools", "jsonrpc-core", "jsonrpc-core-client", @@ -6426,7 +6877,7 @@ dependencies = [ "serial_test", "soketto", "solana-account-decoder", - "solana-address-lookup-table-program", + "solana-accounts-db", "solana-client", "solana-entry", "solana-faucet", @@ -6448,6 +6899,7 @@ dependencies = [ "solana-tpu-client", "solana-transaction-status", "solana-version", + "solana-vote", "solana-vote-program", "spl-pod", "spl-token", @@ -6461,21 +6913,21 @@ dependencies = [ [[package]] name = "solana-rpc-client" -version = "1.16.27" +version = "1.18.5" dependencies = [ "assert_matches", "async-trait", - "base64 0.21.2", + "base64 0.21.7", "bincode", "bs58", "crossbeam-channel", - "futures 0.3.28", + "futures 0.3.30", "indicatif", "jsonrpc-core", "jsonrpc-http-server", "log", "reqwest", - "semver 1.0.17", + "semver 1.0.21", "serde", "serde_derive", "serde_json", @@ -6490,13 +6942,13 @@ dependencies = [ [[package]] name = "solana-rpc-client-api" -version = "1.16.27" +version = "1.18.5" dependencies = [ - "base64 0.21.2", + "base64 0.21.7", "bs58", "jsonrpc-core", "reqwest", - "semver 1.0.17", + "semver 1.0.21", "serde", "serde_derive", "serde_json", @@ -6510,11 +6962,11 @@ dependencies = [ [[package]] name = "solana-rpc-client-nonce-utils" -version = "1.16.27" +version = "1.18.5" dependencies = [ "anyhow", "clap 2.33.3", - "futures 0.3.28", + "futures 0.3.30", "serde_json", "solana-account-decoder", "solana-clap-utils", @@ -6527,7 +6979,7 @@ dependencies = [ [[package]] name = "solana-rpc-test" -version = "1.16.27" +version = "1.18.5" dependencies = [ "bincode", "bs58", @@ -6554,11 +7006,12 @@ dependencies = [ [[package]] name = "solana-runtime" -version = "1.16.27" +version = "1.18.5" dependencies = [ + "aquamarine", "arrayref", "assert_matches", - "base64 0.21.2", + "base64 0.21.7", "bincode", "blake3", "bv", @@ -6566,7 +7019,7 @@ dependencies = [ "byteorder", "bzip2", "crossbeam-channel", - "dashmap 4.0.2", + "dashmap", "dir-diff", "ed25519-dalek", "flate2", @@ -6581,27 +7034,30 @@ dependencies = [ "lz4", "memmap2", "memoffset 0.9.0", + "mockall", "modular-bitfield", - "num-derive 0.3.3", + "num-derive 0.4.1", "num-traits", "num_cpus", - "num_enum 0.6.1", - "once_cell", + "num_enum 0.7.2", "ouroboros", "percentage", - "rand 0.7.3", - "rand_chacha 0.2.2", + "qualifier_attr", + "rand 0.8.5", + "rand_chacha 0.3.1", "rayon", "regex", "rustc_version 0.4.0", "serde", "serde_derive", "serde_json", + "solana-accounts-db", "solana-address-lookup-table-program", "solana-bpf-loader-program", "solana-bucket-map", "solana-compute-budget-program", "solana-config-program", + "solana-cost-model", "solana-frozen-abi", "solana-frozen-abi-macro", "solana-loader-v4-program", @@ -6611,10 +7067,12 @@ dependencies = [ "solana-perf", "solana-program-runtime", "solana-rayon-threadlimit", + "solana-runtime", "solana-sdk", "solana-stake-program", "solana-system-program", "solana-version", + "solana-vote", "solana-vote-program", "solana-zk-token-proof-program", "solana-zk-token-sdk", @@ -6629,16 +7087,30 @@ dependencies = [ "zstd", ] +[[package]] +name = "solana-runtime-transaction" +version = "1.18.5" +dependencies = [ + "bincode", + "log", + "rand 0.8.5", + "rustc_version 0.4.0", + "solana-program", + "solana-program-runtime", + "solana-sdk", + "thiserror", +] + [[package]] name = "solana-sdk" -version = "1.16.27" +version = "1.18.5" dependencies = [ "anyhow", "assert_matches", - "base64 0.21.2", + "base64 0.21.7", "bincode", - "bitflags", - "borsh 0.10.3", + "bitflags 2.4.2", + "borsh 1.2.1", "bs58", "bytemuck", "byteorder", @@ -6657,13 +7129,14 @@ dependencies = [ "libsecp256k1", "log", "memmap2", - "num-derive 0.3.3", + "num-derive 0.4.1", "num-traits", - "num_enum 0.6.1", + "num_enum 0.7.2", "pbkdf2 0.11.0", "qstring", + "qualifier_attr", "rand 0.7.3", - "rand_chacha 0.2.2", + "rand 0.8.5", "rustc_version 0.4.0", "rustversion", "serde", @@ -6671,12 +7144,14 @@ dependencies = [ "serde_derive", "serde_json", "serde_with", - "sha2 0.10.6", + "sha2 0.10.8", "sha3 0.10.4", + "siphasher", "solana-frozen-abi", "solana-frozen-abi-macro", "solana-logger", "solana-program", + "solana-sdk", "solana-sdk-macro", "static_assertions", "thiserror", @@ -6687,18 +7162,24 @@ dependencies = [ [[package]] name = "solana-sdk-macro" -version = "1.16.27" +version = "1.18.5" dependencies = [ "bs58", - "proc-macro2 1.0.76", - "quote 1.0.28", + "proc-macro2", + "quote", "rustversion", - "syn 2.0.43", + "syn 2.0.48", ] +[[package]] +name = "solana-security-txt" +version = "1.1.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "468aa43b7edb1f9b7b7b686d5c3aeb6630dc1708e86e31343499dd5c4d775183" + [[package]] name = "solana-send-transaction-service" -version = "1.16.27" +version = "1.18.5" dependencies = [ "crossbeam-channel", "log", @@ -6713,7 +7194,7 @@ dependencies = [ [[package]] name = "solana-stake-accounts" -version = "1.16.27" +version = "1.18.5" dependencies = [ "clap 2.33.3", "solana-clap-utils", @@ -6729,7 +7210,7 @@ dependencies = [ [[package]] name = "solana-stake-program" -version = "1.16.27" +version = "1.18.5" dependencies = [ "assert_matches", "bincode", @@ -6746,7 +7227,7 @@ dependencies = [ [[package]] name = "solana-storage-bigtable" -version = "1.16.27" +version = "1.18.5" dependencies = [ "backoff", "bincode", @@ -6754,15 +7235,15 @@ dependencies = [ "bzip2", "enum-iterator", "flate2", - "futures 0.3.28", + "futures 0.3.30", "goauth", "http", "hyper", "hyper-proxy", "log", "openssl", - "prost 0.11.9", - "prost-types 0.11.9", + "prost", + "prost-types", "serde", "serde_derive", "smpl_jwt", @@ -6772,61 +7253,61 @@ dependencies = [ "solana-transaction-status", "thiserror", "tokio", - "tonic 0.8.3", + "tonic", "zstd", ] [[package]] name = "solana-storage-proto" -version = "1.16.27" +version = "1.18.5" dependencies = [ "bincode", "bs58", "enum-iterator", - "prost 0.11.9", + "prost", "protobuf-src", "serde", "solana-account-decoder", "solana-sdk", "solana-transaction-status", - "tonic-build 0.8.4", + "tonic-build", ] [[package]] name = "solana-store-tool" -version = "1.16.27" +version = "1.18.5" dependencies = [ "clap 2.33.3", "log", + "solana-accounts-db", "solana-logger", - "solana-runtime", "solana-sdk", "solana-version", ] [[package]] name = "solana-streamer" -version = "1.16.27" +version = "1.18.5" dependencies = [ + "assert_matches", "async-channel", "bytes", "crossbeam-channel", "futures-util", "histogram", - "indexmap", + "indexmap 2.1.0", "itertools", "libc", "log", - "nix", + "nix 0.26.4", "pem", "percentage", "pkcs8", "quinn", "quinn-proto", - "quinn-udp", - "rand 0.7.3", + "rand 0.8.5", "rcgen", - "rustls 0.20.8", + "rustls", "solana-logger", "solana-metrics", "solana-perf", @@ -6838,7 +7319,7 @@ dependencies = [ [[package]] name = "solana-system-program" -version = "1.16.27" +version = "1.18.5" dependencies = [ "assert_matches", "bincode", @@ -6852,14 +7333,15 @@ dependencies = [ [[package]] name = "solana-test-validator" -version = "1.16.27" +version = "1.18.5" dependencies = [ - "base64 0.21.2", + "base64 0.21.7", "bincode", "crossbeam-channel", "log", "serde_derive", "serde_json", + "solana-accounts-db", "solana-cli-output", "solana-client", "solana-core", @@ -6881,7 +7363,7 @@ dependencies = [ [[package]] name = "solana-thin-client" -version = "1.16.27" +version = "1.18.5" dependencies = [ "bincode", "log", @@ -6895,15 +7377,16 @@ dependencies = [ [[package]] name = "solana-tokens" -version = "1.16.27" +version = "1.18.5" dependencies = [ + "assert_matches", "bincode", "chrono", "clap 2.33.3", "console", "csv", "ctrlc", - "indexmap", + "indexmap 2.1.0", "indicatif", "pickledb", "serde", @@ -6927,16 +7410,14 @@ dependencies = [ [[package]] name = "solana-tpu-client" -version = "1.16.27" +version = "1.18.5" dependencies = [ "async-trait", "bincode", "futures-util", - "indexmap", + "indexmap 2.1.0", "indicatif", "log", - "rand 0.7.3", - "rand_chacha 0.2.2", "rayon", "solana-connection-cache", "solana-measure", @@ -6951,12 +7432,12 @@ dependencies = [ [[package]] name = "solana-transaction-dos" -version = "1.16.27" +version = "1.18.5" dependencies = [ "bincode", "clap 2.33.3", "log", - "rand 0.7.3", + "rand 0.8.5", "rayon", "solana-clap-utils", "solana-cli", @@ -6978,10 +7459,10 @@ dependencies = [ [[package]] name = "solana-transaction-status" -version = "1.16.27" +version = "1.18.5" dependencies = [ "Inflector", - "base64 0.21.2", + "base64 0.21.7", "bincode", "borsh 0.10.3", "bs58", @@ -6991,7 +7472,6 @@ dependencies = [ "serde_derive", "serde_json", "solana-account-decoder", - "solana-address-lookup-table-program", "solana-sdk", "spl-associated-token-account", "spl-memo", @@ -7000,9 +7480,47 @@ dependencies = [ "thiserror", ] +[[package]] +name = "solana-turbine" +version = "1.18.5" +dependencies = [ + "assert_matches", + "bincode", + "bytes", + "crossbeam-channel", + "futures 0.3.30", + "itertools", + "log", + "lru", + "quinn", + "rand 0.8.5", + "rand_chacha 0.3.1", + "rayon", + "rcgen", + "rustls", + "solana-entry", + "solana-gossip", + "solana-ledger", + "solana-logger", + "solana-measure", + "solana-metrics", + "solana-perf", + "solana-poh", + "solana-quic-client", + "solana-rayon-threadlimit", + "solana-rpc", + "solana-rpc-client-api", + "solana-runtime", + "solana-sdk", + "solana-streamer", + "test-case", + "thiserror", + "tokio", +] + [[package]] name = "solana-udp-client" -version = "1.16.27" +version = "1.18.5" dependencies = [ "async-trait", "solana-connection-cache", @@ -7013,9 +7531,27 @@ dependencies = [ "tokio", ] +[[package]] +name = "solana-unified-scheduler-logic" +version = "1.18.5" + +[[package]] +name = "solana-unified-scheduler-pool" +version = "1.18.5" +dependencies = [ + "assert_matches", + "solana-ledger", + "solana-logger", + "solana-program-runtime", + "solana-runtime", + "solana-sdk", + "solana-unified-scheduler-logic", + "solana-vote", +] + [[package]] name = "solana-upload-perf" -version = "1.16.27" +version = "1.18.5" dependencies = [ "serde_json", "solana-metrics", @@ -7023,7 +7559,7 @@ dependencies = [ [[package]] name = "solana-validator" -version = "1.16.27" +version = "1.18.5" dependencies = [ "chrono", "clap 2.33.3", @@ -7043,13 +7579,14 @@ dependencies = [ "libloading", "log", "num_cpus", - "rand 0.7.3", + "rand 0.8.5", "rayon", "serde", "serde_json", - "serde_yaml 0.9.21", + "serde_yaml 0.9.30", "signal-hook", "solana-account-decoder", + "solana-accounts-db", "solana-clap-utils", "solana-cli-config", "solana-core", @@ -7086,11 +7623,11 @@ dependencies = [ [[package]] name = "solana-version" -version = "1.16.27" +version = "1.18.5" dependencies = [ "log", "rustc_version 0.4.0", - "semver 1.0.17", + "semver 1.0.21", "serde", "serde_derive", "solana-frozen-abi", @@ -7098,13 +7635,33 @@ dependencies = [ "solana-sdk", ] +[[package]] +name = "solana-vote" +version = "1.18.5" +dependencies = [ + "bincode", + "crossbeam-channel", + "itertools", + "log", + "rand 0.8.5", + "rustc_version 0.4.0", + "serde", + "serde_derive", + "solana-frozen-abi", + "solana-frozen-abi-macro", + "solana-sdk", + "solana-vote-program", + "thiserror", +] + [[package]] name = "solana-vote-program" -version = "1.16.27" +version = "1.18.5" dependencies = [ + "assert_matches", "bincode", "log", - "num-derive 0.3.3", + "num-derive 0.4.1", "num-traits", "rustc_version 0.4.0", "serde", @@ -7122,7 +7679,7 @@ dependencies = [ [[package]] name = "solana-watchtower" -version = "1.16.27" +version = "1.18.5" dependencies = [ "clap 2.33.3", "humantime", @@ -7139,9 +7696,31 @@ dependencies = [ "solana-version", ] +[[package]] +name = "solana-wen-restart" +version = "1.18.5" +dependencies = [ + "log", + "prost", + "prost-build", + "prost-types", + "protobuf-src", + "rustc_version 0.4.0", + "serial_test", + "solana-entry", + "solana-gossip", + "solana-ledger", + "solana-logger", + "solana-program", + "solana-runtime", + "solana-sdk", + "solana-streamer", + "solana-vote-program", +] + [[package]] name = "solana-zk-keygen" -version = "1.16.27" +version = "1.18.5" dependencies = [ "bs58", "clap 3.2.23", @@ -7160,11 +7739,12 @@ dependencies = [ [[package]] name = "solana-zk-token-proof-program" -version = "1.16.27" +version = "1.18.5" dependencies = [ "bytemuck", - "getrandom 0.1.16", - "num-derive 0.3.3", + "criterion", + "curve25519-dalek", + "num-derive 0.4.1", "num-traits", "solana-program-runtime", "solana-sdk", @@ -7173,7 +7753,7 @@ dependencies = [ [[package]] name = "solana-zk-token-proof-program-tests" -version = "1.16.27" +version = "1.18.5" dependencies = [ "bytemuck", "curve25519-dalek", @@ -7185,10 +7765,10 @@ dependencies = [ [[package]] name = "solana-zk-token-sdk" -version = "1.16.27" +version = "1.18.5" dependencies = [ "aes-gcm-siv", - "base64 0.21.2", + "base64 0.21.7", "bincode", "bytemuck", "byteorder", @@ -7197,7 +7777,7 @@ dependencies = [ "itertools", "lazy_static", "merlin", - "num-derive 0.3.3", + "num-derive 0.4.1", "num-traits", "rand 0.7.3", "serde", @@ -7213,9 +7793,9 @@ dependencies = [ [[package]] name = "solana_rbpf" -version = "0.6.1" +version = "0.8.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "17d4ba1e58947346e360fabde0697029d36ba83c42f669199b16a8931313cf29" +checksum = "3d457cc2ba742c120492a64b7fa60e22c575e891f6b55039f4d736568fb112a3" dependencies = [ "byteorder", "combine", @@ -7255,13 +7835,13 @@ dependencies = [ [[package]] name = "spl-associated-token-account" -version = "2.2.0" +version = "2.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "385e31c29981488f2820b2022d8e731aae3b02e6e18e2fd854e4c9a94dc44fc3" +checksum = "992d9c64c2564cc8f63a4b508bf3ebcdf2254b0429b13cd1d31adb6162432a5f" dependencies = [ "assert_matches", "borsh 0.10.3", - "num-derive 0.4.0", + "num-derive 0.4.1", "num-traits", "solana-program", "spl-token", @@ -7286,9 +7866,9 @@ version = "0.1.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "fadbefec4f3c678215ca72bd71862697bb06b41fd77c0088902dd3203354387b" dependencies = [ - "quote 1.0.28", + "quote", "spl-discriminator-syn", - "syn 2.0.43", + "syn 2.0.48", ] [[package]] @@ -7297,10 +7877,10 @@ version = "0.1.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "0e5f2044ca42c8938d54d1255ce599c79a1ffd86b677dfab695caa20f9ffc3f2" dependencies = [ - "proc-macro2 1.0.76", - "quote 1.0.28", - "sha2 0.10.6", - "syn 2.0.43", + "proc-macro2", + "quote", + "sha2 0.10.8", + "syn 2.0.48", "thiserror", ] @@ -7342,7 +7922,7 @@ version = "0.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "249e0318493b6bcf27ae9902600566c689b7dfba9f1bdff5893e92253374e78c" dependencies = [ - "num-derive 0.4.0", + "num-derive 0.4.1", "num-traits", "solana-program", "spl-program-error-derive", @@ -7355,17 +7935,17 @@ version = "0.3.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ab5269c8e868da17b6552ef35a51355a017bd8e0eae269c201fef830d35fa52c" dependencies = [ - "proc-macro2 1.0.76", - "quote 1.0.28", - "sha2 0.10.6", - "syn 2.0.43", + "proc-macro2", + "quote", + "sha2 0.10.8", + "syn 2.0.48", ] [[package]] name = "spl-tlv-account-resolution" -version = "0.4.0" +version = "0.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "062e148d3eab7b165582757453632ffeef490c02c86a48bfdb4988f63eefb3b9" +checksum = "3f7020347c07892c08560d230fbb8a980316c9e198e22b198b7b9d951ff96047" dependencies = [ "bytemuck", "solana-program", @@ -7392,26 +7972,41 @@ dependencies = [ [[package]] name = "spl-token-2022" -version = "0.9.0" +version = "1.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e4abf34a65ba420584a0c35f3903f8d727d1f13ababbdc3f714c6b065a686e86" +checksum = "d697fac19fd74ff472dfcc13f0b442dd71403178ce1de7b5d16f83a33561c059" dependencies = [ "arrayref", "bytemuck", - "num-derive 0.4.0", + "num-derive 0.4.1", "num-traits", - "num_enum 0.7.0", + "num_enum 0.7.2", "solana-program", + "solana-security-txt", "solana-zk-token-sdk", "spl-memo", "spl-pod", "spl-token", + "spl-token-group-interface", "spl-token-metadata-interface", "spl-transfer-hook-interface", "spl-type-length-value", "thiserror", ] +[[package]] +name = "spl-token-group-interface" +version = "0.1.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b889509d49fa74a4a033ca5dae6c2307e9e918122d97e58562f5c4ffa795c75d" +dependencies = [ + "bytemuck", + "solana-program", + "spl-discriminator", + "spl-pod", + "spl-program-error", +] + [[package]] name = "spl-token-metadata-interface" version = "0.2.0" @@ -7428,9 +8023,9 @@ dependencies = [ [[package]] name = "spl-transfer-hook-interface" -version = "0.3.0" +version = "0.4.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "051d31803f873cabe71aec3c1b849f35248beae5d19a347d93a5c9cccc5d5a9b" +checksum = "7aabdb7c471566f6ddcee724beb8618449ea24b399e58d464d6b5bc7db550259" dependencies = [ "arrayref", "bytemuck", @@ -7463,9 +8058,9 @@ checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f" [[package]] name = "stream-cancel" -version = "0.8.1" +version = "0.8.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7b0a9eb2715209fb8cc0d942fcdff45674bfc9f0090a0d897e85a22955ad159b" +checksum = "5f9fbf9bd71e4cf18d68a8a0951c0e5b7255920c0cd992c4ff51cddd6ef514a3" dependencies = [ "futures-core", "pin-project", @@ -7499,9 +8094,9 @@ version = "0.24.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "1e385be0d24f186b4ce2f9982191e7101bb737312ad61c1f2f984f34bcf85d59" dependencies = [ - "heck 0.4.0", - "proc-macro2 1.0.76", - "quote 1.0.28", + "heck", + "proc-macro2", + "quote", "rustversion", "syn 1.0.109", ] @@ -7520,35 +8115,36 @@ checksum = "a7973cce6668464ea31f176d85b13c7ab3bba2cb3b77a2ed26abd7801688010a" [[package]] name = "syn" -version = "0.15.44" +version = "1.0.109" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9ca4b3b69a77cbe1ffc9e198781b7acb0c7365a883670e8f1c1bc66fba79a5c5" +checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237" dependencies = [ - "proc-macro2 0.4.30", - "quote 0.6.13", - "unicode-xid 0.1.0", + "proc-macro2", + "quote", + "unicode-ident", ] [[package]] name = "syn" -version = "1.0.109" +version = "2.0.48" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237" +checksum = "0f3531638e407dfc0814761abb7c00a5b54992b849452a0646b7f65c9f770f3f" dependencies = [ - "proc-macro2 1.0.76", - "quote 1.0.28", + "proc-macro2", + "quote", "unicode-ident", ] [[package]] -name = "syn" -version = "2.0.43" +name = "syn_derive" +version = "0.1.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ee659fb5f3d355364e1f3e5bc10fb82068efbf824a1e9d1c9504244a6469ad53" +checksum = "1329189c02ff984e9736652b1631330da25eaa6bc639089ed4915d25446cbe7b" dependencies = [ - "proc-macro2 1.0.76", - "quote 1.0.28", - "unicode-ident", + "proc-macro-error", + "proc-macro2", + "quote", + "syn 2.0.48", ] [[package]] @@ -7563,10 +8159,10 @@ version = "0.12.6" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "f36bdaa60a83aca3921b5259d5400cbf5e90fc51931376a9bd4a0eb79aa7210f" dependencies = [ - "proc-macro2 1.0.76", - "quote 1.0.28", + "proc-macro2", + "quote", "syn 1.0.109", - "unicode-xid 0.2.2", + "unicode-xid", ] [[package]] @@ -7585,13 +8181,34 @@ version = "0.4.6" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "225e483f02d0ad107168dc57381a8a40c3aeea6abe47f37506931f861643cfa8" dependencies = [ - "bitflags", + "bitflags 1.3.2", "byteorder", "libc", "thiserror", "walkdir", ] +[[package]] +name = "system-configuration" +version = "0.5.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ba3a3adc5c275d719af8cb4272ea1c4a6d668a777f37e115f6d11ddbc1c8e0e7" +dependencies = [ + "bitflags 1.3.2", + "core-foundation", + "system-configuration-sys", +] + +[[package]] +name = "system-configuration-sys" +version = "0.5.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "a75fb188eb626b924683e3b95e3a48e63551fcfb51949de2f06a9d91dbee93c9" +dependencies = [ + "core-foundation-sys", + "libc", +] + [[package]] name = "systemstat" version = "0.2.3" @@ -7602,15 +8219,15 @@ dependencies = [ "lazy_static", "libc", "nom", - "time 0.3.9", + "time", "winapi 0.3.9", ] [[package]] name = "tar" -version = "0.4.38" +version = "0.4.40" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4b55807c0344e1e6c04d7c965f5289c39a8d94ae23ed5c0b57aabac549f871c6" +checksum = "b16afcea1f22891c49a00c751c7b63b2233284064f11a200fc624137c51e2ddb" dependencies = [ "filetime", "libc", @@ -7625,7 +8242,7 @@ checksum = "1c38a012bed6fb9681d3bf71ffaa4f88f3b4b9ed3198cda6e4c8462d24d4bb80" dependencies = [ "anyhow", "fnv", - "futures 0.3.28", + "futures 0.3.30", "humantime", "opentelemetry", "pin-project", @@ -7647,22 +8264,22 @@ version = "0.12.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "0ee42b4e559f17bce0385ebf511a7beb67d5cc33c12c96b7f4e9789919d9c10f" dependencies = [ - "proc-macro2 1.0.76", - "quote 1.0.28", + "proc-macro2", + "quote", "syn 1.0.109", ] [[package]] name = "tempfile" -version = "3.5.0" +version = "3.9.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b9fbec84f381d5795b08656e4912bec604d162bff9291d6189a78f4c8ab87998" +checksum = "01ce4141aa927a6d1bd34a041795abd0db1cccba5d5f24b009f694bdf3a1f3fa" dependencies = [ "cfg-if 1.0.0", "fastrand", - "redox_syscall 0.3.5", + "redox_syscall 0.4.1", "rustix", - "windows-sys 0.45.0", + "windows-sys 0.52.0", ] [[package]] @@ -7682,24 +8299,37 @@ checksum = "13a4ec180a2de59b57434704ccfad967f789b12737738798fa08798cd5824c16" [[package]] name = "test-case" -version = "2.2.2" +version = "3.3.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "21d6cf5a7dffb3f9dceec8e6b8ca528d9bd71d36c9f074defb548ce161f598c0" +checksum = "eb2550dd13afcd286853192af8601920d959b14c401fcece38071d53bf0768a8" dependencies = [ "test-case-macros", ] [[package]] -name = "test-case-macros" -version = "2.2.2" +name = "test-case-core" +version = "3.2.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e45b7bf6e19353ddd832745c8fcf77a17a93171df7151187f26623f2b75b5b26" +checksum = "54c25e2cb8f5fcd7318157634e8838aa6f7e4715c96637f969fabaccd1ef5462" dependencies = [ "cfg-if 1.0.0", "proc-macro-error", - "proc-macro2 1.0.76", - "quote 1.0.28", - "syn 1.0.109", + "proc-macro2", + "quote", + "syn 2.0.48", +] + +[[package]] +name = "test-case-macros" +version = "3.2.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "37cfd7bbc88a0104e304229fba519bdc45501a30b760fb72240342f1289ad257" +dependencies = [ + "proc-macro-error", + "proc-macro2", + "quote", + "syn 2.0.48", + "test-case-core", ] [[package]] @@ -7719,22 +8349,22 @@ checksum = "222a222a5bfe1bba4a77b45ec488a741b3cb8872e5e499451fd7d0129c9c7c3d" [[package]] name = "thiserror" -version = "1.0.40" +version = "1.0.56" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "978c9a314bd8dc99be594bc3c175faaa9794be04a5a5e153caba6915336cebac" +checksum = "d54378c645627613241d077a3a79db965db602882668f9136ac42af9ecb730ad" dependencies = [ "thiserror-impl", ] [[package]] name = "thiserror-impl" -version = "1.0.40" +version = "1.0.56" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f9456a42c5b0d803c8cd86e73dd7cc9edd429499f37a3550d286d5e86720569f" +checksum = "fa0faa943b50f3db30a20aa7e265dbc66076993efed8463e8de414e5d06d3471" dependencies = [ - "proc-macro2 1.0.76", - "quote 1.0.28", - "syn 2.0.43", + "proc-macro2", + "quote", + "syn 2.0.48", ] [[package]] @@ -7773,16 +8403,6 @@ dependencies = [ "tikv-jemalloc-sys", ] -[[package]] -name = "time" -version = "0.1.43" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ca8a50ef2360fbd1eeb0ecd46795a87a19024eb4b53c5dc916ca1fd95fe62438" -dependencies = [ - "libc", - "winapi 0.3.9", -] - [[package]] name = "time" version = "0.3.9" @@ -7820,6 +8440,16 @@ dependencies = [ "zeroize", ] +[[package]] +name = "tinytemplate" +version = "1.2.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "be4d6b5f19ff7664e8c98d03e2139cb510db9b0a60b55f8e8709b689d939b6bc" +dependencies = [ + "serde", + "serde_json", +] + [[package]] name = "tinyvec" version = "1.5.0" @@ -7837,22 +8467,21 @@ checksum = "cda74da7e1a664f795bb1f8a87ec406fb89a02522cf6e50620d016add6dbbf5c" [[package]] name = "tokio" -version = "1.14.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b9d0183f6f6001549ab68f8c7585093bb732beefbcf6d23a10b9b95c73a1dd49" +version = "1.29.1" +source = "git+https://github.com/solana-labs/solana-tokio.git?rev=7cf47705faacf7bf0e43e4131a5377b3291fce21#7cf47705faacf7bf0e43e4131a5377b3291fce21" dependencies = [ "autocfg", + "backtrace", "bytes", "libc", - "memchr", "mio", "num_cpus", - "once_cell", - "parking_lot 0.11.2", + "parking_lot 0.12.1", "pin-project-lite", "signal-hook-registry", + "socket2 0.4.9", "tokio-macros", - "winapi 0.3.9", + "windows-sys 0.48.0", ] [[package]] @@ -7867,13 +8496,12 @@ dependencies = [ [[package]] name = "tokio-macros" -version = "1.7.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b557f72f448c511a979e2564e55d74e6c4432fc96ff4f6241bc6bded342643b7" +version = "2.1.0" +source = "git+https://github.com/solana-labs/solana-tokio.git?rev=7cf47705faacf7bf0e43e4131a5377b3291fce21#7cf47705faacf7bf0e43e4131a5377b3291fce21" dependencies = [ - "proc-macro2 1.0.76", - "quote 1.0.28", - "syn 1.0.109", + "proc-macro2", + "quote", + "syn 2.0.48", ] [[package]] @@ -7888,24 +8516,12 @@ dependencies = [ [[package]] name = "tokio-rustls" -version = "0.22.0" +version = "0.24.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bc6844de72e57df1980054b38be3a9f4702aba4858be64dd700181a8a6d0e1b6" +checksum = "c28327cf380ac148141087fbfb9de9d7bd4e84ab5d2c28fbc911d753de8a7081" dependencies = [ - "rustls 0.19.1", + "rustls", "tokio", - "webpki 0.21.4", -] - -[[package]] -name = "tokio-rustls" -version = "0.23.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4151fda0cf2798550ad0b34bcfc9b9dcc2a9d2471c895c68f3a8818e54f2389e" -dependencies = [ - "rustls 0.20.8", - "tokio", - "webpki 0.22.0", ] [[package]] @@ -7926,9 +8542,9 @@ dependencies = [ [[package]] name = "tokio-stream" -version = "0.1.12" +version = "0.1.14" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8fb52b74f05dbf495a8fba459fdc331812b96aa086d9eb78101fa0d4569c3313" +checksum = "397c988d37662c7dda6d2208364a706264bf3d6138b11d436cbac0ad38832842" dependencies = [ "futures-core", "pin-project-lite", @@ -7937,18 +8553,17 @@ dependencies = [ [[package]] name = "tokio-tungstenite" -version = "0.17.2" +version = "0.20.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f714dd15bead90401d77e04243611caec13726c2408afd5b31901dfcdcb3b181" +checksum = "212d5dcb2a1ce06d81107c3d0ffa3121fe974b73f068c8282cb1c32328113b6c" dependencies = [ "futures-util", "log", - "rustls 0.20.8", + "rustls", "tokio", - "tokio-rustls 0.23.3", + "tokio-rustls", "tungstenite", - "webpki 0.22.0", - "webpki-roots", + "webpki-roots 0.25.2", ] [[package]] @@ -7991,47 +8606,60 @@ dependencies = [ ] [[package]] -name = "tonic" -version = "0.6.2" +name = "toml" +version = "0.8.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ff08f4649d10a70ffa3522ca559031285d8e421d727ac85c60825761818f5d0a" +checksum = "a1a195ec8c9da26928f773888e0742ca3ca1040c6cd859c919c9f59c1954ab35" dependencies = [ - "async-stream", - "async-trait", - "base64 0.13.1", - "bytes", - "futures-core", - "futures-util", - "h2", - "http", - "http-body", - "hyper", - "hyper-timeout", - "percent-encoding 2.2.0", - "pin-project", - "prost 0.9.0", - "prost-derive 0.9.0", - "tokio", - "tokio-rustls 0.22.0", - "tokio-stream", - "tokio-util 0.6.9", - "tower", - "tower-layer", - "tower-service", - "tracing", - "tracing-futures", + "serde", + "serde_spanned", + "toml_datetime", + "toml_edit 0.21.0", +] + +[[package]] +name = "toml_datetime" +version = "0.6.5" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "3550f4e9685620ac18a50ed434eb3aec30db8ba93b0287467bca5826ea25baf1" +dependencies = [ + "serde", +] + +[[package]] +name = "toml_edit" +version = "0.20.7" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "70f427fce4d84c72b5b732388bf4a9f4531b53f74e2887e3ecb2481f68f66d81" +dependencies = [ + "indexmap 2.1.0", + "toml_datetime", + "winnow", +] + +[[package]] +name = "toml_edit" +version = "0.21.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d34d383cd00a163b4a5b85053df514d45bc330f6de7737edfe0a93311d1eaa03" +dependencies = [ + "indexmap 2.1.0", + "serde", + "serde_spanned", + "toml_datetime", + "winnow", ] [[package]] name = "tonic" -version = "0.8.3" +version = "0.9.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8f219fad3b929bef19b1f86fbc0358d35daed8f2cac972037ac0dc10bbb8d5fb" +checksum = "3082666a3a6433f7f511c7192923fa1fe07c69332d3c6a2e6bb040b569199d5a" dependencies = [ "async-stream", "async-trait", "axum", - "base64 0.13.1", + "base64 0.21.7", "bytes", "futures-core", "futures-util", @@ -8040,44 +8668,29 @@ dependencies = [ "http-body", "hyper", "hyper-timeout", - "percent-encoding 2.2.0", + "percent-encoding 2.3.1", "pin-project", - "prost 0.11.9", - "prost-derive 0.11.9", + "prost", "rustls-pemfile 1.0.0", "tokio", - "tokio-rustls 0.23.3", + "tokio-rustls", "tokio-stream", - "tokio-util 0.7.1", "tower", "tower-layer", "tower-service", "tracing", - "tracing-futures", ] [[package]] name = "tonic-build" -version = "0.6.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9403f1bafde247186684b230dc6f38b5cd514584e8bec1dd32514be4745fa757" -dependencies = [ - "proc-macro2 1.0.76", - "prost-build 0.9.0", - "quote 1.0.28", - "syn 1.0.109", -] - -[[package]] -name = "tonic-build" -version = "0.8.4" +version = "0.9.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5bf5e9b9c0f7e0a7c027dcfaba7b2c60816c7049171f679d99ee2ff65d0de8c4" +checksum = "a6fdaae4c2c638bb70fe42803a26fbd6fc6ac8c72f5c59f67ecc2a2dcabf4b07" dependencies = [ "prettyplease 0.1.9", - "proc-macro2 1.0.76", - "prost-build 0.11.4", - "quote 1.0.28", + "proc-macro2", + "prost-build", + "quote", "syn 1.0.109", ] @@ -8089,7 +8702,7 @@ checksum = "b8fa9be0de6cf49e536ce1851f987bd21a43b771b09473c3549a6c853db37c1c" dependencies = [ "futures-core", "futures-util", - "indexmap", + "indexmap 1.9.3", "pin-project", "pin-project-lite", "rand 0.8.5", @@ -8101,25 +8714,6 @@ dependencies = [ "tracing", ] -[[package]] -name = "tower-http" -version = "0.3.5" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f873044bf02dd1e8239e9c1293ea39dad76dc594ec16185d0a1bf31d8dc8d858" -dependencies = [ - "bitflags", - "bytes", - "futures-core", - "futures-util", - "http", - "http-body", - "http-range-header", - "pin-project-lite", - "tower", - "tower-layer", - "tower-service", -] - [[package]] name = "tower-layer" version = "0.3.2" @@ -8128,15 +8722,15 @@ checksum = "c20c8dbed6283a09604c3e69b4b7eeb54e298b8a600d4d5ecb5ad39de609f1d0" [[package]] name = "tower-service" -version = "0.3.1" +version = "0.3.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "360dfd1d6d30e05fda32ace2c8c70e9c0a9da713275777f5a4dbb8a1893930c6" +checksum = "b6bc1c9ce2b5135ac7f93c72918fc37feb872bdc6a5533a8b85eb4b86bfdae52" [[package]] name = "tracing" -version = "0.1.29" +version = "0.1.35" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "375a639232caf30edfc78e8d89b2d4c375515393e7af7e16f01cd96917fb2105" +checksum = "a400e31aa60b9d44a52a8ee0343b5b18566b03a8321e0d321f695cf56e940160" dependencies = [ "cfg-if 1.0.0", "log", @@ -8147,32 +8741,23 @@ dependencies = [ [[package]] name = "tracing-attributes" -version = "0.1.18" +version = "0.1.27" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f4f480b8f81512e825f337ad51e94c1eb5d3bbdf2b363dcd01e2b19a9ffe3f8e" +checksum = "34704c8d6ebcbc939824180af020566b01a7c01f80641264eba0999f6c2b6be7" dependencies = [ - "proc-macro2 1.0.76", - "quote 1.0.28", - "syn 1.0.109", + "proc-macro2", + "quote", + "syn 2.0.48", ] [[package]] name = "tracing-core" -version = "0.1.21" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1f4ed65637b8390770814083d20756f87bfa2c21bf2f110babdc5438351746e4" -dependencies = [ - "lazy_static", -] - -[[package]] -name = "tracing-futures" -version = "0.2.5" +version = "0.1.32" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "97d095ae15e245a057c8e8451bab9b3ee1e1f68e9ba2b4fbc18d0ac5237835f2" +checksum = "c06d3da6113f116aaee68e4d601191614c9053067f9ab7f6edbcb161237daa54" dependencies = [ - "pin-project", - "tracing", + "once_cell", + "valuable", ] [[package]] @@ -8212,24 +8797,23 @@ checksum = "59547bce71d9c38b83d9c0e92b6066c4253371f15005def0c30d9657f50c7642" [[package]] name = "tungstenite" -version = "0.17.3" +version = "0.20.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e27992fd6a8c29ee7eef28fc78349aa244134e10ad447ce3b9f0ac0ed0fa4ce0" +checksum = "9e3dac10fd62eaf6617d3a904ae222845979aec67c615d1c842b4002c7666fb9" dependencies = [ - "base64 0.13.1", "byteorder", "bytes", + "data-encoding", "http", "httparse", "log", "rand 0.8.5", - "rustls 0.20.8", - "sha-1 0.10.0", + "rustls", + "sha1", "thiserror", - "url 2.3.1", + "url 2.5.0", "utf-8", - "webpki 0.22.0", - "webpki-roots", + "webpki-roots 0.24.0", ] [[package]] @@ -8261,9 +8845,9 @@ dependencies = [ [[package]] name = "unicode-bidi" -version = "0.3.7" +version = "0.3.13" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1a01404663e3db436ed2746d9fefef640d868edae3cceb81c3b8d5732fda678f" +checksum = "92888ba5573ff080736b3648696b70cafad7d250551175acbaa4e0385b3e1460" [[package]] name = "unicode-ident" @@ -8273,31 +8857,19 @@ checksum = "15c61ba63f9235225a22310255a29b806b907c9b8c964bcbd0a2c70f3f2deea7" [[package]] name = "unicode-normalization" -version = "0.1.19" +version = "0.1.22" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d54590932941a9e9266f0832deed84ebe1bf2e4c9e4a3554d393d18f5e854bf9" +checksum = "5c5713f0fc4b5db668a2ac63cdb7bb4469d8c9fed047b1d0292cc7b0ce2ba921" dependencies = [ "tinyvec", ] -[[package]] -name = "unicode-segmentation" -version = "1.9.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7e8820f5d777f6224dc4be3632222971ac30164d4a258d595640799554ebfd99" - [[package]] name = "unicode-width" version = "0.1.9" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "3ed742d4ea2bd1176e236172c8429aaf54486e7ac098db29ffe6529e0ce50973" -[[package]] -name = "unicode-xid" -version = "0.1.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fc72304796d0818e357ead4e000d19c9c174ab23dc11093ac919054d20a6a7fc" - [[package]] name = "unicode-xid" version = "0.2.2" @@ -8325,9 +8897,9 @@ dependencies = [ [[package]] name = "unsafe-libyaml" -version = "0.2.8" +version = "0.2.10" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1865806a559042e51ab5414598446a5871b561d21b6764f2eabb0dd481d880a6" +checksum = "ab4c90930b95a82d00dc9e9ac071b4991924390d46cbd0dfe566148667605e4b" [[package]] name = "untrusted" @@ -8335,6 +8907,12 @@ version = "0.7.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "a156c684c91ea7d62626509bce3cb4e1d9ed5c4d978f7b4352658f96a4c26b4a" +[[package]] +name = "untrusted" +version = "0.9.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1" + [[package]] name = "uriparse" version = "0.6.4" @@ -8358,13 +8936,13 @@ dependencies = [ [[package]] name = "url" -version = "2.3.1" +version = "2.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0d68c799ae75762b8c3fe375feb6600ef5602c883c5d21eb51c09f22b83c4643" +checksum = "31e6302e3bb753d46e83516cae55ae196fc0c309407cf11ab35cc51a4c2a4633" dependencies = [ "form_urlencoded", - "idna 0.3.0", - "percent-encoding 2.2.0", + "idna 0.5.0", + "percent-encoding 2.3.1", ] [[package]] @@ -8379,6 +8957,12 @@ version = "0.1.5" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "7cf7d77f457ef8dfa11e4cd5933c5ddb5dc52a94664071951219a97710f0a32b" +[[package]] +name = "valuable" +version = "0.1.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "830b7e5d4d90034032940e4ace0d9a9a057e7a45cd94e6c007832e39edb82f6d" + [[package]] name = "vcpkg" version = "0.2.15" @@ -8447,9 +9031,9 @@ checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423" [[package]] name = "wasm-bindgen" -version = "0.2.86" +version = "0.2.90" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5bba0e8cb82ba49ff4e229459ff22a191bbe9a1cb3a341610c9c33efc27ddf73" +checksum = "b1223296a201415c7fad14792dbefaace9bd52b62d33453ade1c5b5f07555406" dependencies = [ "cfg-if 1.0.0", "wasm-bindgen-macro", @@ -8457,16 +9041,16 @@ dependencies = [ [[package]] name = "wasm-bindgen-backend" -version = "0.2.86" +version = "0.2.90" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "19b04bc93f9d6bdee709f6bd2118f57dd6679cf1176a1af464fca3ab0d66d8fb" +checksum = "fcdc935b63408d58a32f8cc9738a0bffd8f05cc7c002086c6ef20b7312ad9dcd" dependencies = [ "bumpalo", "log", "once_cell", - "proc-macro2 1.0.76", - "quote 1.0.28", - "syn 2.0.43", + "proc-macro2", + "quote", + "syn 2.0.48", "wasm-bindgen-shared", ] @@ -8484,32 +9068,32 @@ dependencies = [ [[package]] name = "wasm-bindgen-macro" -version = "0.2.86" +version = "0.2.90" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "14d6b024f1a526bb0234f52840389927257beb670610081360e5a03c5df9c258" +checksum = "3e4c238561b2d428924c49815533a8b9121c664599558a5d9ec51f8a1740a999" dependencies = [ - "quote 1.0.28", + "quote", "wasm-bindgen-macro-support", ] [[package]] name = "wasm-bindgen-macro-support" -version = "0.2.86" +version = "0.2.90" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e128beba882dd1eb6200e1dc92ae6c5dbaa4311aa7bb211ca035779e5efc39f8" +checksum = "bae1abb6806dc1ad9e560ed242107c0f6c84335f1749dd4e8ddb012ebd5e25a7" dependencies = [ - "proc-macro2 1.0.76", - "quote 1.0.28", - "syn 2.0.43", + "proc-macro2", + "quote", + "syn 2.0.48", "wasm-bindgen-backend", "wasm-bindgen-shared", ] [[package]] name = "wasm-bindgen-shared" -version = "0.2.86" +version = "0.2.90" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ed9d5b4305409d1fc9482fee2d7f9bcbf24b3972bf59817ef757e23982242a93" +checksum = "4d91413b1c31d7539ba5ef2451af3f0b833a005eb27a631cec32bc0635a8602b" [[package]] name = "web-sys" @@ -8522,33 +9106,19 @@ dependencies = [ ] [[package]] -name = "webpki" -version = "0.21.4" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b8e38c0608262c46d4a56202ebabdeb094cef7e560ca7a226c6bf055188aa4ea" -dependencies = [ - "ring", - "untrusted", -] - -[[package]] -name = "webpki" -version = "0.22.0" +name = "webpki-roots" +version = "0.24.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f095d78192e208183081cc07bc5515ef55216397af48b873e5edcd72637fa1bd" +checksum = "b291546d5d9d1eab74f069c77749f2cb8504a12caa20f0f2de93ddbf6f411888" dependencies = [ - "ring", - "untrusted", + "rustls-webpki", ] [[package]] name = "webpki-roots" -version = "0.22.1" +version = "0.25.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c475786c6f47219345717a043a37ec04cb4bc185e28853adcc4fa0a947eba630" -dependencies = [ - "webpki 0.22.0", -] +checksum = "14247bb57be4f377dfb94c72830b8ce8fc6beac03cf4bf7b9732eadd414123fc" [[package]] name = "which" @@ -8604,43 +9174,6 @@ version = "0.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" -[[package]] -name = "windows-sys" -version = "0.32.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3df6e476185f92a12c072be4a189a0210dcdcf512a1891d6dff9edb874deadc6" -dependencies = [ - "windows_aarch64_msvc 0.32.0", - "windows_i686_gnu 0.32.0", - "windows_i686_msvc 0.32.0", - "windows_x86_64_gnu 0.32.0", - "windows_x86_64_msvc 0.32.0", -] - -[[package]] -name = "windows-sys" -version = "0.42.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5a3e1820f08b8513f676f7ab6c1f99ff312fb97b553d30ff4dd86f9f15728aa7" -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", -] - -[[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" @@ -8651,18 +9184,12 @@ dependencies = [ ] [[package]] -name = "windows-targets" -version = "0.42.2" +name = "windows-sys" +version = "0.52.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8e5180c00cd44c9b1c88adb3693291f1cd93605ded80c250a75d472756b4d071" +checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d" 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.0", ] [[package]] @@ -8681,10 +9208,19 @@ dependencies = [ ] [[package]] -name = "windows_aarch64_gnullvm" -version = "0.42.2" +name = "windows-targets" +version = "0.52.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8" +checksum = "8a18201040b24831fbb9e4eb208f8892e1f50a37feb53cc7ff887feb8f50e7cd" +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", +] [[package]] name = "windows_aarch64_gnullvm" @@ -8693,16 +9229,10 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "91ae572e1b79dba883e0d315474df7305d12f569b400fcf90581b06062f7e1bc" [[package]] -name = "windows_aarch64_msvc" -version = "0.32.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d8e92753b1c443191654ec532f14c199742964a061be25d77d7a96f09db20bf5" - -[[package]] -name = "windows_aarch64_msvc" -version = "0.42.2" +name = "windows_aarch64_gnullvm" +version = "0.52.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43" +checksum = "cb7764e35d4db8a7921e09562a0304bf2f93e0a51bfccee0bd0bb0b666b015ea" [[package]] name = "windows_aarch64_msvc" @@ -8711,16 +9241,10 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b2ef27e0d7bdfcfc7b868b317c1d32c641a6fe4629c171b8928c7b08d98d7cf3" [[package]] -name = "windows_i686_gnu" -version = "0.32.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6a711c68811799e017b6038e0922cb27a5e2f43a2ddb609fe0b6f3eeda9de615" - -[[package]] -name = "windows_i686_gnu" -version = "0.42.2" +name = "windows_aarch64_msvc" +version = "0.52.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f" +checksum = "bbaa0368d4f1d2aaefc55b6fcfee13f41544ddf36801e793edbbfd7d7df075ef" [[package]] name = "windows_i686_gnu" @@ -8729,16 +9253,10 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "622a1962a7db830d6fd0a69683c80a18fda201879f0f447f065a3b7467daa241" [[package]] -name = "windows_i686_msvc" -version = "0.32.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "146c11bb1a02615db74680b32a68e2d61f553cc24c4eb5b4ca10311740e44172" - -[[package]] -name = "windows_i686_msvc" -version = "0.42.2" +name = "windows_i686_gnu" +version = "0.52.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060" +checksum = "a28637cb1fa3560a16915793afb20081aba2c92ee8af57b4d5f28e4b3e7df313" [[package]] name = "windows_i686_msvc" @@ -8747,60 +9265,64 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "4542c6e364ce21bf45d69fdd2a8e455fa38d316158cfd43b3ac1c5b1b19f8e00" [[package]] -name = "windows_x86_64_gnu" -version = "0.32.0" +name = "windows_i686_msvc" +version = "0.52.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c912b12f7454c6620635bbff3450962753834be2a594819bd5e945af18ec64bc" +checksum = "ffe5e8e31046ce6230cc7215707b816e339ff4d4d67c65dffa206fd0f7aa7b9a" [[package]] name = "windows_x86_64_gnu" -version = "0.42.2" +version = "0.48.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36" +checksum = "ca2b8a661f7628cbd23440e50b05d705db3686f894fc9580820623656af974b1" [[package]] name = "windows_x86_64_gnu" -version = "0.48.0" +version = "0.52.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ca2b8a661f7628cbd23440e50b05d705db3686f894fc9580820623656af974b1" +checksum = "3d6fa32db2bc4a2f5abeacf2b69f7992cd09dca97498da74a151a3132c26befd" [[package]] name = "windows_x86_64_gnullvm" -version = "0.42.2" +version = "0.48.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3" +checksum = "7896dbc1f41e08872e9d5e8f8baa8fdd2677f29468c4e156210174edc7f7b953" [[package]] name = "windows_x86_64_gnullvm" -version = "0.48.0" +version = "0.52.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7896dbc1f41e08872e9d5e8f8baa8fdd2677f29468c4e156210174edc7f7b953" +checksum = "1a657e1e9d3f514745a572a6846d3c7aa7dbe1658c056ed9c3344c4109a6949e" [[package]] name = "windows_x86_64_msvc" -version = "0.32.0" +version = "0.48.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "504a2476202769977a040c6364301a3f65d0cc9e3fb08600b2bda150a0488316" +checksum = "1a515f5799fe4961cb532f983ce2b23082366b898e52ffbce459c86f67c8378a" [[package]] name = "windows_x86_64_msvc" -version = "0.42.2" +version = "0.52.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0" +checksum = "dff9641d1cd4be8d1a070daf9e3773c5f67e78b4d9d42263020c057706765c04" [[package]] -name = "windows_x86_64_msvc" -version = "0.48.0" +name = "winnow" +version = "0.5.16" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1a515f5799fe4961cb532f983ce2b23082366b898e52ffbce459c86f67c8378a" +checksum = "037711d82167854aff2018dfd193aa0fef5370f456732f0d5a0c59b0f1b4b907" +dependencies = [ + "memchr", +] [[package]] name = "winreg" -version = "0.10.1" +version = "0.50.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "80d0f4e272c85def139476380b12f9ac60926689dd2e01d4923222f40580869d" +checksum = "524e57b2c537c0f9b1e69f1965311ec12182b4122e45035b1508cd24d2adadb1" dependencies = [ - "winapi 0.3.9", + "cfg-if 1.0.0", + "windows-sys 0.48.0", ] [[package]] @@ -8818,14 +9340,14 @@ dependencies = [ "oid-registry", "rusticata-macros", "thiserror", - "time 0.3.9", + "time", ] [[package]] name = "xattr" -version = "0.2.2" +version = "1.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "244c3741f4240ef46274860397c7c74e50eb23624996930e484c16679633a54c" +checksum = "f4686009f71ff3e5c4dbcf1a282d0a44db3f021ba69350cd42086b3e5f1c6985" dependencies = [ "libc", ] @@ -8845,27 +9367,27 @@ version = "0.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "346d34a236c9d3e5f3b9b74563f238f955bbd05fa0b8b4efa53c130c43982f4c" dependencies = [ - "time 0.3.9", + "time", ] [[package]] name = "zerocopy" -version = "0.7.32" +version = "0.7.31" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "74d4d3961e53fa4c9a25a8637fc2bfaf2595b3d3ae34875568a5cf64787716be" +checksum = "1c4061bedbb353041c12f413700357bec76df2c7e2ca8e4df8bac24c6bf68e3d" dependencies = [ "zerocopy-derive", ] [[package]] name = "zerocopy-derive" -version = "0.7.32" +version = "0.7.31" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9ce1b18ccd8e73a9321186f97e46f9f04b778851177567b1975109d26a08d2a6" +checksum = "b3c129550b3e6de3fd0ba67ba5c81818f9805e58b8d7fee80a3a59d2c9fc601a" dependencies = [ - "proc-macro2 1.0.76", - "quote 1.0.28", - "syn 2.0.43", + "proc-macro2", + "quote", + "syn 2.0.48", ] [[package]] @@ -8879,14 +9401,13 @@ dependencies = [ [[package]] name = "zeroize_derive" -version = "1.2.0" +version = "1.4.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bdff2024a851a322b08f179173ae2ba620445aef1e838f0c196820eade4ae0c7" +checksum = "ce36e65b0d2999d2aafac989fb249189a141aee1f53c612c1f37d72631959f69" dependencies = [ - "proc-macro2 1.0.76", - "quote 1.0.28", - "syn 1.0.109", - "synstructure", + "proc-macro2", + "quote", + "syn 2.0.48", ] [[package]] diff --git a/pkgs/applications/blockchains/solana/default.nix b/pkgs/applications/blockchains/solana/default.nix index b19abd63a8c6..780445a18ff9 100644 --- a/pkgs/applications/blockchains/solana/default.nix +++ b/pkgs/applications/blockchains/solana/default.nix @@ -29,8 +29,8 @@ ] }: let - version = "1.16.27"; - sha256 = "sha256-xd0FCSlpPJDVWOlt9rIlnSbjksmvlXJWHkvlZONd2dM="; + version = "1.18.5"; + sha256 = "sha256-o/V6VhCZCRrGWIwrd3RDyRk61ykNuhglQe2inVP/p9c="; inherit (darwin.apple_sdk_11_0) Libsystem; inherit (darwin.apple_sdk_11_0.frameworks) System IOKit AppKit Security; @@ -48,10 +48,11 @@ rustPlatform.buildRustPackage rec { cargoLock = { lockFile = ./Cargo.lock; - outputHashes = { + "aes-gcm-siv-0.10.3" = "sha256-N1ppxvew4B50JQWsC3xzP0X4jgyXZ5aOQ0oJMmArjW8="; "crossbeam-epoch-0.9.5" = "sha256-Jf0RarsgJiXiZ+ddy0vp4jQ59J9m0k3sgXhWhCdhgws="; - "ntapi-0.3.7" = "sha256-G6ZCsa3GWiI/FeGKiK9TWkmTxen7nwpXvm5FtjNtjWU="; + "curve25519-dalek-3.2.1" = "sha256-4MF/qaP+EhfYoRETqnwtaCKC1tnUJlBCxeOPCnKrTwQ="; + "tokio-1.29.1" = "sha256-Z/kewMCqkPVTXdoBcSaFKG5GSQAdkdpj3mAzLLCjjGk="; }; }; No auto update branch exists [outpaths] eval start [outpaths] eval end Received ExitFailure 1 when running Raw command: /nix/store/1gfp7hiwzpv9aglk2yfa9m49jc0n7pa5-nix-2.18.1/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A solana-cli nix build failed. got build log for 'solana-cli' from 'daemon' @nix { "action": "setPhase", "phase": "unpackPhase" } Running phase: unpackPhase unpacking source archive /nix/store/csyfj81zhydbrrzl3kg7xdffq5cwb645-source source root is source Executing cargoSetupPostUnpackHook Finished cargoSetupPostUnpackHook @nix { "action": "setPhase", "phase": "patchPhase" } Running phase: patchPhase applying patch /nix/store/aanmxpl7yvm28zbzdpsvdi54dgcal1r9-account-info.patch patching file sdk/program/src/account_info.rs Reversed (or previously applied) patch detected! Assume -R? [n] Apply anyway? [n] Skipping patch. 1 out of 1 hunk ignored -- saving rejects to file sdk/program/src/account_info.rs.rej [result] Failed to update solana-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.unifiled, using log file: /var/log/nixpkgs-update/python311Packages.unifiled/2024-03-10.log python311Packages.unifiled 0 -> 1 attrpath: python311Packages.unifiled Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/agzi7rb7c3ra7g0s9a37arp141l49bp6-packages.json.drv building '/nix/store/agzi7rb7c3ra7g0s9a37arp141l49bp6-packages.json.drv'... Going to be running update for following packages: - python3.11-unifiled-1.1 Press Enter key to continue... Running update for: - python3.11-unifiled-1.1: UPDATING ... - python3.11-unifiled-1.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.unifiled 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: 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-authorization, using log file: /var/log/nixpkgs-update/python311Packages.azure-mgmt-authorization/2024-03-10.log python311Packages.azure-mgmt-authorization 0 -> 1 attrpath: python311Packages.azure-mgmt-authorization Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/djgmg18yz77vxx0y4x2y19rbj5x4afla-packages.json.drv building '/nix/store/djgmg18yz77vxx0y4x2y19rbj5x4afla-packages.json.drv'... Going to be running update for following packages: - python3.11-azure-mgmt-authorization-4.0.0 Press Enter key to continue... Running update for: - python3.11-azure-mgmt-authorization-4.0.0: UPDATING ... - python3.11-azure-mgmt-authorization-4.0.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.azure-mgmt-authorization 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath stargazer, using log file: /var/log/nixpkgs-update/stargazer/2024-03-10.log stargazer 1.1.0 -> 2.408 https://repology.org/project/stargazer/versions attrpath: stargazer 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/pzq60xdml1rh4khmadkg167qfb43j54l-source.drv building '/nix/store/pzq60xdml1rh4khmadkg167qfb43j54l-source.drv'... trying https://git.sr.ht/~zethra/stargazer/archive/2.408.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 1382 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 'stargazer.originalSrc' not found stderr did not split as expected full stderr was: these 3 derivations will be built: /nix/store/pzq60xdml1rh4khmadkg167qfb43j54l-source.drv /nix/store/s9rj32idxwwqglj6s4nx1mds58wg54zf-stargazer-2.408-vendor.tar.gz.drv /nix/store/ypdy9gg5iqv3wxspzdv8anccz4nyr41a-stargazer-2.408.drv building '/nix/store/pzq60xdml1rh4khmadkg167qfb43j54l-source.drv'... trying https://git.sr.ht/~zethra/stargazer/archive/2.408.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 1382 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/pzq60xdml1rh4khmadkg167qfb43j54l-source.drv' failed with exit code 1; last 7 log lines: > > trying https://git.sr.ht/~zethra/stargazer/archive/2.408.tar.gz > % Total % Received % Xferd Average Speed Time Time Time Current > Dload Upload Total Spent Left Speed > 0 1382 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/pzq60xdml1rh4khmadkg167qfb43j54l-source.drv'. error: 1 dependencies of derivation '/nix/store/ypdy9gg5iqv3wxspzdv8anccz4nyr41a-stargazer-2.408.drv' failed to build [result] Failed to update stargazer 1.1.0 -> 2.408 https://repology.org/project/stargazer/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath haskellPackages.hasql-transaction, using log file: /var/log/nixpkgs-update/haskellPackages.hasql-transaction/2024-03-10.log haskellPackages.hasql-transaction 1.0.1.2 -> 1.0.1.4 https://repology.org/project/haskell:hasql-transaction/versions attrpath: haskellPackages.hasql-transaction Checking auto update branch... No auto update branch exists Derivation file says not to edit it [result] Failed to update haskellPackages.hasql-transaction 1.0.1.2 -> 1.0.1.4 https://repology.org/project/haskell:hasql-transaction/versions [options] github_user: r-ryantm, pull_request: YES, batch_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.fits, using log file: /var/log/nixpkgs-update/octavePackages.fits/2024-03-10.log octavePackages.fits 0 -> 1 attrpath: octavePackages.fits Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/gmsxiaixs5cpbh2y05yn7bmdgymqcc1r-packages.json.drv building '/nix/store/gmsxiaixs5cpbh2y05yn7bmdgymqcc1r-packages.json.drv'... Going to be running update for following packages: - octave-8.4.0-fits-1.0.7 Press Enter key to continue... Running update for: - octave-8.4.0-fits-1.0.7: UPDATING ... - octave-8.4.0-fits-1.0.7: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update octavePackages.fits 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: 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-warnings, using log file: /var/log/nixpkgs-update/python311Packages.pytest-warnings/2024-03-10.log python311Packages.pytest-warnings 0 -> 1 attrpath: python311Packages.pytest-warnings Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/1bf5lrqsy5cqb6aycdmd8pzcr3v9v45f-packages.json.drv building '/nix/store/1bf5lrqsy5cqb6aycdmd8pzcr3v9v45f-packages.json.drv'... Going to be running update for following packages: - python3.11-pytest-warnings-0.3.1 Press Enter key to continue... Running update for: - python3.11-pytest-warnings-0.3.1: UPDATING ... - python3.11-pytest-warnings-0.3.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.pytest-warnings 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath open-watcom-v2-unwrapped, using log file: /var/log/nixpkgs-update/open-watcom-v2-unwrapped/2024-03-10.log open-watcom-v2-unwrapped 0 -> 1 attrpath: open-watcom-v2-unwrapped Checking auto update branch... Derivation file opts-out of auto-updates [result] Failed to update open-watcom-v2-unwrapped 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.jinja2-git, using log file: /var/log/nixpkgs-update/python311Packages.jinja2-git/2024-03-10.log python311Packages.jinja2-git 0 -> 1 attrpath: python311Packages.jinja2-git Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/4njhaaspbcd8pbbh7rgwc12dzpwmg7z2-packages.json.drv building '/nix/store/4njhaaspbcd8pbbh7rgwc12dzpwmg7z2-packages.json.drv'... Going to be running update for following packages: - python3.11-jinja2-git-1.3.0 Press Enter key to continue... Running update for: - python3.11-jinja2-git-1.3.0: UPDATING ... - python3.11-jinja2-git-1.3.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.jinja2-git 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.warcio, using log file: /var/log/nixpkgs-update/python311Packages.warcio/2024-03-10.log python311Packages.warcio 0 -> 1 attrpath: python311Packages.warcio 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/mx3n3kwpl3yzjg84c7zd4yjqwmd92l7i-packages.json.drv building '/nix/store/mx3n3kwpl3yzjg84c7zd4yjqwmd92l7i-packages.json.drv'... Going to be running update for following packages: - python3.11-warcio-1.7.4 Press Enter key to continue... Running update for: - python3.11-warcio-1.7.4: UPDATING ... - python3.11-warcio-1.7.4: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.warcio 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.pyxattr, using log file: /var/log/nixpkgs-update/python311Packages.pyxattr/2024-03-10.log python311Packages.pyxattr 0 -> 1 attrpath: python311Packages.pyxattr Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/nkkl88q50g5szgk9hpwg9w7r6jswx9kp-packages.json.drv building '/nix/store/nkkl88q50g5szgk9hpwg9w7r6jswx9kp-packages.json.drv'... Going to be running update for following packages: - python3.11-pyxattr-0.8.1 Press Enter key to continue... Running update for: - python3.11-pyxattr-0.8.1: UPDATING ... - python3.11-pyxattr-0.8.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.pyxattr 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.empty-files, using log file: /var/log/nixpkgs-update/python311Packages.empty-files/2024-03-10.log python311Packages.empty-files 0 -> 1 attrpath: python311Packages.empty-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/hl88drqd78kb7566zlav9xm7ymrf06qi-packages.json.drv building '/nix/store/hl88drqd78kb7566zlav9xm7ymrf06qi-packages.json.drv'... Going to be running update for following packages: - python3.11-empty-files-0.0.9 Press Enter key to continue... Running update for: - python3.11-empty-files-0.0.9: UPDATING ... - python3.11-empty-files-0.0.9: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.empty-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.unidata-blocks, using log file: /var/log/nixpkgs-update/python311Packages.unidata-blocks/2024-03-10.log python311Packages.unidata-blocks 0 -> 1 attrpath: python311Packages.unidata-blocks Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/fvlb394ziw3i3y11gi2qg84n4wi4ihb0-packages.json.drv building '/nix/store/fvlb394ziw3i3y11gi2qg84n4wi4ihb0-packages.json.drv'... Going to be running update for following packages: - python3.11-unidata-blocks-0.0.9 Press Enter key to continue... Running update for: - python3.11-unidata-blocks-0.0.9: UPDATING ... - python3.11-unidata-blocks-0.0.9: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.unidata-blocks 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.googletraffic, using log file: /var/log/nixpkgs-update/rPackages.googletraffic/2024-03-10.log rPackages.googletraffic 0.1.4 -> 0.1.5 https://repology.org/project/r:googletraffic/versions attrpath: rPackages.googletraffic 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.googletraffic 0.1.4 -> 0.1.5 https://repology.org/project/r:googletraffic/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: 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-znp, using log file: /var/log/nixpkgs-update/python311Packages.zigpy-znp/2024-03-10.log python311Packages.zigpy-znp 0 -> 1 attrpath: python311Packages.zigpy-znp Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/gg6qb9ishh992ybm194jmaa76hc6wg5g-packages.json.drv building '/nix/store/gg6qb9ishh992ybm194jmaa76hc6wg5g-packages.json.drv'... Going to be running update for following packages: - python3.11-zigpy-znp-0.12.1 Press Enter key to continue... Running update for: - python3.11-zigpy-znp-0.12.1: UPDATING ... - python3.11-zigpy-znp-0.12.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.zigpy-znp 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.losant-rest, using log file: /var/log/nixpkgs-update/python311Packages.losant-rest/2024-03-10.log python311Packages.losant-rest 0 -> 1 attrpath: python311Packages.losant-rest Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/8l8rnjxw4d7ac0qfdw32wg17nvhsps7i-packages.json.drv building '/nix/store/8l8rnjxw4d7ac0qfdw32wg17nvhsps7i-packages.json.drv'... Going to be running update for following packages: - python3.11-losant-rest-1.19.5 Press Enter key to continue... Running update for: - python3.11-losant-rest-1.19.5: UPDATING ... - python3.11-losant-rest-1.19.5: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.losant-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 openbabel2, using log file: /var/log/nixpkgs-update/openbabel2/2024-03-10.log openbabel2 2.4.1 -> 3-1-1 https://github.com/openbabel/openbabel/releases attrpath: openbabel2 Checking auto update branch... No auto update branch exists Version in attr path openbabel2 not compatible with 3-1-1 [result] Failed to update openbabel2 2.4.1 -> 3-1-1 https://github.com/openbabel/openbabel/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.pytikz-allefeld, using log file: /var/log/nixpkgs-update/python311Packages.pytikz-allefeld/2024-03-10.log python311Packages.pytikz-allefeld 0 -> 1 attrpath: python311Packages.pytikz-allefeld Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/d9s2p9yrxhx1dgblax7wyj2f3cm5srfi-packages.json.drv building '/nix/store/d9s2p9yrxhx1dgblax7wyj2f3cm5srfi-packages.json.drv'... Going to be running update for following packages: - python3.11-pytikz-allefeld-unstable-2022-11-01 Press Enter key to continue... Running update for: - python3.11-pytikz-allefeld-unstable-2022-11-01: UPDATING ... - python3.11-pytikz-allefeld-unstable-2022-11-01: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.pytikz-allefeld 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.ledger-bitcoin, using log file: /var/log/nixpkgs-update/python311Packages.ledger-bitcoin/2024-03-10.log python311Packages.ledger-bitcoin 0 -> 1 attrpath: python311Packages.ledger-bitcoin Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/4vcxifam8nrzarfydr4sbk27fgxrdlc0-packages.json.drv building '/nix/store/4vcxifam8nrzarfydr4sbk27fgxrdlc0-packages.json.drv'... Going to be running update for following packages: - python3.11-ledger-bitcoin-0.3.0 Press Enter key to continue... Running update for: - python3.11-ledger-bitcoin-0.3.0: UPDATING ... - python3.11-ledger-bitcoin-0.3.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.ledger-bitcoin 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.jq, using log file: /var/log/nixpkgs-update/python311Packages.jq/2024-03-10.log python311Packages.jq 0 -> 1 attrpath: python311Packages.jq Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/0bf20gb5caq8sspygqdr4np2nsygkqzn-packages.json.drv building '/nix/store/0bf20gb5caq8sspygqdr4np2nsygkqzn-packages.json.drv'... Going to be running update for following packages: - python3.11-jq-1.6.0 Press Enter key to continue... Running update for: - python3.11-jq-1.6.0: UPDATING ... - python3.11-jq-1.6.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.jq 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.surepy, using log file: /var/log/nixpkgs-update/python311Packages.surepy/2024-03-10.log python311Packages.surepy 0 -> 1 attrpath: python311Packages.surepy Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/ncmlv3zpjq4sl11v5y5gx9fd6lk7d627-packages.json.drv building '/nix/store/ncmlv3zpjq4sl11v5y5gx9fd6lk7d627-packages.json.drv'... Going to be running update for following packages: - python3.11-surepy-0.9.0 Press Enter key to continue... Running update for: - python3.11-surepy-0.9.0: UPDATING ... - python3.11-surepy-0.9.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.surepy 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.pydub, using log file: /var/log/nixpkgs-update/python311Packages.pydub/2024-03-10.log python311Packages.pydub 0 -> 1 attrpath: python311Packages.pydub 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/89zd5iajvmfa4f6w95yfqh4kn561gfx5-packages.json.drv building '/nix/store/89zd5iajvmfa4f6w95yfqh4kn561gfx5-packages.json.drv'... Going to be running update for following packages: - python3.11-pydub-0.25.1 Press Enter key to continue... Running update for: - python3.11-pydub-0.25.1: UPDATING ... - python3.11-pydub-0.25.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.pydub 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath nushell, using log file: /var/log/nixpkgs-update/nushell/2024-03-10.log nushell 0 -> 1 attrpath: nushell 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/9csc3p9wvp3fgidj27dgsf9pwdcy0xck-packages.json.drv building '/nix/store/9csc3p9wvp3fgidj27dgsf9pwdcy0xck-packages.json.drv'... Going to be running update for following packages: - nushell-0.91.0 Press Enter key to continue... Running update for: - nushell-0.91.0: UPDATING ... - nushell-0.91.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update nushell 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath tremor-rs, using log file: /var/log/nixpkgs-update/tremor-rs/2024-03-10.log tremor-rs 0.12.4 -> 1.2.1 https://repology.org/project/tremor/versions attrpath: tremor-rs 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/l60xbyrjchmdijkkv9d2hrsxl7j0czmk-source.drv building '/nix/store/l60xbyrjchmdijkkv9d2hrsxl7j0czmk-source.drv'... trying https://github.com/tremor-rs/tremor-runtime/archive/v1.2.1.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 14 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 error: cannot download source from any mirror error: boost::bad_format_string: format-string is ill-formed stderr did not split as expected full stderr was: error: attribute 'originalSrc' in selection path 'tremor-rs.originalSrc' not found stderr did not split as expected full stderr was: these 2 derivations will be built: /nix/store/l60xbyrjchmdijkkv9d2hrsxl7j0czmk-source.drv /nix/store/ymkfqf5ky7k5mwdfpjxmdkzs9d28rnf1-tremor-1.2.1.drv these 294 paths will be fetched (40.37 MiB download, 262.66 MiB unpacked): /nix/store/wn6zd0pmxavlnxa7l40bbhsy9dkig1ss-aead-0.3.2 /nix/store/ccqmrhc2zcrcjpk866slc19gwgsg48sf-aes-0.6.0 /nix/store/aylkz48hc6f3sn4rw3mzmmizkvqj63jq-aes-gcm-0.8.0 /nix/store/s4b2kf2k0c63qj8bd1l6jw65qnr8kx64-aes-soft-0.6.4 /nix/store/wzrrcq02imv393q31krzn4w79nxc0l72-aesni-0.10.0 /nix/store/47ks1mmx2a5bi7qinbv4v0ddxk11izp4-anyhow-1.0.58 /nix/store/4q5r1yhdw0h0lr1rq3wrz0lb0x2qja4x-async-attributes-1.1.2 /nix/store/25j9vgc5wf670i7xdlnai1rc8jbf858y-async-broadcast-0.4.0 /nix/store/hskak3a8k39977iyrw2f5lqa47qxf134-async-compat-0.2.1 /nix/store/43mg4b46glf2zdkx9ci8khhpfc4v3aq9-async-compression-0.3.14 /nix/store/5m5y740f2lf04w102xbbwxrz8pdy2j6c-async-dup-1.2.2 /nix/store/8x2y95lvfi2ig7injb6l9bbphwmjgkxb-async-executor-1.4.1 /nix/store/jphdzlvh5v9h0mhyxdj3drgll4lds82r-async-fs-1.5.0 /nix/store/752jnikzjvhby9h75vsvpsq8p8zksbk7-async-global-executor-2.1.0 /nix/store/hiv63fvadllz33qf3w52x9asycijn8ir-async-h1-2.3.3 /nix/store/dm1b5h2y2fiq9m4rajk1rc20ncmicj00-async-io-1.7.0 /nix/store/fl7691vcp5ra53bkfq28psn8yfl75558-async-native-tls-0.3.3 /nix/store/kpsygpx2d1vz45fy6m011p4jgddcrqqb-async-net-1.6.1 /nix/store/1j327xhak7vrbb9z4qfhxy167m5n9s8a-async-rustls-0.2.0 /nix/store/vgglqqdvz7yq326qljr3cqs39knq2dss-async-sse-4.1.0 /nix/store/fb3qy36c11831p2k4pkpnakzvp9c4qy3-async-std-1.12.0 /nix/store/mcigdshigln9wsccspl0swad9f0xwckv-async-std-resolver-0.21.2 /nix/store/qsab426k0sygyqs6b0ghp4z6vdpsk6jl-async-tls-0.10.0 /nix/store/4iskynmfhgmmki5sdd556fv9kjkf13sn-async-tls-0.11.0 /nix/store/y32v6db88bxwy3vjfx56d4ng873c8xzv-async-trait-0.1.56 /nix/store/qz2z4g3ixh00dhgr3fb93y2jgh1h53ja-async-tungstenite-0.17.2 /nix/store/6bwzbkbb21q8ah701xvkpb11lqn8ywgg-attohttpc-0.15.0 /nix/store/nanw39fxy56lqa2kfl5h5sv3gwvmx3jx-attohttpc-0.17.0 /nix/store/akx5wx3dkdbivwndp42apw5m87n60ik0-aws-config-0.14.0 /nix/store/m47qs1ja9ir7820m990v363zg22z6738-aws-endpoint-0.14.0 /nix/store/5ch79k84znz94q6h8pzzlvrnkpfgzkj3-aws-http-0.14.0 /nix/store/173vzknl0q8bg3qj6wa571nfl19sn7n7-aws-sdk-s3-0.14.0 /nix/store/mxsj51cdhfj0gzwfcw47q6zyab8wdc0i-aws-sdk-sso-0.14.0 /nix/store/ihj7kmi2szb3zykd88cx6vxb8ibxg58m-aws-sdk-sts-0.14.0 /nix/store/a5f6b2qdavz4i9h2ybmbpcjmr7ymlndk-aws-sig-auth-0.14.0 /nix/store/zsgkbwfgmnii2sx0rnav8nihh92nra9c-aws-sigv4-0.14.0 /nix/store/ycqp48qk3m2q5avjrqlr7hdznqjjz28p-aws-smithy-async-0.44.0 /nix/store/3hw7f1qyg2f0jp5nblich5mh1f08yc5b-aws-smithy-client-0.44.0 /nix/store/9vvpl51nhjcqm9z3vy9ks4pggwsc8waq-aws-smithy-eventstream-0.44.0 /nix/store/lvil87pm3rv94p2fbw3h4zpamz74ndw8-aws-smithy-http-0.44.0 /nix/store/cxzpsfy5n5sxja5dcpzwcyazsi64r9m1-aws-smithy-http-tower-0.44.0 /nix/store/n79pzcqv47zmz1cz471qs9xbacrcrk1l-aws-smithy-json-0.44.0 /nix/store/jjgdm53ari2gayw13xx2yz3r0bl60xyd-aws-smithy-query-0.44.0 /nix/store/53ndy4pb9jmgrsim5yj9fvb7y447bdga-aws-smithy-types-0.44.0 /nix/store/1fjarzmi95afqdidp76qk3j5gxx1a6z4-aws-smithy-xml-0.44.0 /nix/store/nds7d9b5y3fmvblmbcq3f537m4vgdpim-aws-types-0.14.0 /nix/store/ndmfads3z6777vdwlvyl5f1lks5vny98-backtrace-0.3.65 /nix/store/f1bgl3l56nb58zfsspfm0gh41gaxp8sz-base64-0.11.0 /nix/store/5azc96cz9zcskg2cwrh0wwry57cc8y06-bimap-0.6.2 /nix/store/xwa1w95sdiz1rmbbd8g39nqwjfhczsny-bindgen-0.56.0 /nix/store/vzwj401v5fqrr357x00xhwggj7wqw423-bollard-stubs-1.41.0 /nix/store/268s37sc8a3v8pjwmmv6ayhq5qp11kni-bytes-utils-0.1.2 /nix/store/0yp0mqwgrfwqicdnkp0395kgn3b0ydig-cached-path-0.5.3 /nix/store/b41f38a0jqwa6x36gaid5c98r4kn1p47-cargo-vendor-dir /nix/store/22nd6zq7zky1ml2iw4jd0lb206a95m7v-cexpr-0.4.0 /nix/store/6wnh0vmkhy3jz934gmgk7wpi2f6i95l3-cidr-utils-0.5.7 /nix/store/nqf0ir0kyjk6nvaxiia7x9vcwj2zvci3-cipher-0.2.5 /nix/store/i3clzn9h6wmdkkrfzv9br107k1p29p3l-clang-sys-1.3.3 /nix/store/fffhdx1l1mmbcnm9dp1sy9dn2crv1w2a-clap-3.2.6 /nix/store/cxirybd2rl7390qc3r4cv11pvzkjj95k-clap_complete-3.2.2 /nix/store/ywqcijbf1v87khd6xbj1d9asiprav2hh-clap_derive-3.2.6 /nix/store/5xc0pmi91vra7yr8zy7yqnrngizqb44g-clap_lex-0.2.2 /nix/store/mnfq69nl7mhcbsbc54jil4g0c4029949-codespan-0.11.1 /nix/store/66vgpq74cgv6aginm59n62nhj1lhcxpm-config-0.10.1 /nix/store/kpddhr5abfkzqn315m3dppmagcwlabah-conquer-once-0.3.2 /nix/store/jbk7bs7js5zrhrs08a7rpvckb9k73s7s-conquer-util-0.3.0 /nix/store/wjj918cyxmlc6f38cx23qarg8fr9vafj-const_fn-0.4.9 /nix/store/jabnhcl8d6fkn54wg2ccxm13b04lg6sb-cookie-0.14.4 /nix/store/78f79szfsyaz4z6zgpmc6080f639a6qv-cpuid-bool-0.2.0 /nix/store/y6c25mgmrnggbg4kcv695w70dpv6hjmk-criterion-0.3.5 /nix/store/7gwshvk1hdzy9pdavh3dflgj6l7hsgjr-criterion-plot-0.4.4 /nix/store/rr55nkc65ia9pmqc4hg15cnldyjfjv02-cron-0.11.0 /nix/store/42bl9cn8835i5gw5aqcjgznkm8smrnc6-crypto-mac-0.10.1 /nix/store/qargvy9ydazp3p10lqp2nbpar8gwdr74-csv-1.1.6 /nix/store/b6i521zi1zz69b15yk22d3ya0l61b0s1-ct-logs-0.8.0 /nix/store/myxhmbl2smvjqzgnhynww4hyi0kmps1y-ctr-0.6.0 /nix/store/lzgr5qck87q714mgs36pil0qmnjsh5x5-curl-0.4.43 /nix/store/7rpxxiny5ssy08vx4qsbqizhnv4l3v5j-curl-sys-0.4.55+curl-7.83.1 /nix/store/yifakzx4yb5yg9zb2dcf029f4zk10adl-dashmap-5.3.4 /nix/store/5h01f37542b6sp1af4c58yrqfvgq3zsw-debug-helper-0.3.13 /nix/store/2fvl0b1690pmh93wnwdz4iphcd7jkyfz-discard-1.0.4 /nix/store/4y7p1zdwksdfavsi2iz5ljm1wvk4v10c-dissect-0.3.0 /nix/store/dlqij3rrv0hqf71sfwkifcfb4pq8wzyx-distance-0.4.0 /nix/store/2fxyva21gpsq0ri5wg2dxvjwxfky8zgg-dtoa-0.4.8 /nix/store/nhzwgdwxhkgpryqkpm66q3ps4p8xihjc-easy-parallel-3.2.0 /nix/store/xl3ryjz1nyhzzpvq9b1nbh0vg1nldkpg-elasticsearch-7.14.0-alpha.1 /nix/store/wahvwxh4vp1ggg8yyx5l2wiiswkyh17d-ena-0.14.0 /nix/store/nmsnjwsbrciblcx9j056b25ngb033lx5-env_logger-0.9.0 /nix/store/2wzynszcp54kbg86rb7iq1rigcwym9az-fastrand-1.7.0 /nix/store/wklph76imm6lwlbn3cc3rn4shijwr96y-file-mode-0.1.2 /nix/store/4d9jva0zs68q05179py3iwvfmrh7af5m-filetime-0.2.16 /nix/store/vnspsnm09vgg22a4shsdb6jkxla5rld0-fixedbitset-0.4.1 /nix/store/vzzwvy74lw32lnccsql2jp12kn8a7s6i-futures-0.3.21 /nix/store/7fzi8cwbx7r9lbbb1migv2i0r6780adk-futures-channel-0.3.21 /nix/store/yj8h137m677dym82n8kxzh384lxc2ajn-futures-core-0.3.21 /nix/store/34lifrqym2k19yir4ic9jay7zcp1pjwv-futures-executor-0.3.21 /nix/store/5fpzshdhqik2g1nc93krjw1ai3vwqisk-futures-io-0.3.21 /nix/store/gaj5yikdn3iqy0xfzmybzlva7pznbfqz-futures-macro-0.3.21 /nix/store/dm6wvljxl9ibh3685hksbsbbjww5z6zv-futures-sink-0.3.21 /nix/store/8h51lgxn76kkh9g3r5zrasxqijd88s12-futures-task-0.3.21 /nix/store/a942z318yxr94v2pjfyfhfjfycikpn7z-futures-util-0.3.21 /nix/store/7aigmvd3mdd47sqx87f0bvbpi67i53q7-gcemeta-0.1.4 /nix/store/j9fn07cvc6wlp2glwkhz1n6cc18qp19j-generic-array-0.14.5 /nix/store/9wdnfinwc0afsw3jby5afy77m1jvdv3c-getrandom-0.2.6 /nix/store/2kn0jzqzmn2w2r7jbaj5jalifda3gx7s-ghash-0.3.1 /nix/store/scplzvazs9iph89799jm6vmxxvnkzvgf-gimli-0.26.1 /nix/store/02d965wj62gf5w5ip1zvm0zflx6i7xll-globwalk-0.8.1 /nix/store/lzff5fs68zmsly1a2chhcw13736q2shn-gloo-timers-0.2.4 /nix/store/w341g9ak74a8ybnxad2dqqw5nrfk5hag-googapis-0.6.0 /nix/store/li9lz380s0lk8rfpmp0kwdgmbwp1q5qz-gouth-0.2.1 /nix/store/p772zv3xlnzijiyz97cr2nqj38gjy2gc-grok-1.2.0 /nix/store/vcik8wkcacwfr00l72rkag8j12w9mzf1-h2-0.3.13 /nix/store/hvi9ql5dy4q151sp0h29n3k8d44dbmka-halfbrown-0.1.15 /nix/store/24zzs55h65m0zm9wg8mw74fmlgvi700m-hashbrown-0.12.1 /nix/store/ihacmc7r5605a0xag0lfc2ablgf9112h-hdrhistogram-7.5.0 /nix/store/8jgh24krwyycg9wrk28sj749hnzrni63-hkdf-0.10.0 /nix/store/kbazb1mvm5s33cyjxjr06p6lbzpi6wac-hmac-0.10.1 /nix/store/a0dm9cwlbq9yarlw9ippa5ny4yr46f0j-http-client-6.5.1 /nix/store/jx931j3631b5pjnaf3b7fqy64x4xavxk-http-client-6.5.2 /nix/store/hda2khff9afbbf9wssqm4hqfj2aqiisx-httparse-1.7.1 /nix/store/sa8hs5rgisax1mbnbxq6d5ikfc8gvn3f-hyper-0.14.19 /nix/store/dm6bddmzly28c3zih48gp3kjmw29m9hh-ignore-0.4.18 /nix/store/as14g69gqigfmgybmlgvws9hrkiw37fq-ipconfig-0.3.0 /nix/store/2irc2bhzrhr0vzs5sm4gq1mw31mygllk-itertools-0.10.3 /nix/store/ivwsvj44bfq6f9qp8jmdgkp7f9m5rf4k-itoa-1.0.2 /nix/store/rpj739aj6jqs23r8r1xkn1m70hxzgsyf-js-sys-0.3.57 /nix/store/fyyg464slxsgw6yw6wap1kdldbwxc1ql-jumphash-0.1.8 /nix/store/wd3ayr4zcd4fz8z5z47yrxc3bri4cg8s-kv-log-macro-1.0.7 /nix/store/dff6n216pnjwdgzyb88v78azbz3lnfi0-lexical-6.1.1 /nix/store/bcjrjcbycikqcgflz0h64vza2ja0ymyy-lexical-core-0.8.5 /nix/store/q7fqhf99d6wqdk5h1x8s8nv9fadpknc8-lexical-parse-float-0.8.5 /nix/store/zabhg64vsyx9y7y9b4ba0ckgwcnmy3f3-lexical-parse-integer-0.8.5 /nix/store/3sj1r5i9jvgm2lh9a1w0ssacpzx84hzk-lexical-util-0.8.5 /nix/store/gl03jwpivsxi0bzbywaysn2ilm4qkw95-lexical-write-float-0.8.5 /nix/store/a1j9lvfl1vzp7i11sr15jzs9hxbfy29a-lexical-write-integer-0.8.5 /nix/store/blk3mjlbf002dfwplgf00wmgl2a3n8lj-libflate-1.2.0 /nix/store/mcmqqghl30s71sy6860kddbam4y6278z-libflate_lz77-1.1.0 /nix/store/wsyq70602vxd19hnvx91vi2y0ycw6qhm-lock_api-0.4.7 /nix/store/8j6qwv001jxxjwidz3hpsg8z1vw0g764-log-mdc-0.1.0 /nix/store/fgqv25c1ac1xsyn2iw1vndqxx432qywd-log4rs-1.1.1 /nix/store/dvcc52n7y350c6yck355h1wlzbcqzv2p-lru-0.7.7 /nix/store/883zw00my0p2kgcmksih6bfma50wgsl5-lz4-1.23.3 /nix/store/45xh7k8j3qv2m1386z5x3iw6qi8868nk-lz4-sys-1.9.3 /nix/store/96nhpa5lyl7bc7p56jaspmi037sh2m8y-lzma-sys-0.1.19 /nix/store/rs7kpgg2jax00mrlszr7pnrw321pkys9-mapr-0.8.0 /nix/store/wr6y7yx8ipcsmbkxwyskdb6shk6w2j7m-matrixmultiply-0.3.2 /nix/store/r3f3i5p0pkg360w1b4j3jn0rmw5dj026-md-5-0.10.1 /nix/store/23vgn11m5b8rrh22mir44ak9qmh6xrk7-miniz_oxide-0.5.3 /nix/store/48cimzlw00by872qpnfkqi1f3qmcpr5m-mio-0.8.3 /nix/store/mlw6vnskdy20bbda087jwgz6g4a7r1if-ndarray-0.15.4 /nix/store/4i1smvg7wnf41z86dn2rr1933bi8sz0w-num-bigint-0.4.3 /nix/store/f0n7fphcidi18klpryp6ym8dn03k7646-num-complex-0.4.1 /nix/store/bwk3s0syd91h4ds54j82fssl8l745qzc-once_cell-1.12.0 /nix/store/fhins8f658fw65frryj88379b7mib2mq-onig-6.3.1 /nix/store/rxvhljj2acbgdc63h32kh0m9g77jvr4b-onig_sys-69.7.1 /nix/store/jrxm8r89fhd136jh54bmap78dv2lfvbp-openssl-0.10.40 /nix/store/8sg8i88alvziqx2il6pmnsiz9fiyk7v0-openssl-sys-0.9.73 /nix/store/az1wg0n6nm25hy8027fmlrl12n4wz2xk-os_str_bytes-6.1.0 /nix/store/vncpqixaq7l374x9sr2qp436n5pjwyh9-output_vt100-0.1.3 /nix/store/p9qh531q0kqvqi0ivq15lmmi27gglfr3-paste-1.0.7 /nix/store/dd4m7fmil122ak72fhq649xx79x7m6dj-petgraph-0.6.2 /nix/store/324p2nm4wgp5bylgbv99nw0rg86k5z7f-pin-project-1.0.10 /nix/store/59y5x21bsbvjxqa83sd34y7nznk8fa7g-pin-project-internal-1.0.10 /nix/store/9wvm2qqb76z8pa1bykhqvwc9ahh5j56x-pin-project-lite-0.1.12 /nix/store/k440vrb98gydmvw1j8j9d81pv0zwzg9b-plotters-0.3.1 /nix/store/33550k3ynhli4m4cnmpq6krgcfjkid1f-plotters-backend-0.3.2 /nix/store/nhigazcw3ak8kw5pszzsmknhl8cv5bwj-plotters-svg-0.3.1 /nix/store/r2xjry31xcbsmh3ysyv7i8gm0694fd8g-polling-2.2.0 /nix/store/5i8g8h0an4y3bcyvk1n6z876z9a4i3mb-polyval-0.4.5 /nix/store/lkghka3zbjzdc6wqwa1bk2npw3icaq92-port_scanner-0.1.5 /nix/store/4lynh8hqj83k2gki79p7sfdbl7vdccf6-pretty_assertions-1.2.1 /nix/store/f8ydd16pxh951vqqdpnifppyf4dra4c9-proc-macro-crate-1.1.3 /nix/store/s9wnr564acpjvx3ldgfl4vpsv33sdpxd-proc-macro2-1.0.39 /nix/store/fzv407xp2vscp5bva2s95b41rgxjz2r9-proptest-1.0.0 /nix/store/1fvafh9dbhdjgfqjb6pqsjksl76w1jdi-prost-0.10.4 /nix/store/ydmfvv2khynvxqyc7vv1dp6wmw66523z-prost-0.9.0 /nix/store/6w1x0xbfiq847zsb6rhayfc7z1d3n804-prost-build-0.9.0 /nix/store/1xmdl1fky92ycf8yzv8g6c4xh354dk1l-prost-derive-0.10.1 /nix/store/bcrdkq0xgz8nl872zg0y19ji5g0lzr9h-prost-derive-0.9.0 /nix/store/2833k2dlsv5hc2dq0pzrl7kwpagjbbsh-prost-types-0.9.0 /nix/store/hi0vpkby2gjh59kfkn5cj1ga29jqpp87-quick-error-2.0.1 /nix/store/98dd1k6yjnz7pjihh9fza1mv1nzdjjbk-quote-1.0.18 /nix/store/qjqgy00j88cxsmrqs9c3gjn2bpazvjvp-qwal-0.1.0 /nix/store/g2mqadlk69dg3wgz2z9fv13f00rimxif-rdkafka-0.28.0 /nix/store/z07a8v60imbm535rz3mzfyc1cqidhas0-rdkafka-sys-4.2.0+1.8.2 /nix/store/5a3gz3b2rq3fjsy9a69rlib7fg85qzjr-redox_syscall-0.2.13 /nix/store/5xwvvfn3rl7f9yw3mg3qyn68iybvxkv5-regex-1.5.6 /nix/store/iv37x8jfj5gqrymjk6sqh6vsdd437ib0-regex-syntax-0.6.26 /nix/store/1lr2zjdwhhqp0w63pc529zz8lrgn0v6d-rle-decode-fast-1.0.3 /nix/store/14imxnc6ynbfkl29sxxc1827nazp8ibs-rmp-0.8.11 /nix/store/pf6zpfyxhsxp6nb5l9f94746a4dvn8lp-rmp-serde-1.1.0 /nix/store/ilrzw4sq4lirhwk08kbmglyb4mgwgjrp-route-recognizer-0.2.0 /nix/store/9rcxx5gmwril68v372whnh3nj5jl8jjh-rust-bert-0.18.0 /nix/store/3jci518mkqs934wvca9wlr61baz8b6s4-rust_tokenizers-7.0.2 /nix/store/9ifmqq4z34a63w0hhb3z71vw453v6ka2-rustls-0.18.1 /nix/store/g514k0x7r39jj24bwli0z5zjq2g74pkh-rustls-native-certs-0.5.0 /nix/store/11wqdkipayf2hwp7fsa55j5bvsqnrvgz-rustls-native-certs-0.6.2 /nix/store/6dwy49mc062niqikw83asgszd0wkmsrn-ryu-1.0.10 /nix/store/12gyx69lrlswrzac4jqq497fnwva5azk-security-framework-2.6.1 /nix/store/i1cnb0826byzb2fsqfrddyp9x5c7fn96-semver-1.0.9 /nix/store/2csvyyw13q1d3fz34z08ag1ax960hhpj-serde-1.0.137 /nix/store/zvzvq27qyvgfpgw5n6l9cl74nfzyj68d-serde_derive-1.0.137 /nix/store/nkhc6a0897arv8apqq9n3a6jvfr6x5p8-serde_json-1.0.81 /nix/store/hjxl2n0kd95k5wx8gyzcqmajxqivr3n3-serde_urlencoded-0.6.1 /nix/store/8zblnr7csi0xv7y078pn9jw8p7zhyiy7-serde_yaml-0.8.24 /nix/store/12jlivdxb831r8ff7fyy1j3my03p3gjv-serenity-0.11.2 /nix/store/449r8im4155ivv70lacvqz65bckfs4kq-serial_test-0.7.0 /nix/store/y50yra361yzvlj92sfc9jsgh3228cf1w-serial_test_derive-0.7.0 /nix/store/savb0hml0jxlq0m1a6ddhm5q5vbr2r47-sha1-0.6.1 /nix/store/34fy872q0nxbj4087mhjywv23280bnd0-sha2-0.10.2 /nix/store/h2hrp7rjgzfgxyyl4x7c58hyhfziig24-shlex-0.1.1 /nix/store/9v1wj2sw85jd21sha3svfphzgk6hv9gx-signal-hook-0.3.14 /nix/store/rh2xs9vahnsviqi6q27sbyq6ag9zhzsh-signal-hook-async-std-0.2.2 /nix/store/am8wwrmxzvh36pqa0pjakqvn6sax3238-simd-json-0.5.0 /nix/store/y63fbxp2xpzb25pm2r39mc1cm0rwxjj5-simd-json-derive-0.3.0 /nix/store/4y4rf8k1z4crsx4v7micc7xyfrnfrcjz-simd-json-derive-int-0.3.0 /nix/store/8dr4ygx1nx7l94gln00r3bss0rq704ir-simple-mutex-1.1.5 /nix/store/vla38nkmai65ylslyy8pgy64vky552a4-sketches-ddsketch-0.1.3 /nix/store/7c1cnjq41yjs6w0n48j34sa69rkgkazl-slab-0.4.6 /nix/store/d1jzflgblng4sbdk4m72dzpx6pkffqzb-sled-0.34.7 /nix/store/bigi90y5svzbjz9vy432z9j1l3vik91l-smallvec-1.8.0 /nix/store/gqy1jjddg0cgnya3v84xp14g528fv4f8-smol-1.2.5 /nix/store/krngykrilpcqs3rlzy2s34ihpz004a57-snap-1.0.5 /nix/store/20f1c90193yzkz6xcnz5j5savf47yrlh-snmalloc-rs-0.3.3 /nix/store/dka26n9dc0dngabfqrykk0cgny296gv0-snmalloc-sys-0.3.3 /nix/store/0wbzl5kk52hsgvlriiqn8vaxdyb7wp2x-socket2-0.4.4 /nix/store/gafniwgjly6rb4nwikgbq85f2s5h95n6-standback-0.2.17 /nix/store/hjbzhz0c3xxs7zrwjv4qv6r5zbffcm0d-stdweb-0.4.20 /nix/store/pgsani13v6nhfpwvzjq3khq3051s3rqz-stdweb-derive-0.5.3 /nix/store/6idbjg9wdc1iqsf0f0q0837rayp316p0-stdweb-internal-macros-0.2.9 /nix/store/vkljz16a4cy9v5fx1wf5ylxfvdazqla7-stdweb-internal-runtime-0.1.5 /nix/store/bnavrsakyandqvngxj3nggq7qfnwy1yz-strip-ansi-escapes-0.1.1 /nix/store/isfinvis90vr0rnwpal2r1n136dwi4qf-surf-2.3.2 /nix/store/nwvmnx11cqszy2qb6ycd5j7mij06cmym-sval-1.0.0-alpha.5 /nix/store/zsmvhamw5l4kph7r1bkjy7d9bisy0j56-syn-1.0.96 /nix/store/b1v2vcjcxj6wx5cy50285dk196lma4pi-syslog_loose-0.17.0 /nix/store/sxgg0lg1ac8g0s6y2214y7qdbb1rzviq-tch-0.7.2 /nix/store/25aw04yzmaj33kng5ycm1q2sjkhp6ff6-test-case-2.1.0 /nix/store/dld7fpfzvpbnr2g4mm2mjb4dpnqpw07v-test-case-macros-2.1.0 /nix/store/9dnxdnklc9iaak4m380l2dz278pjzc2n-testcontainers-0.14.0 /nix/store/4w2ay7vh70pgi2z1347p226g34pkrw2r-thiserror-1.0.31 /nix/store/xmfi0dx8jjwvlwkfi6zb7jb4707bk527-thiserror-impl-1.0.31 /nix/store/h189cfxjscmzvdqxfiabf5b7k3587b13-thread-id-4.0.0 /nix/store/mdrjngdfbi13fd118mczp5bhp43rwviq-tide-0.16.0 /nix/store/rlg3872ihxp6jxdaby0glwsizdxv2c62-tide-rustls-0.3.0 /nix/store/42kb2vm4q1d1qgkhp8lkz8zjhb74sdv3-time-0.1.43 /nix/store/c78z5y0sb0h59al67c1nh0lkam9mr3rd-time-0.2.27 /nix/store/hpn0ylp1wjvlqpw06x5a54qp673a00dk-time-macros-0.1.1 /nix/store/hhxp1qmsrndp2s68iga5b3zzaz7hyg9n-tokio-0.3.7 /nix/store/8r9mxrzp9ama29h9qxps9d7i0v5mlm5x-tokio-1.18.2 /nix/store/hz5xa8kfhply7yvq6bsp668rr9lkgvgz-tokio-macros-1.7.0 /nix/store/agmsavm8x7y2llmr3xhkalrw5ndx39gf-tokio-stream-0.1.8 /nix/store/jg183d2nn564zcawvdv7zxi3sbzj6h2x-tokio-util-0.7.2 /nix/store/mff2p267a7jmvpb5sc03i8d51h261cm5-tonic-0.6.2 /nix/store/yja5n5ljdgga2wchj36sy5f60bc01jyp-tonic-build-0.6.2 /nix/store/4dqs10fcaqn76b1ly9i541zwjh074rbq-torch-sys-0.7.2 /nix/store/y7y7927b5v096sgk5s11kgy3ksrkikna-tower-0.4.12 /nix/store/qk1nw56ja7h5vbvick7j3nw7x28avv3d-tower-layer-0.3.1 /nix/store/km396z2yrxb98img86xhbgi83zv4i0as-tracing-0.1.34 /nix/store/r1j7zx02rmzqh054zfixpxcarxa5s8b9-tracing-attributes-0.1.21 /nix/store/3zig14qfxisq4np4a6664rknac4gds4c-tracing-core-0.1.26 /nix/store/4xjgm3aj76klp4shs9v15nyjmi4lnway-traitobject-0.1.0 /nix/store/rlgwwlni616nfivd5xj9gbjm9ji10471-tremor-kv-0.3.0 /nix/store/mqbdjph8jhfwd7csh3wrvd8ksv1f0jzc-tremor-otelapis-0.2.4 /nix/store/rm2najzhxlpcd7amnmz64c11qk116cvv-tungstenite-0.17.2 /nix/store/jyidlns8pndpva3bapr1a3k4nx0nx8ar-typemap-0.3.3 /nix/store/n6y9sjsb9yjpsnniiddnh04lqs1almhl-typemap_rev-0.1.5 /nix/store/98sbw06xq6xs74yipvxb5ka3vs356wws-unicode-ident-1.0.0 /nix/store/ls48nvmvjvyk3fagafbd9h1a7vbn90hc-unicode-normalization-alignments-0.1.12 /nix/store/k9zlnzyyxpkzzccls0vq9dlj43zx3jii-unsafe-any-0.4.2 /nix/store/09dif1vvaf6lsj7gnvcy6181783r4agq-urlencoding-2.1.0 /nix/store/nq08bb3sy5fgwymps0s69riy49p0xzh0-uuid-1.1.2 /nix/store/hs16wwpc3g0id1a93dicipbhsawlj9l3-value-bag-1.0.0-alpha.9 /nix/store/g6skkvbss2jpr0646ajmx2b6hrplbsg6-value-trait-0.2.12 /nix/store/712j7snsy1k3xmr5kvpvbx6p3z9d73wh-vte-0.10.1 /nix/store/z5ylwxpkdqinvvfq00dzcq4412majb4g-wasm-bindgen-0.2.80 /nix/store/1k3jf0nh11071ylan0qj0gn250wmri3a-wasm-bindgen-backend-0.2.80 /nix/store/0qmq167bd758zfl2wl8x3w2jcjha81if-wasm-bindgen-futures-0.4.30 /nix/store/99hgkvkff0kch7hsv981axwy558fwkkk-wasm-bindgen-macro-0.2.80 /nix/store/7icxij0vymdh6byxi2i2v18k88dd9p1m-wasm-bindgen-macro-support-0.2.80 /nix/store/6h134x34c52jwrva77s3vm9xslbs93fx-wasm-bindgen-shared-0.2.80 /nix/store/6a84mj6z7pf88sni39mffbn3g1mqk61n-webpki-roots-0.19.0 /nix/store/rvmpsrvrf9fprnnncq03b0dwd2qpq874-webpki-roots-0.20.0 /nix/store/2mz7k5a0vlmwdmrn4d9ka2594pqs1k8a-webpki-roots-0.22.3 /nix/store/22jwjnai1i5w91f02cdifchb8m3g8n75-wepoll-ffi-0.1.2 /nix/store/8i8pgqsc18cmn7c04mfhhdh44w108swk-which-3.1.1 /nix/store/iy0jhh0g74i1ahqpiz40042a1vylv838-which-4.2.5 /nix/store/gh2yldi1k6c04i3lg4r9hl0ld597r0y0-widestring-0.5.1 /nix/store/vwf2zxxwiyzbdsv6x8d9rkkgzy26vkpr-wildmatch-1.1.0 /nix/store/3hsd2ablj4lyj6f3y1dqy7wb5cpcj290-window-0.1.1 /nix/store/wfqg5fb7n8hq4a2grbm1ri7gvvjv026x-xmlparser-0.13.3 /nix/store/hgplfm1p0y0rqpim3al31rfhdcfgbagw-xz2-0.1.7 /nix/store/hx7cwnvvggav7a238qgz80ncayg0ikgf-zeroize-1.5.5 /nix/store/f5y43fqylvxb1kndcl5b4xzh7ygb2mrh-zip-extensions-0.6.1 copying path '/nix/store/ccqmrhc2zcrcjpk866slc19gwgsg48sf-aes-0.6.0' from 'https://cache.nixos.org'... copying path '/nix/store/wn6zd0pmxavlnxa7l40bbhsy9dkig1ss-aead-0.3.2' from 'https://cache.nixos.org'... copying path '/nix/store/aylkz48hc6f3sn4rw3mzmmizkvqj63jq-aes-gcm-0.8.0' from 'https://cache.nixos.org'... copying path '/nix/store/s4b2kf2k0c63qj8bd1l6jw65qnr8kx64-aes-soft-0.6.4' from 'https://cache.nixos.org'... copying path '/nix/store/wzrrcq02imv393q31krzn4w79nxc0l72-aesni-0.10.0' from 'https://cache.nixos.org'... copying path '/nix/store/47ks1mmx2a5bi7qinbv4v0ddxk11izp4-anyhow-1.0.58' from 'https://cache.nixos.org'... copying path '/nix/store/4q5r1yhdw0h0lr1rq3wrz0lb0x2qja4x-async-attributes-1.1.2' from 'https://cache.nixos.org'... copying path '/nix/store/25j9vgc5wf670i7xdlnai1rc8jbf858y-async-broadcast-0.4.0' from 'https://cache.nixos.org'... copying path '/nix/store/hskak3a8k39977iyrw2f5lqa47qxf134-async-compat-0.2.1' from 'https://cache.nixos.org'... copying path '/nix/store/43mg4b46glf2zdkx9ci8khhpfc4v3aq9-async-compression-0.3.14' from 'https://cache.nixos.org'... copying path '/nix/store/5m5y740f2lf04w102xbbwxrz8pdy2j6c-async-dup-1.2.2' from 'https://cache.nixos.org'... copying path '/nix/store/jphdzlvh5v9h0mhyxdj3drgll4lds82r-async-fs-1.5.0' from 'https://cache.nixos.org'... copying path '/nix/store/8x2y95lvfi2ig7injb6l9bbphwmjgkxb-async-executor-1.4.1' from 'https://cache.nixos.org'... copying path '/nix/store/752jnikzjvhby9h75vsvpsq8p8zksbk7-async-global-executor-2.1.0' from 'https://cache.nixos.org'... copying path '/nix/store/hiv63fvadllz33qf3w52x9asycijn8ir-async-h1-2.3.3' from 'https://cache.nixos.org'... copying path '/nix/store/dm1b5h2y2fiq9m4rajk1rc20ncmicj00-async-io-1.7.0' from 'https://cache.nixos.org'... building '/nix/store/l60xbyrjchmdijkkv9d2hrsxl7j0czmk-source.drv'... copying path '/nix/store/fl7691vcp5ra53bkfq28psn8yfl75558-async-native-tls-0.3.3' from 'https://cache.nixos.org'... copying path '/nix/store/kpsygpx2d1vz45fy6m011p4jgddcrqqb-async-net-1.6.1' from 'https://cache.nixos.org'... copying path '/nix/store/1j327xhak7vrbb9z4qfhxy167m5n9s8a-async-rustls-0.2.0' from 'https://cache.nixos.org'... copying path '/nix/store/vgglqqdvz7yq326qljr3cqs39knq2dss-async-sse-4.1.0' from 'https://cache.nixos.org'... copying path '/nix/store/fb3qy36c11831p2k4pkpnakzvp9c4qy3-async-std-1.12.0' from 'https://cache.nixos.org'... copying path '/nix/store/mcigdshigln9wsccspl0swad9f0xwckv-async-std-resolver-0.21.2' from 'https://cache.nixos.org'... copying path '/nix/store/qsab426k0sygyqs6b0ghp4z6vdpsk6jl-async-tls-0.10.0' from 'https://cache.nixos.org'... copying path '/nix/store/4iskynmfhgmmki5sdd556fv9kjkf13sn-async-tls-0.11.0' from 'https://cache.nixos.org'... copying path '/nix/store/y32v6db88bxwy3vjfx56d4ng873c8xzv-async-trait-0.1.56' from 'https://cache.nixos.org'... copying path '/nix/store/qz2z4g3ixh00dhgr3fb93y2jgh1h53ja-async-tungstenite-0.17.2' from 'https://cache.nixos.org'... copying path '/nix/store/6bwzbkbb21q8ah701xvkpb11lqn8ywgg-attohttpc-0.15.0' from 'https://cache.nixos.org'... copying path '/nix/store/nanw39fxy56lqa2kfl5h5sv3gwvmx3jx-attohttpc-0.17.0' from 'https://cache.nixos.org'... copying path '/nix/store/akx5wx3dkdbivwndp42apw5m87n60ik0-aws-config-0.14.0' from 'https://cache.nixos.org'... copying path '/nix/store/m47qs1ja9ir7820m990v363zg22z6738-aws-endpoint-0.14.0' from 'https://cache.nixos.org'... copying path '/nix/store/5ch79k84znz94q6h8pzzlvrnkpfgzkj3-aws-http-0.14.0' from 'https://cache.nixos.org'... copying path '/nix/store/173vzknl0q8bg3qj6wa571nfl19sn7n7-aws-sdk-s3-0.14.0' from 'https://cache.nixos.org'... copying path '/nix/store/mxsj51cdhfj0gzwfcw47q6zyab8wdc0i-aws-sdk-sso-0.14.0' from 'https://cache.nixos.org'... copying path '/nix/store/ihj7kmi2szb3zykd88cx6vxb8ibxg58m-aws-sdk-sts-0.14.0' from 'https://cache.nixos.org'... copying path '/nix/store/a5f6b2qdavz4i9h2ybmbpcjmr7ymlndk-aws-sig-auth-0.14.0' from 'https://cache.nixos.org'... copying path '/nix/store/zsgkbwfgmnii2sx0rnav8nihh92nra9c-aws-sigv4-0.14.0' from 'https://cache.nixos.org'... copying path '/nix/store/ycqp48qk3m2q5avjrqlr7hdznqjjz28p-aws-smithy-async-0.44.0' from 'https://cache.nixos.org'... copying path '/nix/store/3hw7f1qyg2f0jp5nblich5mh1f08yc5b-aws-smithy-client-0.44.0' from 'https://cache.nixos.org'... copying path '/nix/store/9vvpl51nhjcqm9z3vy9ks4pggwsc8waq-aws-smithy-eventstream-0.44.0' from 'https://cache.nixos.org'... copying path '/nix/store/lvil87pm3rv94p2fbw3h4zpamz74ndw8-aws-smithy-http-0.44.0' from 'https://cache.nixos.org'... copying path '/nix/store/cxzpsfy5n5sxja5dcpzwcyazsi64r9m1-aws-smithy-http-tower-0.44.0' from 'https://cache.nixos.org'... copying path '/nix/store/n79pzcqv47zmz1cz471qs9xbacrcrk1l-aws-smithy-json-0.44.0' from 'https://cache.nixos.org'... copying path '/nix/store/jjgdm53ari2gayw13xx2yz3r0bl60xyd-aws-smithy-query-0.44.0' from 'https://cache.nixos.org'... copying path '/nix/store/53ndy4pb9jmgrsim5yj9fvb7y447bdga-aws-smithy-types-0.44.0' from 'https://cache.nixos.org'... copying path '/nix/store/1fjarzmi95afqdidp76qk3j5gxx1a6z4-aws-smithy-xml-0.44.0' from 'https://cache.nixos.org'... copying path '/nix/store/nds7d9b5y3fmvblmbcq3f537m4vgdpim-aws-types-0.14.0' from 'https://cache.nixos.org'... copying path '/nix/store/ndmfads3z6777vdwlvyl5f1lks5vny98-backtrace-0.3.65' from 'https://cache.nixos.org'... copying path '/nix/store/f1bgl3l56nb58zfsspfm0gh41gaxp8sz-base64-0.11.0' from 'https://cache.nixos.org'... copying path '/nix/store/5azc96cz9zcskg2cwrh0wwry57cc8y06-bimap-0.6.2' from 'https://cache.nixos.org'... copying path '/nix/store/xwa1w95sdiz1rmbbd8g39nqwjfhczsny-bindgen-0.56.0' from 'https://cache.nixos.org'... copying path '/nix/store/vzwj401v5fqrr357x00xhwggj7wqw423-bollard-stubs-1.41.0' from 'https://cache.nixos.org'... copying path '/nix/store/268s37sc8a3v8pjwmmv6ayhq5qp11kni-bytes-utils-0.1.2' from 'https://cache.nixos.org'... copying path '/nix/store/0yp0mqwgrfwqicdnkp0395kgn3b0ydig-cached-path-0.5.3' from 'https://cache.nixos.org'... copying path '/nix/store/22nd6zq7zky1ml2iw4jd0lb206a95m7v-cexpr-0.4.0' from 'https://cache.nixos.org'... copying path '/nix/store/6wnh0vmkhy3jz934gmgk7wpi2f6i95l3-cidr-utils-0.5.7' from 'https://cache.nixos.org'... copying path '/nix/store/nqf0ir0kyjk6nvaxiia7x9vcwj2zvci3-cipher-0.2.5' from 'https://cache.nixos.org'... copying path '/nix/store/i3clzn9h6wmdkkrfzv9br107k1p29p3l-clang-sys-1.3.3' from 'https://cache.nixos.org'... copying path '/nix/store/fffhdx1l1mmbcnm9dp1sy9dn2crv1w2a-clap-3.2.6' from 'https://cache.nixos.org'... copying path '/nix/store/cxirybd2rl7390qc3r4cv11pvzkjj95k-clap_complete-3.2.2' from 'https://cache.nixos.org'... copying path '/nix/store/ywqcijbf1v87khd6xbj1d9asiprav2hh-clap_derive-3.2.6' from 'https://cache.nixos.org'... copying path '/nix/store/5xc0pmi91vra7yr8zy7yqnrngizqb44g-clap_lex-0.2.2' from 'https://cache.nixos.org'... copying path '/nix/store/mnfq69nl7mhcbsbc54jil4g0c4029949-codespan-0.11.1' from 'https://cache.nixos.org'... copying path '/nix/store/66vgpq74cgv6aginm59n62nhj1lhcxpm-config-0.10.1' from 'https://cache.nixos.org'... copying path '/nix/store/kpddhr5abfkzqn315m3dppmagcwlabah-conquer-once-0.3.2' from 'https://cache.nixos.org'... copying path '/nix/store/jbk7bs7js5zrhrs08a7rpvckb9k73s7s-conquer-util-0.3.0' from 'https://cache.nixos.org'... trying https://github.com/tremor-rs/tremor-runtime/archive/v1.2.1.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed copying path '/nix/store/wjj918cyxmlc6f38cx23qarg8fr9vafj-const_fn-0.4.9' from 'https://cache.nixos.org'... copying path '/nix/store/jabnhcl8d6fkn54wg2ccxm13b04lg6sb-cookie-0.14.4' from 'https://cache.nixos.org'... 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 copying path '/nix/store/78f79szfsyaz4z6zgpmc6080f639a6qv-cpuid-bool-0.2.0' from 'https://cache.nixos.org'... copying path '/nix/store/y6c25mgmrnggbg4kcv695w70dpv6hjmk-criterion-0.3.5' from 'https://cache.nixos.org'... copying path '/nix/store/7gwshvk1hdzy9pdavh3dflgj6l7hsgjr-criterion-plot-0.4.4' from 'https://cache.nixos.org'... copying path '/nix/store/rr55nkc65ia9pmqc4hg15cnldyjfjv02-cron-0.11.0' from 'https://cache.nixos.org'... copying path '/nix/store/42bl9cn8835i5gw5aqcjgznkm8smrnc6-crypto-mac-0.10.1' from 'https://cache.nixos.org'... copying path '/nix/store/qargvy9ydazp3p10lqp2nbpar8gwdr74-csv-1.1.6' from 'https://cache.nixos.org'... copying path '/nix/store/b6i521zi1zz69b15yk22d3ya0l61b0s1-ct-logs-0.8.0' from 'https://cache.nixos.org'... copying path '/nix/store/myxhmbl2smvjqzgnhynww4hyi0kmps1y-ctr-0.6.0' from 'https://cache.nixos.org'... copying path '/nix/store/lzgr5qck87q714mgs36pil0qmnjsh5x5-curl-0.4.43' from 'https://cache.nixos.org'... copying path '/nix/store/7rpxxiny5ssy08vx4qsbqizhnv4l3v5j-curl-sys-0.4.55+curl-7.83.1' from 'https://cache.nixos.org'... copying path '/nix/store/yifakzx4yb5yg9zb2dcf029f4zk10adl-dashmap-5.3.4' from 'https://cache.nixos.org'... copying path '/nix/store/5h01f37542b6sp1af4c58yrqfvgq3zsw-debug-helper-0.3.13' from 'https://cache.nixos.org'... copying path '/nix/store/2fvl0b1690pmh93wnwdz4iphcd7jkyfz-discard-1.0.4' from 'https://cache.nixos.org'... copying path '/nix/store/4y7p1zdwksdfavsi2iz5ljm1wvk4v10c-dissect-0.3.0' from 'https://cache.nixos.org'... copying path '/nix/store/dlqij3rrv0hqf71sfwkifcfb4pq8wzyx-distance-0.4.0' from 'https://cache.nixos.org'... copying path '/nix/store/2fxyva21gpsq0ri5wg2dxvjwxfky8zgg-dtoa-0.4.8' from 'https://cache.nixos.org'... copying path '/nix/store/nhzwgdwxhkgpryqkpm66q3ps4p8xihjc-easy-parallel-3.2.0' from 'https://cache.nixos.org'... copying path '/nix/store/xl3ryjz1nyhzzpvq9b1nbh0vg1nldkpg-elasticsearch-7.14.0-alpha.1' from 'https://cache.nixos.org'... copying path '/nix/store/wahvwxh4vp1ggg8yyx5l2wiiswkyh17d-ena-0.14.0' from 'https://cache.nixos.org'... copying path '/nix/store/nmsnjwsbrciblcx9j056b25ngb033lx5-env_logger-0.9.0' from 'https://cache.nixos.org'... copying path '/nix/store/2wzynszcp54kbg86rb7iq1rigcwym9az-fastrand-1.7.0' from 'https://cache.nixos.org'... copying path '/nix/store/wklph76imm6lwlbn3cc3rn4shijwr96y-file-mode-0.1.2' from 'https://cache.nixos.org'... copying path '/nix/store/4d9jva0zs68q05179py3iwvfmrh7af5m-filetime-0.2.16' from 'https://cache.nixos.org'... copying path '/nix/store/vnspsnm09vgg22a4shsdb6jkxla5rld0-fixedbitset-0.4.1' from 'https://cache.nixos.org'... copying path '/nix/store/vzzwvy74lw32lnccsql2jp12kn8a7s6i-futures-0.3.21' from 'https://cache.nixos.org'... copying path '/nix/store/7fzi8cwbx7r9lbbb1migv2i0r6780adk-futures-channel-0.3.21' from 'https://cache.nixos.org'... 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/l60xbyrjchmdijkkv9d2hrsxl7j0czmk-source.drv' failed with exit code 1; last 8 log lines: > > trying https://github.com/tremor-rs/tremor-runtime/archive/v1.2.1.tar.gz > % Total % Received % Xferd Average Speed Time Time Time Current > Dload Upload Total Spent Left Speed > 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 > 0 14 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 > curl: (22) The requested URL returned error: 404 > error: cannot download source from any mirror For full logs, run 'nix log /nix/store/l60xbyrjchmdijkkv9d2hrsxl7j0czmk-source.drv'. error: 1 dependencies of derivation '/nix/store/ymkfqf5ky7k5mwdfpjxmdkzs9d28rnf1-tremor-1.2.1.drv' failed to build [result] Failed to update tremor-rs 0.12.4 -> 1.2.1 https://repology.org/project/tremor/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath haskellPackages.brick-panes, using log file: /var/log/nixpkgs-update/haskellPackages.brick-panes/2024-03-10.log haskellPackages.brick-panes 1.0.0.4 -> 1.0.1.0 https://repology.org/project/haskell:brick-panes/versions attrpath: haskellPackages.brick-panes Checking auto update branch... No auto update branch exists Derivation file says not to edit it [result] Failed to update haskellPackages.brick-panes 1.0.0.4 -> 1.0.1.0 https://repology.org/project/haskell:brick-panes/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath cloudhunter, using log file: /var/log/nixpkgs-update/cloudhunter/2024-03-10.log cloudhunter 0 -> 1 attrpath: cloudhunter 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/pzhiq4ac55sa7kclmm53nd06cskbb37m-packages.json.drv building '/nix/store/pzhiq4ac55sa7kclmm53nd06cskbb37m-packages.json.drv'... Going to be running update for following packages: - cloudhunter-0.7.1 Press Enter key to continue... Running update for: - cloudhunter-0.7.1: UPDATING ... - cloudhunter-0.7.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update cloudhunter 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath xemu, using log file: /var/log/nixpkgs-update/xemu/2024-03-10.log xemu 0.7.118 -> 0.7.119 https://repology.org/project/xemu/versions attrpath: xemu 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/emulators/xemu/default.nix b/pkgs/applications/emulators/xemu/default.nix index 3fc8adde9b67..43fbd7e5f73b 100644 --- a/pkgs/applications/emulators/xemu/default.nix +++ b/pkgs/applications/emulators/xemu/default.nix @@ -28,13 +28,13 @@ stdenv.mkDerivation (finalAttrs: { pname = "xemu"; - version = "0.7.118"; + version = "0.7.119"; src = fetchFromGitHub { owner = "xemu-project"; repo = "xemu"; rev = "v${finalAttrs.version}"; - hash = "sha256-IGzPxwNxuqMsZhQ63VUyDzPSBpAgc0U0oUjM/blEd7g="; + hash = "sha256-5gH1pQqy45vmgeW61peEi6+ZXpPgyQMUg3dh37oqR6s="; fetchSubmodules = true; }; [outpaths] eval start [outpaths] eval end Successfully finished processing cachix "/nix/store/lbrx3fya23b2wd3mxbj9206vni8dxq74-xemu-0.7.119" [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:
  • xemu
  • xemu.debug
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/xemu/versions. meta.description for xemu is: Original Xbox emulator meta.homepage for xemu is: https://xemu.app/ meta.changelog for xemu is: https://github.com/xemu-project/xemu/releases/tag/v0.7.119 ###### 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.7.119 with grep in /nix/store/lbrx3fya23b2wd3mxbj9206vni8dxq74-xemu-0.7.119 - found 0.7.119 in filename of file in /nix/store/lbrx3fya23b2wd3mxbj9206vni8dxq74-xemu-0.7.119 ---
Rebuild report (if merged into master) (click to expand) ``` 1 total rebuild path(s) 1 package rebuild(s) First fifty rebuilds by attrpath xemu ```
Instructions to test this update (click to expand) --- Either **download from Cachix**: ``` nix-store -r /nix/store/lbrx3fya23b2wd3mxbj9206vni8dxq74-xemu-0.7.119 \ --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 xemu https://github.com/r-ryantm/nixpkgs/archive/a3ee6ee2e649bee3ce7381829e509537ab3f541c.tar.gz ``` Or: ``` nix build github:r-ryantm/nixpkgs/a3ee6ee2e649bee3ce7381829e509537ab3f541c#xemu ``` After you've downloaded or built it, look at the files and if there are any, run the binaries: ``` ls -la /nix/store/lbrx3fya23b2wd3mxbj9206vni8dxq74-xemu-0.7.119 ls -la /nix/store/lbrx3fya23b2wd3mxbj9206vni8dxq74-xemu-0.7.119/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:
  • xemu
  • xemu.debug
--- ###### Maintainer pings cc @AndersonTorres @GenericNerdyUsername 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/294714 [result] Success updating xemu 0.7.118 -> 0.7.119 https://repology.org/project/xemu/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.vMF, using log file: /var/log/nixpkgs-update/rPackages.vMF/2024-03-10.log rPackages.vMF 0.0.2 -> 0.0.3 https://repology.org/project/r:vmf/versions attrpath: rPackages.vMF 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.vMF 0.0.2 -> 0.0.3 https://repology.org/project/r:vmf/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath libclang, using log file: /var/log/nixpkgs-update/libclang/2024-03-10.log libclang 17.0.6 -> 18.1.1 https://repology.org/project/llvm/versions attrpath: libclang 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 , monorepoSrc, runCommand , substituteAll, cmake, ninja, libxml2, libllvm, version, python3 , buildLlvmTools , fixDarwinDylibNames , enableManpages ? false }: let self = stdenv.mkDerivation (finalAttrs: rec { pname = "clang"; inherit version; src = runCommand "${pname}-src-${version}" {} '' mkdir -p "$out" cp -r ${monorepoSrc}/cmake "$out" cp -r ${monorepoSrc}/${pname} "$out" cp -r ${monorepoSrc}/clang-tools-extra "$out" ''; sourceRoot = "${src.name}/${pname}"; nativeBuildInputs = [ cmake ninja python3 ] ++ lib.optional enableManpages python3.pkgs.sphinx ++ lib.optional stdenv.hostPlatform.isDarwin fixDarwinDylibNames; buildInputs = [ libxml2 libllvm ]; cmakeFlags = [ "-DCLANG_INSTALL_PACKAGE_DIR=${placeholder "dev"}/lib/cmake/clang" "-DCLANGD_BUILD_XPC=OFF" "-DLLVM_ENABLE_RTTI=ON" "-DLLVM_INCLUDE_TESTS=OFF" ] ++ lib.optionals enableManpages [ "-DCLANG_INCLUDE_DOCS=ON" "-DLLVM_ENABLE_SPHINX=ON" "-DSPHINX_OUTPUT_MAN=ON" "-DSPHINX_OUTPUT_HTML=OFF" "-DSPHINX_WARNINGS_AS_ERRORS=OFF" ] ++ lib.optionals (!stdenv.buildPlatform.canExecute stdenv.hostPlatform) [ "-DLLVM_TABLEGEN_EXE=${buildLlvmTools.llvm}/bin/llvm-tblgen" "-DCLANG_TABLEGEN=${buildLlvmTools.libclang.dev}/bin/clang-tblgen" # Added in LLVM15: # `clang-tidy-confusable-chars-gen`: https://github.com/llvm/llvm-project/commit/c3574ef739fbfcc59d405985a3a4fa6f4619ecdb # `clang-pseudo-gen`: https://github.com/llvm/llvm-project/commit/cd2292ef824591cc34cc299910a3098545c840c7 "-DCLANG_TIDY_CONFUSABLE_CHARS_GEN=${buildLlvmTools.libclang.dev}/bin/clang-tidy-confusable-chars-gen" "-DCLANG_PSEUDO_GEN=${buildLlvmTools.libclang.dev}/bin/clang-pseudo-gen" ]; patches = [ ./purity.patch # https://reviews.llvm.org/D51899 ./gnu-install-dirs.patch ../../common/clang/add-nostdlibinc-flag.patch (substituteAll { src = ../../common/clang/clang-at-least-16-LLVMgold-path.patch; libllvmLibdir = "${libllvm.lib}/lib"; }) ]; postPatch = '' (cd tools && ln -s ../../clang-tools-extra extra) '' + lib.optionalString stdenv.hostPlatform.isMusl '' sed -i -e 's/lgcc_s/lgcc_eh/' lib/Driver/ToolChains/*.cpp ''; outputs = [ "out" "lib" "dev" "python" ]; postInstall = '' ln -sv $out/bin/clang $out/bin/cpp mkdir -p $lib/lib/clang mv $lib/lib/17 $lib/lib/clang/17 # Move libclang to 'lib' output moveToOutput "lib/libclang.*" "$lib" moveToOutput "lib/libclang-cpp.*" "$lib" substituteInPlace $dev/lib/cmake/clang/ClangTargets-release.cmake \ --replace "\''${_IMPORT_PREFIX}/lib/libclang." "$lib/lib/libclang." \ --replace "\''${_IMPORT_PREFIX}/lib/libclang-cpp." "$lib/lib/libclang-cpp." mkdir -p $python/bin $python/share/clang/ mv $out/bin/{git-clang-format,scan-view} $python/bin if [ -e $out/bin/set-xcode-analyzer ]; then mv $out/bin/set-xcode-analyzer $python/bin fi mv $out/share/clang/*.py $python/share/clang rm $out/bin/c-index-test patchShebangs $python/bin mkdir -p $dev/bin cp bin/{clang-tblgen,clang-tidy-confusable-chars-gen,clang-pseudo-gen} $dev/bin ''; passthru = { inherit libllvm; isClang = true; hardeningUnsupportedFlags = [ "fortify3" ]; hardeningUnsupportedFlagsByTargetPlatform = targetPlatform: lib.optional (!(targetPlatform.isx86_64 || targetPlatform.isAarch64)) "zerocallusedregs" ++ (finalAttrs.passthru.hardeningUnsupportedFlags or []); }; meta = llvm_meta // { homepage = "https://clang.llvm.org/"; description = "A C language family frontend for LLVM"; longDescription = '' The Clang project provides a language front-end and tooling infrastructure for languages in the C language family (C, C++, Objective C/C++, OpenCL, CUDA, and RenderScript) for the LLVM project. It aims to deliver amazingly fast compiles, extremely useful error and warning messages and to provide a platform for building great source level tools. The Clang Static Analyzer and clang-tidy are tools that automatically find bugs in your code, and are great examples of the sort of tools that can be built using the Clang frontend as a library to parse C/C++ code. ''; mainProgram = "clang"; }; } // lib.optionalAttrs enableManpages { pname = "clang-manpages"; ninjaFlags = [ "docs-clang-man" ]; installPhase = '' mkdir -p $out/share/man/man1 # Manually install clang manpage cp docs/man/*.1 $out/share/man/man1/ ''; outputs = [ "out" ]; doCheck = false; meta = llvm_meta // { description = "man page for Clang ${version}"; }; }); in self [result] Failed to update libclang 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 libguestfs-with-appliance, using log file: /var/log/nixpkgs-update/libguestfs-with-appliance/2024-03-10.log libguestfs-with-appliance 1.50.1 -> 1.52.0 https://repology.org/project/libguestfs/versions attrpath: libguestfs-with-appliance 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/libguestfs/default.nix b/pkgs/development/libraries/libguestfs/default.nix index 0b2b4278a65a..f67b7dc74e16 100644 --- a/pkgs/development/libraries/libguestfs/default.nix +++ b/pkgs/development/libraries/libguestfs/default.nix @@ -45,11 +45,11 @@ assert appliance == null || lib.isDerivation appliance; stdenv.mkDerivation rec { pname = "libguestfs"; - version = "1.50.1"; + version = "1.52.0"; src = fetchurl { url = "https://libguestfs.org/download/${lib.versions.majorMinor version}-stable/${pname}-${version}.tar.gz"; - sha256 = "sha256-Xmhx6I+C5SHjHUQt5qELZJcCN8t5VumdEXsSO1hWWm8="; + sha256 = "sha256-L42bjrAyuYDOnEro6of0HV2QVse/ogwwqgos2GrfcNw="; }; strictDeps = true; [outpaths] eval start [outpaths] eval end Received ExitFailure 1 when running Raw command: /nix/store/1gfp7hiwzpv9aglk2yfa9m49jc0n7pa5-nix-2.18.1/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A libguestfs-with-appliance nix build failed. checking 32-bit host C ABI... no checking for ELF binary format... yes checking for the common suffixes of directories in the library search path... lib,lib,lib64 checking for CFPreferencesCopyAppValue... no checking for CFLocaleCopyPreferredLanguages... no checking for GNU gettext in libc... yes checking whether to use NLS... yes checking where the gettext function comes from... libc checking if the user specified a default backend... direct checking for dlopen in -ldl... yes checking for dlfcn.h... (cached) yes checking for libtirpc... yes checking for xdr_uint64_t... yes checking for rpcgen... no checking selinux/selinux.h usability... no checking selinux/selinux.h presence... no checking for selinux/selinux.h... no checking for setexeccon in -lselinux... no checking for libpcre2-8... yes checking for libzstd... no configure: error: Package requirements (libzstd) were not met: No package 'libzstd' found Consider adjusting the PKG_CONFIG_PATH environment variable if you installed software in a non-standard prefix. Alternatively, you may set the environment variables LIBZSTD_CFLAGS and LIBZSTD_LIBS to avoid the need to call pkg-config. See the pkg-config man page for more details. [result] Failed to update libguestfs-with-appliance 1.50.1 -> 1.52.0 https://repology.org/project/libguestfs/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath elixir_1_16, using log file: /var/log/nixpkgs-update/elixir_1_16/2024-03-10.log elixir_1_16 1.16.1 -> 1.16.2 https://github.com/elixir-lang/elixir/releases attrpath: elixir_1_16 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/elixir/1.16.nix b/pkgs/development/interpreters/elixir/1.16.nix index 2f57e371e28b..2721ddd2207b 100644 --- a/pkgs/development/interpreters/elixir/1.16.nix +++ b/pkgs/development/interpreters/elixir/1.16.nix @@ -1,7 +1,7 @@ { mkDerivation }: mkDerivation { - version = "1.16.1"; - sha256 = "sha256-rjUt3gCUszCbzGE7BriwH3ptrV81dqNB/d0nVOXrcGI="; + version = "1.16.2"; + sha256 = "sha256-NUYYxf73Fuk3FUoVFKTo6IN9QCTvzz5wNshIf/nitJA="; # https://hexdocs.pm/elixir/1.16.0/compatibility-and-deprecations.html#compatibility-between-elixir-and-erlang-otp minimumOTPVersion = "24"; escriptPath = "lib/elixir/scripts/generate_app.escript"; [outpaths] eval start [outpaths] eval end Successfully finished processing cachix "/nix/store/z2l1r8hvp71jafihagqxazxdxw9p8xnw-elixir-1.16.2" [check][nixpkgs-review] Result of `nixpkgs-review --extra-nixpkgs-config '{ allowInsecurePredicate = x: true; }'` run on x86_64-linux [1](https://github.com/Mic92/nixpkgs-review)
3 packages built:
  • akkoma
  • elixir_1_16
  • livebook
Automatic update generated by [nixpkgs-update](https://github.com/ryantm/nixpkgs-update) tools. This update was made based on information from https://github.com/elixir-lang/elixir/releases. meta.description for elixir_1_16 is: A functional, meta-programming aware language built on top of the Erlang VM meta.homepage for elixir_1_16 is: https://elixir-lang.org/ ###### Updates performed - Version update ###### To inspect upstream changes - [Release on GitHub](https://github.com/elixir-lang/elixir/releases/tag/v1.16.2) - [Compare changes on GitHub](https://github.com/elixir-lang/elixir/compare/v1.16.1...v1.16.2) ###### Impact Checks done --- - built on NixOS - The tests defined in `passthru.tests`, if any, passed - found 1.16.2 with grep in /nix/store/z2l1r8hvp71jafihagqxazxdxw9p8xnw-elixir-1.16.2 - found 1.16.2 in filename of file in /nix/store/z2l1r8hvp71jafihagqxazxdxw9p8xnw-elixir-1.16.2 ---
Rebuild report (if merged into master) (click to expand) ``` 3 total rebuild path(s) 3 package rebuild(s) First fifty rebuilds by attrpath akkoma elixir_1_16 livebook ```
Instructions to test this update (click to expand) --- Either **download from Cachix**: ``` nix-store -r /nix/store/z2l1r8hvp71jafihagqxazxdxw9p8xnw-elixir-1.16.2 \ --option binary-caches 'https://cache.nixos.org/ https://nix-community.cachix.org/' \ --option trusted-public-keys ' nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs= cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY= ' ``` (The Cachix cache is only trusted for this store-path realization.) For the Cachix download to work, your user must be in the `trusted-users` list or you can use `sudo` since root is effectively trusted. Or, **build yourself**: ``` nix-build -A elixir_1_16 https://github.com/r-ryantm/nixpkgs/archive/9d5052f2639c7d4ecb3a4a4589409e42fcd36946.tar.gz ``` Or: ``` nix build github:r-ryantm/nixpkgs/9d5052f2639c7d4ecb3a4a4589409e42fcd36946#elixir_1_16 ``` After you've downloaded or built it, look at the files and if there are any, run the binaries: ``` ls -la /nix/store/z2l1r8hvp71jafihagqxazxdxw9p8xnw-elixir-1.16.2 ls -la /nix/store/z2l1r8hvp71jafihagqxazxdxw9p8xnw-elixir-1.16.2/bin ``` ---

### Pre-merge build results We have automatically built all packages that will get rebuilt due to this change. This gives evidence on whether the upgrade will break dependent packages. Note sometimes packages show up as _failed to build_ independent of the change, simply because they are already broken on the target branch. Result of `nixpkgs-review --extra-nixpkgs-config '{ allowInsecurePredicate = x: true; }'` run on x86_64-linux [1](https://github.com/Mic92/nixpkgs-review)
3 packages built:
  • akkoma
  • elixir_1_16
  • livebook
--- ###### Maintainer pings cc @ankhers @Br1ght0ne @DianaOlympos @gleber @happysalada @minijackson @yurrriq 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/294724 [result] Success updating elixir_1_16 1.16.1 -> 1.16.2 https://github.com/elixir-lang/elixir/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python312Packages.xsdata, using log file: /var/log/nixpkgs-update/python312Packages.xsdata/2024-03-10.log python312Packages.xsdata 24.2.1 -> 24.3 https://repology.org/project/python:xsdata/versions attrpath: python312Packages.xsdata Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/1fm0s4bipvwcisymx23c6wngsmsxxx77-packages.json.drv building '/nix/store/1fm0s4bipvwcisymx23c6wngsmsxxx77-packages.json.drv'... Going to be running update for following packages: - python3.12-xsdata-24.2.1 Press Enter key to continue... Running update for: - python3.12-xsdata-24.2.1: UPDATING ... - python3.12-xsdata-24.2.1: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/xsdata/default.nix b/pkgs/development/python-modules/xsdata/default.nix index 097c2e1cc07c..f5e4835b3ecb 100644 --- a/pkgs/development/python-modules/xsdata/default.nix +++ b/pkgs/development/python-modules/xsdata/default.nix @@ -18,7 +18,7 @@ buildPythonPackage rec { pname = "xsdata"; - version = "24.2.1"; + version = "24.3"; pyproject = true; disabled = pythonOlder "3.8"; @@ -27,7 +27,7 @@ buildPythonPackage rec { owner = "tefra"; repo = "xsdata"; rev = "refs/tags/v${version}"; - hash = "sha256-o3G0isXShwNHaOiA4TNml0IhStB3X4jB9CgrVKViBlY="; + hash = "sha256-8Ijl9YgHCRSZHmg/MIRvg6i+26jXQL739wmnt6Drk+k="; }; patches = [ No auto update branch exists [outpaths] eval start [outpaths] eval end Received ExitFailure 1 when running Raw command: /nix/store/1gfp7hiwzpv9aglk2yfa9m49jc0n7pa5-nix-2.18.1/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A python312Packages.xsdata Received ExitFailure 1 when running Raw command: /nix/store/1gfp7hiwzpv9aglk2yfa9m49jc0n7pa5-nix-2.18.1/bin/nix --extra-experimental-features nix-command log -f . python312Packages.xsdata Standard output: error: build log of 'python312Packages.xsdata' is not available [result] Failed to update python312Packages.xsdata 24.2.1 -> 24.3 https://repology.org/project/python:xsdata/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python312Packages.grpcio-testing, using log file: /var/log/nixpkgs-update/python312Packages.grpcio-testing/2024-03-10.log python312Packages.grpcio-testing 1.62.0 -> 1.62.1 https://repology.org/project/python:grpcio-testing/versions attrpath: python312Packages.grpcio-testing Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/zfx3q154p8ib7zldj8slq5ivzdzycbg3-packages.json.drv building '/nix/store/zfx3q154p8ib7zldj8slq5ivzdzycbg3-packages.json.drv'... Going to be running update for following packages: - python3.12-grpcio-testing-1.62.0 Press Enter key to continue... Running update for: - python3.12-grpcio-testing-1.62.0: UPDATING ... - python3.12-grpcio-testing-1.62.0: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/grpcio-testing/default.nix b/pkgs/development/python-modules/grpcio-testing/default.nix index d6ecbe9d3aa5..a5696d3fc73c 100644 --- a/pkgs/development/python-modules/grpcio-testing/default.nix +++ b/pkgs/development/python-modules/grpcio-testing/default.nix @@ -9,14 +9,14 @@ buildPythonPackage rec { pname = "grpcio-testing"; - version = "1.62.0"; + version = "1.62.1"; format = "setuptools"; disabled = pythonOlder "3.7"; src = fetchPypi { inherit pname version; - hash = "sha256-T/CiuWYEuwA9Oa1v8li3XVVa13lePMFEr+2yDa/erJk="; + hash = "sha256-yyaVEAqykAtRz9vbVv4SEA1JWA8QrgZ6LKsRfo/HRu0="; }; postPatch = '' No auto update branch exists [outpaths] eval start [outpaths] eval end Successfully finished processing cachix "/nix/store/gggrqcq0gmf24j7k3mrvpsnlg4izc9hn-python3.12-grpcio-testing-1.62.1" Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 3 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 4 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 3 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 3 [check][nixpkgs-review] Result of `nixpkgs-review --extra-nixpkgs-config '{ allowInsecurePredicate = x: true; }'` run on x86_64-linux [1](https://github.com/Mic92/nixpkgs-review)
2 packages marked as broken and skipped:
  • chatgpt-retrieval-plugin
  • chatgpt-retrieval-plugin.dist
6 packages built:
  • python311Packages.grpcio-testing
  • python311Packages.grpcio-testing.dist
  • python311Packages.pymilvus
  • python311Packages.pymilvus.dist
  • python312Packages.grpcio-testing
  • python312Packages.grpcio-testing.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.grpcio-testing is: Testing utilities for gRPC Python meta.homepage for python312Packages.grpcio-testing is: https://grpc.io/ ###### Updates performed - Ran passthru.UpdateScript ###### To inspect upstream changes ###### Impact Checks done --- - built on NixOS - The tests defined in `passthru.tests`, if any, passed - found 1.62.1 with grep in /nix/store/gggrqcq0gmf24j7k3mrvpsnlg4izc9hn-python3.12-grpcio-testing-1.62.1 - found 1.62.1 in filename of file in /nix/store/gggrqcq0gmf24j7k3mrvpsnlg4izc9hn-python3.12-grpcio-testing-1.62.1 ---
Rebuild report (if merged into master) (click to expand) ``` 4 total rebuild path(s) 4 package rebuild(s) First fifty rebuilds by attrpath chatgpt-retrieval-plugin python311Packages.grpcio-testing python311Packages.pymilvus python312Packages.grpcio-testing ```
Instructions to test this update (click to expand) --- Either **download from Cachix**: ``` nix-store -r /nix/store/gggrqcq0gmf24j7k3mrvpsnlg4izc9hn-python3.12-grpcio-testing-1.62.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.grpcio-testing https://github.com/r-ryantm/nixpkgs/archive/5be59e2a5f6a700114d8f503a2db7efbdd86e52a.tar.gz ``` Or: ``` nix build github:r-ryantm/nixpkgs/5be59e2a5f6a700114d8f503a2db7efbdd86e52a#python312Packages.grpcio-testing ``` After you've downloaded or built it, look at the files and if there are any, run the binaries: ``` ls -la /nix/store/gggrqcq0gmf24j7k3mrvpsnlg4izc9hn-python3.12-grpcio-testing-1.62.1 ls -la /nix/store/gggrqcq0gmf24j7k3mrvpsnlg4izc9hn-python3.12-grpcio-testing-1.62.1/bin ``` ---

### Pre-merge build results We have automatically built all packages that will get rebuilt due to this change. This gives evidence on whether the upgrade will break dependent packages. Note sometimes packages show up as _failed to build_ independent of the change, simply because they are already broken on the target branch. Result of `nixpkgs-review --extra-nixpkgs-config '{ allowInsecurePredicate = x: true; }'` run on x86_64-linux [1](https://github.com/Mic92/nixpkgs-review)
2 packages marked as broken and skipped:
  • chatgpt-retrieval-plugin
  • chatgpt-retrieval-plugin.dist
6 packages built:
  • python311Packages.grpcio-testing
  • python311Packages.grpcio-testing.dist
  • python311Packages.pymilvus
  • python311Packages.pymilvus.dist
  • python312Packages.grpcio-testing
  • python312Packages.grpcio-testing.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/294731 [result] Success updating python312Packages.grpcio-testing 1.62.0 -> 1.62.1 https://repology.org/project/python:grpcio-testing/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath kddockwidgets, using log file: /var/log/nixpkgs-update/kddockwidgets/2024-03-10.log kddockwidgets 1.7.0 -> 2.0.0 https://github.com/KDAB/KDDockWidgets/releases attrpath: kddockwidgets Checking auto update branch... An auto update branch exists with message `kddockwidgets: 1.7.0 -> 2.0.0`. New version is 2.0.0. An auto update branch exists with an equal or greater version [result] Failed to update kddockwidgets 1.7.0 -> 2.0.0 https://github.com/KDAB/KDDockWidgets/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.litemapy, using log file: /var/log/nixpkgs-update/python311Packages.litemapy/2024-03-10.log python311Packages.litemapy 0 -> 1 attrpath: python311Packages.litemapy Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/y9y8hscgr9n0yg2dgsq1v8cpsn30dzhc-packages.json.drv building '/nix/store/y9y8hscgr9n0yg2dgsq1v8cpsn30dzhc-packages.json.drv'... Going to be running update for following packages: - python3.11-litemapy-0.7.2b0 Press Enter key to continue... Running update for: - python3.11-litemapy-0.7.2b0: UPDATING ... - python3.11-litemapy-0.7.2b0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.litemapy 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath biber-for-tectonic, using log file: /var/log/nixpkgs-update/biber-for-tectonic/2024-03-10.log biber-for-tectonic 2.17 -> 2.19 https://github.com/plk/biber/releases attrpath: biber-for-tectonic Checking auto update branch... No auto update branch exists Old version 2.17" not present in master derivation file with contents: { lib, stdenv, fetchurl, perlPackages, shortenPerlShebang, texlive }: let biberSource = texlive.pkgs.biber.texsource; in perlPackages.buildPerlModule { inherit (biberSource) pname version; src = "${biberSource}/source/bibtex/biber/biblatex-biber.tar.gz"; buildInputs = with perlPackages; [ autovivification BusinessISBN BusinessISMN BusinessISSN ConfigAutoConf DataCompare DataDump DateSimple EncodeEUCJPASCII EncodeHanExtra EncodeJIS2K DateTime DateTimeFormatBuilder DateTimeCalendarJulian ExtUtilsLibBuilder FileSlurper FileWhich IPCRun3 LogLog4perl LWPProtocolHttps ListAllUtils ListMoreUtils MozillaCA ParseRecDescent IOString ReadonlyXS RegexpCommon TextBibTeX UnicodeLineBreak URI XMLLibXMLSimple XMLLibXSLT XMLWriter ClassAccessor TextCSV TextCSV_XS TextRoman DataUniqid LinguaTranslit SortKey TestDifferences PerlIOutf8_strict ]; nativeBuildInputs = lib.optional stdenv.isDarwin shortenPerlShebang; postInstall = lib.optionalString stdenv.isDarwin '' shortenPerlShebang $out/bin/biber ''; meta = with lib; { description = "Backend for BibLaTeX"; license = biberSource.meta.license; platforms = platforms.unix; maintainers = [ maintainers.ttuegel ]; mainProgram = "biber"; }; } [result] Failed to update biber-for-tectonic 2.17 -> 2.19 https://github.com/plk/biber/releases [options] github_user: r-ryantm, pull_request: YES, batch_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.sqlsrv, using log file: /var/log/nixpkgs-update/php81Extensions.sqlsrv/2024-03-10.log php81Extensions.sqlsrv 0 -> 1 attrpath: php81Extensions.sqlsrv Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Failed with exit code 1 this derivation will be built: /nix/store/q9c2ya0npzm8pi5gbw0y5pd39zxh0h8z-packages.json.drv building '/nix/store/q9c2ya0npzm8pi5gbw0y5pd39zxh0h8z-packages.json.drv'... Going to be running update for following packages: - php-sqlsrv-5.10.1 Press Enter key to continue... Running update for: - php-sqlsrv-5.10.1: UPDATING ... - php-sqlsrv-5.10.1: ERROR --- SHOWING ERROR LOG FOR php-sqlsrv-5.10.1 ---------------------- Traceback (most recent call last): File "/nix/store/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 php-sqlsrv-5.10.1 ---------------------- The update script for php-sqlsrv-5.10.1 failed with exit code 1 [result] Failed to update php81Extensions.sqlsrv 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.axis, using log file: /var/log/nixpkgs-update/python311Packages.axis/2024-03-10.log python311Packages.axis 0 -> 1 attrpath: python311Packages.axis Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/cjs48mqfliz9ip00r91l4p4ahhr7b80m-packages.json.drv building '/nix/store/cjs48mqfliz9ip00r91l4p4ahhr7b80m-packages.json.drv'... Going to be running update for following packages: - python3.11-axis-52 Press Enter key to continue... Running update for: - python3.11-axis-52: UPDATING ... - python3.11-axis-52: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.axis 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_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-passwordsafe, using log file: /var/log/nixpkgs-update/gnome-passwordsafe/2024-03-10.log gnome-passwordsafe 0 -> 1 attrpath: gnome-passwordsafe Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/magjdak80mq3z338yzq8iin0jfvmlz7n-packages.json.drv building '/nix/store/magjdak80mq3z338yzq8iin0jfvmlz7n-packages.json.drv'... Going to be running update for following packages: - gnome-secrets-8.0 Press Enter key to continue... Running update for: - gnome-secrets-8.0: UPDATING ... - gnome-secrets-8.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update gnome-passwordsafe 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath leo3-bin, using log file: /var/log/nixpkgs-update/leo3-bin/2024-03-10.log leo3-bin 1.2 -> 1.7.0 https://github.com/leoprover/Leo-III/releases attrpath: leo3-bin 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/adilcmbh1752sq5lhdbv8smx8h21cmhw-leo3.jar.drv building '/nix/store/adilcmbh1752sq5lhdbv8smx8h21cmhw-leo3.jar.drv'... trying https://github.com/leoprover/Leo-III/releases/download/v1.7.0/leo3.jar % 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 leo3.jar 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 'leo3-bin.originalSrc' not found stderr did not split as expected full stderr was: these 2 derivations will be built: /nix/store/adilcmbh1752sq5lhdbv8smx8h21cmhw-leo3.jar.drv /nix/store/hlfwjx988x3wayw2dw8z2m9i8a257zan-leo3-1.7.0.drv building '/nix/store/adilcmbh1752sq5lhdbv8smx8h21cmhw-leo3.jar.drv'... trying https://github.com/leoprover/Leo-III/releases/download/v1.7.0/leo3.jar % 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 leo3.jar from any mirror error: builder for '/nix/store/adilcmbh1752sq5lhdbv8smx8h21cmhw-leo3.jar.drv' failed with exit code 1; last 7 log lines: > > trying https://github.com/leoprover/Leo-III/releases/download/v1.7.0/leo3.jar > % 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 leo3.jar from any mirror For full logs, run 'nix log /nix/store/adilcmbh1752sq5lhdbv8smx8h21cmhw-leo3.jar.drv'. error: 1 dependencies of derivation '/nix/store/hlfwjx988x3wayw2dw8z2m9i8a257zan-leo3-1.7.0.drv' failed to build [result] Failed to update leo3-bin 1.2 -> 1.7.0 https://github.com/leoprover/Leo-III/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: 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-recoveryservices, using log file: /var/log/nixpkgs-update/python311Packages.azure-mgmt-recoveryservices/2024-03-10.log python311Packages.azure-mgmt-recoveryservices 0 -> 1 attrpath: python311Packages.azure-mgmt-recoveryservices Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/cgw5mcnvjvyzjc4a0ykc1qnfz5jiaxwg-packages.json.drv building '/nix/store/cgw5mcnvjvyzjc4a0ykc1qnfz5jiaxwg-packages.json.drv'... Going to be running update for following packages: - python3.11-azure-mgmt-recoveryservices-2.5.0 Press Enter key to continue... Running update for: - python3.11-azure-mgmt-recoveryservices-2.5.0: UPDATING ... - python3.11-azure-mgmt-recoveryservices-2.5.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.azure-mgmt-recoveryservices 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath haskellPackages.brick-list-skip, using log file: /var/log/nixpkgs-update/haskellPackages.brick-list-skip/2024-03-10.log haskellPackages.brick-list-skip 0.1.1.9 -> 0.1.1.11 https://repology.org/project/haskell:brick-list-skip/versions attrpath: haskellPackages.brick-list-skip Checking auto update branch... No auto update branch exists Derivation file says not to edit it [result] Failed to update haskellPackages.brick-list-skip 0.1.1.9 -> 0.1.1.11 https://repology.org/project/haskell:brick-list-skip/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath snakemake, using log file: /var/log/nixpkgs-update/snakemake/2024-03-10.log snakemake 0 -> 1 attrpath: snakemake Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/jm7q3wlxrwvzq79aygbrcf69r5azhcxa-packages.json.drv building '/nix/store/jm7q3wlxrwvzq79aygbrcf69r5azhcxa-packages.json.drv'... Going to be running update for following packages: - snakemake-8.4.12 Press Enter key to continue... Running update for: - snakemake-8.4.12: UPDATING ... - snakemake-8.4.12: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/applications/science/misc/snakemake/default.nix b/pkgs/applications/science/misc/snakemake/default.nix index 5081b471fc95..8329b7316617 100644 --- a/pkgs/applications/science/misc/snakemake/default.nix +++ b/pkgs/applications/science/misc/snakemake/default.nix @@ -6,14 +6,14 @@ python3.pkgs.buildPythonApplication rec { pname = "snakemake"; - version = "8.4.12"; + version = "8.5.5"; format = "setuptools"; src = fetchFromGitHub { owner = "snakemake"; repo = pname; rev = "refs/tags/v${version}"; - hash = "sha256-ehQIrTw1+klFW+Hu4WsWaCJ0YoN2hIqryqqaoNQb1us="; + hash = "sha256-9zg+KGiqn80DLv+1QMlGasHHvtdgk4Qz4zdGEaO5KhY="; # https://github.com/python-versioneer/python-versioneer/issues/217 postFetch = '' sed -i "$out"/snakemake/_version.py -e 's#git_refnames = ".*"#git_refnames = " (tag: v${version})"#' No auto update branch exists [outpaths] eval start [outpaths] eval end Received ExitFailure 1 when running Raw command: /nix/store/1gfp7hiwzpv9aglk2yfa9m49jc0n7pa5-nix-2.18.1/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A snakemake nix build failed. 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_persistence.py:5: in from snakemake.persistence import Persistence snakemake/persistence.py:27: in from snakemake.jobs import jobfiles snakemake/jobs.py:52: in from snakemake_interface_report_plugins.interfaces import JobReportInterface E ModuleNotFoundError: No module named 'snakemake_interface_report_plugins' =============================== warnings summary =============================== tests/test_schema.py:4 /build/source/tests/test_schema.py:4: DeprecationWarning: Pyarrow will become a required dependency of pandas in the next major release of pandas (pandas 3.0), (to allow more performant data types, such as the Arrow string type, and better interoperability with other libraries) but was not found to be installed on your system. If this would cause problems for you, please provide us feedback at https://github.com/pandas-dev/pandas/issues/54466 import pandas as pd -- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html =========================== short test summary info ============================ ERROR tests/test_api.py ERROR tests/test_executor_test_suite.py ERROR tests/test_persistence.py !!!!!!!!!!!!!!!!!!! Interrupted: 3 errors during collection !!!!!!!!!!!!!!!!!!!! ========================= 1 warning, 3 errors in 1.12s ========================= /nix/store/v099hqvw5z87423p4hz1vfhzaqa07dii-stdenv-linux/setup: line 1578: pop_var_context: head of shell_variables not a function context [result] Failed to update snakemake 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.fuzzywuzzy, using log file: /var/log/nixpkgs-update/python311Packages.fuzzywuzzy/2024-03-10.log python311Packages.fuzzywuzzy 0 -> 1 attrpath: python311Packages.fuzzywuzzy Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/46hvslzws89ff431w7s8rnffk1pbszzd-packages.json.drv building '/nix/store/46hvslzws89ff431w7s8rnffk1pbszzd-packages.json.drv'... Going to be running update for following packages: - python3.11-fuzzywuzzy-0.18.0 Press Enter key to continue... Running update for: - python3.11-fuzzywuzzy-0.18.0: UPDATING ... - python3.11-fuzzywuzzy-0.18.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.fuzzywuzzy 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: 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-swagger, using log file: /var/log/nixpkgs-update/python311Packages.aiohttp-swagger/2024-03-10.log python311Packages.aiohttp-swagger 0 -> 1 attrpath: python311Packages.aiohttp-swagger Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/54l8qbr5liija21lnmbk4fpg07x28x1y-packages.json.drv building '/nix/store/54l8qbr5liija21lnmbk4fpg07x28x1y-packages.json.drv'... Going to be running update for following packages: - python3.11-aiohttp-swagger-1.0.15 Press Enter key to continue... Running update for: - python3.11-aiohttp-swagger-1.0.15: UPDATING ... - python3.11-aiohttp-swagger-1.0.15: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.aiohttp-swagger 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath strictdoc, using log file: /var/log/nixpkgs-update/strictdoc/2024-03-10.log strictdoc 0 -> 1 attrpath: strictdoc Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/a7pwm6f23w2rhk2xyk699yip5c6y6g65-packages.json.drv building '/nix/store/a7pwm6f23w2rhk2xyk699yip5c6y6g65-packages.json.drv'... Going to be running update for following packages: - strictdoc-0.0.40 Press Enter key to continue... Running update for: - strictdoc-0.0.40: UPDATING ... - strictdoc-0.0.40: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/applications/science/engineering/strictdoc/default.nix b/pkgs/applications/science/engineering/strictdoc/default.nix index 5097a936caaa..5af8ced52b4d 100644 --- a/pkgs/applications/science/engineering/strictdoc/default.nix +++ b/pkgs/applications/science/engineering/strictdoc/default.nix @@ -5,14 +5,14 @@ python3.pkgs.buildPythonApplication rec { pname = "strictdoc"; - version = "0.0.40"; + version = "0.0.47"; pyproject = true; src = fetchFromGitHub { owner = "strictdoc-project"; repo = "strictdoc"; rev = "refs/tags/${version}"; - hash = "sha256-kZ8qVhroSPSGAcgUFZb1vRI6JoFyjeg/0qYosbRnwyc="; + hash = "sha256-Y++SOMOOTJ1senbTd1DbSHcsgypYS+RfD0YZpT4AJ6E="; }; pythonRelaxDeps = true; No auto update branch exists There might already be an open PR for this update: - strictdoc: 0.0.40 -> 0.0.47 URL "https://api.github.com/repos/NixOS/nixpkgs/issues/288061" [result] Failed to update strictdoc 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: 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-gitlab, using log file: /var/log/nixpkgs-update/python311Packages.mkdocs-gitlab/2024-03-10.log python311Packages.mkdocs-gitlab 0 -> 1 attrpath: python311Packages.mkdocs-gitlab Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/pqyqpmdwr12v5f6rvqxfrz1q908hq16q-packages.json.drv building '/nix/store/pqyqpmdwr12v5f6rvqxfrz1q908hq16q-packages.json.drv'... Going to be running update for following packages: - python3.11-mkdocs-gitlab-plugin-0.1.4 Press Enter key to continue... Running update for: - python3.11-mkdocs-gitlab-plugin-0.1.4: UPDATING ... - python3.11-mkdocs-gitlab-plugin-0.1.4: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.mkdocs-gitlab 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath gnucash, using log file: /var/log/nixpkgs-update/gnucash/2024-03-10.log gnucash 0 -> 1 attrpath: gnucash 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/n2q6j9x68015lga7i8wq49pi9f6l4z4j-packages.json.drv building '/nix/store/n2q6j9x68015lga7i8wq49pi9f6l4z4j-packages.json.drv'... Going to be running update for following packages: - gnucash-5.5 Press Enter key to continue... Running update for: - gnucash-5.5: UPDATING ... - gnucash-5.5: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update gnucash 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_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.selectel, using log file: /var/log/nixpkgs-update/terraform-providers.selectel/2024-03-10.log terraform-providers.selectel 0 -> 1 attrpath: terraform-providers.selectel Checking auto update branch... Derivation file opts-out of auto-updates [result] Failed to update terraform-providers.selectel 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.pyfibaro, using log file: /var/log/nixpkgs-update/python311Packages.pyfibaro/2024-03-10.log python311Packages.pyfibaro 0 -> 1 attrpath: python311Packages.pyfibaro Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/mlkbvrh95z210hnihphsps3nvxa4s44n-packages.json.drv building '/nix/store/mlkbvrh95z210hnihphsps3nvxa4s44n-packages.json.drv'... Going to be running update for following packages: - python3.11-pyfibaro-0.7.6 Press Enter key to continue... Running update for: - python3.11-pyfibaro-0.7.6: UPDATING ... - python3.11-pyfibaro-0.7.6: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.pyfibaro 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.binary, using log file: /var/log/nixpkgs-update/python311Packages.binary/2024-03-10.log python311Packages.binary 0 -> 1 attrpath: python311Packages.binary Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/6pdz8crfkkycx2ab4nkp63di0ykd7icy-packages.json.drv building '/nix/store/6pdz8crfkkycx2ab4nkp63di0ykd7icy-packages.json.drv'... Going to be running update for following packages: - python3.11-binary-1.0.0 Press Enter key to continue... Running update for: - python3.11-binary-1.0.0: UPDATING ... - python3.11-binary-1.0.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.binary 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.pyfaidx, using log file: /var/log/nixpkgs-update/python311Packages.pyfaidx/2024-03-10.log python311Packages.pyfaidx 0 -> 1 attrpath: python311Packages.pyfaidx Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/g1iqlsrpkdqg5j5vgdv5c6fgdd02c3fj-packages.json.drv building '/nix/store/g1iqlsrpkdqg5j5vgdv5c6fgdd02c3fj-packages.json.drv'... Going to be running update for following packages: - python3.11-pyfaidx-0.8.1.1 Press Enter key to continue... Running update for: - python3.11-pyfaidx-0.8.1.1: UPDATING ... - python3.11-pyfaidx-0.8.1.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.pyfaidx 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: 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-babelex, using log file: /var/log/nixpkgs-update/python311Packages.flask-babelex/2024-03-10.log python311Packages.flask-babelex 0 -> 1 attrpath: python311Packages.flask-babelex Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/bhs7xhby4lphhpw2ambhn5kr0qqjj72p-packages.json.drv building '/nix/store/bhs7xhby4lphhpw2ambhn5kr0qqjj72p-packages.json.drv'... Going to be running update for following packages: - python3.11-flask-babelex-0.9.4 Press Enter key to continue... Running update for: - python3.11-flask-babelex-0.9.4: UPDATING ... - python3.11-flask-babelex-0.9.4: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.flask-babelex 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath imdshift, using log file: /var/log/nixpkgs-update/imdshift/2024-03-10.log imdshift 0 -> 1 attrpath: imdshift Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/arjnayky8z155nfshq2g5i1yn14b1ki3-packages.json.drv building '/nix/store/arjnayky8z155nfshq2g5i1yn14b1ki3-packages.json.drv'... Going to be running update for following packages: - imdshift-1.0.0 Press Enter key to continue... Running update for: - imdshift-1.0.0: UPDATING ... - imdshift-1.0.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update imdshift 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_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_11, using log file: /var/log/nixpkgs-update/coq_8_11/2024-03-10.log coq_8_11 8.11.2 -> 8.19.1 https://github.com/coq/coq/releases attrpath: coq_8_11 Checking auto update branch... No auto update branch exists Version in attr path coq_8_11 not compatible with 8.19.1 [result] Failed to update coq_8_11 8.11.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.metawear, using log file: /var/log/nixpkgs-update/python311Packages.metawear/2024-03-10.log python311Packages.metawear 0 -> 1 attrpath: python311Packages.metawear Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/z1mib49df6sszsjjfglzrcwaq37bd3jp-packages.json.drv building '/nix/store/z1mib49df6sszsjjfglzrcwaq37bd3jp-packages.json.drv'... Going to be running update for following packages: - python3.11-metawear-1.0.8 Press Enter key to continue... Running update for: - python3.11-metawear-1.0.8: UPDATING ... - python3.11-metawear-1.0.8: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.metawear 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.takethetime, using log file: /var/log/nixpkgs-update/python311Packages.takethetime/2024-03-10.log python311Packages.takethetime 0 -> 1 attrpath: python311Packages.takethetime Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/943p43mvcl510cnjq438255qqvgns99y-packages.json.drv building '/nix/store/943p43mvcl510cnjq438255qqvgns99y-packages.json.drv'... Going to be running update for following packages: - python3.11-takethetime-0.3.1 Press Enter key to continue... Running update for: - python3.11-takethetime-0.3.1: UPDATING ... - python3.11-takethetime-0.3.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.takethetime 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_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.matgeom, using log file: /var/log/nixpkgs-update/octavePackages.matgeom/2024-03-10.log octavePackages.matgeom 0 -> 1 attrpath: octavePackages.matgeom Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/hhrl33q8vfj6kk54yazgvaad24l9aaix-packages.json.drv building '/nix/store/hhrl33q8vfj6kk54yazgvaad24l9aaix-packages.json.drv'... Going to be running update for following packages: - octave-8.4.0-matgeom-1.2.3 Press Enter key to continue... Running update for: - octave-8.4.0-matgeom-1.2.3: UPDATING ... - octave-8.4.0-matgeom-1.2.3: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update octavePackages.matgeom 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_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.gandi, using log file: /var/log/nixpkgs-update/terraform-providers.gandi/2024-03-10.log terraform-providers.gandi 0 -> 1 attrpath: terraform-providers.gandi Checking auto update branch... Derivation file opts-out of auto-updates [result] Failed to update terraform-providers.gandi 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath code-server, using log file: /var/log/nixpkgs-update/code-server/2024-03-10.log code-server 4.19.1 -> 4.22.0 https://github.com/coder/code-server/releases attrpath: code-server Checking auto update branch... No auto update branch exists [version] [version] generic version rewriter does not support multiple hashes [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] Received ExitFailure 1 when running Raw command: /nix/store/1gfp7hiwzpv9aglk2yfa9m49jc0n7pa5-nix-2.18.1/bin/nix --extra-experimental-features nix-command --extra-experimental-features flakes eval .#code-server.src --apply "p: p.vendorHash" Standard error: warning: Git tree '/var/cache/nixpkgs-update/worker/worktree/code-server' is dirty '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links error: attribute 'vendorHash' missing at «string»:1:4: 1| p: p.vendorHash | ^ Received ExitFailure 1 when running Raw command: /nix/store/1gfp7hiwzpv9aglk2yfa9m49jc0n7pa5-nix-2.18.1/bin/nix --extra-experimental-features nix-command --extra-experimental-features flakes eval .#code-server.originalSrc --apply "p: p.vendorHash" Standard error: warning: Git tree '/var/cache/nixpkgs-update/worker/worktree/code-server' is dirty error: flake 'git+file:///var/cache/nixpkgs-update/worker/worktree/code-server' does not provide attribute 'packages.x86_64-linux.code-server.originalSrc', 'legacyPackages.x86_64-linux.code-server.originalSrc' or 'code-server.originalSrc' Received ExitFailure 1 when running Raw command: /nix/store/1gfp7hiwzpv9aglk2yfa9m49jc0n7pa5-nix-2.18.1/bin/nix --extra-experimental-features nix-command --extra-experimental-features flakes eval .#code-server --apply "p: p.vendorHash" Standard error: warning: Git tree '/var/cache/nixpkgs-update/worker/worktree/code-server' is dirty error: attribute 'vendorHash' missing at «string»:1:4: 1| p: p.vendorHash | ^ [result] Failed to update code-server 4.19.1 -> 4.22.0 https://github.com/coder/code-server/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.pyment, using log file: /var/log/nixpkgs-update/python311Packages.pyment/2024-03-10.log python311Packages.pyment 0 -> 1 attrpath: python311Packages.pyment Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/rkp82aq02ihk578vh644d5zkbz07azgc-packages.json.drv building '/nix/store/rkp82aq02ihk578vh644d5zkbz07azgc-packages.json.drv'... Going to be running update for following packages: - python3.11-pyment-0.3.3 Press Enter key to continue... Running update for: - python3.11-pyment-0.3.3: UPDATING ... - python3.11-pyment-0.3.3: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.pyment 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.pygti, using log file: /var/log/nixpkgs-update/python311Packages.pygti/2024-03-10.log python311Packages.pygti 0 -> 1 attrpath: python311Packages.pygti Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/sqz6hvcpbm4w4kmm81k03gzx1y8q3p9c-packages.json.drv building '/nix/store/sqz6hvcpbm4w4kmm81k03gzx1y8q3p9c-packages.json.drv'... Going to be running update for following packages: - python3.11-pygti-0.9.4 Press Enter key to continue... Running update for: - python3.11-pygti-0.9.4: UPDATING ... - python3.11-pygti-0.9.4: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.pygti 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath coost, using log file: /var/log/nixpkgs-update/coost/2024-03-10.log coost 0 -> 1 attrpath: coost Checking auto update branch... [version] [version] skipping because derivation has 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/yvsq6i3dsj4xpr1y4s9fm8f01hk6ja24-packages.json.drv building '/nix/store/yvsq6i3dsj4xpr1y4s9fm8f01hk6ja24-packages.json.drv'... Going to be running update for following packages: - coost-3.0.0 Press Enter key to continue... Running update for: - coost-3.0.0: UPDATING ... - coost-3.0.0: ERROR --- SHOWING ERROR LOG FOR coost-3.0.0 ---------------------- + name= + pname= + version= + attr_path= + version_lister='/nix/store/8r8q5xdhd7m544h61y9qb0djqi5fmh39-common-updater-scripts/bin/list-git-tags ' + ignored_versions= + rev_prefix= + odd_unstable= + patchlevel_unstable= + [[ -n '' ]] + name=coost-3.0.0 + [[ -n '' ]] + pname=coost + [[ -n '' ]] + version=3.0.0 + [[ -n '' ]] + attr_path=coost + echo '# coost-3.0.0' ++ sh -c '/nix/store/8r8q5xdhd7m544h61y9qb0djqi5fmh39-common-updater-scripts/bin/list-git-tags --pname=coost --attr-path=coost --file="update-git-commits.txt"' + tags='co-2.0.0 v1.0 v1.1 v1.2 v1.2.0 v1.2.1 v1.2.2 v1.2.3 v2.0 v2.0.0 v2.0.0-preview v2.0.1 v2.0.2 v2.0.3 v3.0.0 v3.0.1 v3.0.2' + for tag in $tags + echo '# found coost version: co-2.0.0' + for tag in $tags + echo '# found coost version: v1.0' + for tag in $tags + echo '# found coost version: v1.1' + for tag in $tags + echo '# found coost version: v1.2' + for tag in $tags + echo '# found coost version: v1.2.0' + for tag in $tags + echo '# found coost version: v1.2.1' + for tag in $tags + echo '# found coost version: v1.2.2' + for tag in $tags + echo '# found coost version: v1.2.3' + for tag in $tags + echo '# found coost version: v2.0' + for tag in $tags + echo '# found coost version: v2.0.0' + for tag in $tags + echo '# found coost version: v2.0.0-preview' + for tag in $tags + echo '# found coost version: v2.0.1' + for tag in $tags + echo '# found coost version: v2.0.2' + for tag in $tags + echo '# found coost version: v2.0.3' + for tag in $tags + echo '# found coost version: v3.0.0' + for tag in $tags + echo '# found coost version: v3.0.1' + for tag in $tags + echo '# found coost version: v3.0.2' + '[' -n '' ']' ++ echo 'co-2.0.0 v1.0 v1.1 v1.2 v1.2.0 v1.2.1 v1.2.2 v1.2.3 v2.0 v2.0.0 v2.0.0-preview v2.0.1 v2.0.2 v2.0.3 v3.0.0 v3.0.1 v3.0.2' ++ /nix/store/320v66ili0mwnyrxj3dwbxm0z8ndkbw7-gnugrep-3.11/bin/grep '^[0-9]' + tags= --- SHOWING ERROR LOG FOR coost-3.0.0 ---------------------- The update script for coost-3.0.0 failed with exit code 1 [result] Failed to update coost 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath pomerium, using log file: /var/log/nixpkgs-update/pomerium/2024-03-10.log pomerium 0 -> 1 attrpath: pomerium 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/zj8j0pk5d91hjqp0l5wh2kg3cfq4jbg5-packages.json.drv building '/nix/store/zj8j0pk5d91hjqp0l5wh2kg3cfq4jbg5-packages.json.drv'... Going to be running update for following packages: - pomerium-0.25.0 Press Enter key to continue... Running update for: - pomerium-0.25.0: UPDATING ... - pomerium-0.25.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update pomerium 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_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.radioparadise, using log file: /var/log/nixpkgs-update/kodiPackages.radioparadise/2024-03-10.log kodiPackages.radioparadise 0 -> 1 attrpath: kodiPackages.radioparadise Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/c5vdwqw69mq785v956d0yrn5vsq66479-packages.json.drv building '/nix/store/c5vdwqw69mq785v956d0yrn5vsq66479-packages.json.drv'... Going to be running update for following packages: - kodi-radioparadise-2.0.0 Press Enter key to continue... Running update for: - kodi-radioparadise-2.0.0: UPDATING ... - kodi-radioparadise-2.0.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update kodiPackages.radioparadise 0 -> 1 [options] github_user: r-ryantm, pull_request: 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.GetoptLong 2.54 -> 2.57 https://repology.org/project/perl:getopt-long/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.baselines, using log file: /var/log/nixpkgs-update/python311Packages.baselines/2024-03-10.log python311Packages.baselines 0 -> 1 attrpath: python311Packages.baselines Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/rmhyc3hlyh8l5smdns6c8q63ykcn3n02-packages.json.drv building '/nix/store/rmhyc3hlyh8l5smdns6c8q63ykcn3n02-packages.json.drv'... Going to be running update for following packages: - python3.11-baselines-0.1.6 Press Enter key to continue... Running update for: - python3.11-baselines-0.1.6: UPDATING ... - python3.11-baselines-0.1.6: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.baselines 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath zircolite, using log file: /var/log/nixpkgs-update/zircolite/2024-03-10.log zircolite 0 -> 1 attrpath: zircolite Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/4sl7s7hnwfdyp8addp48ss0bbnvmyxja-packages.json.drv building '/nix/store/4sl7s7hnwfdyp8addp48ss0bbnvmyxja-packages.json.drv'... Going to be running update for following packages: - zircolite-2.10.0 Press Enter key to continue... Running update for: - zircolite-2.10.0: UPDATING ... - zircolite-2.10.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update zircolite 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.TSRchitect, using log file: /var/log/nixpkgs-update/rPackages.TSRchitect/2024-03-10.log rPackages.TSRchitect 1.20.0 -> 1.22.0 https://repology.org/project/r:tsrchitect/versions attrpath: rPackages.TSRchitect Checking auto update branch... No auto update branch exists Old version 1.20.0" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; 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.TSRchitect 1.20.0 -> 1.22.0 https://repology.org/project/r:tsrchitect/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.grequests, using log file: /var/log/nixpkgs-update/python311Packages.grequests/2024-03-10.log python311Packages.grequests 0 -> 1 attrpath: python311Packages.grequests Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/m7i6wnx4rjssi9yv1qcp3s9hmq9m01lh-packages.json.drv building '/nix/store/m7i6wnx4rjssi9yv1qcp3s9hmq9m01lh-packages.json.drv'... Going to be running update for following packages: - python3.11-grequests-0.7.0 Press Enter key to continue... Running update for: - python3.11-grequests-0.7.0: UPDATING ... - python3.11-grequests-0.7.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.grequests 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.pyqtgraph, using log file: /var/log/nixpkgs-update/python311Packages.pyqtgraph/2024-03-10.log python311Packages.pyqtgraph 0 -> 1 attrpath: python311Packages.pyqtgraph Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/c36vnqisg705pggv44aw7r8ip1bjmsxn-packages.json.drv building '/nix/store/c36vnqisg705pggv44aw7r8ip1bjmsxn-packages.json.drv'... Going to be running update for following packages: - python3.11-pyqtgraph-0.13.3 Press Enter key to continue... Running update for: - python3.11-pyqtgraph-0.13.3: UPDATING ... - python3.11-pyqtgraph-0.13.3: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/pyqtgraph/default.nix b/pkgs/development/python-modules/pyqtgraph/default.nix index 9e8a876213e8..e3e96571b1e8 100644 --- a/pkgs/development/python-modules/pyqtgraph/default.nix +++ b/pkgs/development/python-modules/pyqtgraph/default.nix @@ -20,14 +20,14 @@ let in buildPythonPackage rec { pname = "pyqtgraph"; - version = "0.13.3"; + version = "0.13.4"; format = "pyproject"; src = fetchFromGitHub { owner = "pyqtgraph"; repo = "pyqtgraph"; rev = "refs/tags/pyqtgraph-${version}"; - hash = "sha256-kFTNhv8pgIRSJX0ePmp1I0+MGfCaW8b86baIYZ2bZQM="; + hash = "sha256-KVgsfvaVbR3eMRNqhJSBO4Hfk7KJgMdsZjKffx6vt84="; }; nativeBuildInputs = [ No auto update branch exists [outpaths] eval start [outpaths] eval end Successfully finished processing cachix "/nix/store/08hbalvs436a6rrqkaz7k298vpii2gl5-python3.11-pyqtgraph-0.13.4" Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 3 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 3 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 3 [check][nixpkgs-review] Result of `nixpkgs-review --extra-nixpkgs-config '{ allowInsecurePredicate = x: true; }'` run on x86_64-linux [1](https://github.com/Mic92/nixpkgs-review)
2 packages marked as broken and skipped:
  • python311Packages.stytra
  • python311Packages.stytra.dist
4 packages failed to build:
  • gnss-sdr
  • gnuradio
  • gnuradioPackages.osmosdr
  • gnuradioPackages.osmosdr.dev
26 packages built:
  • gnuradio3_9
  • gnuradioMinimal (gnuradio3_9Minimal)
  • gnuradio3_9Packages.grnet
  • gnuradio3_9Packages.osmosdr
  • gnuradio3_9Packages.osmosdr.dev
  • gqrx
  • gqrx-gr-audio
  • gqrx-portaudio
  • inkcut
  • inkcut.dist
  • inkscape-extensions.inkcut
  • linien-gui
  • linien-gui.dist
  • opcua-client-gui
  • opcua-client-gui.dist
  • python311Packages.binwalk-full
  • python311Packages.binwalk-full.dist
  • python311Packages.enamlx
  • python311Packages.enamlx.dist
  • python311Packages.orange-widget-base
  • python311Packages.orange-widget-base.dist
  • python311Packages.orange3
  • python311Packages.orange3.dist
  • python311Packages.pyqtgraph
  • python311Packages.pyqtgraph.dist
  • tribler
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.pyqtgraph is: Scientific Graphics and GUI Library for Python meta.homepage for python311Packages.pyqtgraph is: https://www.pyqtgraph.org/ meta.changelog for python311Packages.pyqtgraph is: https://github.com/pyqtgraph/pyqtgraph/blob/master/CHANGELOG ###### 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.13.4 with grep in /nix/store/08hbalvs436a6rrqkaz7k298vpii2gl5-python3.11-pyqtgraph-0.13.4 - found 0.13.4 in filename of file in /nix/store/08hbalvs436a6rrqkaz7k298vpii2gl5-python3.11-pyqtgraph-0.13.4 ---
Rebuild report (if merged into master) (click to expand) ``` 22 total rebuild path(s) 22 package rebuild(s) First fifty rebuilds by attrpath gnss-sdr gnuradio gnuradio3_9 gnuradio3_9Minimal gnuradio3_9Packages.grnet gnuradio3_9Packages.osmosdr gnuradioMinimal gnuradioPackages.osmosdr gqrx gqrx-gr-audio gqrx-portaudio inkcut inkscape-extensions.inkcut linien-gui opcua-client-gui python311Packages.binwalk-full python311Packages.enamlx python311Packages.orange-widget-base python311Packages.orange3 python311Packages.pyqtgraph python311Packages.stytra tribler ```
Instructions to test this update (click to expand) --- Either **download from Cachix**: ``` nix-store -r /nix/store/08hbalvs436a6rrqkaz7k298vpii2gl5-python3.11-pyqtgraph-0.13.4 \ --option binary-caches 'https://cache.nixos.org/ https://nix-community.cachix.org/' \ --option trusted-public-keys ' nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs= cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY= ' ``` (The Cachix cache is only trusted for this store-path realization.) For the Cachix download to work, your user must be in the `trusted-users` list or you can use `sudo` since root is effectively trusted. Or, **build yourself**: ``` nix-build -A python311Packages.pyqtgraph https://github.com/r-ryantm/nixpkgs/archive/2829a34a82ffda2b75846a8c8ebd11709e2db455.tar.gz ``` Or: ``` nix build github:r-ryantm/nixpkgs/2829a34a82ffda2b75846a8c8ebd11709e2db455#python311Packages.pyqtgraph ``` After you've downloaded or built it, look at the files and if there are any, run the binaries: ``` ls -la /nix/store/08hbalvs436a6rrqkaz7k298vpii2gl5-python3.11-pyqtgraph-0.13.4 ls -la /nix/store/08hbalvs436a6rrqkaz7k298vpii2gl5-python3.11-pyqtgraph-0.13.4/bin ``` ---

### Pre-merge build results We have automatically built all packages that will get rebuilt due to this change. This gives evidence on whether the upgrade will break dependent packages. Note sometimes packages show up as _failed to build_ independent of the change, simply because they are already broken on the target branch. Result of `nixpkgs-review --extra-nixpkgs-config '{ allowInsecurePredicate = x: true; }'` run on x86_64-linux [1](https://github.com/Mic92/nixpkgs-review)
2 packages marked as broken and skipped:
  • python311Packages.stytra
  • python311Packages.stytra.dist
4 packages failed to build:
  • gnss-sdr
  • gnuradio
  • gnuradioPackages.osmosdr
  • gnuradioPackages.osmosdr.dev
26 packages built:
  • gnuradio3_9
  • gnuradioMinimal (gnuradio3_9Minimal)
  • gnuradio3_9Packages.grnet
  • gnuradio3_9Packages.osmosdr
  • gnuradio3_9Packages.osmosdr.dev
  • gqrx
  • gqrx-gr-audio
  • gqrx-portaudio
  • inkcut
  • inkcut.dist
  • inkscape-extensions.inkcut
  • linien-gui
  • linien-gui.dist
  • opcua-client-gui
  • opcua-client-gui.dist
  • python311Packages.binwalk-full
  • python311Packages.binwalk-full.dist
  • python311Packages.enamlx
  • python311Packages.enamlx.dist
  • python311Packages.orange-widget-base
  • python311Packages.orange-widget-base.dist
  • python311Packages.orange3
  • python311Packages.orange3.dist
  • python311Packages.pyqtgraph
  • python311Packages.pyqtgraph.dist
  • tribler
--- ###### Maintainer pings cc @k0ral 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/294747 [result] Success updating python311Packages.pyqtgraph 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.pymilvus, using log file: /var/log/nixpkgs-update/python311Packages.pymilvus/2024-03-10.log python311Packages.pymilvus 0 -> 1 attrpath: python311Packages.pymilvus Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/8q9k5pwxgq32qb2qsbzbsgixgn3vkk6m-packages.json.drv building '/nix/store/8q9k5pwxgq32qb2qsbzbsgixgn3vkk6m-packages.json.drv'... Going to be running update for following packages: - python3.11-pymilvus-2.3.6 Press Enter key to continue... Running update for: - python3.11-pymilvus-2.3.6: UPDATING ... - python3.11-pymilvus-2.3.6: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.pymilvus 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath cp210x-program, using log file: /var/log/nixpkgs-update/cp210x-program/2024-03-10.log cp210x-program 0 -> 1 attrpath: cp210x-program Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/mvgnv27gzg5llf1r0y8mi2q7589apssb-packages.json.drv building '/nix/store/mvgnv27gzg5llf1r0y8mi2q7589apssb-packages.json.drv'... Going to be running update for following packages: - cp210x-program-0.4.1 Press Enter key to continue... Running update for: - cp210x-program-0.4.1: UPDATING ... - cp210x-program-0.4.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update cp210x-program 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.mpathsenser, using log file: /var/log/nixpkgs-update/rPackages.mpathsenser/2024-03-10.log rPackages.mpathsenser 1.1.3 -> 1.2.2 https://repology.org/project/r:mpathsenser/versions attrpath: rPackages.mpathsenser Checking auto update branch... No auto update branch exists Old version 1.1.3" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; configurePhase = '' runHook preConfigure export R_LIBS_SITE="$R_LIBS_SITE''${R_LIBS_SITE:+:}$out/library" runHook postConfigure ''; buildPhase = '' runHook preBuild runHook postBuild ''; installFlags = if attrs.doCheck or true then [] else [ "--no-test-load" ]; rCommand = if requireX then # Unfortunately, xvfb-run has a race condition even with -a option, so that # we acquire a lock explicitly. "flock ${xvfb-run} xvfb-run -a -e xvfb-error R" else "R"; installPhase = '' runHook preInstall mkdir -p $out/library $rCommand CMD INSTALL --built-timestamp='1970-01-01 00:00:00 UTC' $installFlags --configure-args="$configureFlags" -l $out/library . runHook postInstall ''; postFixup = '' if test -e $out/nix-support/propagated-build-inputs; then ln -s $out/nix-support/propagated-build-inputs $out/nix-support/propagated-user-env-packages fi ''; checkPhase = '' # noop since R CMD INSTALL tests packages ''; } // attrs // { name = "r-" + name; }) [result] Failed to update rPackages.mpathsenser 1.1.3 -> 1.2.2 https://repology.org/project/r:mpathsenser/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.numbat, using log file: /var/log/nixpkgs-update/rPackages.numbat/2024-03-10.log rPackages.numbat 1.3.2-1 -> 1.4.0 https://repology.org/project/r:numbat/versions attrpath: rPackages.numbat Checking auto update branch... No auto update branch exists Old version 1.3.2-1" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; configurePhase = '' runHook preConfigure export R_LIBS_SITE="$R_LIBS_SITE''${R_LIBS_SITE:+:}$out/library" runHook postConfigure ''; buildPhase = '' runHook preBuild runHook postBuild ''; installFlags = if attrs.doCheck or true then [] else [ "--no-test-load" ]; rCommand = if requireX then # Unfortunately, xvfb-run has a race condition even with -a option, so that # we acquire a lock explicitly. "flock ${xvfb-run} xvfb-run -a -e xvfb-error R" else "R"; installPhase = '' runHook preInstall mkdir -p $out/library $rCommand CMD INSTALL --built-timestamp='1970-01-01 00:00:00 UTC' $installFlags --configure-args="$configureFlags" -l $out/library . runHook postInstall ''; postFixup = '' if test -e $out/nix-support/propagated-build-inputs; then ln -s $out/nix-support/propagated-build-inputs $out/nix-support/propagated-user-env-packages fi ''; checkPhase = '' # noop since R CMD INSTALL tests packages ''; } // attrs // { name = "r-" + name; }) [result] Failed to update rPackages.numbat 1.3.2-1 -> 1.4.0 https://repology.org/project/r:numbat/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath s3proxy, using log file: /var/log/nixpkgs-update/s3proxy/2024-03-10.log s3proxy 2.1.0 -> 2.2.0 https://github.com/gaul/s3proxy/releases attrpath: s3proxy 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/s3/s3proxy/package.nix b/pkgs/by-name/s3/s3proxy/package.nix index 91f39747774b..cc6b8d567fea 100644 --- a/pkgs/by-name/s3/s3proxy/package.nix +++ b/pkgs/by-name/s3/s3proxy/package.nix @@ -7,7 +7,7 @@ let pname = "s3proxy"; - version = "2.1.0"; + version = "2.2.0"; in maven.buildMavenPackage { inherit pname version; @@ -17,7 +17,7 @@ maven.buildMavenPackage { owner = "gaul"; repo = pname; rev = "s3proxy-${version}"; - hash = "sha256-GhZPvo8wlXInHwg8rSmpwMMkZVw5SMpnZyKqFUYLbrE="; + hash = "sha256-gS+pUOVVzhKj76UPCM5utyDKP1wQgBcejgU4S7ax7s4="; }; nativeBuildInputs = [ makeWrapper ]; [outpaths] eval start [outpaths] eval end Received ExitFailure 1 when running Raw command: /nix/store/1gfp7hiwzpv9aglk2yfa9m49jc0n7pa5-nix-2.18.1/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A s3proxy Received ExitFailure 1 when running Raw command: /nix/store/1gfp7hiwzpv9aglk2yfa9m49jc0n7pa5-nix-2.18.1/bin/nix --extra-experimental-features nix-command log -f . s3proxy Standard output: error: build log of 's3proxy' is not available [result] Failed to update s3proxy 2.1.0 -> 2.2.0 https://github.com/gaul/s3proxy/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.aranet4, using log file: /var/log/nixpkgs-update/python311Packages.aranet4/2024-03-10.log python311Packages.aranet4 0 -> 1 attrpath: python311Packages.aranet4 Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/bsrgsxvpmiqqfdwaig0v0qyj8czjn077-packages.json.drv building '/nix/store/bsrgsxvpmiqqfdwaig0v0qyj8czjn077-packages.json.drv'... Going to be running update for following packages: - python3.11-aranet4-2.2.3 Press Enter key to continue... Running update for: - python3.11-aranet4-2.2.3: UPDATING ... - python3.11-aranet4-2.2.3: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.aranet4 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.asmog, using log file: /var/log/nixpkgs-update/python311Packages.asmog/2024-03-10.log python311Packages.asmog 0 -> 1 attrpath: python311Packages.asmog Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/zjziv1w7ic6wdhby8axncswyljsp5fqk-packages.json.drv building '/nix/store/zjziv1w7ic6wdhby8axncswyljsp5fqk-packages.json.drv'... Going to be running update for following packages: - python3.11-asmog-0.0.6 Press Enter key to continue... Running update for: - python3.11-asmog-0.0.6: UPDATING ... - python3.11-asmog-0.0.6: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.asmog 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath cowsay, using log file: /var/log/nixpkgs-update/cowsay/2024-03-10.log cowsay 0 -> 1 attrpath: cowsay 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/j4pz7ck26gsw0cx31w72dhywq226i6hk-packages.json.drv building '/nix/store/j4pz7ck26gsw0cx31w72dhywq226i6hk-packages.json.drv'... Going to be running update for following packages: - cowsay-3.7.0 Press Enter key to continue... Running update for: - cowsay-3.7.0: UPDATING ... - cowsay-3.7.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update cowsay 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.staticmap, using log file: /var/log/nixpkgs-update/python311Packages.staticmap/2024-03-10.log python311Packages.staticmap 0 -> 1 attrpath: python311Packages.staticmap Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/ggq68wl3cmyqz12fbcvrc3l8wl3sgwi3-packages.json.drv building '/nix/store/ggq68wl3cmyqz12fbcvrc3l8wl3sgwi3-packages.json.drv'... Going to be running update for following packages: - python3.11-staticmap-0.5.7 Press Enter key to continue... Running update for: - python3.11-staticmap-0.5.7: UPDATING ... - python3.11-staticmap-0.5.7: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.staticmap 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath freeze, using log file: /var/log/nixpkgs-update/freeze/2024-03-10.log freeze 1.3 -> 2.5.0 https://repology.org/project/freeze/versions attrpath: freeze 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/hl7hjnldxk027g2q0aavfazcckdr3nam-source.drv building '/nix/store/hl7hjnldxk027g2q0aavfazcckdr3nam-source.drv'... trying https://github.com/optiv/Freeze/archive/v2.5.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 'freeze.originalSrc' not found stderr did not split as expected full stderr was: these 3 derivations will be built: /nix/store/hl7hjnldxk027g2q0aavfazcckdr3nam-source.drv /nix/store/mzr79p7h8binkx262cmyz107yl11h0wg-freeze-2.5.0-go-modules.drv /nix/store/48spbxs2vsnaa3h977lirmagn75szw1j-freeze-2.5.0.drv building '/nix/store/hl7hjnldxk027g2q0aavfazcckdr3nam-source.drv'... trying https://github.com/optiv/Freeze/archive/v2.5.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/hl7hjnldxk027g2q0aavfazcckdr3nam-source.drv' failed with exit code 1; last 8 log lines: > > trying https://github.com/optiv/Freeze/archive/v2.5.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/hl7hjnldxk027g2q0aavfazcckdr3nam-source.drv'. error: 1 dependencies of derivation '/nix/store/48spbxs2vsnaa3h977lirmagn75szw1j-freeze-2.5.0.drv' failed to build [result] Failed to update freeze 1.3 -> 2.5.0 https://repology.org/project/freeze/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.imap-tools, using log file: /var/log/nixpkgs-update/python311Packages.imap-tools/2024-03-10.log python311Packages.imap-tools 0 -> 1 attrpath: python311Packages.imap-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/jhvzv0c3sk91k1v4f8gra50avvl11ffk-packages.json.drv building '/nix/store/jhvzv0c3sk91k1v4f8gra50avvl11ffk-packages.json.drv'... Going to be running update for following packages: - python3.11-imap-tools-1.5.0 Press Enter key to continue... Running update for: - python3.11-imap-tools-1.5.0: UPDATING ... - python3.11-imap-tools-1.5.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.imap-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 typst-preview, using log file: /var/log/nixpkgs-update/typst-preview/2024-03-10.log typst-preview 0.10.8 -> 0.10.9 https://github.com/Enter-tainer/typst-preview/releases attrpath: typst-preview 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 typst-preview 0.10.8 -> 0.10.9 https://github.com/Enter-tainer/typst-preview/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.vcrpy, using log file: /var/log/nixpkgs-update/python311Packages.vcrpy/2024-03-10.log python311Packages.vcrpy 0 -> 1 attrpath: python311Packages.vcrpy Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/aadnapb22sxi20b9bvpghjgl764fd16v-packages.json.drv building '/nix/store/aadnapb22sxi20b9bvpghjgl764fd16v-packages.json.drv'... Going to be running update for following packages: - python3.11-vcrpy-5.1.0 Press Enter key to continue... Running update for: - python3.11-vcrpy-5.1.0: UPDATING ... - python3.11-vcrpy-5.1.0: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/vcrpy/default.nix b/pkgs/development/python-modules/vcrpy/default.nix index fc4283766b52..c60d3310cda7 100644 --- a/pkgs/development/python-modules/vcrpy/default.nix +++ b/pkgs/development/python-modules/vcrpy/default.nix @@ -12,14 +12,14 @@ buildPythonPackage rec { pname = "vcrpy"; - version = "5.1.0"; + version = "6.0.1"; format = "setuptools"; disabled = pythonOlder "3.7"; src = fetchPypi { inherit pname version; - hash = "sha256-u/FTLyYYoE8RvOKpmvOpZHoyyICVcpP/keCl8Ye2s9I="; + hash = "sha256-ngI/7n+JK6oLvaL32nyKxRFlwcbjj/hohoOhKkvekng="; }; propagatedBuildInputs = [ No auto update branch exists [outpaths] eval start [outpaths] eval end Python package with too many package rebuilds 542 > 25 [result] Failed to update python311Packages.vcrpy 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: 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-configfile, using log file: /var/log/nixpkgs-update/python311Packages.click-configfile/2024-03-10.log python311Packages.click-configfile 0 -> 1 attrpath: python311Packages.click-configfile Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/wjnmc36parb6iix69w7jssy6as742pma-packages.json.drv building '/nix/store/wjnmc36parb6iix69w7jssy6as742pma-packages.json.drv'... Going to be running update for following packages: - python3.11-click-configfile-0.2.3 Press Enter key to continue... Running update for: - python3.11-click-configfile-0.2.3: UPDATING ... - python3.11-click-configfile-0.2.3: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.click-configfile 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath kompute, using log file: /var/log/nixpkgs-update/kompute/2024-03-10.log kompute 0.8.1 -> 0.9.0 https://github.com/KomputeProject/kompute/releases attrpath: kompute 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 kompute 0.8.1 -> 0.9.0 https://github.com/KomputeProject/kompute/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.clldutils, using log file: /var/log/nixpkgs-update/python311Packages.clldutils/2024-03-10.log python311Packages.clldutils 0 -> 1 attrpath: python311Packages.clldutils Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/mfzw9ry7v3bhrmazp19ijwn45l5hz692-packages.json.drv building '/nix/store/mfzw9ry7v3bhrmazp19ijwn45l5hz692-packages.json.drv'... Going to be running update for following packages: - python3.11-clldutils-3.21.0 Press Enter key to continue... Running update for: - python3.11-clldutils-3.21.0: UPDATING ... - python3.11-clldutils-3.21.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.clldutils 0 -> 1 [options] github_user: r-ryantm, pull_request: 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.TestManifest 2.023 -> 2.024 https://github.com/briandfoy/test-manifest/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.soundcloud-v2, using log file: /var/log/nixpkgs-update/python311Packages.soundcloud-v2/2024-03-10.log python311Packages.soundcloud-v2 0 -> 1 attrpath: python311Packages.soundcloud-v2 Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/5wha3g27sjdvmxqg04894a8bn5w16977-packages.json.drv building '/nix/store/5wha3g27sjdvmxqg04894a8bn5w16977-packages.json.drv'... Going to be running update for following packages: - python3.11-soundcloud-v2-1.3.1 Press Enter key to continue... Running update for: - python3.11-soundcloud-v2-1.3.1: UPDATING ... - python3.11-soundcloud-v2-1.3.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.soundcloud-v2 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.dicom-numpy, using log file: /var/log/nixpkgs-update/python311Packages.dicom-numpy/2024-03-10.log python311Packages.dicom-numpy 0 -> 1 attrpath: python311Packages.dicom-numpy Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/cid1mfylbs2zcg8d4adl9bdc4fz44384-packages.json.drv building '/nix/store/cid1mfylbs2zcg8d4adl9bdc4fz44384-packages.json.drv'... Going to be running update for following packages: - python3.11-dicom-numpy-0.6.5 Press Enter key to continue... Running update for: - python3.11-dicom-numpy-0.6.5: UPDATING ... - python3.11-dicom-numpy-0.6.5: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.dicom-numpy 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.myjwt, using log file: /var/log/nixpkgs-update/python311Packages.myjwt/2024-03-10.log python311Packages.myjwt 0 -> 1 attrpath: python311Packages.myjwt Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/5qlwg7d9kqa9sj9kdfr7smsjq03m3skh-packages.json.drv building '/nix/store/5qlwg7d9kqa9sj9kdfr7smsjq03m3skh-packages.json.drv'... Going to be running update for following packages: - python3.11-myjwt-1.6.1 Press Enter key to continue... Running update for: - python3.11-myjwt-1.6.1: UPDATING ... - python3.11-myjwt-1.6.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.myjwt 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.bc-python-hcl2, using log file: /var/log/nixpkgs-update/python311Packages.bc-python-hcl2/2024-03-10.log python311Packages.bc-python-hcl2 0 -> 1 attrpath: python311Packages.bc-python-hcl2 Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/zk2sav3cc6ddzj94wnf9w6zly5ppnf84-packages.json.drv building '/nix/store/zk2sav3cc6ddzj94wnf9w6zly5ppnf84-packages.json.drv'... Going to be running update for following packages: - python3.11-bc-python-hcl2-0.4.2 Press Enter key to continue... Running update for: - python3.11-bc-python-hcl2-0.4.2: UPDATING ... - python3.11-bc-python-hcl2-0.4.2: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.bc-python-hcl2 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath http-prompt, using log file: /var/log/nixpkgs-update/http-prompt/2024-03-10.log http-prompt 0 -> 1 attrpath: http-prompt Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/jf90n0d39cf6wqs0rllm2f0w8splq9pv-packages.json.drv building '/nix/store/jf90n0d39cf6wqs0rllm2f0w8splq9pv-packages.json.drv'... Going to be running update for following packages: - http-prompt-2.1.0 Press Enter key to continue... Running update for: - http-prompt-2.1.0: UPDATING ... - http-prompt-2.1.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update http-prompt 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath kickstart, using log file: /var/log/nixpkgs-update/kickstart/2024-03-10.log kickstart 0 -> 1 attrpath: kickstart 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/17dpq1virlbxqzghlp2awiadhshadm8n-packages.json.drv building '/nix/store/17dpq1virlbxqzghlp2awiadhshadm8n-packages.json.drv'... Going to be running update for following packages: - kickstart-0.4.0 Press Enter key to continue... Running update for: - kickstart-0.4.0: UPDATING ... - kickstart-0.4.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update kickstart 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.pyversasense, using log file: /var/log/nixpkgs-update/python311Packages.pyversasense/2024-03-10.log python311Packages.pyversasense 0 -> 1 attrpath: python311Packages.pyversasense Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/x5wzr1y0hnq2xlx0m5sadi36q2wsdvs9-packages.json.drv building '/nix/store/x5wzr1y0hnq2xlx0m5sadi36q2wsdvs9-packages.json.drv'... Going to be running update for following packages: - python3.11-pyversasense-0.0.6 Press Enter key to continue... Running update for: - python3.11-pyversasense-0.0.6: UPDATING ... - python3.11-pyversasense-0.0.6: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.pyversasense 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath snac2, using log file: /var/log/nixpkgs-update/snac2/2024-03-10.log snac2 0 -> 1 attrpath: snac2 Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/zkx1ibcp3gczillh609vj94h6v4z126n-packages.json.drv building '/nix/store/zkx1ibcp3gczillh609vj94h6v4z126n-packages.json.drv'... Going to be running update for following packages: - snac2-2.49 Press Enter key to continue... Running update for: - snac2-2.49: UPDATING ... - snac2-2.49: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update snac2 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.EasyProcess, using log file: /var/log/nixpkgs-update/python311Packages.EasyProcess/2024-03-10.log python311Packages.EasyProcess 0 -> 1 attrpath: python311Packages.EasyProcess Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/y3a526rxh8lah1qyavmch388467zcpy5-packages.json.drv building '/nix/store/y3a526rxh8lah1qyavmch388467zcpy5-packages.json.drv'... Going to be running update for following packages: - python3.11-easyprocess-1.1 Press Enter key to continue... Running update for: - python3.11-easyprocess-1.1: UPDATING ... - python3.11-easyprocess-1.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.EasyProcess 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath asciidoctor, using log file: /var/log/nixpkgs-update/asciidoctor/2024-03-10.log asciidoctor 0 -> 1 attrpath: asciidoctor 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 asciidoctor 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath stix-two, using log file: /var/log/nixpkgs-update/stix-two/2024-03-10.log stix-two 2.13 -> 2.13.b171 https://repology.org/project/fonts:stix/versions attrpath: stix-two 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/zjbqywpvnzqcgl0c8p7s89zwyacbcmyf-source.drv building '/nix/store/zjbqywpvnzqcgl0c8p7s89zwyacbcmyf-source.drv'... trying https://github.com/stipub/stixfonts/raw/v2.13.b171/zipfiles/STIX2_13_b171-all.zip % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (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 'stix-two.originalSrc' not found stderr did not split as expected full stderr was: these 2 derivations will be built: /nix/store/zjbqywpvnzqcgl0c8p7s89zwyacbcmyf-source.drv /nix/store/0ghhjz3c5pc37r9syvvygkry1zw28yi4-stix-two-2.13.b171.drv building '/nix/store/zjbqywpvnzqcgl0c8p7s89zwyacbcmyf-source.drv'... trying https://github.com/stipub/stixfonts/raw/v2.13.b171/zipfiles/STIX2_13_b171-all.zip % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 237k 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/zjbqywpvnzqcgl0c8p7s89zwyacbcmyf-source.drv' failed with exit code 1; last 7 log lines: > > trying https://github.com/stipub/stixfonts/raw/v2.13.b171/zipfiles/STIX2_13_b171-all.zip > % Total % Received % Xferd Average Speed Time Time Time Current > Dload Upload Total Spent Left Speed > 0 237k 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/zjbqywpvnzqcgl0c8p7s89zwyacbcmyf-source.drv'. error: 1 dependencies of derivation '/nix/store/0ghhjz3c5pc37r9syvvygkry1zw28yi4-stix-two-2.13.b171.drv' failed to build [result] Failed to update stix-two 2.13 -> 2.13.b171 https://repology.org/project/fonts:stix/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath haskellPackages.glualint, using log file: /var/log/nixpkgs-update/haskellPackages.glualint/2024-03-10.log haskellPackages.glualint 1.26.0 -> 1.28.0 https://repology.org/project/haskell:glualint/versions attrpath: haskellPackages.glualint Checking auto update branch... No auto update branch exists Derivation file says not to edit it [result] Failed to update haskellPackages.glualint 1.26.0 -> 1.28.0 https://repology.org/project/haskell:glualint/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.proton-vpn-api-core, using log file: /var/log/nixpkgs-update/python311Packages.proton-vpn-api-core/2024-03-10.log python311Packages.proton-vpn-api-core 0 -> 1 attrpath: python311Packages.proton-vpn-api-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/hvya0qvwmkhkc8qs00g03yc3lx1h5hai-packages.json.drv building '/nix/store/hvya0qvwmkhkc8qs00g03yc3lx1h5hai-packages.json.drv'... Going to be running update for following packages: - python3.11-proton-vpn-api-core-0.20.3 Press Enter key to continue... Running update for: - python3.11-proton-vpn-api-core-0.20.3: UPDATING ... - python3.11-proton-vpn-api-core-0.20.3: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.proton-vpn-api-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 toxiproxy, using log file: /var/log/nixpkgs-update/toxiproxy/2024-03-10.log toxiproxy 2.5.0 -> 2.8.0 https://github.com/Shopify/toxiproxy/releases attrpath: toxiproxy 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-CmENxPAdjz0BAyvhLKIaJjSbK/mvRzHGCQOfGIiA3yI=" [golangModuleVersion] Replaced vendorHash with sha256-k60X2UkMK/RwVdrcYISSTq9Myhq1g3AM/G/XTclG/00= Received ExitFailure 1 when running Raw command: /nix/store/1gfp7hiwzpv9aglk2yfa9m49jc0n7pa5-nix-2.18.1/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A toxiproxy nix build failed. @nix { "action": "setPhase", "phase": "unpackPhase" } Running phase: unpackPhase unpacking source archive /nix/store/w8z1jrjj6vr8g5ymliw1298xjjn3ch7c-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 . Building subPackage ./client Building subPackage ./cmd/cli Building subPackage ./cmd/server Building subPackage ./collectors Building subPackage ./stream Building subPackage ./testhelper Building subPackage ./toxics @nix { "action": "setPhase", "phase": "checkPhase" } Running phase: checkPhase {"level":"trace","component":"BandwidthToxic","method":"Pipe","toxic_type":"bandwidth","addr":"0xc000210010","time":"2024-03-10T14:56:04Z","message":"BandwidthToxic was interrupted"} {"level":"trace","component":"BandwidthToxic","method":"Pipe","toxic_type":"bandwidth","addr":"0xc001986af0","time":"2024-03-10T14:56:04Z","message":"BandwidthToxic was interrupted"} --- FAIL: TestVersionEndpointReturnsVersion (0.00s) api_test.go:1107: Expected to return Version from /version, got: {"version": "2.8.0"} FAIL FAIL github.com/Shopify/toxiproxy/v2 10.357s FAIL [result] Failed to update toxiproxy 2.5.0 -> 2.8.0 https://github.com/Shopify/toxiproxy/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.gradio-pdf, using log file: /var/log/nixpkgs-update/python311Packages.gradio-pdf/2024-03-10.log python311Packages.gradio-pdf 0 -> 1 attrpath: python311Packages.gradio-pdf Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/8snqzhiv6ycvkyzw0a3jlxn3s6h7ckyf-packages.json.drv building '/nix/store/8snqzhiv6ycvkyzw0a3jlxn3s6h7ckyf-packages.json.drv'... Going to be running update for following packages: - python3.11-gradio-pdf-0.0.5 Press Enter key to continue... Running update for: - python3.11-gradio-pdf-0.0.5: UPDATING ... - python3.11-gradio-pdf-0.0.5: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.gradio-pdf 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python312Packages.mypy-boto3-personalize, using log file: /var/log/nixpkgs-update/python312Packages.mypy-boto3-personalize/2024-03-10.log python312Packages.mypy-boto3-personalize 1.34.20 -> 7.23.2 https://github.com/youtype/mypy_boto3_builder/releases attrpath: python312Packages.mypy-boto3-personalize Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/s0gfwjr7bq52icn7msncddbdzr6jakm3-packages.json.drv building '/nix/store/s0gfwjr7bq52icn7msncddbdzr6jakm3-packages.json.drv'... Going to be running update for following packages: - python3.12-mypy-boto3-personalize-1.34.20 Press Enter key to continue... Running update for: - python3.12-mypy-boto3-personalize-1.34.20: UPDATING ... - python3.12-mypy-boto3-personalize-1.34.20: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python312Packages.mypy-boto3-personalize 1.34.20 -> 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 python311Packages.georss-nrcan-earthquakes-client, using log file: /var/log/nixpkgs-update/python311Packages.georss-nrcan-earthquakes-client/2024-03-10.log python311Packages.georss-nrcan-earthquakes-client 0 -> 1 attrpath: python311Packages.georss-nrcan-earthquakes-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/1b01cwmj4r4k16490ff5qfdvlgjndal4-packages.json.drv building '/nix/store/1b01cwmj4r4k16490ff5qfdvlgjndal4-packages.json.drv'... Going to be running update for following packages: - python3.11-georss-nrcan-earthquakes-client-0.4 Press Enter key to continue... Running update for: - python3.11-georss-nrcan-earthquakes-client-0.4: UPDATING ... - python3.11-georss-nrcan-earthquakes-client-0.4: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.georss-nrcan-earthquakes-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.cython_3, using log file: /var/log/nixpkgs-update/python311Packages.cython_3/2024-03-10.log python311Packages.cython_3 3.0.7 -> 3.0.9 https://repology.org/project/python:cython/versions attrpath: python311Packages.cython_3 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/jc8jakf7bsfck5wbskv0x50hqfcr59gc-packages.json.drv building '/nix/store/jc8jakf7bsfck5wbskv0x50hqfcr59gc-packages.json.drv'... Going to be running update for following packages: - python3.11-cython-3.0.7 Press Enter key to continue... Running update for: - python3.11-cython-3.0.7: UPDATING ... - python3.11-cython-3.0.7: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.cython_3 3.0.7 -> 3.0.9 https://repology.org/project/python:cython/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.meteoalertapi, using log file: /var/log/nixpkgs-update/python311Packages.meteoalertapi/2024-03-10.log python311Packages.meteoalertapi 0 -> 1 attrpath: python311Packages.meteoalertapi Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/m3ail0h4qhb88g3m6n189wvpyjbchh28-packages.json.drv building '/nix/store/m3ail0h4qhb88g3m6n189wvpyjbchh28-packages.json.drv'... Going to be running update for following packages: - python3.11-meteoalertapi-0.3.1 Press Enter key to continue... Running update for: - python3.11-meteoalertapi-0.3.1: UPDATING ... - python3.11-meteoalertapi-0.3.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.meteoalertapi 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: 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-ipware, using log file: /var/log/nixpkgs-update/python311Packages.python-ipware/2024-03-10.log python311Packages.python-ipware 0 -> 1 attrpath: python311Packages.python-ipware Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/2m23vc7zimyfg7rpb3gxnsfkwnf5ff6j-packages.json.drv building '/nix/store/2m23vc7zimyfg7rpb3gxnsfkwnf5ff6j-packages.json.drv'... Going to be running update for following packages: - python3.11-python-ipware-2.0.0 Press Enter key to continue... Running update for: - python3.11-python-ipware-2.0.0: UPDATING ... - python3.11-python-ipware-2.0.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.python-ipware 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath nixd, using log file: /var/log/nixpkgs-update/nixd/2024-03-10.log nixd 0 -> 1 attrpath: nixd Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/4xcjnr2yi33lrsgc02c44mpx1pikwq17-packages.json.drv building '/nix/store/4xcjnr2yi33lrsgc02c44mpx1pikwq17-packages.json.drv'... Going to be running update for following packages: - nixd-1.2.3 Press Enter key to continue... Running update for: - nixd-1.2.3: UPDATING ... - nixd-1.2.3: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update nixd 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.tensorboardx, using log file: /var/log/nixpkgs-update/python311Packages.tensorboardx/2024-03-10.log python311Packages.tensorboardx 0 -> 1 attrpath: python311Packages.tensorboardx Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/zq0ramgjcsv621f9gmaipg2bfzj5gzb9-packages.json.drv building '/nix/store/zq0ramgjcsv621f9gmaipg2bfzj5gzb9-packages.json.drv'... Going to be running update for following packages: - python3.11-tensorboardx-2.6.2 Press Enter key to continue... Running update for: - python3.11-tensorboardx-2.6.2: UPDATING ... - python3.11-tensorboardx-2.6.2: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.tensorboardx 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath gummy, using log file: /var/log/nixpkgs-update/gummy/2024-03-10.log gummy 0.3 -> 0.5.9 https://repology.org/project/gummy/versions attrpath: gummy 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/p95n1v03jcwvfibih4sw7glnc8k7lxp4-source.drv building '/nix/store/p95n1v03jcwvfibih4sw7glnc8k7lxp4-source.drv'... trying https://github.com/fushko/gummy/archive/0.5.9.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 stderr did not split as expected full stderr was: error: attribute 'originalSrc' in selection path 'gummy.originalSrc' not found stderr did not split as expected full stderr was: these 2 derivations will be built: /nix/store/p95n1v03jcwvfibih4sw7glnc8k7lxp4-source.drv /nix/store/r1vbwzpqr6ws1hifzgij02hspdzshrwk-gummy-0.5.9.drv this path will be fetched (0.26 MiB download, 1.08 MiB unpacked): /nix/store/7xxbinn0ph3yby3qbfsf7bw8abahc8b6-sdbus-cpp-1.5.0 copying path '/nix/store/7xxbinn0ph3yby3qbfsf7bw8abahc8b6-sdbus-cpp-1.5.0' from 'https://cache.nixos.org'... building '/nix/store/p95n1v03jcwvfibih4sw7glnc8k7lxp4-source.drv'... trying https://github.com/fushko/gummy/archive/0.5.9.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: builder for '/nix/store/p95n1v03jcwvfibih4sw7glnc8k7lxp4-source.drv' failed with exit code 1; last 7 log lines: > > trying https://github.com/fushko/gummy/archive/0.5.9.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 For full logs, run 'nix log /nix/store/p95n1v03jcwvfibih4sw7glnc8k7lxp4-source.drv'. error: 1 dependencies of derivation '/nix/store/r1vbwzpqr6ws1hifzgij02hspdzshrwk-gummy-0.5.9.drv' failed to build [result] Failed to update gummy 0.3 -> 0.5.9 https://repology.org/project/gummy/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.regex, using log file: /var/log/nixpkgs-update/python311Packages.regex/2024-03-10.log python311Packages.regex 0 -> 1 attrpath: python311Packages.regex Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/c0j5yzxhl79igdbqmwxp4caj5x0ab8k4-packages.json.drv building '/nix/store/c0j5yzxhl79igdbqmwxp4caj5x0ab8k4-packages.json.drv'... Going to be running update for following packages: - python3.11-regex-2023.10.3 Press Enter key to continue... Running update for: - python3.11-regex-2023.10.3: UPDATING ... - python3.11-regex-2023.10.3: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/regex/default.nix b/pkgs/development/python-modules/regex/default.nix index 66bb26fb6007..0ada0fe50ba2 100644 --- a/pkgs/development/python-modules/regex/default.nix +++ b/pkgs/development/python-modules/regex/default.nix @@ -7,14 +7,14 @@ buildPythonPackage rec { pname = "regex"; - version = "2023.10.3"; + version = "2023.12.25"; format = "setuptools"; disabled = pythonOlder "3.6"; src = fetchPypi { inherit pname version; - hash = "sha256-P+9PhE0ikO4LpXrdzsF+7J499z8QonSEhd/Wo6GIzA8="; + hash = "sha256-KRcaoSjaaa/fS95BLVvtwzXyyo/P5EiQOFd9BfFhgeU="; }; checkPhase = '' No auto update branch exists [outpaths] eval start [outpaths] eval end Python package with too many package rebuilds 5101 > 25 [result] Failed to update python311Packages.regex 0 -> 1 [options] github_user: r-ryantm, pull_request: 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.logster 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_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.ct, using log file: /var/log/nixpkgs-update/terraform-providers.ct/2024-03-10.log terraform-providers.ct 0 -> 1 attrpath: terraform-providers.ct Checking auto update branch... Derivation file opts-out of auto-updates [result] Failed to update terraform-providers.ct 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath enlightenment.evisum, using log file: /var/log/nixpkgs-update/enlightenment.evisum/2024-03-10.log enlightenment.evisum 0 -> 1 attrpath: enlightenment.evisum Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/k8n6h72wr8dvgcw5psndayzpzyszvf3z-packages.json.drv building '/nix/store/k8n6h72wr8dvgcw5psndayzpzyszvf3z-packages.json.drv'... Going to be running update for following packages: - evisum-0.6.0 Press Enter key to continue... Running update for: - evisum-0.6.0: UPDATING ... - evisum-0.6.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update enlightenment.evisum 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.noise, using log file: /var/log/nixpkgs-update/python311Packages.noise/2024-03-10.log python311Packages.noise 0 -> 1 attrpath: python311Packages.noise Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/2b4g9qn1p6v09ypxzs7z7ik2b6njxrcb-packages.json.drv building '/nix/store/2b4g9qn1p6v09ypxzs7z7ik2b6njxrcb-packages.json.drv'... Going to be running update for following packages: - python3.11-noise-1.2.2 Press Enter key to continue... Running update for: - python3.11-noise-1.2.2: UPDATING ... - python3.11-noise-1.2.2: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.noise 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath libretro.twenty-fortyeight, using log file: /var/log/nixpkgs-update/libretro.twenty-fortyeight/2024-03-10.log libretro.twenty-fortyeight 0 -> 1 attrpath: libretro.twenty-fortyeight Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/8kbzz65qdybzrlypfl6qwn0jk33kwqia-packages.json.drv building '/nix/store/8kbzz65qdybzrlypfl6qwn0jk33kwqia-packages.json.drv'... Going to be running update for following packages: - libretro-2048-unstable-2023-02-20 Press Enter key to continue... Running update for: - libretro-2048-unstable-2023-02-20: UPDATING ... - libretro-2048-unstable-2023-02-20: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update libretro.twenty-fortyeight 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.jaxlib-bin, using log file: /var/log/nixpkgs-update/python311Packages.jaxlib-bin/2024-03-10.log python311Packages.jaxlib-bin 0 -> 1 attrpath: python311Packages.jaxlib-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] Success [updateScript] this derivation will be built: /nix/store/m41iypxidf2wc1p893whcj7vjch6g922-packages.json.drv building '/nix/store/m41iypxidf2wc1p893whcj7vjch6g922-packages.json.drv'... Going to be running update for following packages: - python3.11-jaxlib-0.4.24 Press Enter key to continue... Running update for: - python3.11-jaxlib-0.4.24: UPDATING ... - python3.11-jaxlib-0.4.24: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.jaxlib-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.databases, using log file: /var/log/nixpkgs-update/python311Packages.databases/2024-03-10.log python311Packages.databases 0 -> 1 attrpath: python311Packages.databases Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/4gib6zs6v6gid3n0iznkkci6c3jrdc4x-packages.json.drv building '/nix/store/4gib6zs6v6gid3n0iznkkci6c3jrdc4x-packages.json.drv'... Going to be running update for following packages: - python3.11-databases-0.9.0 Press Enter key to continue... Running update for: - python3.11-databases-0.9.0: UPDATING ... - python3.11-databases-0.9.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.databases 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath mimeo, using log file: /var/log/nixpkgs-update/mimeo/2024-03-10.log mimeo 0 -> 1 attrpath: mimeo Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/ms2b2k5xzga3p5gfqcfrn0alnygwmrqc-packages.json.drv building '/nix/store/ms2b2k5xzga3p5gfqcfrn0alnygwmrqc-packages.json.drv'... Going to be running update for following packages: - mimeo-2023 Press Enter key to continue... Running update for: - mimeo-2023: UPDATING ... - mimeo-2023: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update mimeo 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.spyder-kernels, using log file: /var/log/nixpkgs-update/python311Packages.spyder-kernels/2024-03-10.log python311Packages.spyder-kernels 0 -> 1 attrpath: python311Packages.spyder-kernels Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/qaqv0fg37z6cbj0dh5kd3qhmkvj0mys8-packages.json.drv building '/nix/store/qaqv0fg37z6cbj0dh5kd3qhmkvj0mys8-packages.json.drv'... Going to be running update for following packages: - python3.11-spyder-kernels-2.5.1 Press Enter key to continue... Running update for: - python3.11-spyder-kernels-2.5.1: UPDATING ... - python3.11-spyder-kernels-2.5.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.spyder-kernels 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath platformio-core, using log file: /var/log/nixpkgs-update/platformio-core/2024-03-10.log platformio-core 0 -> 1 attrpath: platformio-core Checking auto update branch... [version] [version] generic version rewriter does not support multiple hashes [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/0cshb8s95dh6w44f1cbmgkq9gx00cimd-packages.json.drv building '/nix/store/0cshb8s95dh6w44f1cbmgkq9gx00cimd-packages.json.drv'... Going to be running update for following packages: - platformio-6.1.11 Press Enter key to continue... Running update for: - platformio-6.1.11: UPDATING ... - platformio-6.1.11: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/embedded/platformio/core.nix b/pkgs/development/embedded/platformio/core.nix index b36d5367e65e..8eaedc2c6417 100644 --- a/pkgs/development/embedded/platformio/core.nix +++ b/pkgs/development/embedded/platformio/core.nix @@ -11,15 +11,15 @@ with python3Packages; buildPythonApplication rec { pname = "platformio"; - version = "6.1.11"; + version = "6.1.13"; pyproject = true; # pypi tarballs don't contain tests - https://github.com/platformio/platformio-core/issues/1964 src = fetchFromGitHub { owner = "platformio"; repo = "platformio-core"; - rev = "v${version}"; - hash = "sha256-NR4UyAt8q5sUGtz1Sy6E8Of7y9WrH9xpcAWzLBeDQmo="; + rev = "refs/tags/v${version}"; + hash = "sha256-JRHdYDdEezTQhyw5JVv3aJUqeCMiGSS6RaeYvpRbRjY="; }; outputs = [ "out" "udev" ]; No auto update branch exists [outpaths] eval start [outpaths] eval end Received ExitFailure 1 when running Raw command: /nix/store/1gfp7hiwzpv9aglk2yfa9m49jc0n7pa5-nix-2.18.1/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A platformio-core nix build failed. got build log for 'platformio-core' from 'daemon' Sourcing python-remove-tests-dir-hook Sourcing python-catch-conflicts-hook.sh Sourcing python-remove-bin-bytecode-hook.sh Sourcing pypa-build-hook Using pypaBuildPhase Sourcing python-runtime-deps-check-hook Using pythonRuntimeDepsCheckHook Sourcing pypa-install-hook Using pypaInstallPhase Sourcing python-imports-check-hook.sh Using pythonImportsCheckPhase Sourcing python-namespaces-hook Sourcing python-catch-conflicts-hook.sh Sourcing pytest-check-hook Using pytestCheckPhase @nix { "action": "setPhase", "phase": "unpackPhase" } Running phase: unpackPhase unpacking source archive /nix/store/z0z6n9k680cwr5nd7i05bjfbj9jwlsxk-source source root is source setting SOURCE_DATE_EPOCH to timestamp 315619200 of file source/tox.ini @nix { "action": "setPhase", "phase": "patchPhase" } Running phase: patchPhase applying patch /nix/store/am7fck38vp8c53fz7y29qdfajf064qmq-interpreter.patch patching file platformio/proc.py applying patch /nix/store/h4fxv603gx9dymv2x2ymcj2d1ldf99zc-use-local-spdx-license-list.patch patching file platformio/package/manifest/schema.py Hunk #1 FAILED at 276. 1 out of 1 hunk FAILED -- saving rejects to file platformio/package/manifest/schema.py.rej [result] Failed to update platformio-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 git-repo-updater, using log file: /var/log/nixpkgs-update/git-repo-updater/2024-03-10.log git-repo-updater 0 -> 1 attrpath: git-repo-updater Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/x8mckc6019w4cpd7l8naxz9w8zbvpifw-packages.json.drv building '/nix/store/x8mckc6019w4cpd7l8naxz9w8zbvpifw-packages.json.drv'... Going to be running update for following packages: - gitup-0.5.1 Press Enter key to continue... Running update for: - gitup-0.5.1: UPDATING ... - gitup-0.5.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update git-repo-updater 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.pygount, using log file: /var/log/nixpkgs-update/python311Packages.pygount/2024-03-10.log python311Packages.pygount 0 -> 1 attrpath: python311Packages.pygount Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/4z5a9lzbya3jwh161nwvzpim30pwkjl6-packages.json.drv building '/nix/store/4z5a9lzbya3jwh161nwvzpim30pwkjl6-packages.json.drv'... Going to be running update for following packages: - python3.11-pygount-1.6.1 Press Enter key to continue... Running update for: - python3.11-pygount-1.6.1: UPDATING ... - python3.11-pygount-1.6.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.pygount 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.pypeg2, using log file: /var/log/nixpkgs-update/python311Packages.pypeg2/2024-03-10.log python311Packages.pypeg2 0 -> 1 attrpath: python311Packages.pypeg2 Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/jf29nhdxcv5b1974y5frxbr017vvgd6n-packages.json.drv building '/nix/store/jf29nhdxcv5b1974y5frxbr017vvgd6n-packages.json.drv'... Going to be running update for following packages: - python3.11-pypeg2-2.15.2 Press Enter key to continue... Running update for: - python3.11-pypeg2-2.15.2: UPDATING ... - python3.11-pypeg2-2.15.2: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.pypeg2 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.rgbif, using log file: /var/log/nixpkgs-update/rPackages.rgbif/2024-03-10.log rPackages.rgbif 3.7.8 -> 3.7.9 https://repology.org/project/r:rgbif/versions attrpath: rPackages.rgbif Checking auto update branch... No auto update branch exists Old version 3.7.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.rgbif 3.7.8 -> 3.7.9 https://repology.org/project/r:rgbif/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath libodfgen, using log file: /var/log/nixpkgs-update/libodfgen/2024-03-10.log libodfgen 0.1.7 -> 0.1.8 https://repology.org/project/libodfgen/versions attrpath: libodfgen 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/libodfgen/default.nix b/pkgs/development/libraries/libodfgen/default.nix index d4a6aab24c87..272d38ad3202 100644 --- a/pkgs/development/libraries/libodfgen/default.nix +++ b/pkgs/development/libraries/libodfgen/default.nix @@ -2,11 +2,11 @@ stdenv.mkDerivation rec { pname = "libodfgen"; - version = "0.1.7"; + version = "0.1.8"; src = fetchurl { url = "mirror://sourceforge/project/libwpd/libodfgen/libodfgen-${version}/libodfgen-${version}.tar.xz"; - sha256 = "sha256-Mj5JH5VsjKKrsSyZjjUGcJMKMjF7+WYrBhXdSzkiuDE="; + sha256 = "sha256-VSAAJ/1GYjub3d040nXnRS0bD/iu3crW+a5twl9hBiU="; }; nativeBuildInputs = [ pkg-config ]; [outpaths] eval start [outpaths] eval end Received ExitFailure 1 when running Raw command: /nix/store/1gfp7hiwzpv9aglk2yfa9m49jc0n7pa5-nix-2.18.1/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A libodfgen nix build failed. checking how to run the C++ preprocessor... g++ -E checking for ld used by g++... ld -m elf_x86_64 checking if the linker (ld -m elf_x86_64) is GNU ld... yes checking whether the g++ linker (ld -m elf_x86_64) supports shared libraries... yes checking for g++ option to produce PIC... -fPIC -DPIC checking if g++ PIC flag -fPIC -DPIC works... yes checking if g++ static flag -static works... no checking if g++ supports -c -o file.o... yes checking if g++ supports -c -o file.o... (cached) yes checking whether the g++ linker (ld -m elf_x86_64) supports shared libraries... yes checking dynamic linker characteristics... (cached) GNU/Linux ld.so checking how to hardcode library paths into programs... immediate checking pkg-config is at least version 0.20... yes checking whether g++ supports C++11 features by default... yes checking for __attribute__((format))... yes checking for librevenge-0.0 librevenge-stream-0.0 ... yes checking for libxml-2.0... no configure: error: Package requirements (libxml-2.0) were not met: No package 'libxml-2.0' found Consider adjusting the PKG_CONFIG_PATH environment variable if you installed software in a non-standard prefix. Alternatively, you may set the environment variables XML_CFLAGS and XML_LIBS to avoid the need to call pkg-config. See the pkg-config man page for more details. [result] Failed to update libodfgen 0.1.7 -> 0.1.8 https://repology.org/project/libodfgen/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath cccc, using log file: /var/log/nixpkgs-update/cccc/2024-03-10.log cccc 3.1.4 -> 3.2.0 https://repology.org/project/cccc/versions attrpath: cccc 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/22r20p52hnd0xp7yq2h53njslxn32kww-cccc-3.2.0.tar.gz.drv building '/nix/store/22r20p52hnd0xp7yq2h53njslxn32kww-cccc-3.2.0.tar.gz.drv'... trying https://downloads.sourceforge.net/cccc/3.2.0/cccc-3.2.0.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 154 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 trying https://prdownloads.sourceforge.net/cccc/3.2.0/cccc-3.2.0.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 154 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 curl: (22) The requested URL returned error: 404 trying https://netcologne.dl.sourceforge.net/sourceforge/cccc/3.2.0/cccc-3.2.0.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 138 100 138 0 0 968 0 --:--:-- --:--:-- --:--:-- 971 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/cccc/3.2.0/cccc-3.2.0.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 154 100 154 0 0 245 0 --:--:-- --:--:-- --:--:-- 245 0 154 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 curl: (22) The requested URL returned error: 404 trying https://freefr.dl.sourceforge.net/sourceforge/cccc/3.2.0/cccc-3.2.0.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 310 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/cccc/3.2.0/cccc-3.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 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 cccc-3.2.0.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 'cccc.originalSrc' not found stderr did not split as expected full stderr was: these 2 derivations will be built: /nix/store/22r20p52hnd0xp7yq2h53njslxn32kww-cccc-3.2.0.tar.gz.drv /nix/store/8zjcskjc3ka1r7ggkrgy6413fj7rzb5c-cccc-3.2.0.drv building '/nix/store/22r20p52hnd0xp7yq2h53njslxn32kww-cccc-3.2.0.tar.gz.drv'... trying https://downloads.sourceforge.net/cccc/3.2.0/cccc-3.2.0.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 154 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 trying https://prdownloads.sourceforge.net/cccc/3.2.0/cccc-3.2.0.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 154 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 curl: (22) The requested URL returned error: 404 trying https://netcologne.dl.sourceforge.net/sourceforge/cccc/3.2.0/cccc-3.2.0.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 138 100 138 0 0 1282 0 --:--:-- --:--:-- --:--:-- 1289 0 154 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 curl: (22) The requested URL returned error: 404 trying https://versaweb.dl.sourceforge.net/sourceforge/cccc/3.2.0/cccc-3.2.0.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 154 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 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/cccc/3.2.0/cccc-3.2.0.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 310 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 154 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 curl: (22) The requested URL returned error: 404 trying https://osdn.dl.sourceforge.net/sourceforge/cccc/3.2.0/cccc-3.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 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 cccc-3.2.0.tar.gz from any mirror error: builder for '/nix/store/22r20p52hnd0xp7yq2h53njslxn32kww-cccc-3.2.0.tar.gz.drv' failed with exit code 1; last 25 log lines: > trying https://versaweb.dl.sourceforge.net/sourceforge/cccc/3.2.0/cccc-3.2.0.tar.gz > % Total % Received % Xferd Average Speed Time Time Time Current > Dload Upload Total Spent Left Speed > 0 154 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 > 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/cccc/3.2.0/cccc-3.2.0.tar.gz > % Total % Received % Xferd Average Speed Time Time Time Current > Dload Upload Total Spent Left Speed > 0 310 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 > 0 154 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 > curl: (22) The requested URL returned error: 404 > > trying https://osdn.dl.sourceforge.net/sourceforge/cccc/3.2.0/cccc-3.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 > 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 cccc-3.2.0.tar.gz from any mirror For full logs, run 'nix log /nix/store/22r20p52hnd0xp7yq2h53njslxn32kww-cccc-3.2.0.tar.gz.drv'. error: 1 dependencies of derivation '/nix/store/8zjcskjc3ka1r7ggkrgy6413fj7rzb5c-cccc-3.2.0.drv' failed to build [result] Failed to update cccc 3.1.4 -> 3.2.0 https://repology.org/project/cccc/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath i3-rounded, using log file: /var/log/nixpkgs-update/i3-rounded/2024-03-10.log i3-rounded unstable-2021-10-03 -> 4.21.1 https://github.com/LinoBigatti/i3-rounded/releases attrpath: i3-rounded 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/i3/rounded.nix b/pkgs/applications/window-managers/i3/rounded.nix index aa3701975fcc..84adf0983bde 100644 --- a/pkgs/applications/window-managers/i3/rounded.nix +++ b/pkgs/applications/window-managers/i3/rounded.nix @@ -2,13 +2,13 @@ i3.overrideAttrs (oldAttrs: rec { pname = "i3-rounded"; - version = "unstable-2021-10-03"; + version = "4.21.1"; src = fetchFromGitHub { owner = "LinoBigatti"; repo = "i3-rounded"; rev = "524c9f7b50f8c540b2ae3480b242c30d8775f98e"; - sha256 = "0y7m1s1y8f9vgkp7byi33js8n4rigiykd71s936i5d4rwlzrxiwm"; + sha256 = "sha256-lceeP+WZtBLNSDqcNn18MROLtBwj+nXufDs55IMO9Xg="; }; buildInputs = oldAttrs.buildInputs ++ [ pcre ]; Source url did not change. [result] Failed to update i3-rounded unstable-2021-10-03 -> 4.21.1 https://github.com/LinoBigatti/i3-rounded/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath fortran-language-server, using log file: /var/log/nixpkgs-update/fortran-language-server/2024-03-10.log fortran-language-server 0 -> 1 attrpath: fortran-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/i9palw3rybsb388hqkpqnwvk9yq5v1ik-packages.json.drv building '/nix/store/i9palw3rybsb388hqkpqnwvk9yq5v1ik-packages.json.drv'... Going to be running update for following packages: - fortran-language-server-1.12.0 Press Enter key to continue... Running update for: - fortran-language-server-1.12.0: UPDATING ... - fortran-language-server-1.12.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update fortran-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 python312Packages.segno, using log file: /var/log/nixpkgs-update/python312Packages.segno/2024-03-10.log python312Packages.segno 1.6.0 -> 1.6.1 https://github.com/heuer/segno/releases attrpath: python312Packages.segno Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/2d9zjwvb0f71nvchqj200pk18pgn5xic-packages.json.drv building '/nix/store/2d9zjwvb0f71nvchqj200pk18pgn5xic-packages.json.drv'... Going to be running update for following packages: - python3.12-segno-1.6.0 Press Enter key to continue... Running update for: - python3.12-segno-1.6.0: UPDATING ... - python3.12-segno-1.6.0: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/segno/default.nix b/pkgs/development/python-modules/segno/default.nix index 98c332af7389..70d17c274fb8 100644 --- a/pkgs/development/python-modules/segno/default.nix +++ b/pkgs/development/python-modules/segno/default.nix @@ -17,14 +17,14 @@ buildPythonPackage rec { pname = "segno"; - version = "1.6.0"; + version = "1.6.1"; pyproject = true; src = fetchFromGitHub { owner = "heuer"; repo = "segno"; rev = "refs/tags/${version}"; - hash = "sha256-lgitNnVHvvPLKtDqJvc/zsVlFu9Gw0D3S4lt/20TlhE="; + hash = "sha256-5CDrQhbgUydz1ORp4ktZwhcgbJxQq1snKIAA0v4mZ00="; }; nativeBuildInputs = [ No auto update branch exists [outpaths] eval start [outpaths] eval end Received ExitFailure 1 when running Raw command: /nix/store/1gfp7hiwzpv9aglk2yfa9m49jc0n7pa5-nix-2.18.1/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A python312Packages.segno nix build failed. Running phase: updateAutotoolsGnuConfigScriptsPhase @nix { "action": "setPhase", "phase": "configurePhase" } Running phase: configurePhase no configure script, doing nothing @nix { "action": "setPhase", "phase": "buildPhase" } Running phase: buildPhase Executing pypaBuildPhase Creating a wheel... * Getting build dependencies for wheel... Traceback (most recent call last): File "/nix/store/njfmr91hxr6313lcv2blw3p809xz3d26-python3.12-pyproject-hooks-1.0.0/lib/python3.12/site-packages/pyproject_hooks/_impl.py", line 321, in _call_hook raise BackendUnavailable(data.get('traceback', '')) pyproject_hooks._impl.BackendUnavailable: Traceback (most recent call last): File "/nix/store/njfmr91hxr6313lcv2blw3p809xz3d26-python3.12-pyproject-hooks-1.0.0/lib/python3.12/site-packages/pyproject_hooks/_in_process/_in_process.py", line 77, in _build_backend obj = import_module(mod_path) ^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/dqsflsigjcxisziiynrxlbsm2y71m4bq-python3-3.12.2/lib/python3.12/importlib/__init__.py", line 90, in import_module return _bootstrap._gcd_import(name[level:], package, level) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "", line 1387, in _gcd_import File "", line 1360, in _find_and_load File "", line 1310, in _find_and_load_unlocked File "", line 488, in _call_with_frames_removed File "", line 1387, in _gcd_import File "", line 1360, in _find_and_load File "", line 1324, in _find_and_load_unlocked ModuleNotFoundError: No module named 'flit_core' ERROR Backend 'flit_core.buildapi' is not available. [result] Failed to update python312Packages.segno 1.6.0 -> 1.6.1 https://github.com/heuer/segno/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.remaCor, using log file: /var/log/nixpkgs-update/rPackages.remaCor/2024-03-10.log rPackages.remaCor 0.0.16 -> 0.0.18 https://repology.org/project/r:remacor/versions attrpath: rPackages.remaCor Checking auto update branch... No auto update branch exists Old version 0.0.16" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-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.remaCor 0.0.16 -> 0.0.18 https://repology.org/project/r:remacor/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.singR, using log file: /var/log/nixpkgs-update/rPackages.singR/2024-03-10.log rPackages.singR 0.1.1 -> 0.1.2 https://repology.org/project/r:singr/versions attrpath: rPackages.singR 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.singR 0.1.1 -> 0.1.2 https://repology.org/project/r:singr/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath arjun-cnf, using log file: /var/log/nixpkgs-update/arjun-cnf/2024-03-10.log arjun-cnf 2.5.2 -> 2.5.4 https://github.com/meelgroup/arjun/releases attrpath: arjun-cnf 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 arjun-cnf 2.5.2 -> 2.5.4 https://github.com/meelgroup/arjun/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.adaR, using log file: /var/log/nixpkgs-update/rPackages.adaR/2024-03-10.log rPackages.adaR 0.3.1 -> 0.3.2 https://repology.org/project/r:adar/versions attrpath: rPackages.adaR Checking auto update branch... No auto update branch exists Old version 0.3.1" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; configurePhase = '' runHook preConfigure export R_LIBS_SITE="$R_LIBS_SITE''${R_LIBS_SITE:+:}$out/library" runHook postConfigure ''; buildPhase = '' runHook preBuild runHook postBuild ''; installFlags = if attrs.doCheck or true then [] else [ "--no-test-load" ]; rCommand = if requireX then # Unfortunately, xvfb-run has a race condition even with -a option, so that # we acquire a lock explicitly. "flock ${xvfb-run} xvfb-run -a -e xvfb-error R" else "R"; installPhase = '' runHook preInstall mkdir -p $out/library $rCommand CMD INSTALL --built-timestamp='1970-01-01 00:00:00 UTC' $installFlags --configure-args="$configureFlags" -l $out/library . runHook postInstall ''; postFixup = '' if test -e $out/nix-support/propagated-build-inputs; then ln -s $out/nix-support/propagated-build-inputs $out/nix-support/propagated-user-env-packages fi ''; checkPhase = '' # noop since R CMD INSTALL tests packages ''; } // attrs // { name = "r-" + name; }) [result] Failed to update rPackages.adaR 0.3.1 -> 0.3.2 https://repology.org/project/r:adar/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.IBMPopSim, using log file: /var/log/nixpkgs-update/rPackages.IBMPopSim/2024-03-10.log rPackages.IBMPopSim 0.4.3 -> 1.0.0 https://repology.org/project/r:ibmpopsim/versions attrpath: rPackages.IBMPopSim Checking auto update branch... No auto update branch exists Old version 0.4.3" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; configurePhase = '' runHook preConfigure export R_LIBS_SITE="$R_LIBS_SITE''${R_LIBS_SITE:+:}$out/library" runHook postConfigure ''; buildPhase = '' runHook preBuild runHook postBuild ''; installFlags = if attrs.doCheck or true then [] else [ "--no-test-load" ]; rCommand = if requireX then # Unfortunately, xvfb-run has a race condition even with -a option, so that # we acquire a lock explicitly. "flock ${xvfb-run} xvfb-run -a -e xvfb-error R" else "R"; installPhase = '' runHook preInstall mkdir -p $out/library $rCommand CMD INSTALL --built-timestamp='1970-01-01 00:00:00 UTC' $installFlags --configure-args="$configureFlags" -l $out/library . runHook postInstall ''; postFixup = '' if test -e $out/nix-support/propagated-build-inputs; then ln -s $out/nix-support/propagated-build-inputs $out/nix-support/propagated-user-env-packages fi ''; checkPhase = '' # noop since R CMD INSTALL tests packages ''; } // attrs // { name = "r-" + name; }) [result] Failed to update rPackages.IBMPopSim 0.4.3 -> 1.0.0 https://repology.org/project/r:ibmpopsim/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.fitbitViz, using log file: /var/log/nixpkgs-update/rPackages.fitbitViz/2024-03-10.log rPackages.fitbitViz 1.0.5 -> 1.0.6 https://repology.org/project/r:fitbitviz/versions attrpath: rPackages.fitbitViz Checking auto update branch... No auto update branch exists Old version 1.0.5" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; configurePhase = '' runHook preConfigure export R_LIBS_SITE="$R_LIBS_SITE''${R_LIBS_SITE:+:}$out/library" runHook postConfigure ''; buildPhase = '' runHook preBuild runHook postBuild ''; installFlags = if attrs.doCheck or true then [] else [ "--no-test-load" ]; rCommand = if requireX then # Unfortunately, xvfb-run has a race condition even with -a option, so that # we acquire a lock explicitly. "flock ${xvfb-run} xvfb-run -a -e xvfb-error R" else "R"; installPhase = '' runHook preInstall mkdir -p $out/library $rCommand CMD INSTALL --built-timestamp='1970-01-01 00:00:00 UTC' $installFlags --configure-args="$configureFlags" -l $out/library . runHook postInstall ''; postFixup = '' if test -e $out/nix-support/propagated-build-inputs; then ln -s $out/nix-support/propagated-build-inputs $out/nix-support/propagated-user-env-packages fi ''; checkPhase = '' # noop since R CMD INSTALL tests packages ''; } // attrs // { name = "r-" + name; }) [result] Failed to update rPackages.fitbitViz 1.0.5 -> 1.0.6 https://repology.org/project/r:fitbitviz/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.rsinaica, using log file: /var/log/nixpkgs-update/rPackages.rsinaica/2024-03-10.log rPackages.rsinaica 0.6.1 -> 1.0.0 https://repology.org/project/r:rsinaica/versions attrpath: rPackages.rsinaica Checking auto update branch... No auto update branch exists Old version 0.6.1" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; 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.rsinaica 0.6.1 -> 1.0.0 https://repology.org/project/r:rsinaica/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.specs, using log file: /var/log/nixpkgs-update/rPackages.specs/2024-03-10.log rPackages.specs 0.1.1 -> 1.0.1 https://repology.org/project/r:specs/versions attrpath: rPackages.specs 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.specs 0.1.1 -> 1.0.1 https://repology.org/project/r:specs/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath tcl, using log file: /var/log/nixpkgs-update/tcl/2024-03-10.log tcl 8.6.13 -> 8.6.14 https://repology.org/project/tcl-lang/versions attrpath: tcl Checking auto update branch... No auto update branch exists Old version 8.6.13" not present in master derivation file with contents: { lib, stdenv, callPackage, makeSetupHook, runCommand , tzdata # Version specific stuff , release, version, src , ... }: let baseInterp = stdenv.mkDerivation rec { pname = "tcl"; inherit version src; outputs = [ "out" "man" ]; setOutputFlags = false; postPatch = '' substituteInPlace library/clock.tcl \ --replace "/usr/share/zoneinfo" "${tzdata}/share/zoneinfo" \ --replace "/usr/share/lib/zoneinfo" "" \ --replace "/usr/lib/zoneinfo" "" \ --replace "/usr/local/etc/zoneinfo" "" ''; preConfigure = '' cd unix ''; configureFlags = [ "--enable-threads" # Note: using $out instead of $man to prevent a runtime dependency on $man. "--mandir=${placeholder "out"}/share/man" "--enable-man-symlinks" # Don't install tzdata because NixOS already has a more up-to-date copy. "--with-tzdata=no" "tcl_cv_strtod_unbroken=ok" ] ++ lib.optional stdenv.is64bit "--enable-64bit"; enableParallelBuilding = true; postInstall = let dllExtension = stdenv.hostPlatform.extensions.sharedLibrary; in '' make install-private-headers ln -s $out/bin/tclsh${release} $out/bin/tclsh ln -s $out/lib/libtcl${release}${dllExtension} $out/lib/libtcl${dllExtension} ''; meta = with lib; { description = "The Tcl scripting language"; homepage = "https://www.tcl.tk/"; license = licenses.tcltk; platforms = platforms.all; maintainers = with maintainers; [ agbrooks ]; }; passthru = rec { inherit release version; libPrefix = "tcl${release}"; libdir = "lib/${libPrefix}"; tclPackageHook = callPackage ({ buildPackages }: makeSetupHook { name = "tcl-package-hook"; propagatedBuildInputs = [ buildPackages.makeBinaryWrapper ]; meta = { inherit (meta) maintainers platforms; }; } ./tcl-package-hook.sh) {}; # verify that Tcl's clock library can access tzdata tests.tzdata = runCommand "${pname}-test-tzdata" {} '' ${baseInterp}/bin/tclsh <(echo "set t [clock scan {2004-10-30 05:00:00} \ -format {%Y-%m-%d %H:%M:%S} \ -timezone :America/New_York]") > $out ''; }; }; mkTclDerivation = callPackage ./mk-tcl-derivation.nix { tcl = baseInterp; }; in baseInterp.overrideAttrs (self: { passthru = self.passthru // { inherit mkTclDerivation; }; }) [result] Failed to update tcl 8.6.13 -> 8.6.14 https://repology.org/project/tcl-lang/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.yuima, using log file: /var/log/nixpkgs-update/rPackages.yuima/2024-03-10.log rPackages.yuima 1.15.22 -> 1.15.27 https://repology.org/project/r:yuima/versions attrpath: rPackages.yuima Checking auto update branch... No auto update branch exists Old version 1.15.22" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-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.yuima 1.15.22 -> 1.15.27 https://repology.org/project/r:yuima/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.RcppCWB, using log file: /var/log/nixpkgs-update/rPackages.RcppCWB/2024-03-10.log rPackages.RcppCWB 0.6.3 -> 0.6.4 https://repology.org/project/r:rcppcwb/versions attrpath: rPackages.RcppCWB Checking auto update branch... No auto update branch exists Old version 0.6.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.RcppCWB 0.6.3 -> 0.6.4 https://repology.org/project/r:rcppcwb/versions [options] github_user: r-ryantm, pull_request: YES, batch_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.drb, using log file: /var/log/nixpkgs-update/rubyPackages.drb/2024-03-10.log rubyPackages.drb 2.2.0 -> 2.2.1 https://repology.org/project/ruby:drb/versions attrpath: rubyPackages.drb 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.drb 2.2.0 -> 2.2.1 https://repology.org/project/ruby:drb/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.qrnn, using log file: /var/log/nixpkgs-update/rPackages.qrnn/2024-03-10.log rPackages.qrnn 2.1 -> 2.1.1 https://repology.org/project/r:qrnn/versions attrpath: rPackages.qrnn Checking auto update branch... No auto update branch exists Old version 2.1" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; configurePhase = '' runHook preConfigure export R_LIBS_SITE="$R_LIBS_SITE''${R_LIBS_SITE:+:}$out/library" runHook postConfigure ''; buildPhase = '' runHook preBuild runHook postBuild ''; installFlags = if attrs.doCheck or true then [] else [ "--no-test-load" ]; rCommand = if requireX then # Unfortunately, xvfb-run has a race condition even with -a option, so that # we acquire a lock explicitly. "flock ${xvfb-run} xvfb-run -a -e xvfb-error R" else "R"; installPhase = '' runHook preInstall mkdir -p $out/library $rCommand CMD INSTALL --built-timestamp='1970-01-01 00:00:00 UTC' $installFlags --configure-args="$configureFlags" -l $out/library . runHook postInstall ''; postFixup = '' if test -e $out/nix-support/propagated-build-inputs; then ln -s $out/nix-support/propagated-build-inputs $out/nix-support/propagated-user-env-packages fi ''; checkPhase = '' # noop since R CMD INSTALL tests packages ''; } // attrs // { name = "r-" + name; }) [result] Failed to update rPackages.qrnn 2.1 -> 2.1.1 https://repology.org/project/r:qrnn/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.dreamlet, using log file: /var/log/nixpkgs-update/rPackages.dreamlet/2024-03-10.log rPackages.dreamlet 1.0.0 -> 1.0.3 https://repology.org/project/r:dreamlet/versions attrpath: rPackages.dreamlet Checking auto update branch... No auto update branch exists Old version 1.0.0" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; configurePhase = '' runHook preConfigure export R_LIBS_SITE="$R_LIBS_SITE''${R_LIBS_SITE:+:}$out/library" runHook postConfigure ''; buildPhase = '' runHook preBuild runHook postBuild ''; installFlags = if attrs.doCheck or true then [] else [ "--no-test-load" ]; rCommand = if requireX then # Unfortunately, xvfb-run has a race condition even with -a option, so that # we acquire a lock explicitly. "flock ${xvfb-run} xvfb-run -a -e xvfb-error R" else "R"; installPhase = '' runHook preInstall mkdir -p $out/library $rCommand CMD INSTALL --built-timestamp='1970-01-01 00:00:00 UTC' $installFlags --configure-args="$configureFlags" -l $out/library . runHook postInstall ''; postFixup = '' if test -e $out/nix-support/propagated-build-inputs; then ln -s $out/nix-support/propagated-build-inputs $out/nix-support/propagated-user-env-packages fi ''; checkPhase = '' # noop since R CMD INSTALL tests packages ''; } // attrs // { name = "r-" + name; }) [result] Failed to update rPackages.dreamlet 1.0.0 -> 1.0.3 https://repology.org/project/r:dreamlet/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.FactoMineR, using log file: /var/log/nixpkgs-update/rPackages.FactoMineR/2024-03-10.log rPackages.FactoMineR 2.9 -> 2.10 https://repology.org/project/r:factominer/versions attrpath: rPackages.FactoMineR Checking auto update branch... No auto update branch exists Old version 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.FactoMineR 2.9 -> 2.10 https://repology.org/project/r:factominer/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.kit, using log file: /var/log/nixpkgs-update/rPackages.kit/2024-03-10.log rPackages.kit 0.0.15 -> 0.0.16 https://repology.org/project/r:kit/versions attrpath: rPackages.kit Checking auto update branch... No auto update branch exists Old version 0.0.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.kit 0.0.15 -> 0.0.16 https://repology.org/project/r:kit/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.pmp, using log file: /var/log/nixpkgs-update/rPackages.pmp/2024-03-10.log rPackages.pmp 1.14.0 -> 1.14.1 https://repology.org/project/r:pmp/versions attrpath: rPackages.pmp 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.pmp 1.14.0 -> 1.14.1 https://repology.org/project/r:pmp/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.BUSpaRse, using log file: /var/log/nixpkgs-update/rPackages.BUSpaRse/2024-03-10.log rPackages.BUSpaRse 1.16.0 -> 1.16.1 https://repology.org/project/r:busparse/versions attrpath: rPackages.BUSpaRse Checking auto update branch... No auto update branch exists Old version 1.16.0" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; 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.BUSpaRse 1.16.0 -> 1.16.1 https://repology.org/project/r:busparse/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath faissWithCuda, using log file: /var/log/nixpkgs-update/faissWithCuda/2024-03-10.log faissWithCuda 1.7.4 -> 1.8.0 https://github.com/facebookresearch/faiss/releases attrpath: faissWithCuda 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/science/math/faiss/default.nix b/pkgs/development/libraries/science/math/faiss/default.nix index 25ac539e05f2..67a2d6af97b2 100644 --- a/pkgs/development/libraries/science/math/faiss/default.nix +++ b/pkgs/development/libraries/science/math/faiss/default.nix @@ -27,7 +27,7 @@ let pname = "faiss"; - version = "1.7.4"; + version = "1.8.0"; inherit (cudaPackages) cudaFlags backendStdenv; inherit (cudaFlags) cudaCapabilities dropDot; @@ -57,7 +57,7 @@ stdenv.mkDerivation { owner = "facebookresearch"; repo = pname; rev = "v${version}"; - hash = "sha256-WSce9X6sLZmGM5F0ZkK54VqpIy8u1VB0e9/l78co29M="; + hash = "sha256-nS8nhkNGGb2oAJKfr/MIAZjAwMxBGbNd16/CkEtv67I="; }; buildInputs = [ [outpaths] eval start [outpaths] eval end Received ExitFailure 1 when running Raw command: /nix/store/1gfp7hiwzpv9aglk2yfa9m49jc0n7pa5-nix-2.18.1/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A faissWithCuda Received ExitFailure 1 when running Raw command: /nix/store/1gfp7hiwzpv9aglk2yfa9m49jc0n7pa5-nix-2.18.1/bin/nix --extra-experimental-features nix-command log -f . faissWithCuda Standard output: error: … while calling the 'derivationStrict' builtin at /builtin/derivation.nix:9:12: (source not available) … while evaluating derivation 'faiss-1.8.0' whose name attribute is located at /var/cache/nixpkgs-update/worker/worktree/faissWithCuda/pkgs/stdenv/generic/make-derivation.nix:354:7 … while evaluating attribute 'buildInputs' of derivation 'faiss-1.8.0' at /var/cache/nixpkgs-update/worker/worktree/faissWithCuda/pkgs/stdenv/generic/make-derivation.nix:401:7: 400| depsHostHost = elemAt (elemAt dependencies 1) 0; 401| buildInputs = elemAt (elemAt dependencies 1) 1; | ^ 402| depsTargetTarget = elemAt (elemAt dependencies 2) 0; (stack trace truncated; use '--show-trace' to show the full trace) error: Package ‘cuda_cudart-12.2.140’ in /var/cache/nixpkgs-update/worker/worktree/faissWithCuda/pkgs/development/cuda-modules/generic-builders/manifest.nix:325 has an unfree license (‘CUDA EULA’), 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) [ "cuda_cudart-12.2.140" ]; } 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 faissWithCuda 1.7.4 -> 1.8.0 https://github.com/facebookresearch/faiss/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.uncompyle6, using log file: /var/log/nixpkgs-update/python311Packages.uncompyle6/2024-03-10.log python311Packages.uncompyle6 0 -> 1 attrpath: python311Packages.uncompyle6 Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/f10x3dzhhra89ipckzznfgx9w25mdk6x-packages.json.drv building '/nix/store/f10x3dzhhra89ipckzznfgx9w25mdk6x-packages.json.drv'... Going to be running update for following packages: - python3.11-uncompyle6-3.9.0 Press Enter key to continue... Running update for: - python3.11-uncompyle6-3.9.0: UPDATING ... - python3.11-uncompyle6-3.9.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.uncompyle6 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.contextlib2, using log file: /var/log/nixpkgs-update/python311Packages.contextlib2/2024-03-10.log python311Packages.contextlib2 0 -> 1 attrpath: python311Packages.contextlib2 Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/r7yhhmxmqd7i1srara2i25ga5ixlnixp-packages.json.drv building '/nix/store/r7yhhmxmqd7i1srara2i25ga5ixlnixp-packages.json.drv'... Going to be running update for following packages: - python3.11-contextlib2-21.6.0 Press Enter key to continue... Running update for: - python3.11-contextlib2-21.6.0: UPDATING ... - python3.11-contextlib2-21.6.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.contextlib2 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.nidaqmx, using log file: /var/log/nixpkgs-update/python311Packages.nidaqmx/2024-03-10.log python311Packages.nidaqmx 0 -> 1 attrpath: python311Packages.nidaqmx Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/xpg6vf388k813jyk6m6ihvf5wd8d4ch5-packages.json.drv building '/nix/store/xpg6vf388k813jyk6m6ihvf5wd8d4ch5-packages.json.drv'... Going to be running update for following packages: - python3.11-nidaqmx-0.5.7 Press Enter key to continue... Running update for: - python3.11-nidaqmx-0.5.7: UPDATING ... - python3.11-nidaqmx-0.5.7: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.nidaqmx 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.paddlepaddle, using log file: /var/log/nixpkgs-update/python311Packages.paddlepaddle/2024-03-10.log python311Packages.paddlepaddle 0 -> 1 attrpath: python311Packages.paddlepaddle Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/kfbxwspb8masfhpfl6jlgk1ngm09j8p7-packages.json.drv building '/nix/store/kfbxwspb8masfhpfl6jlgk1ngm09j8p7-packages.json.drv'... Going to be running update for following packages: - python3.11-paddlepaddle-2.5.0 Press Enter key to continue... Running update for: - python3.11-paddlepaddle-2.5.0: UPDATING ... - python3.11-paddlepaddle-2.5.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.paddlepaddle 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.treesliceR, using log file: /var/log/nixpkgs-update/rPackages.treesliceR/2024-03-10.log rPackages.treesliceR 1.0.0 -> 1.0.1 https://repology.org/project/r:treeslicer/versions attrpath: rPackages.treesliceR Checking auto update branch... No auto update branch exists Old version 1.0.0" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; configurePhase = '' runHook preConfigure export R_LIBS_SITE="$R_LIBS_SITE''${R_LIBS_SITE:+:}$out/library" runHook postConfigure ''; buildPhase = '' runHook preBuild runHook postBuild ''; installFlags = if attrs.doCheck or true then [] else [ "--no-test-load" ]; rCommand = if requireX then # Unfortunately, xvfb-run has a race condition even with -a option, so that # we acquire a lock explicitly. "flock ${xvfb-run} xvfb-run -a -e xvfb-error R" else "R"; installPhase = '' runHook preInstall mkdir -p $out/library $rCommand CMD INSTALL --built-timestamp='1970-01-01 00:00:00 UTC' $installFlags --configure-args="$configureFlags" -l $out/library . runHook postInstall ''; postFixup = '' if test -e $out/nix-support/propagated-build-inputs; then ln -s $out/nix-support/propagated-build-inputs $out/nix-support/propagated-user-env-packages fi ''; checkPhase = '' # noop since R CMD INSTALL tests packages ''; } // attrs // { name = "r-" + name; }) [result] Failed to update rPackages.treesliceR 1.0.0 -> 1.0.1 https://repology.org/project/r:treeslicer/versions [options] github_user: r-ryantm, pull_request: YES, batch_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.vusted, using log file: /var/log/nixpkgs-update/lua52Packages.vusted/2024-03-10.log lua52Packages.vusted 2.3.3-1 -> 2.3.4 https://github.com/notomo/vusted/releases attrpath: lua52Packages.vusted Packages for lua are currently skipped. https://github.com/NixOS/nixpkgs/pull/37501#issuecomment-375169646 [result] Failed to update lua52Packages.vusted 2.3.3-1 -> 2.3.4 https://github.com/notomo/vusted/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.Rhdf5lib, using log file: /var/log/nixpkgs-update/rPackages.Rhdf5lib/2024-03-10.log rPackages.Rhdf5lib 1.24.1 -> 1.24.2 https://repology.org/project/r:rhdf5lib/versions attrpath: rPackages.Rhdf5lib Checking auto update branch... No auto update branch exists Old version 1.24.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.Rhdf5lib 1.24.1 -> 1.24.2 https://repology.org/project/r:rhdf5lib/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.crew, using log file: /var/log/nixpkgs-update/rPackages.crew/2024-03-10.log rPackages.crew 0.8.0 -> 0.9.0 https://repology.org/project/r:crew/versions attrpath: rPackages.crew Checking auto update branch... No auto update branch exists Old version 0.8.0" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; configurePhase = '' runHook preConfigure export R_LIBS_SITE="$R_LIBS_SITE''${R_LIBS_SITE:+:}$out/library" runHook postConfigure ''; buildPhase = '' runHook preBuild runHook postBuild ''; installFlags = if attrs.doCheck or true then [] else [ "--no-test-load" ]; rCommand = if requireX then # Unfortunately, xvfb-run has a race condition even with -a option, so that # we acquire a lock explicitly. "flock ${xvfb-run} xvfb-run -a -e xvfb-error R" else "R"; installPhase = '' runHook preInstall mkdir -p $out/library $rCommand CMD INSTALL --built-timestamp='1970-01-01 00:00:00 UTC' $installFlags --configure-args="$configureFlags" -l $out/library . runHook postInstall ''; postFixup = '' if test -e $out/nix-support/propagated-build-inputs; then ln -s $out/nix-support/propagated-build-inputs $out/nix-support/propagated-user-env-packages fi ''; checkPhase = '' # noop since R CMD INSTALL tests packages ''; } // attrs // { name = "r-" + name; }) [result] Failed to update rPackages.crew 0.8.0 -> 0.9.0 https://repology.org/project/r:crew/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.crew_cluster, using log file: /var/log/nixpkgs-update/rPackages.crew_cluster/2024-03-10.log rPackages.crew_cluster 0.2.0 -> 0.3.0 https://repology.org/project/r:crew.cluster/versions attrpath: rPackages.crew_cluster 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.crew_cluster 0.2.0 -> 0.3.0 https://repology.org/project/r:crew.cluster/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.metR, using log file: /var/log/nixpkgs-update/rPackages.metR/2024-03-10.log rPackages.metR 0.14.1 -> 0.15.0 https://repology.org/project/r:metr/versions attrpath: rPackages.metR Checking auto update branch... No auto update branch exists Old version 0.14.1" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; 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.metR 0.14.1 -> 0.15.0 https://repology.org/project/r:metr/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.BioNERO, using log file: /var/log/nixpkgs-update/rPackages.BioNERO/2024-03-10.log rPackages.BioNERO 1.10.0 -> 1.10.1 https://repology.org/project/r:bionero/versions attrpath: rPackages.BioNERO Checking auto update branch... No auto update branch exists Old version 1.10.0" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; configurePhase = '' runHook preConfigure export R_LIBS_SITE="$R_LIBS_SITE''${R_LIBS_SITE:+:}$out/library" runHook postConfigure ''; buildPhase = '' runHook preBuild runHook postBuild ''; installFlags = if attrs.doCheck or true then [] else [ "--no-test-load" ]; rCommand = if requireX then # Unfortunately, xvfb-run has a race condition even with -a option, so that # we acquire a lock explicitly. "flock ${xvfb-run} xvfb-run -a -e xvfb-error R" else "R"; installPhase = '' runHook preInstall mkdir -p $out/library $rCommand CMD INSTALL --built-timestamp='1970-01-01 00:00:00 UTC' $installFlags --configure-args="$configureFlags" -l $out/library . runHook postInstall ''; postFixup = '' if test -e $out/nix-support/propagated-build-inputs; then ln -s $out/nix-support/propagated-build-inputs $out/nix-support/propagated-user-env-packages fi ''; checkPhase = '' # noop since R CMD INSTALL tests packages ''; } // attrs // { name = "r-" + name; }) [result] Failed to update rPackages.BioNERO 1.10.0 -> 1.10.1 https://repology.org/project/r:bionero/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.RcppArmadillo, using log file: /var/log/nixpkgs-update/rPackages.RcppArmadillo/2024-03-10.log rPackages.RcppArmadillo 0.12.6.6.1 -> 0.12.8.1.0 https://repology.org/project/r:rcpparmadillo/versions attrpath: rPackages.RcppArmadillo Checking auto update branch... No auto update branch exists Old version 0.12.6.6.1" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; 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.RcppArmadillo 0.12.6.6.1 -> 0.12.8.1.0 https://repology.org/project/r:rcpparmadillo/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.TestAnaAPP, using log file: /var/log/nixpkgs-update/rPackages.TestAnaAPP/2024-03-10.log rPackages.TestAnaAPP 0.1.5 -> 0.1.8 https://repology.org/project/r:testanaapp/versions attrpath: rPackages.TestAnaAPP Checking auto update branch... No auto update branch exists Old version 0.1.5" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; configurePhase = '' runHook preConfigure export R_LIBS_SITE="$R_LIBS_SITE''${R_LIBS_SITE:+:}$out/library" runHook postConfigure ''; buildPhase = '' runHook preBuild runHook postBuild ''; installFlags = if attrs.doCheck or true then [] else [ "--no-test-load" ]; rCommand = if requireX then # Unfortunately, xvfb-run has a race condition even with -a option, so that # we acquire a lock explicitly. "flock ${xvfb-run} xvfb-run -a -e xvfb-error R" else "R"; installPhase = '' runHook preInstall mkdir -p $out/library $rCommand CMD INSTALL --built-timestamp='1970-01-01 00:00:00 UTC' $installFlags --configure-args="$configureFlags" -l $out/library . runHook postInstall ''; postFixup = '' if test -e $out/nix-support/propagated-build-inputs; then ln -s $out/nix-support/propagated-build-inputs $out/nix-support/propagated-user-env-packages fi ''; checkPhase = '' # noop since R CMD INSTALL tests packages ''; } // attrs // { name = "r-" + name; }) [result] Failed to update rPackages.TestAnaAPP 0.1.5 -> 0.1.8 https://repology.org/project/r:testanaapp/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.RFCCA, using log file: /var/log/nixpkgs-update/rPackages.RFCCA/2024-03-10.log rPackages.RFCCA 1.0.12 -> 2.0.0 https://repology.org/project/r:rfcca/versions attrpath: rPackages.RFCCA Checking auto update branch... No auto update branch exists Old version 1.0.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.RFCCA 1.0.12 -> 2.0.0 https://repology.org/project/r:rfcca/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath v2ray-domain-list-community, using log file: /var/log/nixpkgs-update/v2ray-domain-list-community/2024-03-10.log v2ray-domain-list-community 20240221053250 -> 20240310062737 https://github.com/v2fly/domain-list-community/releases attrpath: v2ray-domain-list-community Checking auto update branch... No auto update branch exists There might already be an open PR for this update: - v2ray-domain-list-community: 20240221053250 -> 20240310062737 URL "https://api.github.com/repos/NixOS/nixpkgs/issues/294759" [result] Failed to update v2ray-domain-list-community 20240221053250 -> 20240310062737 https://github.com/v2fly/domain-list-community/releases [options] github_user: r-ryantm, pull_request: YES, batch_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-tunein, using log file: /var/log/nixpkgs-update/mopidy-tunein/2024-03-10.log mopidy-tunein 0 -> 1 attrpath: mopidy-tunein Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/272r51g872v607nlif8g886nfcvw28ys-packages.json.drv building '/nix/store/272r51g872v607nlif8g886nfcvw28ys-packages.json.drv'... Going to be running update for following packages: - mopidy-tunein-1.1.0 Press Enter key to continue... Running update for: - mopidy-tunein-1.1.0: UPDATING ... - mopidy-tunein-1.1.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update mopidy-tunein 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.parver, using log file: /var/log/nixpkgs-update/python311Packages.parver/2024-03-10.log python311Packages.parver 0 -> 1 attrpath: python311Packages.parver Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/8c2hzxzyrm5hq98pb5rsyjh0qnsvnx7r-packages.json.drv building '/nix/store/8c2hzxzyrm5hq98pb5rsyjh0qnsvnx7r-packages.json.drv'... Going to be running update for following packages: - python3.11-parver-0.5 Press Enter key to continue... Running update for: - python3.11-parver-0.5: UPDATING ... - python3.11-parver-0.5: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.parver 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_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.windows, using log file: /var/log/nixpkgs-update/octavePackages.windows/2024-03-10.log octavePackages.windows 0 -> 1 attrpath: octavePackages.windows Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/p1rwmbk602klwjbk8my4avfsp7iqj6i8-packages.json.drv building '/nix/store/p1rwmbk602klwjbk8my4avfsp7iqj6i8-packages.json.drv'... Going to be running update for following packages: - octave-8.4.0-windows-1.6.4 Press Enter key to continue... Running update for: - octave-8.4.0-windows-1.6.4: UPDATING ... - octave-8.4.0-windows-1.6.4: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update octavePackages.windows 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.btrfs, using log file: /var/log/nixpkgs-update/python311Packages.btrfs/2024-03-10.log python311Packages.btrfs 0 -> 1 attrpath: python311Packages.btrfs Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/55sfdf105q0rdfa2jj1r8zwia8g718l4-packages.json.drv building '/nix/store/55sfdf105q0rdfa2jj1r8zwia8g718l4-packages.json.drv'... Going to be running update for following packages: - python3.11-btrfs-13 Press Enter key to continue... Running update for: - python3.11-btrfs-13: UPDATING ... - python3.11-btrfs-13: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.btrfs 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath bitwarden_rs, using log file: /var/log/nixpkgs-update/bitwarden_rs/2024-03-10.log bitwarden_rs 0 -> 1 attrpath: bitwarden_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] these 2 derivations will be built: /nix/store/5j0xk6hnw1whp2n8s8411rdjm7i1c97p-update-vaultwarden.drv /nix/store/z3r6r2sjpnyf2crk2cabg2sg5x5ir87m-packages.json.drv building '/nix/store/5j0xk6hnw1whp2n8s8411rdjm7i1c97p-update-vaultwarden.drv'... building '/nix/store/z3r6r2sjpnyf2crk2cabg2sg5x5ir87m-packages.json.drv'... Going to be running update for following packages: - vaultwarden-1.30.5 Press Enter key to continue... Running update for: - vaultwarden-1.30.5: UPDATING ... - vaultwarden-1.30.5: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update bitwarden_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.scrapy-fake-useragent, using log file: /var/log/nixpkgs-update/python311Packages.scrapy-fake-useragent/2024-03-10.log python311Packages.scrapy-fake-useragent 0 -> 1 attrpath: python311Packages.scrapy-fake-useragent Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/yhx866wj6rfn5crkby3w5m11qkkqcv0h-packages.json.drv building '/nix/store/yhx866wj6rfn5crkby3w5m11qkkqcv0h-packages.json.drv'... Going to be running update for following packages: - python3.11-scrapy-fake-useragent-1.4.4 Press Enter key to continue... Running update for: - python3.11-scrapy-fake-useragent-1.4.4: UPDATING ... - python3.11-scrapy-fake-useragent-1.4.4: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.scrapy-fake-useragent 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.sonarr, using log file: /var/log/nixpkgs-update/python311Packages.sonarr/2024-03-10.log python311Packages.sonarr 0 -> 1 attrpath: python311Packages.sonarr Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/xyvgvvpsdbzz8456spl5c42dd2phajrs-packages.json.drv building '/nix/store/xyvgvvpsdbzz8456spl5c42dd2phajrs-packages.json.drv'... Going to be running update for following packages: - python3.11-sonarr-0.3.0 Press Enter key to continue... Running update for: - python3.11-sonarr-0.3.0: UPDATING ... - python3.11-sonarr-0.3.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.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 ncftp, using log file: /var/log/nixpkgs-update/ncftp/2024-03-10.log ncftp 3.2.6 -> 3.2.7 https://repology.org/project/ncftp/versions attrpath: ncftp 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/5rn7qb6l84svr0xn4vbianxm4qrqj2hm-ncftp-3.2.7-src.tar.xz.drv building '/nix/store/5rn7qb6l84svr0xn4vbianxm4qrqj2hm-ncftp-3.2.7-src.tar.xz.drv'... trying ftp://ftp.ncftp.com/ncftp/ncftp-3.2.7-src.tar.xz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- 0:02:15 --:--:-- 0 curl: (28) Failed to connect to ftp.ncftp.com port 21 after 135742 ms: Couldn't connect to server Warning: Problem : timeout. Will retry in 1 seconds. 3 retries left. 0 0 0 0 0 0 0 0 --:--:-- 0:02:14 --:--:-- 0 curl: (28) Failed to connect to ftp.ncftp.com port 21 after 134167 ms: Couldn't connect to server Warning: Problem : timeout. Will retry in 2 seconds. 2 retries left. 0 0 0 0 0 0 0 0 --:--:-- 0:02:13 --:--:-- 0 curl: (28) Failed to connect to ftp.ncftp.com port 21 after 133164 ms: Couldn't connect to server Warning: Problem : timeout. Will retry in 4 seconds. 1 retries left. 0 0 0 0 0 0 0 0 --:--:-- 0:02:15 --:--:-- 0 curl: (28) Failed to connect to ftp.ncftp.com port 21 after 135259 ms: Couldn't connect to server error: cannot download ncftp-3.2.7-src.tar.xz 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 'ncftp.originalSrc' not found stderr did not split as expected full stderr was: these 2 derivations will be built: /nix/store/5rn7qb6l84svr0xn4vbianxm4qrqj2hm-ncftp-3.2.7-src.tar.xz.drv /nix/store/26lxgcx7akxfifyzx5b6xg5hxlkdmx7j-ncftp-3.2.7.drv building '/nix/store/5rn7qb6l84svr0xn4vbianxm4qrqj2hm-ncftp-3.2.7-src.tar.xz.drv'... trying ftp://ftp.ncftp.com/ncftp/ncftp-3.2.7-src.tar.xz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- 0:02:13 --:--:-- 0 curl: (28) Failed to connect to ftp.ncftp.com port 21 after 133501 ms: Couldn't connect to server Warning: Problem : timeout. Will retry in 1 seconds. 3 retries left. 0 0 0 0 0 0 0 0 --:--:-- 0:02:14 --:--:-- 0 curl: (28) Failed to connect to ftp.ncftp.com port 21 after 134165 ms: Couldn't connect to server Warning: Problem : timeout. Will retry in 2 seconds. 2 retries left. 0 0 0 0 0 0 0 0 --:--:-- 0:02:13 --:--:-- 0 curl: (28) Failed to connect to ftp.ncftp.com port 21 after 133165 ms: Couldn't connect to server Warning: Problem : timeout. Will retry in 4 seconds. 1 retries left. 0 0 0 0 0 0 0 0 --:--:-- 0:02:15 --:--:-- 0 curl: (28) Failed to connect to ftp.ncftp.com port 21 after 135259 ms: Couldn't connect to server error: cannot download ncftp-3.2.7-src.tar.xz from any mirror error: builder for '/nix/store/5rn7qb6l84svr0xn4vbianxm4qrqj2hm-ncftp-3.2.7-src.tar.xz.drv' failed with exit code 1; last 16 log lines: > > trying ftp://ftp.ncftp.com/ncftp/ncftp-3.2.7-src.tar.xz > % Total % Received % Xferd Average Speed Time Time Time Current > Dload Upload Total Spent Left Speed > 0 0 0 0 0 0 0 0 --:--:-- 0:02:13 --:--:-- 0 > curl: (28) Failed to connect to ftp.ncftp.com port 21 after 133501 ms: Couldn't connect to server > Warning: Problem : timeout. Will retry in 1 seconds. 3 retries left. > 0 0 0 0 0 0 0 0 --:--:-- 0:02:14 --:--:-- 0 > curl: (28) Failed to connect to ftp.ncftp.com port 21 after 134165 ms: Couldn't connect to server > Warning: Problem : timeout. Will retry in 2 seconds. 2 retries left. > 0 0 0 0 0 0 0 0 --:--:-- 0:02:13 --:--:-- 0 > curl: (28) Failed to connect to ftp.ncftp.com port 21 after 133165 ms: Couldn't connect to server > Warning: Problem : timeout. Will retry in 4 seconds. 1 retries left. > 0 0 0 0 0 0 0 0 --:--:-- 0:02:15 --:--:-- 0 > curl: (28) Failed to connect to ftp.ncftp.com port 21 after 135259 ms: Couldn't connect to server > error: cannot download ncftp-3.2.7-src.tar.xz from any mirror For full logs, run 'nix log /nix/store/5rn7qb6l84svr0xn4vbianxm4qrqj2hm-ncftp-3.2.7-src.tar.xz.drv'. error: 1 dependencies of derivation '/nix/store/26lxgcx7akxfifyzx5b6xg5hxlkdmx7j-ncftp-3.2.7.drv' failed to build [result] Failed to update ncftp 3.2.6 -> 3.2.7 https://repology.org/project/ncftp/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python312Packages.psygnal, using log file: /var/log/nixpkgs-update/python312Packages.psygnal/2024-03-10.log python312Packages.psygnal 0.9.5 -> 0.10.0 https://github.com/pyapp-kit/psygnal/releases attrpath: python312Packages.psygnal Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/ixmhkzbbfd2mih4x4cp4q06z71s02mg7-packages.json.drv building '/nix/store/ixmhkzbbfd2mih4x4cp4q06z71s02mg7-packages.json.drv'... Going to be running update for following packages: - python3.12-psygnal-0.9.5 Press Enter key to continue... Running update for: - python3.12-psygnal-0.9.5: UPDATING ... - python3.12-psygnal-0.9.5: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/psygnal/default.nix b/pkgs/development/python-modules/psygnal/default.nix index 890d397c532f..701834561673 100644 --- a/pkgs/development/python-modules/psygnal/default.nix +++ b/pkgs/development/python-modules/psygnal/default.nix @@ -16,7 +16,7 @@ buildPythonPackage rec { pname = "psygnal"; - version = "0.9.5"; + version = "0.10.0"; format = "pyproject"; disabled = pythonOlder "3.8"; @@ -25,7 +25,7 @@ buildPythonPackage rec { owner = "pyapp-kit"; repo = pname; rev = "refs/tags/v${version}"; - hash = "sha256-eDfGWmTKJrkkzRy1I3wl3WYPCxtPHSRzqAoOiO7QQ9Y="; + hash = "sha256-RckzvOclV2UUZLYq3buLeLLBN/Q/CmCAqmGmjzYPqbM="; }; buildInputs = [ An auto update branch exists with message `python312Packages.psygnal: 0.9.5 -> 0.10.0`. New version is 0.10.0. An auto update branch exists with an equal or greater version [result] Failed to update python312Packages.psygnal 0.9.5 -> 0.10.0 https://github.com/pyapp-kit/psygnal/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.naniar, using log file: /var/log/nixpkgs-update/rPackages.naniar/2024-03-10.log rPackages.naniar 1.0.0 -> 1.1.0 https://repology.org/project/r:naniar/versions attrpath: rPackages.naniar Checking auto update branch... No auto update branch exists Old version 1.0.0" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; configurePhase = '' runHook preConfigure export R_LIBS_SITE="$R_LIBS_SITE''${R_LIBS_SITE:+:}$out/library" runHook postConfigure ''; buildPhase = '' runHook preBuild runHook postBuild ''; installFlags = if attrs.doCheck or true then [] else [ "--no-test-load" ]; rCommand = if requireX then # Unfortunately, xvfb-run has a race condition even with -a option, so that # we acquire a lock explicitly. "flock ${xvfb-run} xvfb-run -a -e xvfb-error R" else "R"; installPhase = '' runHook preInstall mkdir -p $out/library $rCommand CMD INSTALL --built-timestamp='1970-01-01 00:00:00 UTC' $installFlags --configure-args="$configureFlags" -l $out/library . runHook postInstall ''; postFixup = '' if test -e $out/nix-support/propagated-build-inputs; then ln -s $out/nix-support/propagated-build-inputs $out/nix-support/propagated-user-env-packages fi ''; checkPhase = '' # noop since R CMD INSTALL tests packages ''; } // attrs // { name = "r-" + name; }) [result] Failed to update rPackages.naniar 1.0.0 -> 1.1.0 https://repology.org/project/r:naniar/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.copulaData, using log file: /var/log/nixpkgs-update/rPackages.copulaData/2024-03-10.log rPackages.copulaData 0.0-1 -> 0.0-2 https://repology.org/project/r:copuladata/versions attrpath: rPackages.copulaData 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.copulaData 0.0-1 -> 0.0-2 https://repology.org/project/r:copuladata/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.SARP_compo, using log file: /var/log/nixpkgs-update/rPackages.SARP_compo/2024-03-10.log rPackages.SARP_compo 0.1.5 -> 0.1.8 https://repology.org/project/r:sarp.compo/versions attrpath: rPackages.SARP_compo Checking auto update branch... No auto update branch exists Old version 0.1.5" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; configurePhase = '' runHook preConfigure export R_LIBS_SITE="$R_LIBS_SITE''${R_LIBS_SITE:+:}$out/library" runHook postConfigure ''; buildPhase = '' runHook preBuild runHook postBuild ''; installFlags = if attrs.doCheck or true then [] else [ "--no-test-load" ]; rCommand = if requireX then # Unfortunately, xvfb-run has a race condition even with -a option, so that # we acquire a lock explicitly. "flock ${xvfb-run} xvfb-run -a -e xvfb-error R" else "R"; installPhase = '' runHook preInstall mkdir -p $out/library $rCommand CMD INSTALL --built-timestamp='1970-01-01 00:00:00 UTC' $installFlags --configure-args="$configureFlags" -l $out/library . runHook postInstall ''; postFixup = '' if test -e $out/nix-support/propagated-build-inputs; then ln -s $out/nix-support/propagated-build-inputs $out/nix-support/propagated-user-env-packages fi ''; checkPhase = '' # noop since R CMD INSTALL tests packages ''; } // attrs // { name = "r-" + name; }) [result] Failed to update rPackages.SARP_compo 0.1.5 -> 0.1.8 https://repology.org/project/r:sarp.compo/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python312Packages.systembridgemodels, using log file: /var/log/nixpkgs-update/python312Packages.systembridgemodels/2024-03-10.log python312Packages.systembridgemodels 4.0.0 -> 4.0.3 https://github.com/timmo001/system-bridge-models/releases attrpath: python312Packages.systembridgemodels 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/dy5jppbxdfvx6vg46lnnzpimfy5w9zf3-packages.json.drv building '/nix/store/dy5jppbxdfvx6vg46lnnzpimfy5w9zf3-packages.json.drv'... Going to be running update for following packages: - python3.12-systembridgemodels-4.0.0 Press Enter key to continue... Running update for: - python3.12-systembridgemodels-4.0.0: UPDATING ... - python3.12-systembridgemodels-4.0.0: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/systembridgemodels/default.nix b/pkgs/development/python-modules/systembridgemodels/default.nix index 16a16b3a8da4..2706fbddd33f 100644 --- a/pkgs/development/python-modules/systembridgemodels/default.nix +++ b/pkgs/development/python-modules/systembridgemodels/default.nix @@ -9,7 +9,7 @@ buildPythonPackage rec { pname = "systembridgemodels"; - version = "4.0.0"; + version = "4.0.3"; pyproject = true; disabled = pythonOlder "3.11"; @@ -18,7 +18,7 @@ buildPythonPackage rec { owner = "timmo001"; repo = "system-bridge-models"; rev = "refs/tags/${version}"; - hash = "sha256-4nbTsVRqtoX4UhTrQS4HwoLtx0RO1VA8UewSAWOSsik="; + hash = "sha256-5rbj58E8iDu2Rjf0k9Y1UoF3hbN7ntkx6dm20HYpw6I="; }; patches = [ No auto update branch exists [outpaths] eval start [outpaths] eval end Received ExitFailure 1 when running Raw command: /nix/store/1gfp7hiwzpv9aglk2yfa9m49jc0n7pa5-nix-2.18.1/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A python312Packages.systembridgemodels nix build failed. got build log for 'python312Packages.systembridgemodels' from 'daemon' Sourcing python-remove-tests-dir-hook Sourcing python-catch-conflicts-hook.sh Sourcing python-remove-bin-bytecode-hook.sh Sourcing pypa-build-hook Using pypaBuildPhase Sourcing python-runtime-deps-check-hook Using pythonRuntimeDepsCheckHook Sourcing pypa-install-hook Using pypaInstallPhase Sourcing python-imports-check-hook.sh Using pythonImportsCheckPhase Sourcing python-namespaces-hook Sourcing python-catch-conflicts-hook.sh @nix { "action": "setPhase", "phase": "unpackPhase" } Running phase: unpackPhase unpacking source archive /nix/store/9qc0zv6k65gb46jqj37gj3sc07hnsq10-source source root is source setting SOURCE_DATE_EPOCH to timestamp 315619200 of file source/tests/test_version.py @nix { "action": "setPhase", "phase": "patchPhase" } Running phase: patchPhase applying patch /nix/store/cygky1ijm3m8s93ki3al7mpaxfak9wxr-7cd506760fd47c0f3717b6fcfe127b673e3198f8.patch patching file systembridgemodels/_version.py Hunk #1 FAILED at 7. 1 out of 1 hunk FAILED -- saving rejects to file systembridgemodels/_version.py.rej [result] Failed to update python312Packages.systembridgemodels 4.0.0 -> 4.0.3 https://github.com/timmo001/system-bridge-models/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.LSX, using log file: /var/log/nixpkgs-update/rPackages.LSX/2024-03-10.log rPackages.LSX 1.3.2 -> 1.4.0 https://repology.org/project/r:lsx/versions attrpath: rPackages.LSX Checking auto update branch... No auto update branch exists Old version 1.3.2" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; configurePhase = '' runHook preConfigure export R_LIBS_SITE="$R_LIBS_SITE''${R_LIBS_SITE:+:}$out/library" runHook postConfigure ''; buildPhase = '' runHook preBuild runHook postBuild ''; installFlags = if attrs.doCheck or true then [] else [ "--no-test-load" ]; rCommand = if requireX then # Unfortunately, xvfb-run has a race condition even with -a option, so that # we acquire a lock explicitly. "flock ${xvfb-run} xvfb-run -a -e xvfb-error R" else "R"; installPhase = '' runHook preInstall mkdir -p $out/library $rCommand CMD INSTALL --built-timestamp='1970-01-01 00:00:00 UTC' $installFlags --configure-args="$configureFlags" -l $out/library . runHook postInstall ''; postFixup = '' if test -e $out/nix-support/propagated-build-inputs; then ln -s $out/nix-support/propagated-build-inputs $out/nix-support/propagated-user-env-packages fi ''; checkPhase = '' # noop since R CMD INSTALL tests packages ''; } // attrs // { name = "r-" + name; }) [result] Failed to update rPackages.LSX 1.3.2 -> 1.4.0 https://repology.org/project/r:lsx/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python312Packages.resampy, using log file: /var/log/nixpkgs-update/python312Packages.resampy/2024-03-10.log python312Packages.resampy 0.4.2 -> 0.4.3 https://github.com/bmcfee/resampy/releases attrpath: python312Packages.resampy Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/b4l86cv2kcclk54xhwsg1l1rp0ylgbrm-packages.json.drv building '/nix/store/b4l86cv2kcclk54xhwsg1l1rp0ylgbrm-packages.json.drv'... Going to be running update for following packages: - python3.12-resampy-0.4.2 Press Enter key to continue... Running update for: - python3.12-resampy-0.4.2: UPDATING ... - python3.12-resampy-0.4.2: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/resampy/default.nix b/pkgs/development/python-modules/resampy/default.nix index f9827dca48d6..84ded2238993 100644 --- a/pkgs/development/python-modules/resampy/default.nix +++ b/pkgs/development/python-modules/resampy/default.nix @@ -11,7 +11,7 @@ buildPythonPackage rec { pname = "resampy"; - version = "0.4.2"; + version = "0.4.3"; format = "setuptools"; disabled = pythonOlder "3.7"; @@ -20,7 +20,7 @@ buildPythonPackage rec { owner = "bmcfee"; repo = pname; rev = "refs/tags/${version}"; - hash = "sha256-t5I7NJmIeV0uucPyvR+UJ24NK7fIzYlNJ8bECkbvdjI="; + hash = "sha256-LOWpOPAEK+ga7c3bR15QvnHmON6ARS1Qee/7U/VMlTY="; }; propagatedBuildInputs = [ No auto update branch exists [outpaths] eval start [outpaths] eval end Received ExitFailure 1 when running Raw command: /nix/store/1gfp7hiwzpv9aglk2yfa9m49jc0n7pa5-nix-2.18.1/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A python312Packages.resampy Received ExitFailure 1 when running Raw command: /nix/store/1gfp7hiwzpv9aglk2yfa9m49jc0n7pa5-nix-2.18.1/bin/nix --extra-experimental-features nix-command log -f . python312Packages.resampy Standard output: error: … while evaluating the attribute 'drvPath' at /var/cache/nixpkgs-update/worker/worktree/python312Packages.resampy/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.resampy/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.resampy 0.4.2 -> 0.4.3 https://github.com/bmcfee/resampy/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath stack, using log file: /var/log/nixpkgs-update/stack/2024-03-10.log stack 2.13.1 -> 2.15.3 https://repology.org/project/haskell:stack/versions attrpath: stack Checking auto update branch... No auto update branch exists Derivation file says not to edit it [result] Failed to update stack 2.13.1 -> 2.15.3 https://repology.org/project/haskell:stack/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python312Packages.reptor, using log file: /var/log/nixpkgs-update/python312Packages.reptor/2024-03-10.log python312Packages.reptor 0.12 -> 0.13 https://repology.org/project/reptor/versions attrpath: python312Packages.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/fk0gyg2ph0qdwkqqgg3kys6aq58p8g1c-packages.json.drv building '/nix/store/fk0gyg2ph0qdwkqqgg3kys6aq58p8g1c-packages.json.drv'... Going to be running update for following packages: - python3.12-reptor-0.13 Press Enter key to continue... Running update for: - python3.12-reptor-0.13: UPDATING ... - python3.12-reptor-0.13: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python312Packages.reptor 0.12 -> 0.13 https://repology.org/project/reptor/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath popeye, using log file: /var/log/nixpkgs-update/popeye/2024-03-10.log popeye 0.20.5 -> 0.21.0 https://github.com/derailed/popeye/releases attrpath: popeye 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-lRm3cS+VYP9vptr6ixmkni7DpNnexrhyccKDV7TWKg0=" [golangModuleVersion] Replaced vendorHash with sha256-qrw/7fauMVb3Ai5E5MXL84yXHcReJZZ1oioB/Cv32Is= [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/popeye/default.nix b/pkgs/applications/networking/cluster/popeye/default.nix index 7cb97701f8d8..cbea60bf151c 100644 --- a/pkgs/applications/networking/cluster/popeye/default.nix +++ b/pkgs/applications/networking/cluster/popeye/default.nix @@ -2,13 +2,13 @@ buildGoModule rec { pname = "popeye"; - version = "0.20.5"; + version = "0.21.0"; src = fetchFromGitHub { rev = "v${version}"; owner = "derailed"; repo = "popeye"; - sha256 = "sha256-e3ANhF2g1YpCipnHej2ZegoAq20MOyTIjxgNMs3qGbk="; + sha256 = "sha256-wEOmG15h3YRO/MmMj5QZxmc0itZJeIQs3LuB3GXWWQw="; }; ldflags = [ @@ -17,7 +17,7 @@ buildGoModule rec { "-X github.com/derailed/popeye/cmd.commit=${version}" ]; - vendorHash = "sha256-lRm3cS+VYP9vptr6ixmkni7DpNnexrhyccKDV7TWKg0="; + vendorHash = "sha256-qrw/7fauMVb3Ai5E5MXL84yXHcReJZZ1oioB/Cv32Is="; nativeBuildInputs = [ installShellFiles ]; [outpaths] eval start [outpaths] eval end Successfully finished processing cachix "/nix/store/iqlgd5hcrnxn5q8rjvj7qaq22g704vqd-popeye-0.21.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:
  • popeye
Automatic update generated by [nixpkgs-update](https://github.com/ryantm/nixpkgs-update) tools. This update was made based on information from https://github.com/derailed/popeye/releases. meta.description for popeye is: A Kubernetes cluster resource sanitizer meta.homepage for popeye is: https://github.com/derailed/popeye meta.changelog for popeye is: https://github.com/derailed/popeye/releases/tag/v0.21.0 ###### Updates performed - Golang update ###### To inspect upstream changes - [Release on GitHub](https://github.com/derailed/popeye/releases/tag/v0.21.0) - [Compare changes on GitHub](https://github.com/derailed/popeye/compare/v0.20.5...v0.21.0) ###### Impact Checks done --- - built on NixOS - The tests defined in `passthru.tests`, if any, passed - found 0.21.0 with grep in /nix/store/iqlgd5hcrnxn5q8rjvj7qaq22g704vqd-popeye-0.21.0 - found 0.21.0 in filename of file in /nix/store/iqlgd5hcrnxn5q8rjvj7qaq22g704vqd-popeye-0.21.0 ---
Rebuild report (if merged into master) (click to expand) ``` 1 total rebuild path(s) 1 package rebuild(s) First fifty rebuilds by attrpath popeye ```
Instructions to test this update (click to expand) --- Either **download from Cachix**: ``` nix-store -r /nix/store/iqlgd5hcrnxn5q8rjvj7qaq22g704vqd-popeye-0.21.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 popeye https://github.com/r-ryantm/nixpkgs/archive/aeda0de97acda27ff77e692ee3700dac05bc47e7.tar.gz ``` Or: ``` nix build github:r-ryantm/nixpkgs/aeda0de97acda27ff77e692ee3700dac05bc47e7#popeye ``` After you've downloaded or built it, look at the files and if there are any, run the binaries: ``` ls -la /nix/store/iqlgd5hcrnxn5q8rjvj7qaq22g704vqd-popeye-0.21.0 ls -la /nix/store/iqlgd5hcrnxn5q8rjvj7qaq22g704vqd-popeye-0.21.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:
  • popeye
--- ###### Maintainer pings cc @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/294773 [result] Success updating popeye 0.20.5 -> 0.21.0 https://github.com/derailed/popeye/releases [options] github_user: r-ryantm, pull_request: YES, batch_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.waterfall-view, using log file: /var/log/nixpkgs-update/buildbot-plugins.waterfall-view/2024-03-10.log buildbot-plugins.waterfall-view 0 -> 1 attrpath: buildbot-plugins.waterfall-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/1riixdnwfmw1p4ivf80cjphvkhc6a149-packages.json.drv building '/nix/store/1riixdnwfmw1p4ivf80cjphvkhc6a149-packages.json.drv'... Going to be running update for following packages: - python3.11-buildbot-waterfall-view-3.11.1 Press Enter key to continue... Running update for: - python3.11-buildbot-waterfall-view-3.11.1: UPDATING ... - python3.11-buildbot-waterfall-view-3.11.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update buildbot-plugins.waterfall-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.PyChromecast, using log file: /var/log/nixpkgs-update/python311Packages.PyChromecast/2024-03-10.log python311Packages.PyChromecast 0 -> 1 attrpath: python311Packages.PyChromecast Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/14ixjqimlylpxnxciyiis78vaap9qlvl-packages.json.drv building '/nix/store/14ixjqimlylpxnxciyiis78vaap9qlvl-packages.json.drv'... Going to be running update for following packages: - python3.11-pychromecast-14.0.0 Press Enter key to continue... Running update for: - python3.11-pychromecast-14.0.0: UPDATING ... - python3.11-pychromecast-14.0.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.PyChromecast 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rili, using log file: /var/log/nixpkgs-update/rili/2024-03-10.log rili 2.0.1 -> 3.1.4 https://repology.org/project/ri-li/versions attrpath: rili 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 rili 2.0.1 -> 3.1.4 https://repology.org/project/ri-li/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.libkeepass, using log file: /var/log/nixpkgs-update/python311Packages.libkeepass/2024-03-10.log python311Packages.libkeepass 0 -> 1 attrpath: python311Packages.libkeepass Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/jgcvazw0zhcj3nkfklfz4gf66pvlfc6l-packages.json.drv building '/nix/store/jgcvazw0zhcj3nkfklfz4gf66pvlfc6l-packages.json.drv'... Going to be running update for following packages: - python3.11-libkeepass-0.3.1.post1 Press Enter key to continue... Running update for: - python3.11-libkeepass-0.3.1.post1: UPDATING ... - python3.11-libkeepass-0.3.1.post1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.libkeepass 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_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.protobuf, using log file: /var/log/nixpkgs-update/php81Extensions.protobuf/2024-03-10.log php81Extensions.protobuf 0 -> 1 attrpath: php81Extensions.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] Failed with exit code 1 this derivation will be built: /nix/store/8xvqhzgd3l5p9qxi65m38r3ph2ysa2vw-packages.json.drv building '/nix/store/8xvqhzgd3l5p9qxi65m38r3ph2ysa2vw-packages.json.drv'... Going to be running update for following packages: - php-protobuf-3.21.9 Press Enter key to continue... Running update for: - php-protobuf-3.21.9: UPDATING ... - php-protobuf-3.21.9: ERROR --- SHOWING ERROR LOG FOR php-protobuf-3.21.9 ---------------------- 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 php-protobuf-3.21.9 ---------------------- The update script for php-protobuf-3.21.9 failed with exit code 1 [result] Failed to update php81Extensions.protobuf 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.dm-tree, using log file: /var/log/nixpkgs-update/python311Packages.dm-tree/2024-03-10.log python311Packages.dm-tree 0 -> 1 attrpath: python311Packages.dm-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/ss7jx3nw2ha13bjmvww6hla8amd0wwl6-packages.json.drv building '/nix/store/ss7jx3nw2ha13bjmvww6hla8amd0wwl6-packages.json.drv'... Going to be running update for following packages: - python3.11-dm-tree-0.1.8 Press Enter key to continue... Running update for: - python3.11-dm-tree-0.1.8: UPDATING ... - python3.11-dm-tree-0.1.8: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.dm-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 ocamlPackages.afl-persistent, using log file: /var/log/nixpkgs-update/ocamlPackages.afl-persistent/2024-03-10.log ocamlPackages.afl-persistent 1.3 -> 1.4 https://repology.org/project/ocaml:afl-persistent/versions attrpath: ocamlPackages.afl-persistent Checking auto update branch... No auto update branch exists [version] [version] updated version and sha256 [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] skipping because derivation has no updateScript Diff after rewrites: diff --git a/pkgs/development/ocaml-modules/afl-persistent/default.nix b/pkgs/development/ocaml-modules/afl-persistent/default.nix index 04d31c881561..7ef8751ece48 100644 --- a/pkgs/development/ocaml-modules/afl-persistent/default.nix +++ b/pkgs/development/ocaml-modules/afl-persistent/default.nix @@ -2,14 +2,14 @@ stdenv.mkDerivation rec { pname = "afl-persistent"; - version = "1.3"; + version = "1.4"; name = "ocaml${ocaml.version}-${pname}-${version}"; src = fetchFromGitHub { owner = "stedolan"; repo = "ocaml-${pname}"; rev = "v${version}"; - sha256 = "06yyds2vcwlfr2nd3gvyrazlijjcrd1abnvkfpkaadgwdw3qam1i"; + sha256 = "sha256-kksGXaoO7lhaPI+rDOOQ39BUJjk6MGPBYQLumuW9gTg="; }; strictDeps = true; [outpaths] eval start [outpaths] eval end Received ExitFailure 1 when running Raw command: /nix/store/1gfp7hiwzpv9aglk2yfa9m49jc0n7pa5-nix-2.18.1/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A ocamlPackages.afl-persistent nix build failed. got build log for 'ocamlPackages.afl-persistent' from 'daemon' @nix { "action": "setPhase", "phase": "unpackPhase" } Running phase: unpackPhase unpacking source archive /nix/store/p8vskx8pnkbcqg8yc08wyi8y3b0x4qdd-source source root is source @nix { "action": "setPhase", "phase": "patchPhase" } Running phase: patchPhase sed: can't read build.sh: No such file or directory /nix/store/v099hqvw5z87423p4hz1vfhzaqa07dii-stdenv-linux/setup: line 131: pop_var_context: head of shell_variables not a function context [result] Failed to update ocamlPackages.afl-persistent 1.3 -> 1.4 https://repology.org/project/ocaml:afl-persistent/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.lzallright, using log file: /var/log/nixpkgs-update/python311Packages.lzallright/2024-03-10.log python311Packages.lzallright 0 -> 1 attrpath: python311Packages.lzallright 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/hjalx3biswawwr2q0hs4gmvvfgq3kfr0-packages.json.drv building '/nix/store/hjalx3biswawwr2q0hs4gmvvfgq3kfr0-packages.json.drv'... Going to be running update for following packages: - python3.11-lzallright-0.2.3 Press Enter key to continue... Running update for: - python3.11-lzallright-0.2.3: UPDATING ... - python3.11-lzallright-0.2.3: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.lzallright 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_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.convert, using log file: /var/log/nixpkgs-update/mpvScripts.convert/2024-03-10.log mpvScripts.convert 0 -> 1 attrpath: mpvScripts.convert Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/2yvambixiyjlzaqxxbiaxq7d570hc2m5-packages.json.drv building '/nix/store/2yvambixiyjlzaqxxbiaxq7d570hc2m5-packages.json.drv'... Going to be running update for following packages: - mpv-convert-script-unstable-2015-07-02 Press Enter key to continue... Running update for: - mpv-convert-script-unstable-2015-07-02: UPDATING ... - mpv-convert-script-unstable-2015-07-02: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update mpvScripts.convert 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath check-nwc-health, using log file: /var/log/nixpkgs-update/check-nwc-health/2024-03-10.log check-nwc-health 7.10.0.6 -> 11.2.4 https://repology.org/project/check-nwc-health/versions attrpath: check-nwc-health 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 check-nwc-health 7.10.0.6 -> 11.2.4 https://repology.org/project/check-nwc-health/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: 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-posthocs, using log file: /var/log/nixpkgs-update/python311Packages.scikit-posthocs/2024-03-10.log python311Packages.scikit-posthocs 0 -> 1 attrpath: python311Packages.scikit-posthocs Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/ddz2il7acvaca1ls1h8bwwkz1frywhla-packages.json.drv building '/nix/store/ddz2il7acvaca1ls1h8bwwkz1frywhla-packages.json.drv'... Going to be running update for following packages: - python3.11-scikit-posthocs-0.8.0 Press Enter key to continue... Running update for: - python3.11-scikit-posthocs-0.8.0: UPDATING ... - python3.11-scikit-posthocs-0.8.0: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/scikit-posthocs/default.nix b/pkgs/development/python-modules/scikit-posthocs/default.nix index 17f0c2a1764e..e8f3933299a7 100644 --- a/pkgs/development/python-modules/scikit-posthocs/default.nix +++ b/pkgs/development/python-modules/scikit-posthocs/default.nix @@ -15,14 +15,14 @@ buildPythonPackage rec { pname = "scikit-posthocs"; - version = "0.8.0"; + version = "0.9.0"; format = "pyproject"; src = fetchFromGitHub { owner = "maximtrp"; repo = "scikit-posthocs"; rev = "refs/tags/v${version}"; - hash = "sha256-ojXVrsZsvX7UytldcWkhOndix4by1uBeVpG7nQrcvmA="; + hash = "sha256-sRop5DKakrZEBswzTvumn68wKqU15zM5aCLfZ/PdsFg="; }; patches = [ No auto update branch exists [outpaths] eval start [outpaths] eval end Received ExitFailure 1 when running Raw command: /nix/store/1gfp7hiwzpv9aglk2yfa9m49jc0n7pa5-nix-2.18.1/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A python311Packages.scikit-posthocs nix build failed. got build log for 'python311Packages.scikit-posthocs' from 'daemon' Sourcing python-remove-tests-dir-hook Sourcing python-catch-conflicts-hook.sh Sourcing python-remove-bin-bytecode-hook.sh Sourcing pypa-build-hook Using pypaBuildPhase Sourcing python-runtime-deps-check-hook Using pythonRuntimeDepsCheckHook Sourcing pypa-install-hook Using pypaInstallPhase Sourcing python-imports-check-hook.sh Using pythonImportsCheckPhase Sourcing python-namespaces-hook Sourcing python-catch-conflicts-hook.sh Sourcing pytest-check-hook Using pytestCheckPhase @nix { "action": "setPhase", "phase": "unpackPhase" } Running phase: unpackPhase unpacking source archive /nix/store/vx9d27q3m65sp9yr6grjvip1carba65j-source source root is source setting SOURCE_DATE_EPOCH to timestamp 315619200 of file source/usage-examples.ipynb @nix { "action": "setPhase", "phase": "patchPhase" } Running phase: patchPhase applying patch /nix/store/cmya8mzz5j0jrv7i5mmy2bghlwfzi0kq-0001-increased-abs-tolerance-for-wilcoxon-test.patch patching file tests/test_posthocs.py Reversed (or previously applied) patch detected! Assume -R? [n] Apply anyway? [n] Skipping patch. 1 out of 1 hunk ignored -- saving rejects to file tests/test_posthocs.py.rej [result] Failed to update python311Packages.scikit-posthocs 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: 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-ingv-centro-nazionale-terremoti-client, using log file: /var/log/nixpkgs-update/python311Packages.georss-ingv-centro-nazionale-terremoti-client/2024-03-10.log python311Packages.georss-ingv-centro-nazionale-terremoti-client 0 -> 1 attrpath: python311Packages.georss-ingv-centro-nazionale-terremoti-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/nwdxa7fkc6gpa18v1hzagv6wl62xcjhz-packages.json.drv building '/nix/store/nwdxa7fkc6gpa18v1hzagv6wl62xcjhz-packages.json.drv'... Going to be running update for following packages: - python3.11-georss-ingv-centro-nazionale-terremoti-client-0.7 Press Enter key to continue... Running update for: - python3.11-georss-ingv-centro-nazionale-terremoti-client-0.7: UPDATING ... - python3.11-georss-ingv-centro-nazionale-terremoti-client-0.7: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.georss-ingv-centro-nazionale-terremoti-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.nitime, using log file: /var/log/nixpkgs-update/python311Packages.nitime/2024-03-10.log python311Packages.nitime 0 -> 1 attrpath: python311Packages.nitime Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/4ybzcx81m4mvpwhkwbnbx0l189hal1sz-packages.json.drv building '/nix/store/4ybzcx81m4mvpwhkwbnbx0l189hal1sz-packages.json.drv'... Going to be running update for following packages: - python3.11-nitime-0.10.2 Press Enter key to continue... Running update for: - python3.11-nitime-0.10.2: UPDATING ... - python3.11-nitime-0.10.2: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.nitime 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: 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-opensearch, using log file: /var/log/nixpkgs-update/python311Packages.pysigma-backend-opensearch/2024-03-10.log python311Packages.pysigma-backend-opensearch 0 -> 1 attrpath: python311Packages.pysigma-backend-opensearch Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/fvfbqwjxmx1sbyx5yain0rlzns7i6rv6-packages.json.drv building '/nix/store/fvfbqwjxmx1sbyx5yain0rlzns7i6rv6-packages.json.drv'... Going to be running update for following packages: - python3.11-pysigma-backend-opensearch-1.0.1 Press Enter key to continue... Running update for: - python3.11-pysigma-backend-opensearch-1.0.1: UPDATING ... - python3.11-pysigma-backend-opensearch-1.0.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.pysigma-backend-opensearch 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.aws-xray-sdk, using log file: /var/log/nixpkgs-update/python311Packages.aws-xray-sdk/2024-03-10.log python311Packages.aws-xray-sdk 0 -> 1 attrpath: python311Packages.aws-xray-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/g8n3ngb6drfrv7kfy5maj2mxyvzgw092-packages.json.drv building '/nix/store/g8n3ngb6drfrv7kfy5maj2mxyvzgw092-packages.json.drv'... Going to be running update for following packages: - python3.11-aws-xray-sdk-2.12.1 Press Enter key to continue... Running update for: - python3.11-aws-xray-sdk-2.12.1: UPDATING ... - python3.11-aws-xray-sdk-2.12.1: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/aws-xray-sdk/default.nix b/pkgs/development/python-modules/aws-xray-sdk/default.nix index 53e69baa9182..43d59437330b 100644 --- a/pkgs/development/python-modules/aws-xray-sdk/default.nix +++ b/pkgs/development/python-modules/aws-xray-sdk/default.nix @@ -22,7 +22,7 @@ buildPythonPackage rec { pname = "aws-xray-sdk"; - version = "2.12.1"; + version = "2.13.0"; pyproject = true; disabled = pythonOlder "3.7"; @@ -31,7 +31,7 @@ buildPythonPackage rec { owner = "aws"; repo = "aws-xray-sdk-python"; rev = "refs/tags/${version}"; - hash = "sha256-NLFNst4Yqsz2u5IXwe8OdJPW77irLRO5tWWn1uV3tMg="; + hash = "sha256-KhYYzeOteQxS1ltEUbjsDriHXO0Kom9YiCvVhSNvXVQ="; }; nativeBuildInputs = [ No auto update branch exists [outpaths] eval start [outpaths] eval end Python package with too many package rebuilds 1631 > 25 [result] Failed to update python311Packages.aws-xray-sdk 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.rebulk, using log file: /var/log/nixpkgs-update/python311Packages.rebulk/2024-03-10.log python311Packages.rebulk 0 -> 1 attrpath: python311Packages.rebulk Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/z3pn8sgyw8bgi2asja2bh6ygd8yprzyp-packages.json.drv building '/nix/store/z3pn8sgyw8bgi2asja2bh6ygd8yprzyp-packages.json.drv'... Going to be running update for following packages: - python3.11-rebulk-3.2.0 Press Enter key to continue... Running update for: - python3.11-rebulk-3.2.0: UPDATING ... - python3.11-rebulk-3.2.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.rebulk 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.sdcHierarchies, using log file: /var/log/nixpkgs-update/rPackages.sdcHierarchies/2024-03-10.log rPackages.sdcHierarchies 0.20.0 -> 0.21.0 https://repology.org/project/r:sdchierarchies/versions attrpath: rPackages.sdcHierarchies Checking auto update branch... No auto update branch exists Old version 0.20.0" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; 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.sdcHierarchies 0.20.0 -> 0.21.0 https://repology.org/project/r:sdchierarchies/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: 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-console-scripts, using log file: /var/log/nixpkgs-update/python311Packages.pytest-console-scripts/2024-03-10.log python311Packages.pytest-console-scripts 0 -> 1 attrpath: python311Packages.pytest-console-scripts Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/5l0jjqnc2p9qh173qcyggz840mdmcifc-packages.json.drv building '/nix/store/5l0jjqnc2p9qh173qcyggz840mdmcifc-packages.json.drv'... Going to be running update for following packages: - python3.11-pytest-console-scripts-1.4.1 Press Enter key to continue... Running update for: - python3.11-pytest-console-scripts-1.4.1: UPDATING ... - python3.11-pytest-console-scripts-1.4.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.pytest-console-scripts 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: 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-ffs, using log file: /var/log/nixpkgs-update/python311Packages.dissect-ffs/2024-03-10.log python311Packages.dissect-ffs 0 -> 1 attrpath: python311Packages.dissect-ffs Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/q19haba0f61b159k5ix9wxwgvgrdm2ys-packages.json.drv building '/nix/store/q19haba0f61b159k5ix9wxwgvgrdm2ys-packages.json.drv'... Going to be running update for following packages: - python3.11-dissect-ffs-3.7 Press Enter key to continue... Running update for: - python3.11-dissect-ffs-3.7: UPDATING ... - python3.11-dissect-ffs-3.7: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.dissect-ffs 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.bangla, using log file: /var/log/nixpkgs-update/python311Packages.bangla/2024-03-10.log python311Packages.bangla 0 -> 1 attrpath: python311Packages.bangla Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/gj3nh257nib4vmnc9m1lbdmbyz4spkpy-packages.json.drv building '/nix/store/gj3nh257nib4vmnc9m1lbdmbyz4spkpy-packages.json.drv'... Going to be running update for following packages: - python3.11-bangla-0.0.2 Press Enter key to continue... Running update for: - python3.11-bangla-0.0.2: UPDATING ... - python3.11-bangla-0.0.2: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.bangla 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath aws-c-event-stream, using log file: /var/log/nixpkgs-update/aws-c-event-stream/2024-03-10.log aws-c-event-stream 0.3.2 -> 0.4.2 https://repology.org/project/aws-c-event-stream/versions attrpath: aws-c-event-stream Checking auto update branch... An auto update branch exists with message `aws-c-event-stream: 0.3.2 -> 0.4.2`. New version is 0.4.2. An auto update branch exists with an equal or greater version [result] Failed to update aws-c-event-stream 0.3.2 -> 0.4.2 https://repology.org/project/aws-c-event-stream/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath libmatchbox, using log file: /var/log/nixpkgs-update/libmatchbox/2024-03-10.log libmatchbox 1.11 -> 1.12 https://repology.org/project/libmatchbox/versions attrpath: libmatchbox 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/ihpijjjh542ppfkb806fsrlb216h80mg-libmatchbox-1.12.tar.bz2.drv building '/nix/store/ihpijjjh542ppfkb806fsrlb216h80mg-libmatchbox-1.12.tar.bz2.drv'... trying https://downloads.yoctoproject.org/releases/matchbox/libmatchbox/1.12/libmatchbox-1.12.tar.bz2 % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 153 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 error: cannot download libmatchbox-1.12.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 'libmatchbox.originalSrc' not found stderr did not split as expected full stderr was: these 2 derivations will be built: /nix/store/ihpijjjh542ppfkb806fsrlb216h80mg-libmatchbox-1.12.tar.bz2.drv /nix/store/vzbxwy7lvaxnhgxjxkva3qnwcay94jal-libmatchbox-1.12.drv building '/nix/store/ihpijjjh542ppfkb806fsrlb216h80mg-libmatchbox-1.12.tar.bz2.drv'... trying https://downloads.yoctoproject.org/releases/matchbox/libmatchbox/1.12/libmatchbox-1.12.tar.bz2 % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 153 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 error: cannot download libmatchbox-1.12.tar.bz2 from any mirror error: builder for '/nix/store/ihpijjjh542ppfkb806fsrlb216h80mg-libmatchbox-1.12.tar.bz2.drv' failed with exit code 1; last 7 log lines: > > trying https://downloads.yoctoproject.org/releases/matchbox/libmatchbox/1.12/libmatchbox-1.12.tar.bz2 > % Total % Received % Xferd Average Speed Time Time Time Current > Dload Upload Total Spent Left Speed > 0 153 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 > curl: (22) The requested URL returned error: 404 > error: cannot download libmatchbox-1.12.tar.bz2 from any mirror For full logs, run 'nix log /nix/store/ihpijjjh542ppfkb806fsrlb216h80mg-libmatchbox-1.12.tar.bz2.drv'. error: 1 dependencies of derivation '/nix/store/vzbxwy7lvaxnhgxjxkva3qnwcay94jal-libmatchbox-1.12.drv' failed to build [result] Failed to update libmatchbox 1.11 -> 1.12 https://repology.org/project/libmatchbox/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.microdata, using log file: /var/log/nixpkgs-update/python311Packages.microdata/2024-03-10.log python311Packages.microdata 0 -> 1 attrpath: python311Packages.microdata Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/q0pyd0p97bymy013rahmf6nadx5w2dig-packages.json.drv building '/nix/store/q0pyd0p97bymy013rahmf6nadx5w2dig-packages.json.drv'... Going to be running update for following packages: - python3.11-microdata-0.8.0 Press Enter key to continue... Running update for: - python3.11-microdata-0.8.0: UPDATING ... - python3.11-microdata-0.8.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.microdata 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath haskellPackages.stan, using log file: /var/log/nixpkgs-update/haskellPackages.stan/2024-03-10.log haskellPackages.stan 0.1.1.0 -> 0.1.2.0 https://repology.org/project/haskell:stan/versions attrpath: haskellPackages.stan Checking auto update branch... No auto update branch exists Derivation file says not to edit it [result] Failed to update haskellPackages.stan 0.1.1.0 -> 0.1.2.0 https://repology.org/project/haskell:stan/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.basilisk, using log file: /var/log/nixpkgs-update/rPackages.basilisk/2024-03-10.log rPackages.basilisk 1.14.1 -> 1.14.3 https://repology.org/project/r:basilisk/versions attrpath: rPackages.basilisk Checking auto update branch... No auto update branch exists Old version 1.14.1" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; 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.basilisk 1.14.1 -> 1.14.3 https://repology.org/project/r:basilisk/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.zstandard, using log file: /var/log/nixpkgs-update/python311Packages.zstandard/2024-03-10.log python311Packages.zstandard 0 -> 1 attrpath: python311Packages.zstandard Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/p083xjzw187p3dvipi3fv1z5yaw9b93g-packages.json.drv building '/nix/store/p083xjzw187p3dvipi3fv1z5yaw9b93g-packages.json.drv'... Going to be running update for following packages: - python3.11-zstandard-0.22.0 Press Enter key to continue... Running update for: - python3.11-zstandard-0.22.0: UPDATING ... - python3.11-zstandard-0.22.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.zstandard 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.ffmpeg-progress-yield, using log file: /var/log/nixpkgs-update/python311Packages.ffmpeg-progress-yield/2024-03-10.log python311Packages.ffmpeg-progress-yield 0 -> 1 attrpath: python311Packages.ffmpeg-progress-yield Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/my7n28504npvvxcgl63kf3r59363ki3s-packages.json.drv building '/nix/store/my7n28504npvvxcgl63kf3r59363ki3s-packages.json.drv'... Going to be running update for following packages: - python3.11-ffmpeg-progress-yield-0.7.8 Press Enter key to continue... Running update for: - python3.11-ffmpeg-progress-yield-0.7.8: UPDATING ... - python3.11-ffmpeg-progress-yield-0.7.8: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.ffmpeg-progress-yield 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_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.suru-icon-theme, using log file: /var/log/nixpkgs-update/lomiri.suru-icon-theme/2024-03-10.log lomiri.suru-icon-theme 0 -> 1 attrpath: lomiri.suru-icon-theme Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/446dsqdx7mnq9596qh69zrm2fzim93fn-packages.json.drv building '/nix/store/446dsqdx7mnq9596qh69zrm2fzim93fn-packages.json.drv'... Going to be running update for following packages: - suru-icon-theme-2024.02.1 Press Enter key to continue... Running update for: - suru-icon-theme-2024.02.1: UPDATING ... - suru-icon-theme-2024.02.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update lomiri.suru-icon-theme 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath jitsi-meet-prosody, using log file: /var/log/nixpkgs-update/jitsi-meet-prosody/2024-03-10.log jitsi-meet-prosody 0 -> 1 attrpath: jitsi-meet-prosody Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/ykp0iyc84yfibbdq5z4852gb1zy2dz52-packages.json.drv building '/nix/store/ykp0iyc84yfibbdq5z4852gb1zy2dz52-packages.json.drv'... Going to be running update for following packages: - jitsi-meet-prosody-1.0.7762 Press Enter key to continue... Running update for: - jitsi-meet-prosody-1.0.7762: UPDATING ... - jitsi-meet-prosody-1.0.7762: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/misc/jitsi-meet-prosody/default.nix b/pkgs/misc/jitsi-meet-prosody/default.nix index a30856e42dc8..d4d0090578a1 100644 --- a/pkgs/misc/jitsi-meet-prosody/default.nix +++ b/pkgs/misc/jitsi-meet-prosody/default.nix @@ -2,10 +2,10 @@ stdenv.mkDerivation rec { pname = "jitsi-meet-prosody"; - version = "1.0.7762"; + version = "1.0.7790"; src = fetchurl { url = "https://download.jitsi.org/stable/${pname}_${version}-1_all.deb"; - sha256 = "AbIr+nJEccZFWDbuo+VeTEpLkreOBzKkrJFZFvY1ppI="; + sha256 = "OkKim3iGyE9Qza92o0xrftCRq0mrq4kR6BFAhs1u3TQ="; }; dontBuild = true; An auto update branch exists with message `jitsi-meet-prosody: 1.0.7762 -> 1.0.7790`. New version is 1.0.7790. An auto update branch exists with an equal or greater version [result] Failed to update jitsi-meet-prosody 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python312Packages.python-toolbox, using log file: /var/log/nixpkgs-update/python312Packages.python-toolbox/2024-03-10.log python312Packages.python-toolbox 1.0.10 -> 1.0.11 https://repology.org/project/python:python-toolbox/versions attrpath: python312Packages.python-toolbox Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/4wqa5nnpbqp6prx8q6z2bvxcmwp5aflb-packages.json.drv building '/nix/store/4wqa5nnpbqp6prx8q6z2bvxcmwp5aflb-packages.json.drv'... Going to be running update for following packages: - python3.12-python_toolbox-1.0.10 Press Enter key to continue... Running update for: - python3.12-python_toolbox-1.0.10: UPDATING ... - python3.12-python_toolbox-1.0.10: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python312Packages.python-toolbox 1.0.10 -> 1.0.11 https://repology.org/project/python:python-toolbox/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath liboop, using log file: /var/log/nixpkgs-update/liboop/2024-03-10.log liboop 1.0 -> 1.0.1 https://repology.org/project/liboop/versions attrpath: liboop 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/4qizg5ljgxhjrwi1kywqr3dnqz990r7g-liboop.tar.gz.drv building '/nix/store/4qizg5ljgxhjrwi1kywqr3dnqz990r7g-liboop.tar.gz.drv'... trying http://download.ofb.net/liboop/liboop.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 335 100 335 0 0 1076 0 --:--:-- --:--:-- --:--:-- 1077 0 279 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 error: cannot download liboop.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 'liboop.originalSrc' not found stderr did not split as expected full stderr was: these 2 derivations will be built: /nix/store/4qizg5ljgxhjrwi1kywqr3dnqz990r7g-liboop.tar.gz.drv /nix/store/x99y8qvz7j7giknxs6vkd2mhqhn3231r-liboop-1.0.1.drv building '/nix/store/4qizg5ljgxhjrwi1kywqr3dnqz990r7g-liboop.tar.gz.drv'... trying http://download.ofb.net/liboop/liboop.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 335 100 335 0 0 1322 0 --:--:-- --:--:-- --:--:-- 1324 0 279 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 error: cannot download liboop.tar.gz from any mirror error: builder for '/nix/store/4qizg5ljgxhjrwi1kywqr3dnqz990r7g-liboop.tar.gz.drv' failed with exit code 1; last 8 log lines: > > trying http://download.ofb.net/liboop/liboop.tar.gz > % Total % Received % Xferd Average Speed Time Time Time Current > Dload Upload Total Spent Left Speed > 100 335 100 335 0 0 1322 0 --:--:-- --:--:-- --:--:-- 1324 > 0 279 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 > curl: (22) The requested URL returned error: 404 > error: cannot download liboop.tar.gz from any mirror For full logs, run 'nix log /nix/store/4qizg5ljgxhjrwi1kywqr3dnqz990r7g-liboop.tar.gz.drv'. error: 1 dependencies of derivation '/nix/store/x99y8qvz7j7giknxs6vkd2mhqhn3231r-liboop-1.0.1.drv' failed to build [result] Failed to update liboop 1.0 -> 1.0.1 https://repology.org/project/liboop/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.graphviz, using log file: /var/log/nixpkgs-update/python311Packages.graphviz/2024-03-10.log python311Packages.graphviz 0 -> 1 attrpath: python311Packages.graphviz 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/kvwzkxfq9s25rr0g5nzaynzrf0pg86yw-packages.json.drv building '/nix/store/kvwzkxfq9s25rr0g5nzaynzrf0pg86yw-packages.json.drv'... Going to be running update for following packages: - python3.11-graphviz-0.20.1 Press Enter key to continue... Running update for: - python3.11-graphviz-0.20.1: UPDATING ... - python3.11-graphviz-0.20.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.graphviz 0 -> 1 [options] github_user: r-ryantm, pull_request: 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-volumed-pulse 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: 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-ckeditor, using log file: /var/log/nixpkgs-update/python311Packages.django-ckeditor/2024-03-10.log python311Packages.django-ckeditor 0 -> 1 attrpath: python311Packages.django-ckeditor Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/w83mgc039h5nfsnvac4kj2dyfizh1nm0-packages.json.drv building '/nix/store/w83mgc039h5nfsnvac4kj2dyfizh1nm0-packages.json.drv'... Going to be running update for following packages: - python3.11-django-ckeditor-6.7 Press Enter key to continue... Running update for: - python3.11-django-ckeditor-6.7: UPDATING ... - python3.11-django-ckeditor-6.7: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.django-ckeditor 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.pandocfilters, using log file: /var/log/nixpkgs-update/python311Packages.pandocfilters/2024-03-10.log python311Packages.pandocfilters 0 -> 1 attrpath: python311Packages.pandocfilters Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/vrsffiy34h5dhna5ii97p9sv41xwqa5n-packages.json.drv building '/nix/store/vrsffiy34h5dhna5ii97p9sv41xwqa5n-packages.json.drv'... Going to be running update for following packages: - python3.11-pandocfilters-1.5.0 Press Enter key to continue... Running update for: - python3.11-pandocfilters-1.5.0: UPDATING ... - python3.11-pandocfilters-1.5.0: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/pandocfilters/default.nix b/pkgs/development/python-modules/pandocfilters/default.nix index 8ddaa9d78a09..b9310fdbae84 100644 --- a/pkgs/development/python-modules/pandocfilters/default.nix +++ b/pkgs/development/python-modules/pandocfilters/default.nix @@ -4,13 +4,13 @@ }: buildPythonPackage rec { - version = "1.5.0"; + version = "1.5.1"; format = "setuptools"; pname = "pandocfilters"; src = fetchPypi { inherit pname version; - sha256 = "0b679503337d233b4339a817bfc8c50064e2eff681314376a47cb582305a7a38"; + sha256 = "sha256-ACtKVV7k68A/i2Ywfih/pJLkp3tOoU0/k0MoKXu0k54="; }; # No tests available No auto update branch exists [outpaths] eval start [outpaths] eval end Python package with too many package rebuilds 179 > 25 [result] Failed to update python311Packages.pandocfilters 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.pyswitchbee, using log file: /var/log/nixpkgs-update/python311Packages.pyswitchbee/2024-03-10.log python311Packages.pyswitchbee 0 -> 1 attrpath: python311Packages.pyswitchbee Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/kq3sbhly1y8xqrzfv1293hzj2qwnq2av-packages.json.drv building '/nix/store/kq3sbhly1y8xqrzfv1293hzj2qwnq2av-packages.json.drv'... Going to be running update for following packages: - python3.11-pyswitchbee-1.8.0 Press Enter key to continue... Running update for: - python3.11-pyswitchbee-1.8.0: UPDATING ... - python3.11-pyswitchbee-1.8.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.pyswitchbee 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath deepin.dde-file-manager, using log file: /var/log/nixpkgs-update/deepin.dde-file-manager/2024-03-10.log deepin.dde-file-manager 6.0.31 -> 6.0.41 https://github.com/linuxdeepin/dde-file-manager/releases attrpath: deepin.dde-file-manager deepin packages are upgraded in lockstep https://github.com/NixOS/nixpkgs/pull/52327#issuecomment-447684194 [result] Failed to update deepin.dde-file-manager 6.0.31 -> 6.0.41 https://github.com/linuxdeepin/dde-file-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 gnome.four-in-a-row, using log file: /var/log/nixpkgs-update/gnome.four-in-a-row/2024-03-10.log gnome.four-in-a-row 0 -> 1 attrpath: gnome.four-in-a-row Checking auto update branch... Do not update GNOME during a release cycle [result] Failed to update gnome.four-in-a-row 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: 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-configurations, using log file: /var/log/nixpkgs-update/python311Packages.django-configurations/2024-03-10.log python311Packages.django-configurations 0 -> 1 attrpath: python311Packages.django-configurations Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/f680pc4w8xakgl5nqxwqx2w1z3qfa5bn-packages.json.drv building '/nix/store/f680pc4w8xakgl5nqxwqx2w1z3qfa5bn-packages.json.drv'... Going to be running update for following packages: - python3.11-django-configurations-2.5 Press Enter key to continue... Running update for: - python3.11-django-configurations-2.5: UPDATING ... - python3.11-django-configurations-2.5: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.django-configurations 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.zope-event, using log file: /var/log/nixpkgs-update/python311Packages.zope-event/2024-03-10.log python311Packages.zope-event 0 -> 1 attrpath: python311Packages.zope-event Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/sjrs7abar4rhcs51xwbhm1aj7ifaqx8k-packages.json.drv building '/nix/store/sjrs7abar4rhcs51xwbhm1aj7ifaqx8k-packages.json.drv'... Going to be running update for following packages: - python3.11-zope.event-4.6 Press Enter key to continue... Running update for: - python3.11-zope.event-4.6: UPDATING ... - python3.11-zope.event-4.6: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/zope-event/default.nix b/pkgs/development/python-modules/zope-event/default.nix index 93cfc749c923..ef1c49820358 100644 --- a/pkgs/development/python-modules/zope-event/default.nix +++ b/pkgs/development/python-modules/zope-event/default.nix @@ -5,11 +5,11 @@ buildPythonPackage rec { pname = "zope.event"; - version = "4.6"; + version = "5.0"; src = fetchPypi { inherit pname version; - hash = "sha256-gdmIEwRvyGzEE242mP7mKKMoL5wyDbGGWMIXSSNfzoA="; + hash = "sha256-usRA2NmJG0Bo4rWixeLJdlqd92KUS9ppVflrubkeZ80="; }; meta = with lib; { No auto update branch exists There might already be an open PR for this update: - python311Packages.zope-event: 4.6 -> 5.0; rename from zope_event URL "https://api.github.com/repos/NixOS/nixpkgs/issues/265392" [result] Failed to update python311Packages.zope-event 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.onetimepass, using log file: /var/log/nixpkgs-update/python311Packages.onetimepass/2024-03-10.log python311Packages.onetimepass 0 -> 1 attrpath: python311Packages.onetimepass Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/hg4hy4idndjswcifrvhccgqwxr2h992y-packages.json.drv building '/nix/store/hg4hy4idndjswcifrvhccgqwxr2h992y-packages.json.drv'... Going to be running update for following packages: - python3.11-onetimepass-1.0.1 Press Enter key to continue... Running update for: - python3.11-onetimepass-1.0.1: UPDATING ... - python3.11-onetimepass-1.0.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.onetimepass 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.hologram, using log file: /var/log/nixpkgs-update/python311Packages.hologram/2024-03-10.log python311Packages.hologram 0 -> 1 attrpath: python311Packages.hologram 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/3ij5hsrm34a0552l968c4i4pb51vp7ii-packages.json.drv building '/nix/store/3ij5hsrm34a0552l968c4i4pb51vp7ii-packages.json.drv'... Going to be running update for following packages: - python3.11-hologram-0.0.16 Press Enter key to continue... Running update for: - python3.11-hologram-0.0.16: UPDATING ... - python3.11-hologram-0.0.16: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.hologram 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath sqld, using log file: /var/log/nixpkgs-update/sqld/2024-03-10.log sqld 0.17.2 -> 0.21.9 https://github.com/libsql/sqld/releases attrpath: sqld Checking auto update branch... No auto update branch exists [version] [version] updated version and sha256 [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] skipping because derivation has no updateScript Diff after rewrites: diff --git a/pkgs/servers/sql/sqld/default.nix b/pkgs/servers/sql/sqld/default.nix index 2acb0ec4d368..723c848408dd 100644 --- a/pkgs/servers/sql/sqld/default.nix +++ b/pkgs/servers/sql/sqld/default.nix @@ -12,13 +12,13 @@ rustPlatform.buildRustPackage rec { pname = "sqld"; - version = "0.17.2"; + version = "0.21.9"; src = fetchFromGitHub { owner = "libsql"; repo = "sqld"; rev = "v${version}"; - hash = "sha256-KoEscrzkFJnxxJKL/2r4cY0oLpKdQMjFR3daryzrVKQ="; + hash = "sha256-ussvyRlSTkp4SVuPlZwCU++uxKC0yODvHYSLfgBf4z4="; }; cargoLock = { [outpaths] eval start [outpaths] eval end Received ExitFailure 1 when running Raw command: /nix/store/1gfp7hiwzpv9aglk2yfa9m49jc0n7pa5-nix-2.18.1/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A sqld nix build failed. > "windows-sys 0.36.1", 5239a5211,5219 > name = "xattr" > version = "0.2.3" > source = "registry+https://github.com/rust-lang/crates.io-index" > checksum = "6d1526bbe5aaeb5eb06885f4d987bcdfa5e23187055de9b83fe00156a821fabc" > dependencies = [ > "libc", > ] > > [[package]] 5241c5221 < version = "0.13.6" --- > version = "0.13.5" 5243c5223 < checksum = "66fee0b777b0f5ac1c69bb06d361268faafa61cd4682ae064a171c16c433e9e4" --- > checksum = "4d25c75bf9ea12c4040a97f829154768bbbce366287e2dc044af160cd79a13fd" 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 sqld 0.17.2 -> 0.21.9 https://github.com/libsql/sqld/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.opentelemetry-instrumentation-django, using log file: /var/log/nixpkgs-update/python311Packages.opentelemetry-instrumentation-django/2024-03-10.log python311Packages.opentelemetry-instrumentation-django 0 -> 1 attrpath: python311Packages.opentelemetry-instrumentation-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/r1yfhvixr95zwmd1z4a87py88hcmdbbf-packages.json.drv building '/nix/store/r1yfhvixr95zwmd1z4a87py88hcmdbbf-packages.json.drv'... Going to be running update for following packages: - python3.11-opentelemetry-instrumentation-django-0.44b0 Press Enter key to continue... Running update for: - python3.11-opentelemetry-instrumentation-django-0.44b0: UPDATING ... - python3.11-opentelemetry-instrumentation-django-0.44b0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.opentelemetry-instrumentation-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.mutag, using log file: /var/log/nixpkgs-update/python311Packages.mutag/2024-03-10.log python311Packages.mutag 0 -> 1 attrpath: python311Packages.mutag Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/hln497kjczmw4dvfh7y6jmyq98pjfc0k-packages.json.drv building '/nix/store/hln497kjczmw4dvfh7y6jmyq98pjfc0k-packages.json.drv'... Going to be running update for following packages: - python3.11-mutag-0.0.2-2ffa0258ca Press Enter key to continue... Running update for: - python3.11-mutag-0.0.2-2ffa0258ca: UPDATING ... - python3.11-mutag-0.0.2-2ffa0258ca: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.mutag 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.xlrd, using log file: /var/log/nixpkgs-update/python311Packages.xlrd/2024-03-10.log python311Packages.xlrd 0 -> 1 attrpath: python311Packages.xlrd Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/0gf1jfymbj0f9qar4bdiq6scx92nikpa-packages.json.drv building '/nix/store/0gf1jfymbj0f9qar4bdiq6scx92nikpa-packages.json.drv'... Going to be running update for following packages: - python3.11-xlrd-2.0.1 Press Enter key to continue... Running update for: - python3.11-xlrd-2.0.1: UPDATING ... - python3.11-xlrd-2.0.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.xlrd 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_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.better_thermostat, using log file: /var/log/nixpkgs-update/home-assistant-custom-components.better_thermostat/2024-03-10.log home-assistant-custom-components.better_thermostat 0 -> 1 attrpath: home-assistant-custom-components.better_thermostat Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/fhmdbsgya381bfm8i5vcn7b6a3wgd2a1-packages.json.drv building '/nix/store/fhmdbsgya381bfm8i5vcn7b6a3wgd2a1-packages.json.drv'... Going to be running update for following packages: - python3.12-KartoffelToby-better_thermostat-1.5.0-beta7 Press Enter key to continue... Running update for: - python3.12-KartoffelToby-better_thermostat-1.5.0-beta7: UPDATING ... - python3.12-KartoffelToby-better_thermostat-1.5.0-beta7: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update home-assistant-custom-components.better_thermostat 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath mlarchive2maildir, using log file: /var/log/nixpkgs-update/mlarchive2maildir/2024-03-10.log mlarchive2maildir 0 -> 1 attrpath: mlarchive2maildir Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/51b3llx52dml0rxj9gwicaa834cfdzqk-packages.json.drv building '/nix/store/51b3llx52dml0rxj9gwicaa834cfdzqk-packages.json.drv'... Going to be running update for following packages: - mlarchive2maildir-0.0.9 Press Enter key to continue... Running update for: - mlarchive2maildir-0.0.9: UPDATING ... - mlarchive2maildir-0.0.9: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update mlarchive2maildir 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_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, using log file: /var/log/nixpkgs-update/transmission/2024-03-10.log transmission 3.00 -> 4.0.5 https://github.com/transmission/transmission/releases attrpath: transmission 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 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 karabiner-elements, using log file: /var/log/nixpkgs-update/karabiner-elements/2024-03-10.log karabiner-elements 0 -> 1 attrpath: karabiner-elements Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/38ga4p9f6rmzwz9mxn3lqphzni9fg996-packages.json.drv building '/nix/store/38ga4p9f6rmzwz9mxn3lqphzni9fg996-packages.json.drv'... Going to be running update for following packages: - karabiner-elements-14.13.0 Press Enter key to continue... Running update for: - karabiner-elements-14.13.0: UPDATING ... - karabiner-elements-14.13.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update karabiner-elements 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.nkdfu, using log file: /var/log/nixpkgs-update/python311Packages.nkdfu/2024-03-10.log python311Packages.nkdfu 0 -> 1 attrpath: python311Packages.nkdfu Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/49r4002x75cy9dlmwyarpxd42pp8zsr4-packages.json.drv building '/nix/store/49r4002x75cy9dlmwyarpxd42pp8zsr4-packages.json.drv'... Going to be running update for following packages: - python3.11-nkdfu-0.2 Press Enter key to continue... Running update for: - python3.11-nkdfu-0.2: UPDATING ... - python3.11-nkdfu-0.2: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.nkdfu 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.cachey, using log file: /var/log/nixpkgs-update/python311Packages.cachey/2024-03-10.log python311Packages.cachey 0 -> 1 attrpath: python311Packages.cachey Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/vh4p8p5rlxw8zfxw8jmz1ma73vi2iqh1-packages.json.drv building '/nix/store/vh4p8p5rlxw8zfxw8jmz1ma73vi2iqh1-packages.json.drv'... Going to be running update for following packages: - python3.11-cachey-0.2.1 Press Enter key to continue... Running update for: - python3.11-cachey-0.2.1: UPDATING ... - python3.11-cachey-0.2.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.cachey 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.crypto2, using log file: /var/log/nixpkgs-update/rPackages.crypto2/2024-03-10.log rPackages.crypto2 1.4.5 -> 1.4.6 https://repology.org/project/r:crypto2/versions attrpath: rPackages.crypto2 Checking auto update branch... No auto update branch exists Old version 1.4.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.crypto2 1.4.5 -> 1.4.6 https://repology.org/project/r:crypto2/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.ardl_nardl, using log file: /var/log/nixpkgs-update/rPackages.ardl_nardl/2024-03-10.log rPackages.ardl_nardl 1.2.3 -> 1.3.0 https://repology.org/project/r:ardl.nardl/versions attrpath: rPackages.ardl_nardl Checking auto update branch... No auto update branch exists Old version 1.2.3" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; configurePhase = '' runHook preConfigure export R_LIBS_SITE="$R_LIBS_SITE''${R_LIBS_SITE:+:}$out/library" runHook postConfigure ''; buildPhase = '' runHook preBuild runHook postBuild ''; installFlags = if attrs.doCheck or true then [] else [ "--no-test-load" ]; rCommand = if requireX then # Unfortunately, xvfb-run has a race condition even with -a option, so that # we acquire a lock explicitly. "flock ${xvfb-run} xvfb-run -a -e xvfb-error R" else "R"; installPhase = '' runHook preInstall mkdir -p $out/library $rCommand CMD INSTALL --built-timestamp='1970-01-01 00:00:00 UTC' $installFlags --configure-args="$configureFlags" -l $out/library . runHook postInstall ''; postFixup = '' if test -e $out/nix-support/propagated-build-inputs; then ln -s $out/nix-support/propagated-build-inputs $out/nix-support/propagated-user-env-packages fi ''; checkPhase = '' # noop since R CMD INSTALL tests packages ''; } // attrs // { name = "r-" + name; }) [result] Failed to update rPackages.ardl_nardl 1.2.3 -> 1.3.0 https://repology.org/project/r:ardl.nardl/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.catmaply, using log file: /var/log/nixpkgs-update/rPackages.catmaply/2024-03-10.log rPackages.catmaply 0.9.3 -> 0.9.4 https://repology.org/project/r:catmaply/versions attrpath: rPackages.catmaply Checking auto update branch... No auto update branch exists Old version 0.9.3" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; configurePhase = '' runHook preConfigure export R_LIBS_SITE="$R_LIBS_SITE''${R_LIBS_SITE:+:}$out/library" runHook postConfigure ''; buildPhase = '' runHook preBuild runHook postBuild ''; installFlags = if attrs.doCheck or true then [] else [ "--no-test-load" ]; rCommand = if requireX then # Unfortunately, xvfb-run has a race condition even with -a option, so that # we acquire a lock explicitly. "flock ${xvfb-run} xvfb-run -a -e xvfb-error R" else "R"; installPhase = '' runHook preInstall mkdir -p $out/library $rCommand CMD INSTALL --built-timestamp='1970-01-01 00:00:00 UTC' $installFlags --configure-args="$configureFlags" -l $out/library . runHook postInstall ''; postFixup = '' if test -e $out/nix-support/propagated-build-inputs; then ln -s $out/nix-support/propagated-build-inputs $out/nix-support/propagated-user-env-packages fi ''; checkPhase = '' # noop since R CMD INSTALL tests packages ''; } // attrs // { name = "r-" + name; }) [result] Failed to update rPackages.catmaply 0.9.3 -> 0.9.4 https://repology.org/project/r:catmaply/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.cognitoR, using log file: /var/log/nixpkgs-update/rPackages.cognitoR/2024-03-10.log rPackages.cognitoR 1.0.4 -> 1.0.5 https://repology.org/project/r:cognitor/versions attrpath: rPackages.cognitoR Checking auto update branch... No auto update branch exists Old version 1.0.4" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; configurePhase = '' runHook preConfigure export R_LIBS_SITE="$R_LIBS_SITE''${R_LIBS_SITE:+:}$out/library" runHook postConfigure ''; buildPhase = '' runHook preBuild runHook postBuild ''; installFlags = if attrs.doCheck or true then [] else [ "--no-test-load" ]; rCommand = if requireX then # Unfortunately, xvfb-run has a race condition even with -a option, so that # we acquire a lock explicitly. "flock ${xvfb-run} xvfb-run -a -e xvfb-error R" else "R"; installPhase = '' runHook preInstall mkdir -p $out/library $rCommand CMD INSTALL --built-timestamp='1970-01-01 00:00:00 UTC' $installFlags --configure-args="$configureFlags" -l $out/library . runHook postInstall ''; postFixup = '' if test -e $out/nix-support/propagated-build-inputs; then ln -s $out/nix-support/propagated-build-inputs $out/nix-support/propagated-user-env-packages fi ''; checkPhase = '' # noop since R CMD INSTALL tests packages ''; } // attrs // { name = "r-" + name; }) [result] Failed to update rPackages.cognitoR 1.0.4 -> 1.0.5 https://repology.org/project/r:cognitor/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.SmartEDA, using log file: /var/log/nixpkgs-update/rPackages.SmartEDA/2024-03-10.log rPackages.SmartEDA 0.3.9 -> 0.3.10 https://repology.org/project/r:smarteda/versions attrpath: rPackages.SmartEDA Checking auto update branch... No auto update branch exists Old version 0.3.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.SmartEDA 0.3.9 -> 0.3.10 https://repology.org/project/r:smarteda/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.measr, using log file: /var/log/nixpkgs-update/rPackages.measr/2024-03-10.log rPackages.measr 0.3.1 -> 1.0.0 https://repology.org/project/r:measr/versions attrpath: rPackages.measr Checking auto update branch... No auto update branch exists Old version 0.3.1" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; configurePhase = '' runHook preConfigure export R_LIBS_SITE="$R_LIBS_SITE''${R_LIBS_SITE:+:}$out/library" runHook postConfigure ''; buildPhase = '' runHook preBuild runHook postBuild ''; installFlags = if attrs.doCheck or true then [] else [ "--no-test-load" ]; rCommand = if requireX then # Unfortunately, xvfb-run has a race condition even with -a option, so that # we acquire a lock explicitly. "flock ${xvfb-run} xvfb-run -a -e xvfb-error R" else "R"; installPhase = '' runHook preInstall mkdir -p $out/library $rCommand CMD INSTALL --built-timestamp='1970-01-01 00:00:00 UTC' $installFlags --configure-args="$configureFlags" -l $out/library . runHook postInstall ''; postFixup = '' if test -e $out/nix-support/propagated-build-inputs; then ln -s $out/nix-support/propagated-build-inputs $out/nix-support/propagated-user-env-packages fi ''; checkPhase = '' # noop since R CMD INSTALL tests packages ''; } // attrs // { name = "r-" + name; }) [result] Failed to update rPackages.measr 0.3.1 -> 1.0.0 https://repology.org/project/r:measr/versions [options] github_user: r-ryantm, pull_request: 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.WWWMechanize 2.17 -> 2.18 https://repology.org/project/perl:www-mechanize/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.MplusAutomation, using log file: /var/log/nixpkgs-update/rPackages.MplusAutomation/2024-03-10.log rPackages.MplusAutomation 1.1.0 -> 1.1.1 https://repology.org/project/r:mplusautomation/versions attrpath: rPackages.MplusAutomation Checking auto update branch... No auto update branch exists Old version 1.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.MplusAutomation 1.1.0 -> 1.1.1 https://repology.org/project/r:mplusautomation/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.adaptMCMC, using log file: /var/log/nixpkgs-update/rPackages.adaptMCMC/2024-03-10.log rPackages.adaptMCMC 1.4 -> 1.5 https://repology.org/project/r:adaptmcmc/versions attrpath: rPackages.adaptMCMC Checking auto update branch... No auto update branch exists Old version 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.adaptMCMC 1.4 -> 1.5 https://repology.org/project/r:adaptmcmc/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.BayesTree, using log file: /var/log/nixpkgs-update/rPackages.BayesTree/2024-03-10.log rPackages.BayesTree 0.3-1.4 -> 0.3-1.5 https://repology.org/project/r:bayestree/versions attrpath: rPackages.BayesTree Checking auto update branch... No auto update branch exists Old version 0.3-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.BayesTree 0.3-1.4 -> 0.3-1.5 https://repology.org/project/r:bayestree/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.deebot-client, using log file: /var/log/nixpkgs-update/python311Packages.deebot-client/2024-03-10.log python311Packages.deebot-client 0 -> 1 attrpath: python311Packages.deebot-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/83ggfg2n1yzsdnw372szrl4rrgpk76wh-packages.json.drv building '/nix/store/83ggfg2n1yzsdnw372szrl4rrgpk76wh-packages.json.drv'... Going to be running update for following packages: - python3.11-deebot-client-6.0.2 Press Enter key to continue... Running update for: - python3.11-deebot-client-6.0.2: UPDATING ... - python3.11-deebot-client-6.0.2: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.deebot-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 rPackages.bqtl, using log file: /var/log/nixpkgs-update/rPackages.bqtl/2024-03-10.log rPackages.bqtl 1.0-35 -> 1.0-36 https://repology.org/project/r:bqtl/versions attrpath: rPackages.bqtl Checking auto update branch... No auto update branch exists Old version 1.0-35" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-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.bqtl 1.0-35 -> 1.0-36 https://repology.org/project/r:bqtl/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.rrcov, using log file: /var/log/nixpkgs-update/rPackages.rrcov/2024-03-10.log rPackages.rrcov 1.7-4 -> 1.7.5 https://repology.org/project/r:rrcov/versions attrpath: rPackages.rrcov Checking auto update branch... No auto update branch exists Old version 1.7-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.rrcov 1.7-4 -> 1.7.5 https://repology.org/project/r:rrcov/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath ghidra, using log file: /var/log/nixpkgs-update/ghidra/2024-03-10.log ghidra 11.0 -> 11.0.1_build https://github.com/NationalSecurityAgency/Ghidra/releases attrpath: ghidra 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 ghidra 11.0 -> 11.0.1_build https://github.com/NationalSecurityAgency/Ghidra/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.distrRmetrics, using log file: /var/log/nixpkgs-update/rPackages.distrRmetrics/2024-03-10.log rPackages.distrRmetrics 2.8.1 -> 2.8.2 https://repology.org/project/r:distrrmetrics/versions attrpath: rPackages.distrRmetrics Checking auto update branch... No auto update branch exists Old version 2.8.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.distrRmetrics 2.8.1 -> 2.8.2 https://repology.org/project/r:distrrmetrics/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.tetrascatt, using log file: /var/log/nixpkgs-update/rPackages.tetrascatt/2024-03-10.log rPackages.tetrascatt 0.1.0 -> 0.1.1 https://repology.org/project/r:tetrascatt/versions attrpath: rPackages.tetrascatt 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.tetrascatt 0.1.0 -> 0.1.1 https://repology.org/project/r:tetrascatt/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.gfoRmula, using log file: /var/log/nixpkgs-update/rPackages.gfoRmula/2024-03-10.log rPackages.gfoRmula 1.0.3 -> 1.0.4 https://repology.org/project/r:gformula/versions attrpath: rPackages.gfoRmula 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.gfoRmula 1.0.3 -> 1.0.4 https://repology.org/project/r:gformula/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath haskellPackages.hlint, using log file: /var/log/nixpkgs-update/haskellPackages.hlint/2024-03-10.log haskellPackages.hlint 3.6.1 -> 3.8 https://repology.org/project/haskell:hlint/versions attrpath: haskellPackages.hlint Checking auto update branch... No auto update branch exists Derivation file says not to edit it [result] Failed to update haskellPackages.hlint 3.6.1 -> 3.8 https://repology.org/project/haskell:hlint/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.noweb, using log file: /var/log/nixpkgs-update/rPackages.noweb/2024-03-10.log rPackages.noweb 1.1-2 -> 1.1-4 https://repology.org/project/r:noweb/versions attrpath: rPackages.noweb Checking auto update branch... No auto update branch exists Old version 1.1-2" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; configurePhase = '' runHook preConfigure export R_LIBS_SITE="$R_LIBS_SITE''${R_LIBS_SITE:+:}$out/library" runHook postConfigure ''; buildPhase = '' runHook preBuild runHook postBuild ''; installFlags = if attrs.doCheck or true then [] else [ "--no-test-load" ]; rCommand = if requireX then # Unfortunately, xvfb-run has a race condition even with -a option, so that # we acquire a lock explicitly. "flock ${xvfb-run} xvfb-run -a -e xvfb-error R" else "R"; installPhase = '' runHook preInstall mkdir -p $out/library $rCommand CMD INSTALL --built-timestamp='1970-01-01 00:00:00 UTC' $installFlags --configure-args="$configureFlags" -l $out/library . runHook postInstall ''; postFixup = '' if test -e $out/nix-support/propagated-build-inputs; then ln -s $out/nix-support/propagated-build-inputs $out/nix-support/propagated-user-env-packages fi ''; checkPhase = '' # noop since R CMD INSTALL tests packages ''; } // attrs // { name = "r-" + name; }) [result] Failed to update rPackages.noweb 1.1-2 -> 1.1-4 https://repology.org/project/r:noweb/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.data_table, using log file: /var/log/nixpkgs-update/rPackages.data_table/2024-03-10.log rPackages.data_table 1.14.10 -> 1.15.2 https://repology.org/project/r:data.table/versions attrpath: rPackages.data_table Checking auto update branch... No auto update branch exists Old version 1.14.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.data_table 1.14.10 -> 1.15.2 https://repology.org/project/r:data.table/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath intiface-central, using log file: /var/log/nixpkgs-update/intiface-central/2024-03-10.log intiface-central 2.5.3 -> 2.5.5 https://github.com/intiface/intiface-central/releases attrpath: intiface-central 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 intiface-central 2.5.3 -> 2.5.5 https://github.com/intiface/intiface-central/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.openVA, using log file: /var/log/nixpkgs-update/rPackages.openVA/2024-03-10.log rPackages.openVA 1.1.1 -> 1.1.2 https://repology.org/project/r:openva/versions attrpath: rPackages.openVA 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.openVA 1.1.1 -> 1.1.2 https://repology.org/project/r:openva/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath graphite-cli, using log file: /var/log/nixpkgs-update/graphite-cli/2024-03-10.log graphite-cli 0 -> 1 attrpath: graphite-cli Checking auto update branch... [outpaths] eval start [outpaths] eval end [version] [version] generic version rewriter does not support multiple hashes [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] skipping because derivation has updateScript [updateScript] [updateScript] Failed with exit code 1 this derivation will be built: /nix/store/a5nkb33rwzvf2xjabpymcpwkhz0yzgwa-packages.json.drv building '/nix/store/a5nkb33rwzvf2xjabpymcpwkhz0yzgwa-packages.json.drv'... Going to be running update for following packages: - graphite-cli-1.2.3 Press Enter key to continue... Running update for: - graphite-cli-1.2.3: UPDATING ... - graphite-cli-1.2.3: ERROR --- SHOWING ERROR LOG FOR graphite-cli-1.2.3 ---------------------- path is '/nix/store/2vsgj8qmsy9aabip6zgd3vfd2xnzql1w-graphite-cli-1.2.5.tgz' --2024-03-10 18:19:48-- https://registry.npmjs.org/@withgraphite/graphite-cli/-/graphite-cli-1.2.5.tgz Resolving registry.npmjs.org (registry.npmjs.org)... 2606:4700::6810:23, 2606:4700::6810:223, 2606:4700::6810:1b22, ... Connecting to registry.npmjs.org (registry.npmjs.org)|2606:4700::6810:23|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 2458992 (2.3M) [application/octet-stream] Saving to: ‘graphite-cli-1.2.5.tgz’ 0K .......... .......... .......... .......... .......... 2% 51.0M 0s 50K .......... .......... .......... .......... .......... 4% 35.4M 0s 100K .......... .......... .......... .......... .......... 6% 122M 0s 150K .......... .......... .......... .......... .......... 8% 97.0M 0s 200K .......... .......... .......... .......... .......... 10% 139M 0s 250K .......... .......... .......... .......... .......... 12% 90.0M 0s 300K .......... .......... .......... .......... .......... 14% 133M 0s 350K .......... .......... .......... .......... .......... 16% 89.3M 0s 400K .......... .......... .......... .......... .......... 18% 120M 0s 450K .......... .......... .......... .......... .......... 20% 96.3M 0s 500K .......... .......... .......... .......... .......... 22% 134M 0s 550K .......... .......... .......... .......... .......... 24% 118M 0s 600K .......... .......... .......... .......... .......... 27% 98.2M 0s 650K .......... .......... .......... .......... .......... 29% 33.1M 0s 700K .......... .......... .......... .......... .......... 31% 110M 0s 750K .......... .......... .......... .......... .......... 33% 98.0M 0s 800K .......... .......... .......... .......... .......... 35% 139M 0s 850K .......... .......... .......... .......... .......... 37% 96.0M 0s 900K .......... .......... .......... .......... .......... 39% 141M 0s 950K .......... .......... .......... .......... .......... 41% 86.8M 0s 1000K .......... .......... .......... .......... .......... 43% 107M 0s 1050K .......... .......... .......... .......... .......... 45% 125M 0s 1100K .......... .......... .......... .......... .......... 47% 105M 0s 1150K .......... .......... .......... .......... .......... 49% 133M 0s 1200K .......... .......... .......... .......... .......... 52% 92.1M 0s 1250K .......... .......... .......... .......... .......... 54% 132M 0s 1300K .......... .......... .......... .......... .......... 56% 133M 0s 1350K .......... .......... .......... .......... .......... 58% 82.2M 0s 1400K .......... .......... .......... .......... .......... 60% 98.5M 0s 1450K .......... .......... .......... .......... .......... 62% 134M 0s 1500K .......... .......... .......... .......... .......... 64% 118M 0s 1550K .......... .......... .......... .......... .......... 66% 98.8M 0s 1600K .......... .......... .......... .......... .......... 68% 133M 0s 1650K .......... .......... .......... .......... .......... 70% 120M 0s 1700K .......... .......... .......... .......... .......... 72% 97.7M 0s 1750K .......... .......... .......... .......... .......... 74% 89.4M 0s 1800K .......... .......... .......... .......... .......... 77% 134M 0s 1850K .......... .......... .......... .......... .......... 79% 90.1M 0s 1900K .......... .......... .......... .......... .......... 81% 131M 0s 1950K .......... .......... .......... .......... .......... 83% 121M 0s 2000K .......... .......... .......... .......... .......... 85% 98.1M 0s 2050K .......... .......... .......... .......... .......... 87% 132M 0s 2100K .......... .......... .......... .......... .......... 89% 133M 0s 2150K .......... .......... .......... .......... .......... 91% 82.2M 0s 2200K .......... .......... .......... .......... .......... 93% 99.2M 0s 2250K .......... .......... .......... .......... .......... 95% 133M 0s 2300K .......... .......... .......... .......... .......... 97% 121M 0s 2350K .......... .......... .......... .......... .......... 99% 99.3M 0s 2400K . 100% 2.53T=0.02s 2024-03-10 18:19:48 (98.5 MB/s) - ‘graphite-cli-1.2.5.tgz’ saved [2458992/2458992] node:internal/modules/cjs/loader:1147 throw err; ^ Error: Cannot find module '/var/cache/nixpkgs-update/worker/worktree/graphite-cli/pkgs/by-name/gr/graphite-cli/check-node-version.js' at Module._resolveFilename (node:internal/modules/cjs/loader:1144:15) at Module._load (node:internal/modules/cjs/loader:985:27) at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:135:12) at node:internal/main/run_main_module:28:49 { code: 'MODULE_NOT_FOUND', requireStack: [] } Node.js v20.11.1 npm ERR! code 1 npm ERR! path /var/cache/nixpkgs-update/worker/worktree/graphite-cli/pkgs/by-name/gr/graphite-cli npm ERR! command failed npm ERR! command sh -c node check-node-version.js npm ERR! A complete log of this run can be found in: /home/r-ryantm/.npm/_logs/2024-03-10T18_19_49_140Z-debug-0.log --- SHOWING ERROR LOG FOR graphite-cli-1.2.3 ---------------------- The update script for graphite-cli-1.2.3 failed with exit code 1 [result] Failed to update graphite-cli 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.g_data, using log file: /var/log/nixpkgs-update/rPackages.g_data/2024-03-10.log rPackages.g_data 2.4 -> 2.4.1 https://repology.org/project/r:g.data/versions attrpath: rPackages.g_data Checking auto update branch... No auto update branch exists Old version 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.g_data 2.4 -> 2.4.1 https://repology.org/project/r:g.data/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.tidygraph, using log file: /var/log/nixpkgs-update/rPackages.tidygraph/2024-03-10.log rPackages.tidygraph 1.3.0 -> 1.3.1 https://repology.org/project/r:tidygraph/versions attrpath: rPackages.tidygraph Checking auto update branch... No auto update branch exists Old version 1.3.0" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; configurePhase = '' runHook preConfigure export R_LIBS_SITE="$R_LIBS_SITE''${R_LIBS_SITE:+:}$out/library" runHook postConfigure ''; buildPhase = '' runHook preBuild runHook postBuild ''; installFlags = if attrs.doCheck or true then [] else [ "--no-test-load" ]; rCommand = if requireX then # Unfortunately, xvfb-run has a race condition even with -a option, so that # we acquire a lock explicitly. "flock ${xvfb-run} xvfb-run -a -e xvfb-error R" else "R"; installPhase = '' runHook preInstall mkdir -p $out/library $rCommand CMD INSTALL --built-timestamp='1970-01-01 00:00:00 UTC' $installFlags --configure-args="$configureFlags" -l $out/library . runHook postInstall ''; postFixup = '' if test -e $out/nix-support/propagated-build-inputs; then ln -s $out/nix-support/propagated-build-inputs $out/nix-support/propagated-user-env-packages fi ''; checkPhase = '' # noop since R CMD INSTALL tests packages ''; } // attrs // { name = "r-" + name; }) [result] Failed to update rPackages.tidygraph 1.3.0 -> 1.3.1 https://repology.org/project/r:tidygraph/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.rxode2random, using log file: /var/log/nixpkgs-update/rPackages.rxode2random/2024-03-10.log rPackages.rxode2random 2.0.12 -> 2.0.13 https://repology.org/project/r:rxode2random/versions attrpath: rPackages.rxode2random Checking auto update branch... No auto update branch exists Old version 2.0.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.rxode2random 2.0.12 -> 2.0.13 https://repology.org/project/r:rxode2random/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.gcplyr, using log file: /var/log/nixpkgs-update/rPackages.gcplyr/2024-03-10.log rPackages.gcplyr 1.7.1 -> 1.8.0 https://repology.org/project/r:gcplyr/versions attrpath: rPackages.gcplyr Checking auto update branch... No auto update branch exists Old version 1.7.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.gcplyr 1.7.1 -> 1.8.0 https://repology.org/project/r:gcplyr/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.rtop, using log file: /var/log/nixpkgs-update/rPackages.rtop/2024-03-10.log rPackages.rtop 0.6-8 -> 0.6-9 https://repology.org/project/r:rtop/versions attrpath: rPackages.rtop Checking auto update branch... No auto update branch exists Old version 0.6-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.rtop 0.6-8 -> 0.6-9 https://repology.org/project/r:rtop/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.RCLabels, using log file: /var/log/nixpkgs-update/rPackages.RCLabels/2024-03-10.log rPackages.RCLabels 0.1.9 -> 0.1.10 https://repology.org/project/r:rclabels/versions attrpath: rPackages.RCLabels Checking auto update branch... No auto update branch exists Old version 0.1.9" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; configurePhase = '' runHook preConfigure export R_LIBS_SITE="$R_LIBS_SITE''${R_LIBS_SITE:+:}$out/library" runHook postConfigure ''; buildPhase = '' runHook preBuild runHook postBuild ''; installFlags = if attrs.doCheck or true then [] else [ "--no-test-load" ]; rCommand = if requireX then # Unfortunately, xvfb-run has a race condition even with -a option, so that # we acquire a lock explicitly. "flock ${xvfb-run} xvfb-run -a -e xvfb-error R" else "R"; installPhase = '' runHook preInstall mkdir -p $out/library $rCommand CMD INSTALL --built-timestamp='1970-01-01 00:00:00 UTC' $installFlags --configure-args="$configureFlags" -l $out/library . runHook postInstall ''; postFixup = '' if test -e $out/nix-support/propagated-build-inputs; then ln -s $out/nix-support/propagated-build-inputs $out/nix-support/propagated-user-env-packages fi ''; checkPhase = '' # noop since R CMD INSTALL tests packages ''; } // attrs // { name = "r-" + name; }) [result] Failed to update rPackages.RCLabels 0.1.9 -> 0.1.10 https://repology.org/project/r:rclabels/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.rxode2et, using log file: /var/log/nixpkgs-update/rPackages.rxode2et/2024-03-10.log rPackages.rxode2et 2.0.11 -> 2.0.12 https://repology.org/project/r:rxode2et/versions attrpath: rPackages.rxode2et Checking auto update branch... No auto update branch exists Old version 2.0.11" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; configurePhase = '' runHook preConfigure export R_LIBS_SITE="$R_LIBS_SITE''${R_LIBS_SITE:+:}$out/library" runHook postConfigure ''; buildPhase = '' runHook preBuild runHook postBuild ''; installFlags = if attrs.doCheck or true then [] else [ "--no-test-load" ]; rCommand = if requireX then # Unfortunately, xvfb-run has a race condition even with -a option, so that # we acquire a lock explicitly. "flock ${xvfb-run} xvfb-run -a -e xvfb-error R" else "R"; installPhase = '' runHook preInstall mkdir -p $out/library $rCommand CMD INSTALL --built-timestamp='1970-01-01 00:00:00 UTC' $installFlags --configure-args="$configureFlags" -l $out/library . runHook postInstall ''; postFixup = '' if test -e $out/nix-support/propagated-build-inputs; then ln -s $out/nix-support/propagated-build-inputs $out/nix-support/propagated-user-env-packages fi ''; checkPhase = '' # noop since R CMD INSTALL tests packages ''; } // attrs // { name = "r-" + name; }) [result] Failed to update rPackages.rxode2et 2.0.11 -> 2.0.12 https://repology.org/project/r:rxode2et/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath itk_5_2, using log file: /var/log/nixpkgs-update/itk_5_2/2024-03-10.log itk_5_2 5.2.1 -> 5.3.0 https://github.com/InsightSoftwareConsortium/ITK/releases attrpath: itk_5_2 Checking auto update branch... No auto update branch exists Version in attr path itk_5_2 not compatible with 5.3.0 [result] Failed to update itk_5_2 5.2.1 -> 5.3.0 https://github.com/InsightSoftwareConsortium/ITK/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.ujson, using log file: /var/log/nixpkgs-update/python311Packages.ujson/2024-03-10.log python311Packages.ujson 0 -> 1 attrpath: python311Packages.ujson Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/zv1d6s78l4nwmi80fi3k10wk9s7klbzw-packages.json.drv building '/nix/store/zv1d6s78l4nwmi80fi3k10wk9s7klbzw-packages.json.drv'... Going to be running update for following packages: - python3.11-ujson-5.8.0 Press Enter key to continue... Running update for: - python3.11-ujson-5.8.0: UPDATING ... - python3.11-ujson-5.8.0: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/ujson/default.nix b/pkgs/development/python-modules/ujson/default.nix index 7eb4e5e3814b..1dd98186e26f 100644 --- a/pkgs/development/python-modules/ujson/default.nix +++ b/pkgs/development/python-modules/ujson/default.nix @@ -8,13 +8,13 @@ buildPythonPackage rec { pname = "ujson"; - version = "5.8.0"; + version = "5.9.0"; format = "setuptools"; disabled = pythonOlder "3.7"; src = fetchPypi { inherit pname version; - hash = "sha256-eOMY3vSt6JikYbPZKnn5RB5+Dk0q1UGavtQzbXAsdCU="; + hash = "sha256-icyS5z1VAbin9IV17rFK0nFWrQksLp/H48+UnwfnVTI="; }; nativeBuildInputs = [ No auto update branch exists [outpaths] eval start [outpaths] eval end Python package with too many package rebuilds 2990 > 25 [result] Failed to update python311Packages.ujson 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.debar, using log file: /var/log/nixpkgs-update/rPackages.debar/2024-03-10.log rPackages.debar 0.1.0 -> 0.1.1 https://repology.org/project/r:debar/versions attrpath: rPackages.debar 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.debar 0.1.0 -> 0.1.1 https://repology.org/project/r:debar/versions [options] github_user: r-ryantm, pull_request: YES, batch_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-connections, using log file: /var/log/nixpkgs-update/gnome-connections/2024-03-10.log gnome-connections 0 -> 1 attrpath: gnome-connections Checking auto update branch... Do not update GNOME during a release cycle [result] Failed to update gnome-connections 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath zasm, using log file: /var/log/nixpkgs-update/zasm/2024-03-10.log zasm 4.4.7 -> 4.4.13 https://repology.org/project/zasm/versions attrpath: zasm 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 zasm 4.4.7 -> 4.4.13 https://repology.org/project/zasm/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath nushellPlugins.formats, using log file: /var/log/nixpkgs-update/nushellPlugins.formats/2024-03-10.log nushellPlugins.formats 0 -> 1 attrpath: nushellPlugins.formats Checking auto update branch... [version] [version] skipping because derivation has updateScript [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/i0a7x46b7a39dxlvx979rx4h5r8lzw2b-packages.json.drv building '/nix/store/i0a7x46b7a39dxlvx979rx4h5r8lzw2b-packages.json.drv'... Going to be running update for following packages: - nushell_plugin_formats-0.91.0 Press Enter key to continue... Running update for: - nushell_plugin_formats-0.91.0: UPDATING ... - nushell_plugin_formats-0.91.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update nushellPlugins.formats 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath wla-dx, using log file: /var/log/nixpkgs-update/wla-dx/2024-03-10.log wla-dx 9.11 -> 10.6 https://github.com/vhelin/wla-dx/releases attrpath: wla-dx 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/hk5g6i679kijqpgakvj5b1rqcdc14vpf-source.drv building '/nix/store/hk5g6i679kijqpgakvj5b1rqcdc14vpf-source.drv'... trying https://github.com/vhelin/wla-dx/archive/v10.6-fix.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 'wla-dx.originalSrc' not found stderr did not split as expected full stderr was: these 2 derivations will be built: /nix/store/hk5g6i679kijqpgakvj5b1rqcdc14vpf-source.drv /nix/store/xd2hzipqa7bxih394dynysaw7spija62-wla-dx-10.6.drv building '/nix/store/hk5g6i679kijqpgakvj5b1rqcdc14vpf-source.drv'... trying https://github.com/vhelin/wla-dx/archive/v10.6-fix.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/hk5g6i679kijqpgakvj5b1rqcdc14vpf-source.drv' failed with exit code 1; last 8 log lines: > > trying https://github.com/vhelin/wla-dx/archive/v10.6-fix.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/hk5g6i679kijqpgakvj5b1rqcdc14vpf-source.drv'. error: 1 dependencies of derivation '/nix/store/xd2hzipqa7bxih394dynysaw7spija62-wla-dx-10.6.drv' failed to build [result] Failed to update wla-dx 9.11 -> 10.6 https://github.com/vhelin/wla-dx/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.bracex, using log file: /var/log/nixpkgs-update/python311Packages.bracex/2024-03-10.log python311Packages.bracex 0 -> 1 attrpath: python311Packages.bracex Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/nskhml12b0pvxr4ifwq15zhb4y2057fl-packages.json.drv building '/nix/store/nskhml12b0pvxr4ifwq15zhb4y2057fl-packages.json.drv'... Going to be running update for following packages: - python3.11-bracex-2.4 Press Enter key to continue... Running update for: - python3.11-bracex-2.4: UPDATING ... - python3.11-bracex-2.4: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.bracex 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath ubidump, using log file: /var/log/nixpkgs-update/ubidump/2024-03-10.log ubidump 0 -> 1 attrpath: ubidump Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/9nwqzkcyb3ws4cwg29bdamy7kcxhy2gn-packages.json.drv building '/nix/store/9nwqzkcyb3ws4cwg29bdamy7kcxhy2gn-packages.json.drv'... Going to be running update for following packages: - ubidump-unstable-2019-09-11 Press Enter key to continue... Running update for: - ubidump-unstable-2019-09-11: UPDATING ... - ubidump-unstable-2019-09-11: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update ubidump 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.uuid, using log file: /var/log/nixpkgs-update/rPackages.uuid/2024-03-10.log rPackages.uuid 1.1-1 -> 1.2.0 https://repology.org/project/r:uuid/versions attrpath: rPackages.uuid 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.uuid 1.1-1 -> 1.2.0 https://repology.org/project/r:uuid/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.ptyprocess, using log file: /var/log/nixpkgs-update/python311Packages.ptyprocess/2024-03-10.log python311Packages.ptyprocess 0 -> 1 attrpath: python311Packages.ptyprocess 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/4wyaaf2rzbz1r8yr46q53kbdpi6miah3-packages.json.drv building '/nix/store/4wyaaf2rzbz1r8yr46q53kbdpi6miah3-packages.json.drv'... Going to be running update for following packages: - python3.11-ptyprocess-0.7.0 Press Enter key to continue... Running update for: - python3.11-ptyprocess-0.7.0: UPDATING ... - python3.11-ptyprocess-0.7.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.ptyprocess 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rescuetime, using log file: /var/log/nixpkgs-update/rescuetime/2024-03-10.log rescuetime 0 -> 1 attrpath: rescuetime 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/zbb7z48nv3p15yr8dh2s68bmmzzsga36-rescuetime-updater.drv /nix/store/qz9hnb5cisin1pqp3qwqk3swz84naarj-packages.json.drv building '/nix/store/zbb7z48nv3p15yr8dh2s68bmmzzsga36-rescuetime-updater.drv'... building '/nix/store/qz9hnb5cisin1pqp3qwqk3swz84naarj-packages.json.drv'... Going to be running update for following packages: - rescuetime-2.16.5.1 Press Enter key to continue... Running update for: - rescuetime-2.16.5.1: UPDATING ... - rescuetime-2.16.5.1: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/applications/misc/rescuetime/default.nix b/pkgs/applications/misc/rescuetime/default.nix index 22a1964e466d..938ef4dac553 100644 --- a/pkgs/applications/misc/rescuetime/default.nix +++ b/pkgs/applications/misc/rescuetime/default.nix @@ -6,11 +6,11 @@ let if stdenv.hostPlatform.system == "i686-linux" then fetchurl { name = "rescuetime-installer.deb"; url = "https://www.rescuetime.com/installers/rescuetime_${version}_i386.deb"; - sha256 = "1xrvyy0higc1fbc8ascpaszvg2bl6x0a35bzmdq6dkay48hnrd8b"; + sha256 = "C7VsISJezWZwq3+VoUA3dIm3v1aXaYXYcoG9CIH3O/c="; } else fetchurl { name = "rescuetime-installer.deb"; url = "https://www.rescuetime.com/installers/rescuetime_${version}_amd64.deb"; - sha256 = "09ng0yal66d533vzfv27k9l2va03rqbqmsni43qi3hgx7w9wx5ii"; + sha256 = "MZbOEz/9wRHxINHqihfOA6gtaJpHbPf3GKUZQ5UHzyY="; }; in mkDerivation rec { # https://www.rescuetime.com/updates/linux_release_notes.html Package version did not change. [result] Failed to update rescuetime 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath swiftformat, using log file: /var/log/nixpkgs-update/swiftformat/2024-03-10.log swiftformat 0.47.10 -> 0.53.4 https://github.com/nicklockwood/SwiftFormat/releases attrpath: swiftformat 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/swiftformat/default.nix b/pkgs/development/tools/swiftformat/default.nix index 823496693f25..c4eac7fe3682 100644 --- a/pkgs/development/tools/swiftformat/default.nix +++ b/pkgs/development/tools/swiftformat/default.nix @@ -7,13 +7,13 @@ stdenv.mkDerivation rec { pname = "swiftformat"; - version = "0.47.10"; + version = "0.53.4"; src = fetchFromGitHub { owner = "nicklockwood"; repo = "SwiftFormat"; rev = version; - sha256 = "1gqxpymbhpmap0i2blg9akarlql4mkzv45l4i212gsxcs991b939"; + sha256 = "sha256-eVerm8znJtNVYGFYcWpv7UAQ8Lb4RP+5ShN1Ek4kFSs="; }; preConfigure = "LD=$CC"; [outpaths] eval start [outpaths] eval end Update edits cause no rebuilds. [result] Failed to update swiftformat 0.47.10 -> 0.53.4 https://github.com/nicklockwood/SwiftFormat/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.devtools, using log file: /var/log/nixpkgs-update/python311Packages.devtools/2024-03-10.log python311Packages.devtools 0 -> 1 attrpath: python311Packages.devtools Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/m85hlipkfl60xvqy5xss69pgngmb42xm-packages.json.drv building '/nix/store/m85hlipkfl60xvqy5xss69pgngmb42xm-packages.json.drv'... Going to be running update for following packages: - python3.11-devtools-0.12.2 Press Enter key to continue... Running update for: - python3.11-devtools-0.12.2: UPDATING ... - python3.11-devtools-0.12.2: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.devtools 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath gpodder, using log file: /var/log/nixpkgs-update/gpodder/2024-03-10.log gpodder 0 -> 1 attrpath: gpodder Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/vkg8lwr5w0ivlpm03z5kh2h9j7l0cgvn-packages.json.drv building '/nix/store/vkg8lwr5w0ivlpm03z5kh2h9j7l0cgvn-packages.json.drv'... Going to be running update for following packages: - gpodder-3.11.4 Press Enter key to continue... Running update for: - gpodder-3.11.4: UPDATING ... - gpodder-3.11.4: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update gpodder 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath unixODBCDrivers.mysql, using log file: /var/log/nixpkgs-update/unixODBCDrivers.mysql/2024-03-10.log unixODBCDrivers.mysql 5.3.6 -> 8.0.36 https://repology.org/project/mysql-connector-odbc/versions attrpath: unixODBCDrivers.mysql Checking auto update branch... No auto update branch exists Old version 5.3.6" not present in master derivation file with contents: { fetchurl, stdenv, unixODBC, cmake, postgresql, mariadb, sqlite, zlib, libxml2, dpkg, lib, openssl, libkrb5, libuuid, patchelf, libiconv, fixDarwinDylibNames, fetchFromGitHub }: # Each of these ODBC drivers can be configured in your odbcinst.ini file using # the various passthru and meta values. Of note are: # # * `passthru.fancyName`, the typical name used to reference the driver # * `passthru.driver`, the path to the driver within the built package # * `meta.description`, a short description of the ODBC driver # # For example, you might generate it as follows: # # '' # [${package.fancyName}] # Description = ${package.meta.description} # Driver = ${package}/${package.driver} # '' { psql = stdenv.mkDerivation rec { pname = "psqlodbc"; version = "10.01.0000"; src = fetchurl { url = "mirror://postgresql/odbc/versions/src/${pname}-${version}.tar.gz"; sha256 = "1cyams7157f3gry86x64xrplqi2vyqrq3rqka59gv4lb4rpl7jl7"; }; buildInputs = [ unixODBC postgresql ]; # see the top of the file for an explanation passthru = { fancyName = "PostgreSQL"; driver = "lib/psqlodbcw.so"; }; meta = with lib; { description = "Official PostgreSQL ODBC Driver"; homepage = "https://odbc.postgresql.org/"; license = licenses.lgpl2; platforms = platforms.unix; }; }; mariadb = stdenv.mkDerivation rec { pname = "mariadb-connector-odbc"; version = "3.1.20"; src = fetchFromGitHub { owner = "mariadb-corporation"; repo = "mariadb-connector-odbc"; rev = version; hash = "sha256-l+HlS7/A0shwsEXYKDhi+QCmwHaMTeKrtcvo9yYpYws="; # this driver only seems to build correctly when built against the mariadb-connect-c subrepo # (see https://github.com/NixOS/nixpkgs/issues/73258) fetchSubmodules = true; }; patches = [ # Fix `call to undeclared function 'sleep'` with clang 16 ./mariadb-connector-odbc-unistd.patch ]; nativeBuildInputs = [ cmake ]; buildInputs = [ unixODBC openssl libiconv zlib ] ++ lib.optionals stdenv.isDarwin [ libkrb5 ]; # TODO: remove preConfigure on staging preConfigure = if !stdenv.isDarwin then '' # we don't want to build a .pkg substituteInPlace CMakeLists.txt \ --replace "IF(APPLE)" "IF(0)" \ --replace "CMAKE_SYSTEM_NAME MATCHES AIX" "APPLE" '' else null; cmakeFlags = [ "-DWITH_EXTERNAL_ZLIB=ON" "-DODBC_LIB_DIR=${lib.getLib unixODBC}/lib" "-DODBC_INCLUDE_DIR=${lib.getDev unixODBC}/include" "-DWITH_OPENSSL=ON" # on darwin this defaults to ON but we want to build against unixODBC "-DWITH_IODBC=OFF" ]; buildFlags = if stdenv.isDarwin then [ "maodbc" ] else null; installTargets = if stdenv.isDarwin then [ "install/fast" ] else null; # see the top of the file for an explanation passthru = { fancyName = "MariaDB"; driver = "lib/libmaodbc${stdenv.hostPlatform.extensions.sharedLibrary}"; }; meta = with lib; { description = "MariaDB ODBC database driver"; homepage = "https://downloads.mariadb.org/connector-odbc/"; license = licenses.gpl2; platforms = platforms.linux ++ platforms.darwin; }; }; mysql = stdenv.mkDerivation rec { pname = "mysql-connector-odbc"; majorVersion = "5.3"; version = "${majorVersion}.6"; src = fetchurl { url = "https://dev.mysql.com/get/Downloads/Connector-ODBC/${majorVersion}/${pname}-${version}-src.tar.gz"; sha256 = "1smi4z49i4zm7cmykjkwlxxzqvn7myngsw5bc35z6gqxmi8c55xr"; }; nativeBuildInputs = [ cmake ]; buildInputs = [ unixODBC mariadb ]; cmakeFlags = [ "-DWITH_UNIXODBC=1" ]; # see the top of the file for an explanation passthru = { fancyName = "MySQL"; driver = "lib/libmyodbc3-3.51.12.so"; }; meta = with lib; { description = "MySQL ODBC database driver"; homepage = "https://dev.mysql.com/downloads/connector/odbc/"; license = licenses.gpl2; platforms = platforms.linux; broken = true; }; }; sqlite = stdenv.mkDerivation rec { pname = "sqlite-connector-odbc"; version = "0.9993"; src = fetchurl { url = "http://www.ch-werner.de/sqliteodbc/sqliteodbc-${version}.tar.gz"; sha256 = "0dgsj28sc7f7aprmdd0n5a1rmcx6pv7170c8dfjl0x1qsjxim6hs"; }; buildInputs = [ unixODBC sqlite zlib libxml2 ]; configureFlags = [ "--with-odbc=${unixODBC}" "--with-sqlite3=${sqlite.dev}" ]; installTargets = [ "install-3" ]; # move libraries to $out/lib where they're expected to be postInstall = '' mkdir -p "$out/lib" mv "$out"/*.* "$out/lib" ''; # see the top of the file for an explanation passthru = { fancyName = "SQLite"; driver = "lib/libsqlite3odbc.so"; }; meta = with lib; { description = "ODBC driver for SQLite"; homepage = "http://www.ch-werner.de/sqliteodbc"; license = licenses.bsd2; platforms = platforms.unix; maintainers = with maintainers; [ vlstill ]; }; }; msodbcsql17 = stdenv.mkDerivation rec { pname = "msodbcsql17"; version = "${versionMajor}.${versionMinor}.${versionAdditional}-1"; versionMajor = "17"; versionMinor = "7"; versionAdditional = "1.1"; src = fetchurl { url = "https://packages.microsoft.com/debian/10/prod/pool/main/m/msodbcsql17/msodbcsql${versionMajor}_${version}_amd64.deb"; sha256 = "0vwirnp56jibm3qf0kmi4jnz1w7xfhnsfr8imr0c9hg6av4sk3a6"; }; nativeBuildInputs = [ dpkg patchelf ]; unpackPhase = "dpkg -x $src ./"; buildPhase = ""; installPhase = '' mkdir -p $out mkdir -p $out/lib cp -r opt/microsoft/msodbcsql${versionMajor}/lib64 opt/microsoft/msodbcsql${versionMajor}/share $out/ ''; postFixup = '' patchelf --set-rpath ${lib.makeLibraryPath [ unixODBC openssl libkrb5 libuuid stdenv.cc.cc ]} \ $out/lib/libmsodbcsql-${versionMajor}.${versionMinor}.so.${versionAdditional} ''; # see the top of the file for an explanation passthru = { fancyName = "ODBC Driver ${versionMajor} for SQL Server"; driver = "lib/libmsodbcsql-${versionMajor}.${versionMinor}.so.${versionAdditional}"; }; meta = with lib; { broken = stdenv.isDarwin; description = "ODBC Driver ${versionMajor} for SQL Server"; homepage = "https://docs.microsoft.com/en-us/sql/connect/odbc/linux-mac/installing-the-microsoft-odbc-driver-for-sql-server?view=sql-server-2017"; sourceProvenance = with sourceTypes; [ binaryNativeCode ]; license = licenses.unfree; platforms = platforms.linux; maintainers = with maintainers; [ spencerjanssen ]; }; }; msodbcsql18 = stdenv.mkDerivation(finalAttrs: { pname = "msodbcsql${finalAttrs.versionMajor}"; version = "${finalAttrs.versionMajor}.${finalAttrs.versionMinor}.${finalAttrs.versionAdditional}${finalAttrs.versionSuffix}"; versionMajor = "18"; versionMinor = "1"; versionAdditional = "1.1"; versionSuffix = lib.optionalString stdenv.isLinux "-1"; src = fetchurl { url = { x86_64-linux = "https://packages.microsoft.com/debian/11/prod/pool/main/m/${finalAttrs.pname}/${finalAttrs.pname}_${finalAttrs.version}_amd64.deb"; aarch64-linux = "https://packages.microsoft.com/debian/11/prod/pool/main/m/${finalAttrs.pname}/${finalAttrs.pname}_${finalAttrs.version}_arm64.deb"; x86_64-darwin = "https://download.microsoft.com/download/6/4/0/64006503-51e3-44f0-a6cd-a9b757d0d61b/${finalAttrs.pname}-${finalAttrs.version}-amd64.tar.gz"; aarch64-darwin = "https://download.microsoft.com/download/6/4/0/64006503-51e3-44f0-a6cd-a9b757d0d61b/${finalAttrs.pname}-${finalAttrs.version}-arm64.tar.gz"; }.${stdenv.system} or (throw "Unsupported system: ${stdenv.system}"); hash = { x86_64-linux = "sha256:1f0rmh1aynf1sqmjclbsyh2wz5jby0fixrwz71zp6impxpwvil52"; aarch64-linux = "sha256:0zphnbvkqdbkcv6lvv63p7pyl68h5bs2dy6vv44wm6bi89svms4a"; x86_64-darwin = "sha256:1fn80byn1yihflznxcm9cpj42mpllnz54apnk9n46vzm2ng2lj6d"; aarch64-darwin = "sha256:116xl8r2apr5b48jnq6myj9fwqs88yccw5176yfyzh4534fznj5x"; }.${stdenv.system} or (throw "Unsupported system: ${stdenv.system}"); }; nativeBuildInputs = if stdenv.isDarwin then [ # Fix up the names encoded into the dylib, and make them absolute. fixDarwinDylibNames ] else [ dpkg patchelf ]; unpackPhase = lib.optionalString stdenv.isLinux '' dpkg -x $src ./ ''; installPhase = if stdenv.isDarwin then '' mkdir -p $out tar xf $src --strip-components=1 -C $out '' else '' mkdir -p $out mkdir -p $out/lib cp -r opt/microsoft/msodbcsql${finalAttrs.versionMajor}/lib64 opt/microsoft/msodbcsql${finalAttrs.versionMajor}/share $out/ ''; # Replace the hard-coded paths in the dylib with nixpkgs equivalents. fixupPhase = lib.optionalString stdenv.isDarwin '' ${stdenv.cc.bintools.targetPrefix}install_name_tool \ -change /usr/lib/libiconv.2.dylib ${libiconv}/lib/libiconv.2.dylib \ -change /opt/homebrew/lib/libodbcinst.2.dylib ${unixODBC}/lib/libodbcinst.2.dylib \ $out/${finalAttrs.passthru.driver} ''; postFixup = lib.optionalString stdenv.isLinux '' patchelf --set-rpath ${lib.makeLibraryPath [ unixODBC openssl libkrb5 libuuid stdenv.cc.cc ]} \ $out/${finalAttrs.passthru.driver} ''; # see the top of the file for an explanation passthru = { fancyName = "ODBC Driver ${finalAttrs.versionMajor} for SQL Server"; driver = "lib/libmsodbcsql${if stdenv.isDarwin then ".${finalAttrs.versionMajor}.dylib" else "-${finalAttrs.versionMajor}.${finalAttrs.versionMinor}.so.${finalAttrs.versionAdditional}"}"; }; meta = with lib; { description = finalAttrs.passthru.fancyName; homepage = "https://learn.microsoft.com/en-us/sql/connect/odbc/linux-mac/installing-the-microsoft-odbc-driver-for-sql-server?view=sql-server-ver16"; sourceProvenance = with sourceTypes; [ binaryNativeCode ]; platforms = platforms.unix; license = licenses.unfree; maintainers = with maintainers; [ SamirTalwar ]; }; }); redshift = stdenv.mkDerivation rec { pname = "redshift-odbc"; version = "1.4.49.1000"; src = fetchurl { url = "https://s3.amazonaws.com/redshift-downloads/drivers/odbc/${version}/AmazonRedshiftODBC-64-bit-${version}-1.x86_64.deb"; sha256 = "sha256-r5HvsZjB7+x+ClxtWoONkE1/NAbz90NbHfzxC6tf7jA="; }; nativeBuildInputs = [ dpkg ]; unpackPhase = '' dpkg -x $src src cd src ''; # `unixODBC` is loaded with `dlopen`, so `autoPatchElfHook` cannot see it, and `patchELF` phase would strip the manual patchelf. Thus: # - Manually patchelf with `unixODCB` libraries # - Disable automatic `patchELF` phase installPhase = '' mkdir -p $out/lib cp opt/amazon/redshiftodbc/lib/64/* $out/lib patchelf --set-rpath ${unixODBC}/lib/ $out/lib/libamazonredshiftodbc64.so ''; dontPatchELF = true; buildInputs = [ unixODBC ]; # see the top of the file for an explanation passthru = { fancyName = "Amazon Redshift (x64)"; driver = "lib/libamazonredshiftodbc64.so"; }; meta = with lib; { broken = stdenv.isDarwin; description = "Amazon Redshift ODBC driver"; homepage = "https://docs.aws.amazon.com/redshift/latest/mgmt/configure-odbc-connection.html"; sourceProvenance = with sourceTypes; [ binaryNativeCode ]; license = licenses.unfree; platforms = platforms.linux; maintainers = with maintainers; [ sir4ur0n ]; }; }; } [result] Failed to update unixODBCDrivers.mysql 5.3.6 -> 8.0.36 https://repology.org/project/mysql-connector-odbc/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath zxing, using log file: /var/log/nixpkgs-update/zxing/2024-03-10.log zxing 3.1.0 -> 3.5.3 https://github.com/zxing/zxing/releases attrpath: zxing 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 zxing 3.1.0 -> 3.5.3 https://github.com/zxing/zxing/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.mixpanel, using log file: /var/log/nixpkgs-update/python311Packages.mixpanel/2024-03-10.log python311Packages.mixpanel 0 -> 1 attrpath: python311Packages.mixpanel Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/6npd9whyx7n3a9wwpk3z86kv83myfwn2-packages.json.drv building '/nix/store/6npd9whyx7n3a9wwpk3z86kv83myfwn2-packages.json.drv'... Going to be running update for following packages: - python3.11-mixpanel-4.10.0 Press Enter key to continue... Running update for: - python3.11-mixpanel-4.10.0: UPDATING ... - python3.11-mixpanel-4.10.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.mixpanel 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.pyskyqhub, using log file: /var/log/nixpkgs-update/python311Packages.pyskyqhub/2024-03-10.log python311Packages.pyskyqhub 0 -> 1 attrpath: python311Packages.pyskyqhub Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/q7k25yvhm14fg2kz9d43r1yxvgbr375d-packages.json.drv building '/nix/store/q7k25yvhm14fg2kz9d43r1yxvgbr375d-packages.json.drv'... Going to be running update for following packages: - python3.11-pyskyqhub-0.1.9 Press Enter key to continue... Running update for: - python3.11-pyskyqhub-0.1.9: UPDATING ... - python3.11-pyskyqhub-0.1.9: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.pyskyqhub 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: 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-sonic, using log file: /var/log/nixpkgs-update/python311Packages.py-sonic/2024-03-10.log python311Packages.py-sonic 0 -> 1 attrpath: python311Packages.py-sonic Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/6xg7lf2x12vqiw020v6r5v8d2sd6k4p5-packages.json.drv building '/nix/store/6xg7lf2x12vqiw020v6r5v8d2sd6k4p5-packages.json.drv'... Going to be running update for following packages: - python3.11-py-sonic-1.0.1 Press Enter key to continue... Running update for: - python3.11-py-sonic-1.0.1: UPDATING ... - python3.11-py-sonic-1.0.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.py-sonic 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.MethCP, using log file: /var/log/nixpkgs-update/rPackages.MethCP/2024-03-10.log rPackages.MethCP 1.11.0 -> 1.13.0 https://repology.org/project/r:methcp/versions attrpath: rPackages.MethCP Checking auto update branch... No auto update branch exists Old version 1.11.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.MethCP 1.11.0 -> 1.13.0 https://repology.org/project/r:methcp/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.IMAPClient, using log file: /var/log/nixpkgs-update/python311Packages.IMAPClient/2024-03-10.log python311Packages.IMAPClient 0 -> 1 attrpath: python311Packages.IMAPClient Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/wj5r22z98zwf1bfx2vf52f21gq62a1g4-packages.json.drv building '/nix/store/wj5r22z98zwf1bfx2vf52f21gq62a1g4-packages.json.drv'... Going to be running update for following packages: - python3.11-imapclient-3.0.1 Press Enter key to continue... Running update for: - python3.11-imapclient-3.0.1: UPDATING ... - python3.11-imapclient-3.0.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.IMAPClient 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_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-terminal, using log file: /var/log/nixpkgs-update/gnome.gnome-terminal/2024-03-10.log gnome.gnome-terminal 0 -> 1 attrpath: gnome.gnome-terminal Checking auto update branch... Do not update GNOME during a release cycle [result] Failed to update gnome.gnome-terminal 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: 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-speech, using log file: /var/log/nixpkgs-update/python311Packages.google-cloud-speech/2024-03-10.log python311Packages.google-cloud-speech 0 -> 1 attrpath: python311Packages.google-cloud-speech Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/p8avfp6is15wik1v26pbsvpzr7yvwbdm-packages.json.drv building '/nix/store/p8avfp6is15wik1v26pbsvpzr7yvwbdm-packages.json.drv'... Going to be running update for following packages: - python3.11-google-cloud-speech-2.25.1 Press Enter key to continue... Running update for: - python3.11-google-cloud-speech-2.25.1: UPDATING ... - python3.11-google-cloud-speech-2.25.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.google-cloud-speech 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath haskellPackages.moffy-samples, using log file: /var/log/nixpkgs-update/haskellPackages.moffy-samples/2024-03-10.log haskellPackages.moffy-samples 0.1.0.2 -> 0.1.0.3 https://repology.org/project/haskell:moffy-samples/versions attrpath: haskellPackages.moffy-samples Checking auto update branch... No auto update branch exists Derivation file says not to edit it [result] Failed to update haskellPackages.moffy-samples 0.1.0.2 -> 0.1.0.3 https://repology.org/project/haskell:moffy-samples/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.nbtlib, using log file: /var/log/nixpkgs-update/python311Packages.nbtlib/2024-03-10.log python311Packages.nbtlib 0 -> 1 attrpath: python311Packages.nbtlib Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/dkm1i1kmrjjll467jl5j29h8pyc0qajq-packages.json.drv building '/nix/store/dkm1i1kmrjjll467jl5j29h8pyc0qajq-packages.json.drv'... Going to be running update for following packages: - python3.11-nbtlib-2.0.4 Press Enter key to continue... Running update for: - python3.11-nbtlib-2.0.4: UPDATING ... - python3.11-nbtlib-2.0.4: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.nbtlib 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: 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-tables2, using log file: /var/log/nixpkgs-update/python311Packages.django-tables2/2024-03-10.log python311Packages.django-tables2 0 -> 1 attrpath: python311Packages.django-tables2 Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/59f5khbaczxa0aw6r5ggjrh4irg8xpzc-packages.json.drv building '/nix/store/59f5khbaczxa0aw6r5ggjrh4irg8xpzc-packages.json.drv'... Going to be running update for following packages: - python3.11-django-tables2-2.7.0 Press Enter key to continue... Running update for: - python3.11-django-tables2-2.7.0: UPDATING ... - python3.11-django-tables2-2.7.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.django-tables2 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.remarshal, using log file: /var/log/nixpkgs-update/python311Packages.remarshal/2024-03-10.log python311Packages.remarshal 0 -> 1 attrpath: python311Packages.remarshal Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/3vvdbnrkhgl6cvjjjk6iz4pqdyssw592-packages.json.drv building '/nix/store/3vvdbnrkhgl6cvjjjk6iz4pqdyssw592-packages.json.drv'... Going to be running update for following packages: - python3.11-remarshal-0.17.1 Press Enter key to continue... Running update for: - python3.11-remarshal-0.17.1: UPDATING ... - python3.11-remarshal-0.17.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.remarshal 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath tartube, using log file: /var/log/nixpkgs-update/tartube/2024-03-10.log tartube 0 -> 1 attrpath: tartube Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/6cg81dp5yvkmqknvzznz76w813159b8v-packages.json.drv building '/nix/store/6cg81dp5yvkmqknvzznz76w813159b8v-packages.json.drv'... Going to be running update for following packages: - tartube-2.5.0 Press Enter key to continue... Running update for: - tartube-2.5.0: UPDATING ... - tartube-2.5.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update tartube 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.mediafire-dl, using log file: /var/log/nixpkgs-update/python311Packages.mediafire-dl/2024-03-10.log python311Packages.mediafire-dl 0 -> 1 attrpath: python311Packages.mediafire-dl Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/3yj0d7cfz9a9g46fk7yvnrkrnsm4in78-packages.json.drv building '/nix/store/3yj0d7cfz9a9g46fk7yvnrkrnsm4in78-packages.json.drv'... Going to be running update for following packages: - python3.11-mediafire-dl-unstable-2023-09-07 Press Enter key to continue... Running update for: - python3.11-mediafire-dl-unstable-2023-09-07: UPDATING ... - python3.11-mediafire-dl-unstable-2023-09-07: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.mediafire-dl 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO multi-platform srcs in file. [result] Failed to update blockbench-electron 4.8.1 -> 4.9.4 https://github.com/JannisX11/blockbench/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.geographiclib, using log file: /var/log/nixpkgs-update/python311Packages.geographiclib/2024-03-10.log python311Packages.geographiclib 0 -> 1 attrpath: python311Packages.geographiclib Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/7iy6pf0ll7hhbia0mny5dy58xj08dpl5-packages.json.drv building '/nix/store/7iy6pf0ll7hhbia0mny5dy58xj08dpl5-packages.json.drv'... Going to be running update for following packages: - python3.11-geographiclib-2.0 Press Enter key to continue... Running update for: - python3.11-geographiclib-2.0: UPDATING ... - python3.11-geographiclib-2.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.geographiclib 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.isoduration, using log file: /var/log/nixpkgs-update/python311Packages.isoduration/2024-03-10.log python311Packages.isoduration 0 -> 1 attrpath: python311Packages.isoduration Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/4bbny9iqhvxv641x41rvkxk98bsnm25f-packages.json.drv building '/nix/store/4bbny9iqhvxv641x41rvkxk98bsnm25f-packages.json.drv'... Going to be running update for following packages: - python3.11-isoduration-20.11.0 Press Enter key to continue... Running update for: - python3.11-isoduration-20.11.0: UPDATING ... - python3.11-isoduration-20.11.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.isoduration 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.miniaudio, using log file: /var/log/nixpkgs-update/python311Packages.miniaudio/2024-03-10.log python311Packages.miniaudio 0 -> 1 attrpath: python311Packages.miniaudio 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/i2i16bgf17gchmlhvmi89hmwi04lpn2b-packages.json.drv building '/nix/store/i2i16bgf17gchmlhvmi89hmwi04lpn2b-packages.json.drv'... Going to be running update for following packages: - python3.11-miniaudio-1.59 Press Enter key to continue... Running update for: - python3.11-miniaudio-1.59: UPDATING ... - python3.11-miniaudio-1.59: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.miniaudio 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.plotext, using log file: /var/log/nixpkgs-update/python311Packages.plotext/2024-03-10.log python311Packages.plotext 0 -> 1 attrpath: python311Packages.plotext Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/7mc1ry9zmncglgig1wgwxf7fhrln9l7s-packages.json.drv building '/nix/store/7mc1ry9zmncglgig1wgwxf7fhrln9l7s-packages.json.drv'... Going to be running update for following packages: - python3.11-plotext-5.2.8 Press Enter key to continue... Running update for: - python3.11-plotext-5.2.8: UPDATING ... - python3.11-plotext-5.2.8: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.plotext 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.msgspec, using log file: /var/log/nixpkgs-update/python311Packages.msgspec/2024-03-10.log python311Packages.msgspec 0 -> 1 attrpath: python311Packages.msgspec Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/8xw2zrfsfx6l4vks6j2ayhz69090ycak-packages.json.drv building '/nix/store/8xw2zrfsfx6l4vks6j2ayhz69090ycak-packages.json.drv'... Going to be running update for following packages: - python3.11-msgspec-0.18.6 Press Enter key to continue... Running update for: - python3.11-msgspec-0.18.6: UPDATING ... - python3.11-msgspec-0.18.6: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.msgspec 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath haskellPackages.doctest-extract, using log file: /var/log/nixpkgs-update/haskellPackages.doctest-extract/2024-03-10.log haskellPackages.doctest-extract 0.1.1.1 -> 0.1.2 https://repology.org/project/haskell:doctest-extract/versions attrpath: haskellPackages.doctest-extract Checking auto update branch... No auto update branch exists Derivation file says not to edit it [result] Failed to update haskellPackages.doctest-extract 0.1.1.1 -> 0.1.2 https://repology.org/project/haskell:doctest-extract/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.aiocurrencylayer, using log file: /var/log/nixpkgs-update/python311Packages.aiocurrencylayer/2024-03-10.log python311Packages.aiocurrencylayer 0 -> 1 attrpath: python311Packages.aiocurrencylayer Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/cd3qydak3n31yd47hsvy7h9cnabxy1pg-packages.json.drv building '/nix/store/cd3qydak3n31yd47hsvy7h9cnabxy1pg-packages.json.drv'... Going to be running update for following packages: - python3.11-aiocurrencylayer-1.0.5 Press Enter key to continue... Running update for: - python3.11-aiocurrencylayer-1.0.5: UPDATING ... - python3.11-aiocurrencylayer-1.0.5: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.aiocurrencylayer 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath teos-watchtower-plugin, using log file: /var/log/nixpkgs-update/teos-watchtower-plugin/2024-03-10.log teos-watchtower-plugin 0 -> 1 attrpath: teos-watchtower-plugin 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/1rbvd5aqcjbmv7gdh15ja0j75ax9fylz-packages.json.drv building '/nix/store/1rbvd5aqcjbmv7gdh15ja0j75ax9fylz-packages.json.drv'... Going to be running update for following packages: - teos-watchtower-plugin-0.2.0 Press Enter key to continue... Running update for: - teos-watchtower-plugin-0.2.0: UPDATING ... - teos-watchtower-plugin-0.2.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update teos-watchtower-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-maintenance-mode, using log file: /var/log/nixpkgs-update/python311Packages.django-maintenance-mode/2024-03-10.log python311Packages.django-maintenance-mode 0 -> 1 attrpath: python311Packages.django-maintenance-mode Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/zpvc5c2k7vd1wxqdg37ni8vrqqnbai82-packages.json.drv building '/nix/store/zpvc5c2k7vd1wxqdg37ni8vrqqnbai82-packages.json.drv'... Going to be running update for following packages: - python3.11-django-maintenance-mode-0.21.1 Press Enter key to continue... Running update for: - python3.11-django-maintenance-mode-0.21.1: UPDATING ... - python3.11-django-maintenance-mode-0.21.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.django-maintenance-mode 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.cdcs, using log file: /var/log/nixpkgs-update/python311Packages.cdcs/2024-03-10.log python311Packages.cdcs 0 -> 1 attrpath: python311Packages.cdcs Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/qz18nadpvb1dbf9qbrmxs89nijgh3xmy-packages.json.drv building '/nix/store/qz18nadpvb1dbf9qbrmxs89nijgh3xmy-packages.json.drv'... Going to be running update for following packages: - python3.11-cdcs-0.2.2 Press Enter key to continue... Running update for: - python3.11-cdcs-0.2.2: UPDATING ... - python3.11-cdcs-0.2.2: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.cdcs 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath zstd, using log file: /var/log/nixpkgs-update/zstd/2024-03-10.log zstd 0 -> 1 attrpath: zstd Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/7f896k7pg4wi52rnadrxwr92w88w5dwb-packages.json.drv building '/nix/store/7f896k7pg4wi52rnadrxwr92w88w5dwb-packages.json.drv'... Going to be running update for following packages: - zstd-1.5.5 Press Enter key to continue... Running update for: - zstd-1.5.5: UPDATING ... - zstd-1.5.5: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/tools/compression/zstd/default.nix b/pkgs/tools/compression/zstd/default.nix index 4ba37c1502f6..adc280601f86 100644 --- a/pkgs/tools/compression/zstd/default.nix +++ b/pkgs/tools/compression/zstd/default.nix @@ -21,13 +21,13 @@ stdenv.mkDerivation rec { pname = "zstd"; - version = "1.5.5"; + version = "1.5.5-kernel"; src = fetchFromGitHub { owner = "facebook"; repo = "zstd"; rev = "v${version}"; - sha256 = "sha256-tHHHIsQU7vJySrVhJuMKUSq11MzkmC+Pcsj00uFJdnQ="; + sha256 = "sha256-LGqv8jJQEGtlRMdrEfzD1NSVHqb0PvUPmfcrjfgPi1g="; }; nativeBuildInputs = [ cmake ] An auto update branch exists with message `zstd: 1.5.5 -> 1.5.5-kernel`. New version is 1.5.5-kernel. An auto update branch exists with an equal or greater version [result] Failed to update zstd 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.pynobo, using log file: /var/log/nixpkgs-update/python311Packages.pynobo/2024-03-10.log python311Packages.pynobo 0 -> 1 attrpath: python311Packages.pynobo Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/5ajimwidvyjq5nrdskpifa4jhad31ls4-packages.json.drv building '/nix/store/5ajimwidvyjq5nrdskpifa4jhad31ls4-packages.json.drv'... Going to be running update for following packages: - python3.11-pynobo-1.7.0 Press Enter key to continue... Running update for: - python3.11-pynobo-1.7.0: UPDATING ... - python3.11-pynobo-1.7.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.pynobo 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: 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-fsx, using log file: /var/log/nixpkgs-update/python312Packages.mypy-boto3-fsx/2024-03-10.log python312Packages.mypy-boto3-fsx 1.34.55 -> 7.23.2 https://github.com/youtype/mypy_boto3_builder/releases attrpath: python312Packages.mypy-boto3-fsx Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/pcw91mxfkbnppi3nsi8j3ck0z8r68hmd-packages.json.drv building '/nix/store/pcw91mxfkbnppi3nsi8j3ck0z8r68hmd-packages.json.drv'... Going to be running update for following packages: - python3.12-mypy-boto3-fsx-1.34.55 Press Enter key to continue... Running update for: - python3.12-mypy-boto3-fsx-1.34.55: UPDATING ... - python3.12-mypy-boto3-fsx-1.34.55: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python312Packages.mypy-boto3-fsx 1.34.55 -> 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 python311Packages.pytransportnsw, using log file: /var/log/nixpkgs-update/python311Packages.pytransportnsw/2024-03-10.log python311Packages.pytransportnsw 0 -> 1 attrpath: python311Packages.pytransportnsw Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/nbwj8wk340p9ha7vx084rks67ifp7wg4-packages.json.drv building '/nix/store/nbwj8wk340p9ha7vx084rks67ifp7wg4-packages.json.drv'... Going to be running update for following packages: - python3.11-pytransportnsw-0.1.1 Press Enter key to continue... Running update for: - python3.11-pytransportnsw-0.1.1: UPDATING ... - python3.11-pytransportnsw-0.1.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.pytransportnsw 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: 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-expects-json, using log file: /var/log/nixpkgs-update/python311Packages.flask-expects-json/2024-03-10.log python311Packages.flask-expects-json 0 -> 1 attrpath: python311Packages.flask-expects-json Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/szqvmc2psm6b8fq6lbr8220xq5j4lf57-packages.json.drv building '/nix/store/szqvmc2psm6b8fq6lbr8220xq5j4lf57-packages.json.drv'... Going to be running update for following packages: - python3.11-flask-expects-json-1.7.0 Press Enter key to continue... Running update for: - python3.11-flask-expects-json-1.7.0: UPDATING ... - python3.11-flask-expects-json-1.7.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.flask-expects-json 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.pygit2, using log file: /var/log/nixpkgs-update/python311Packages.pygit2/2024-03-10.log python311Packages.pygit2 0 -> 1 attrpath: python311Packages.pygit2 Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/4r0j1am33s5z9rdlygchxg02hql56f3p-packages.json.drv building '/nix/store/4r0j1am33s5z9rdlygchxg02hql56f3p-packages.json.drv'... Going to be running update for following packages: - python3.11-pygit2-1.14.1 Press Enter key to continue... Running update for: - python3.11-pygit2-1.14.1: UPDATING ... - python3.11-pygit2-1.14.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.pygit2 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath whitesur-kde, using log file: /var/log/nixpkgs-update/whitesur-kde/2024-03-10.log whitesur-kde 0 -> 1 attrpath: whitesur-kde Checking auto update branch... [version] [version] skipping because derivation has 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/av6kk7yjh1n47rbizn6y374if5g47hp3-packages.json.drv building '/nix/store/av6kk7yjh1n47rbizn6y374if5g47hp3-packages.json.drv'... Going to be running update for following packages: - whitesur-kde-unstable-2023-10-06 Press Enter key to continue... Running update for: - whitesur-kde-unstable-2023-10-06: UPDATING ... - whitesur-kde-unstable-2023-10-06: ERROR --- SHOWING ERROR LOG FOR whitesur-kde-unstable-2023-10-06 ---------------------- + name= + pname= + version= + attr_path= + version_lister='/nix/store/8r8q5xdhd7m544h61y9qb0djqi5fmh39-common-updater-scripts/bin/list-git-tags ' + ignored_versions= + rev_prefix= + odd_unstable= + patchlevel_unstable= + [[ -n '' ]] + name=whitesur-kde-unstable-2023-10-06 + [[ -n '' ]] + pname=whitesur-kde + [[ -n '' ]] + version=unstable-2023-10-06 + [[ -n '' ]] + attr_path=whitesur-kde + echo '# whitesur-kde-unstable-2023-10-06' ++ sh -c '/nix/store/8r8q5xdhd7m544h61y9qb0djqi5fmh39-common-updater-scripts/bin/list-git-tags --pname=whitesur-kde --attr-path=whitesur-kde --file="update-git-commits.txt"' + tags=2022-05-01 + for tag in $tags + echo '# found whitesur-kde version: 2022-05-01' + '[' -n '' ']' ++ echo 2022-05-01 ++ /nix/store/320v66ili0mwnyrxj3dwbxm0z8ndkbw7-gnugrep-3.11/bin/grep '^[0-9]' + tags=2022-05-01 ++ echo 2022-05-01 ++ /nix/store/mb488rr560vq1xnl10hinnyfflcrd51n-coreutils-9.4/bin/sort --reverse --version-sort + tags=2022-05-01 + for latest_tag in $tags + version_is_ignored 2022-05-01 + local tag=2022-05-01 + '[' -n '' ']' + version_is_unstable 2022-05-01 + local tag=2022-05-01 + local enforce= + '[' -n '' -o -n '' ']' + '[' -n '' -o -n '' ']' + return 1 + version_is_unstable 2022-05-01 enforce + local tag=2022-05-01 + local enforce=enforce + '[' -n '' -o -n enforce ']' ++ echo 2022-05-01 ++ /nix/store/q7kq0naays5251ihghw0ccsz39id7kk5-gnused-4.9/bin/sed -rne 's,^[0-9]+\.([0-9]+).*,\1,p' + local minor= + '[' 0 -eq 1 ']' + '[' -n '' -o -n enforce ']' ++ echo 2022-05-01 ++ /nix/store/q7kq0naays5251ihghw0ccsz39id7kk5-gnused-4.9/bin/sed -rne 's,^[0-9]+\.[0-9]+\.([0-9]+).*$,\1,p' + local patchlevel= + (( patchlevel >= 90 )) + return 1 + break + '[' -n 2022-05-01 ']' + '[' unstable-2023-10-06 '!=' 2022-05-01 ']' ++ EDITOR=echo ++ /nix/store/6r0bm8shswm9v08kzvq24ib48mx3kxmn-nix-2.18.1/bin/nix edit --extra-experimental-features nix-command -f. whitesur-kde + pfile=/var/cache/nixpkgs-update/worker/worktree/whitesur-kde/pkgs/data/themes/whitesur-kde/default.nix + echo ' git add /var/cache/nixpkgs-update/worker/worktree/whitesur-kde/pkgs/data/themes/whitesur-kde/default.nix ' + echo ' git commit -m '\''whitesur-kde: unstable-2023-10-06 -> 2022-05-01'\''' + /nix/store/8r8q5xdhd7m544h61y9qb0djqi5fmh39-common-updater-scripts/bin/update-source-version --print-changes whitesur-kde 2022-05-01 update-source-version: error: Both the old and new source hashes of 'whitesur-kde.src' were equivalent. Please fix the package's source URL to be dependent on '${version}'! --- SHOWING ERROR LOG FOR whitesur-kde-unstable-2023-10-06 ---------------------- The update script for whitesur-kde-unstable-2023-10-06 failed with exit code 1 [result] Failed to update whitesur-kde 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.imagine, using log file: /var/log/nixpkgs-update/rPackages.imagine/2024-03-10.log rPackages.imagine 2.0.0 -> 2.1.0 https://repology.org/project/r:imagine/versions attrpath: rPackages.imagine Checking auto update branch... No auto update branch exists Old version 2.0.0" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; configurePhase = '' runHook preConfigure export R_LIBS_SITE="$R_LIBS_SITE''${R_LIBS_SITE:+:}$out/library" runHook postConfigure ''; buildPhase = '' runHook preBuild runHook postBuild ''; installFlags = if attrs.doCheck or true then [] else [ "--no-test-load" ]; rCommand = if requireX then # Unfortunately, xvfb-run has a race condition even with -a option, so that # we acquire a lock explicitly. "flock ${xvfb-run} xvfb-run -a -e xvfb-error R" else "R"; installPhase = '' runHook preInstall mkdir -p $out/library $rCommand CMD INSTALL --built-timestamp='1970-01-01 00:00:00 UTC' $installFlags --configure-args="$configureFlags" -l $out/library . runHook postInstall ''; postFixup = '' if test -e $out/nix-support/propagated-build-inputs; then ln -s $out/nix-support/propagated-build-inputs $out/nix-support/propagated-user-env-packages fi ''; checkPhase = '' # noop since R CMD INSTALL tests packages ''; } // attrs // { name = "r-" + name; }) [result] Failed to update rPackages.imagine 2.0.0 -> 2.1.0 https://repology.org/project/r:imagine/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.mypy-boto3-rds-data, using log file: /var/log/nixpkgs-update/python311Packages.mypy-boto3-rds-data/2024-03-10.log python311Packages.mypy-boto3-rds-data 1.34.6 -> 7.23.2 https://github.com/youtype/mypy_boto3_builder/releases attrpath: python311Packages.mypy-boto3-rds-data Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/y0s1rzcwlswnvvmxk57215myc0vn4lih-packages.json.drv building '/nix/store/y0s1rzcwlswnvvmxk57215myc0vn4lih-packages.json.drv'... Going to be running update for following packages: - python3.11-mypy-boto3-rds-data-1.34.6 Press Enter key to continue... Running update for: - python3.11-mypy-boto3-rds-data-1.34.6: UPDATING ... - python3.11-mypy-boto3-rds-data-1.34.6: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.mypy-boto3-rds-data 1.34.6 -> 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 python311Packages.setuptools-scm-git-archive, using log file: /var/log/nixpkgs-update/python311Packages.setuptools-scm-git-archive/2024-03-10.log python311Packages.setuptools-scm-git-archive 0 -> 1 attrpath: python311Packages.setuptools-scm-git-archive Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/q40022wi2cyrkdl2wiscbwc1i1gqrmwb-packages.json.drv building '/nix/store/q40022wi2cyrkdl2wiscbwc1i1gqrmwb-packages.json.drv'... Going to be running update for following packages: - python3.11-setuptools-scm-git-archive-1.4.1 Press Enter key to continue... Running update for: - python3.11-setuptools-scm-git-archive-1.4.1: UPDATING ... - python3.11-setuptools-scm-git-archive-1.4.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.setuptools-scm-git-archive 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.orange3, using log file: /var/log/nixpkgs-update/python311Packages.orange3/2024-03-10.log python311Packages.orange3 0 -> 1 attrpath: python311Packages.orange3 Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/04nm3vc5jma2jf9zk6djvgpxzzmfk42k-packages.json.drv building '/nix/store/04nm3vc5jma2jf9zk6djvgpxzzmfk42k-packages.json.drv'... Going to be running update for following packages: - python3.11-orange3-3.36.2 Press Enter key to continue... Running update for: - python3.11-orange3-3.36.2: UPDATING ... - python3.11-orange3-3.36.2: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.orange3 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_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.ast, using log file: /var/log/nixpkgs-update/aspellDicts.ast/2024-03-10.log aspellDicts.ast 0 -> 1 attrpath: aspellDicts.ast 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/rydss83zdin6fb5vwcxj7d37nhxlyds8-update-aspellDict-ast.drv /nix/store/jb84l5jsscfx74b982ikqksv4bfzq12s-packages.json.drv building '/nix/store/rydss83zdin6fb5vwcxj7d37nhxlyds8-update-aspellDict-ast.drv'... building '/nix/store/jb84l5jsscfx74b982ikqksv4bfzq12s-packages.json.drv'... Going to be running update for following packages: - aspell-dict-ast-0.01 Press Enter key to continue... Running update for: - aspell-dict-ast-0.01: UPDATING ... - aspell-dict-ast-0.01: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update aspellDicts.ast 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.sabyenc, using log file: /var/log/nixpkgs-update/python311Packages.sabyenc/2024-03-10.log python311Packages.sabyenc 0 -> 1 attrpath: python311Packages.sabyenc Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/qf1iahgib88s8q4gvkwgwxnkvcbj9irn-packages.json.drv building '/nix/store/qf1iahgib88s8q4gvkwgwxnkvcbj9irn-packages.json.drv'... Going to be running update for following packages: - python3.11-sabyenc-3.3.6 Press Enter key to continue... Running update for: - python3.11-sabyenc-3.3.6: UPDATING ... - python3.11-sabyenc-3.3.6: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.sabyenc 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath haskellPackages.type-natural, using log file: /var/log/nixpkgs-update/haskellPackages.type-natural/2024-03-10.log haskellPackages.type-natural 1.3.0.0 -> 1.3.0.1 https://repology.org/project/haskell:type-natural/versions attrpath: haskellPackages.type-natural Checking auto update branch... No auto update branch exists Derivation file says not to edit it [result] Failed to update haskellPackages.type-natural 1.3.0.0 -> 1.3.0.1 https://repology.org/project/haskell:type-natural/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.gevent-socketio, using log file: /var/log/nixpkgs-update/python311Packages.gevent-socketio/2024-03-10.log python311Packages.gevent-socketio 0 -> 1 attrpath: python311Packages.gevent-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/s968cxxwaklbmhq157rmmp58hsdww7n8-packages.json.drv building '/nix/store/s968cxxwaklbmhq157rmmp58hsdww7n8-packages.json.drv'... Going to be running update for following packages: - python3.11-gevent-socketio-0.3.6 Press Enter key to continue... Running update for: - python3.11-gevent-socketio-0.3.6: UPDATING ... - python3.11-gevent-socketio-0.3.6: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.gevent-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 vkquake, using log file: /var/log/nixpkgs-update/vkquake/2024-03-10.log vkquake 1.22.3 -> 1.30.1 https://github.com/Novum/vkQuake/releases attrpath: vkquake Checking auto update branch... No auto update branch exists [version] [version] updated version and sha256 [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] skipping because derivation has no updateScript Diff after rewrites: diff --git a/pkgs/games/quakespasm/vulkan.nix b/pkgs/games/quakespasm/vulkan.nix index e9786a001e3a..c84ec33cda92 100644 --- a/pkgs/games/quakespasm/vulkan.nix +++ b/pkgs/games/quakespasm/vulkan.nix @@ -4,13 +4,13 @@ stdenv.mkDerivation rec { pname = "vkquake"; - version = "1.22.3"; + version = "1.30.1"; src = fetchFromGitHub { owner = "Novum"; repo = "vkQuake"; rev = version; - sha256 = "sha256-+8DU1QT3Lgqf1AIReVnXQ2Lq6R6eBb8VjdkJfAn/Rtc="; + sha256 = "sha256-l+Qhwhc7rFjrWSBGDFdIup+Pbk3nRYBR/YZCk4UiKI0="; }; sourceRoot = "${src.name}/Quake"; [outpaths] eval start [outpaths] eval end Received ExitFailure 1 when running Raw command: /nix/store/1gfp7hiwzpv9aglk2yfa9m49jc0n7pa5-nix-2.18.1/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A vkquake nix build failed. @nix { "action": "setPhase", "phase": "patchPhase" } Running phase: patchPhase @nix { "action": "setPhase", "phase": "updateAutotoolsGnuConfigScriptsPhase" } Running phase: updateAutotoolsGnuConfigScriptsPhase @nix { "action": "setPhase", "phase": "configurePhase" } Running phase: configurePhase no configure script, doing nothing @nix { "action": "setPhase", "phase": "buildPhase" } Running phase: buildPhase build flags: -j24 SHELL=/nix/store/4vzal97iq3dmrgycj8r0gflrh51p8w1s-bash-5.2p26/bin/bash prefix=\$\(out\) bindir=\$\(out\)/bin DO_USERDIRS=1 glslangValidator -V ../Shaders/alias.frag -o ../Shaders/Compiled/Release/alias_frag.spv --depfile ../Shaders/Compiled/Release/alias_frag.d gcc -o ../Shaders/bintoc ../Shaders/bintoc.c glslangValidator -V ../Shaders/alias_alphatest.frag -o ../Shaders/Compiled/Release/alias_alphatest_frag.spv --depfile ../Shaders/Compiled/Release/alias_alphatest_frag.d glslangValidator -V ../Shaders/alias.vert -o ../Shaders/Compiled/Release/alias_vert.spv --depfile ../Shaders/Compiled/Release/alias_vert.d glslangValidator -V ../Shaders/md5.vert -o ../Shaders/Compiled/Release/md5_vert.spv --depfile ../Shaders/Compiled/Release/md5_vert.d /nix/store/4vzal97iq3dmrgycj8r0gflrh51p8w1s-bash-5.2p26/bin/bash: line 1: glslangValidator: command not found glslangValidator -V ../Shaders/basic_alphatest.frag -o ../Shaders/Compiled/Release/basic_alphatest_frag.spv --depfile ../Shaders/Compiled/Release/basic_alphatest_frag.d make: *** [common.make:237: ../Shaders/Compiled/Release/alias_frag.spv] Error 127 make: *** Waiting for unfinished jobs.... /nix/store/4vzal97iq3dmrgycj8r0gflrh51p8w1s-bash-5.2p26/bin/bash: line 1: glslangValidator: command not found /nix/store/4vzal97iq3dmrgycj8r0gflrh51p8w1s-bash-5.2p26/bin/bash: line 1: glslangValidator: command not found make: *** [common.make:237: ../Shaders/Compiled/Release/alias_alphatest_frag.spv] Error 127 /nix/store/4vzal97iq3dmrgycj8r0gflrh51p8w1s-bash-5.2p26/bin/bash: line 1: glslangValidator: command not found make: *** [common.make:244: ../Shaders/Compiled/Release/alias_vert.spv] Error 127 /nix/store/4vzal97iq3dmrgycj8r0gflrh51p8w1s-bash-5.2p26/bin/bash: line 1: glslangValidator: command not found make: *** [common.make:244: ../Shaders/Compiled/Release/md5_vert.spv] Error 127 make: *** [common.make:237: ../Shaders/Compiled/Release/basic_alphatest_frag.spv] Error 127 /nix/store/bczmlm8brs93gp4lscwvc1dnn2ipymnc-binutils-2.41/bin/ld: cannot open output file ../Shaders/bintoc: Permission denied collect2: error: ld returned 1 exit status make: *** [common.make:233: ../Shaders/bintoc] Error 1 [result] Failed to update vkquake 1.22.3 -> 1.30.1 https://github.com/Novum/vkQuake/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: 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-aws4auth, using log file: /var/log/nixpkgs-update/python311Packages.requests-aws4auth/2024-03-10.log python311Packages.requests-aws4auth 0 -> 1 attrpath: python311Packages.requests-aws4auth Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/1sl3zg42mqd6z32z4zkbx93iif1nxfcv-packages.json.drv building '/nix/store/1sl3zg42mqd6z32z4zkbx93iif1nxfcv-packages.json.drv'... Going to be running update for following packages: - python3.11-requests-aws4auth-1.2.3 Press Enter key to continue... Running update for: - python3.11-requests-aws4auth-1.2.3: UPDATING ... - python3.11-requests-aws4auth-1.2.3: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.requests-aws4auth 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath azure-cli, using log file: /var/log/nixpkgs-update/azure-cli/2024-03-10.log azure-cli 0 -> 1 attrpath: azure-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/w2cihcn88dpqxj1z952vxai17qrpd61x-packages.json.drv building '/nix/store/w2cihcn88dpqxj1z952vxai17qrpd61x-packages.json.drv'... Going to be running update for following packages: - azure-cli-2.56.0 Press Enter key to continue... Running update for: - azure-cli-2.56.0: UPDATING ... - azure-cli-2.56.0: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/tools/admin/azure-cli/default.nix b/pkgs/tools/admin/azure-cli/default.nix index 71c478d61216..12de93e27148 100644 --- a/pkgs/tools/admin/azure-cli/default.nix +++ b/pkgs/tools/admin/azure-cli/default.nix @@ -5,14 +5,14 @@ }: let - version = "2.56.0"; + version = "2.58.0"; src = fetchFromGitHub { name = "azure-cli-${version}-src"; owner = "Azure"; repo = "azure-cli"; - rev = "azure-cli-${version}"; - hash = "sha256-rlyBp0aVjmOCIb000PdvU7nJlC9vvk+nVmIEtMTKEG8="; + rev = "refs/tags/azure-cli-${version}"; + hash = "sha256-2KLjPzxtHeuH0/+Sge1wTmGimOiaTWr8EI+xkFBrPD0="; }; # put packages that needs to be overridden in the py package scope No auto update branch exists [outpaths] eval start [outpaths] eval end Received ExitFailure 1 when running Raw command: /nix/store/1gfp7hiwzpv9aglk2yfa9m49jc0n7pa5-nix-2.18.1/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A azure-cli nix build failed. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9jpq0a4glg4xawn5xjwvqa2jmsif0716-python3.11-azure-cli-core-2.58.0/lib/python3.11/site-packages/azure/cli/core/commands/__init__.py", line 664, in execute raise ex File "/nix/store/9jpq0a4glg4xawn5xjwvqa2jmsif0716-python3.11-azure-cli-core-2.58.0/lib/python3.11/site-packages/azure/cli/core/commands/__init__.py", line 731, in _run_jobs_serially results.append(self._run_job(expanded_arg, cmd_copy)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9jpq0a4glg4xawn5xjwvqa2jmsif0716-python3.11-azure-cli-core-2.58.0/lib/python3.11/site-packages/azure/cli/core/commands/__init__.py", line 701, in _run_job result = cmd_copy(params) ^^^^^^^^^^^^^^^^ File "/nix/store/9jpq0a4glg4xawn5xjwvqa2jmsif0716-python3.11-azure-cli-core-2.58.0/lib/python3.11/site-packages/azure/cli/core/commands/__init__.py", line 334, in __call__ return self.handler(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9jpq0a4glg4xawn5xjwvqa2jmsif0716-python3.11-azure-cli-core-2.58.0/lib/python3.11/site-packages/azure/cli/core/commands/command_operation.py", line 121, in handler return op(**command_args) ^^^^^^^^^^^^^^^^^^ File "/build/azure-cli-2.58.0-src/src/azure-cli/azure/cli/command_modules/profile/custom.py", line 183, in check_cli raise ex File "/build/azure-cli-2.58.0-src/src/azure-cli/azure/cli/command_modules/profile/custom.py", line 178, in check_cli create_invoker_and_load_cmds_and_args(cmd.cli_ctx) File "/nix/store/9jpq0a4glg4xawn5xjwvqa2jmsif0716-python3.11-azure-cli-core-2.58.0/lib/python3.11/site-packages/azure/cli/core/file_util.py", line 74, in create_invoker_and_load_cmds_and_args invoker.commands_loader.load_arguments() File "/nix/store/9jpq0a4glg4xawn5xjwvqa2jmsif0716-python3.11-azure-cli-core-2.58.0/lib/python3.11/site-packages/azure/cli/core/__init__.py", line 518, in load_arguments loader.load_arguments('') # this adds entries to the argument registries ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/build/azure-cli-2.58.0-src/src/azure-cli/azure/cli/command_modules/vm/__init__.py", line 58, in load_arguments load_arguments(self, command) File "/build/azure-cli-2.58.0-src/src/azure-cli/azure/cli/command_modules/vm/_params.py", line 390, in load_arguments from azure.mgmt.imagebuilder.models import OnBuildError ImportError: cannot import name 'OnBuildError' from 'azure.mgmt.imagebuilder.models' (/nix/store/ccylqvbs0rk5xw7vapnfcsgpv0ahjpx3-python3.11-azure-mgmt-imagebuilder-1.2.0/lib/python3.11/site-packages/azure/mgmt/imagebuilder/models/__init__.py) To check existing issues, please visit: https://github.com/Azure/azure-cli/issues [result] Failed to update azure-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.magic, using log file: /var/log/nixpkgs-update/python311Packages.magic/2024-03-10.log python311Packages.magic 0 -> 1 attrpath: python311Packages.magic 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 python311Packages.magic 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.time-machine, using log file: /var/log/nixpkgs-update/python311Packages.time-machine/2024-03-10.log python311Packages.time-machine 0 -> 1 attrpath: python311Packages.time-machine Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/9nfxmmcxwj9rm8sr96x6fq8klmrkd0jp-packages.json.drv building '/nix/store/9nfxmmcxwj9rm8sr96x6fq8klmrkd0jp-packages.json.drv'... Going to be running update for following packages: - python3.11-time-machine-2.13.0 Press Enter key to continue... Running update for: - python3.11-time-machine-2.13.0: UPDATING ... - python3.11-time-machine-2.13.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.time-machine 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.pontos, using log file: /var/log/nixpkgs-update/python311Packages.pontos/2024-03-10.log python311Packages.pontos 0 -> 1 attrpath: python311Packages.pontos Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/zczc547npyhbhscb8p7d6c4fa5m3xj70-packages.json.drv building '/nix/store/zczc547npyhbhscb8p7d6c4fa5m3xj70-packages.json.drv'... Going to be running update for following packages: - python3.11-pontos-24.3.1 Press Enter key to continue... Running update for: - python3.11-pontos-24.3.1: UPDATING ... - python3.11-pontos-24.3.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.pontos 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.mulpyplexer, using log file: /var/log/nixpkgs-update/python311Packages.mulpyplexer/2024-03-10.log python311Packages.mulpyplexer 0 -> 1 attrpath: python311Packages.mulpyplexer Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/qgsl5b2g6mgsn6lf9z6hzvgh06qvjr02-packages.json.drv building '/nix/store/qgsl5b2g6mgsn6lf9z6hzvgh06qvjr02-packages.json.drv'... Going to be running update for following packages: - python3.11-mulpyplexer-0.09 Press Enter key to continue... Running update for: - python3.11-mulpyplexer-0.09: UPDATING ... - python3.11-mulpyplexer-0.09: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.mulpyplexer 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: 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-novaclient, using log file: /var/log/nixpkgs-update/python311Packages.python-novaclient/2024-03-10.log python311Packages.python-novaclient 0 -> 1 attrpath: python311Packages.python-novaclient Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/9f14c9jpgvcm7jdg2qr5s5fgfggcsj79-packages.json.drv building '/nix/store/9f14c9jpgvcm7jdg2qr5s5fgfggcsj79-packages.json.drv'... Going to be running update for following packages: - python3.11-python-novaclient-18.5.0 Press Enter key to continue... Running update for: - python3.11-python-novaclient-18.5.0: UPDATING ... - python3.11-python-novaclient-18.5.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.python-novaclient 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.threat9-test-bed, using log file: /var/log/nixpkgs-update/python311Packages.threat9-test-bed/2024-03-10.log python311Packages.threat9-test-bed 0 -> 1 attrpath: python311Packages.threat9-test-bed Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/15848rsx70jnmmi3mryxfxmy9h173xh9-packages.json.drv building '/nix/store/15848rsx70jnmmi3mryxfxmy9h173xh9-packages.json.drv'... Going to be running update for following packages: - python3.11-threat9-test-bed-0.6.0 Press Enter key to continue... Running update for: - python3.11-threat9-test-bed-0.6.0: UPDATING ... - python3.11-threat9-test-bed-0.6.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.threat9-test-bed 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath alloy5, using log file: /var/log/nixpkgs-update/alloy5/2024-03-10.log alloy5 5.1.0 -> 6.0.0 https://github.com/AlloyTools/org.alloytools.alloy/releases attrpath: alloy5 Checking auto update branch... No auto update branch exists Version in attr path alloy5 not compatible with 6.0.0 [result] Failed to update alloy5 5.1.0 -> 6.0.0 https://github.com/AlloyTools/org.alloytools.alloy/releases [options] github_user: r-ryantm, pull_request: YES, batch_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.digest-sha3, using log file: /var/log/nixpkgs-update/rubyPackages.digest-sha3/2024-03-10.log rubyPackages.digest-sha3 1.0.2 -> 1.1.0 https://repology.org/project/ruby:digest-sha3/versions attrpath: rubyPackages.digest-sha3 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.digest-sha3 1.0.2 -> 1.1.0 https://repology.org/project/ruby:digest-sha3/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.ha-mqtt-discoverable, using log file: /var/log/nixpkgs-update/python311Packages.ha-mqtt-discoverable/2024-03-10.log python311Packages.ha-mqtt-discoverable 0 -> 1 attrpath: python311Packages.ha-mqtt-discoverable Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/hfshkmfjvsw0q1ndfkn34fah54hgh6ra-packages.json.drv building '/nix/store/hfshkmfjvsw0q1ndfkn34fah54hgh6ra-packages.json.drv'... Going to be running update for following packages: - python3.11-ha-mqtt-discoverable-0.13.1 Press Enter key to continue... Running update for: - python3.11-ha-mqtt-discoverable-0.13.1: UPDATING ... - python3.11-ha-mqtt-discoverable-0.13.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.ha-mqtt-discoverable 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.brotlipy, using log file: /var/log/nixpkgs-update/python311Packages.brotlipy/2024-03-10.log python311Packages.brotlipy 0 -> 1 attrpath: python311Packages.brotlipy Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/rzn6k8brjzsk9db0zcd1whmscjg4i306-packages.json.drv building '/nix/store/rzn6k8brjzsk9db0zcd1whmscjg4i306-packages.json.drv'... Going to be running update for following packages: - python3.11-brotlipy-0.7.0 Press Enter key to continue... Running update for: - python3.11-brotlipy-0.7.0: UPDATING ... - python3.11-brotlipy-0.7.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.brotlipy 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.ome-zarr, using log file: /var/log/nixpkgs-update/python311Packages.ome-zarr/2024-03-10.log python311Packages.ome-zarr 0.8.0 -> 0.8.3 https://github.com/ome/ome-zarr-py/releases attrpath: python311Packages.ome-zarr Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/j11p678v7ywv3p29higimnv5b596i8vy-packages.json.drv building '/nix/store/j11p678v7ywv3p29higimnv5b596i8vy-packages.json.drv'... Going to be running update for following packages: - python3.11-ome-zarr-0.8.0 Press Enter key to continue... Running update for: - python3.11-ome-zarr-0.8.0: UPDATING ... - python3.11-ome-zarr-0.8.0: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/ome-zarr/default.nix b/pkgs/development/python-modules/ome-zarr/default.nix index fa038770a093..f7f54671669b 100644 --- a/pkgs/development/python-modules/ome-zarr/default.nix +++ b/pkgs/development/python-modules/ome-zarr/default.nix @@ -17,7 +17,7 @@ buildPythonPackage rec { pname = "ome-zarr"; - version = "0.8.0"; + version = "0.8.3"; format = "setuptools"; disabled = pythonOlder "3.6"; @@ -25,7 +25,7 @@ buildPythonPackage rec { owner = "ome"; repo = "ome-zarr-py"; rev = "refs/tags/v${version}"; - hash = "sha256-DMBTrDyUmNsrjOsFKrqukJNZ1f/mAjz4aunNUcwVMKg="; + hash = "sha256-JuNXVse/n/lFbNaLwMcir8NBHiRxcbYvtbxePwI6YoY="; }; propagatedBuildInputs = [ No auto update branch exists [outpaths] eval start [outpaths] eval end Received ExitFailure 1 when running Raw command: /nix/store/1gfp7hiwzpv9aglk2yfa9m49jc0n7pa5-nix-2.18.1/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A python311Packages.ome-zarr nix build failed. """ > return self._style.usesTime() E RecursionError: maximum recursion depth exceeded /nix/store/3v2ch16fkl50i85n05h5ckss8pxx6836-python3-3.11.8/lib/python3.11/logging/__init__.py:656: RecursionError =============================== warnings summary =============================== tests/test_scaler.py::TestScaler::test_scale_dask[5D] tests/test_scaler.py::TestScaler::test_scale_dask[3D] tests/test_scaler.py::TestScaler::test_scale_dask[2D] /nix/store/885dm9laabwai6i47kg8mvh2qk7qalm9-python3.11-dask-2024.1.1/lib/python3.11/site-packages/dask/array/core.py:1712: FutureWarning: The `numpy.array_equal` function is not implemented by Dask array. You may want to use the da.map_blocks function or something similar to silence this warning. Your code may stop working in a future release. warnings.warn( -- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html =========================== short test summary info ============================ FAILED tests/test_cli.py::TestCli::test_coins_info - RecursionError: maximum recursion depth exceeded while calling a Python object FAILED tests/test_cli.py::TestCli::test_astronaut_info - RecursionError: maximum recursion depth exceeded while calling a Python object FAILED tests/test_cli.py::TestCli::test_astronaut_download - RecursionError: maximum recursion depth exceeded while calling a Python object FAILED tests/test_node.py::TestNode::test_image - RecursionError: maximum recursion depth exceeded while calling a Python object FAILED tests/test_node.py::TestNode::test_labels - RecursionError: maximum recursion depth exceeded FAILED tests/test_node.py::TestNode::test_label - RecursionError: maximum recursion depth exceeded while calling a Python object FAILED tests/test_ome_zarr.py::TestOmeZarr::test_info - RecursionError: maximum recursion depth exceeded FAILED tests/test_ome_zarr.py::TestOmeZarr::test_download - RecursionError: maximum recursion depth exceeded FAILED tests/test_reader.py::TestReader::test_image - RecursionError: maximum recursion depth exceeded FAILED tests/test_reader.py::TestReader::test_labels - RecursionError: maximum recursion depth exceeded in __instancecheck__ FAILED tests/test_reader.py::TestReader::test_label - RecursionError: maximum recursion depth exceeded FAILED tests/test_starting_points.py::TestStartingPoints::test_top_level - RecursionError: maximum recursion depth exceeded FAILED tests/test_starting_points.py::TestStartingPoints::test_labels - RecursionError: maximum recursion depth exceeded FAILED tests/test_starting_points.py::TestStartingPoints::test_label - RecursionError: maximum recursion depth exceeded = 14 failed, 348 passed, 3 skipped, 3 deselected, 6 xfailed, 3 warnings in 58.25s = /nix/store/v099hqvw5z87423p4hz1vfhzaqa07dii-stdenv-linux/setup: line 1578: pop_var_context: head of shell_variables not a function context [result] Failed to update python311Packages.ome-zarr 0.8.0 -> 0.8.3 https://github.com/ome/ome-zarr-py/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath davmail, using log file: /var/log/nixpkgs-update/davmail/2024-03-10.log davmail 6.2.0 -> 6.2.1.3496 https://repology.org/project/davmail/versions attrpath: davmail 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/d93rn6whzqvawk9wdpjsi74qax5zk4j8-davmail-6.2.1.3496-3464.zip.drv building '/nix/store/d93rn6whzqvawk9wdpjsi74qax5zk4j8-davmail-6.2.1.3496-3464.zip.drv'... trying https://downloads.sourceforge.net/davmail/6.2.1.3496/davmail-6.2.1.3496-3464.zip % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 154 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 trying https://prdownloads.sourceforge.net/davmail/6.2.1.3496/davmail-6.2.1.3496-3464.zip % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 154 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 curl: (22) The requested URL returned error: 404 trying https://netcologne.dl.sourceforge.net/sourceforge/davmail/6.2.1.3496/davmail-6.2.1.3496-3464.zip % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 138 100 138 0 0 986 0 --:--:-- --:--:-- --:--:-- 992 0 154 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 curl: (22) The requested URL returned error: 404 trying https://versaweb.dl.sourceforge.net/sourceforge/davmail/6.2.1.3496/davmail-6.2.1.3496-3464.zip % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 154 100 154 0 0 246 0 --:--:-- --:--:-- --:--:-- 246 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/davmail/6.2.1.3496/davmail-6.2.1.3496-3464.zip % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 328 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/davmail/6.2.1.3496/davmail-6.2.1.3496-3464.zip % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (60) SSL: no alternative certificate subject name matches target host name 'osdn.dl.sourceforge.net' More details here: https://curl.se/docs/sslcerts.html curl failed to verify the legitimacy of the server and therefore could not establish a secure connection to it. To learn more about this situation and how to fix it, please visit the web page mentioned above. error: cannot download davmail-6.2.1.3496-3464.zip from any mirror error: boost::bad_format_string: format-string is ill-formed stderr did not split as expected full stderr was: error: attribute 'originalSrc' in selection path 'davmail.originalSrc' not found stderr did not split as expected full stderr was: these 2 derivations will be built: /nix/store/d93rn6whzqvawk9wdpjsi74qax5zk4j8-davmail-6.2.1.3496-3464.zip.drv /nix/store/1vvg50amq0xz6m8i1lck5kmml4db9dgc-davmail-6.2.1.3496.drv this path will be fetched (163.60 MiB download, 315.23 MiB unpacked): /nix/store/hlqgcpyjxcqm9n7f9c67zg1xksl44h8z-zulu-ca-jdk-11.0.22 copying path '/nix/store/hlqgcpyjxcqm9n7f9c67zg1xksl44h8z-zulu-ca-jdk-11.0.22' from 'https://cache.nixos.org'... building '/nix/store/d93rn6whzqvawk9wdpjsi74qax5zk4j8-davmail-6.2.1.3496-3464.zip.drv'... trying https://downloads.sourceforge.net/davmail/6.2.1.3496/davmail-6.2.1.3496-3464.zip % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 154 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 trying https://prdownloads.sourceforge.net/davmail/6.2.1.3496/davmail-6.2.1.3496-3464.zip % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 154 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 curl: (22) The requested URL returned error: 404 trying https://netcologne.dl.sourceforge.net/sourceforge/davmail/6.2.1.3496/davmail-6.2.1.3496-3464.zip % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 138 100 138 0 0 1296 0 --:--:-- --:--:-- --:--:-- 1301 0 154 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 curl: (22) The requested URL returned error: 404 trying https://versaweb.dl.sourceforge.net/sourceforge/davmail/6.2.1.3496/davmail-6.2.1.3496-3464.zip % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 154 100 154 0 0 248 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/davmail/6.2.1.3496/davmail-6.2.1.3496-3464.zip % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 328 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/davmail/6.2.1.3496/davmail-6.2.1.3496-3464.zip % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (60) SSL: no alternative certificate subject name matches target host name 'osdn.dl.sourceforge.net' More details here: https://curl.se/docs/sslcerts.html curl failed to verify the legitimacy of the server and therefore could not establish a secure connection to it. To learn more about this situation and how to fix it, please visit the web page mentioned above. error: cannot download davmail-6.2.1.3496-3464.zip from any mirror error: builder for '/nix/store/d93rn6whzqvawk9wdpjsi74qax5zk4j8-davmail-6.2.1.3496-3464.zip.drv' failed with exit code 1; last 25 log lines: > trying https://versaweb.dl.sourceforge.net/sourceforge/davmail/6.2.1.3496/davmail-6.2.1.3496-3464.zip > % Total % Received % Xferd Average Speed Time Time Time Current > Dload Upload Total Spent Left Speed > 100 154 100 154 0 0 248 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/davmail/6.2.1.3496/davmail-6.2.1.3496-3464.zip > % Total % Received % Xferd Average Speed Time Time Time Current > Dload Upload Total Spent Left Speed > 0 328 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/davmail/6.2.1.3496/davmail-6.2.1.3496-3464.zip > % Total % Received % Xferd Average Speed Time Time Time Current > Dload Upload Total Spent Left Speed > 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 > curl: (60) SSL: no alternative certificate subject name matches target host name 'osdn.dl.sourceforge.net' > More details here: https://curl.se/docs/sslcerts.html > > curl failed to verify the legitimacy of the server and therefore could not > establish a secure connection to it. To learn more about this situation and > how to fix it, please visit the web page mentioned above. > error: cannot download davmail-6.2.1.3496-3464.zip from any mirror For full logs, run 'nix log /nix/store/d93rn6whzqvawk9wdpjsi74qax5zk4j8-davmail-6.2.1.3496-3464.zip.drv'. error: 1 dependencies of derivation '/nix/store/1vvg50amq0xz6m8i1lck5kmml4db9dgc-davmail-6.2.1.3496.drv' failed to build [result] Failed to update davmail 6.2.0 -> 6.2.1.3496 https://repology.org/project/davmail/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath haskellPackages.floskell_0_11_0, using log file: /var/log/nixpkgs-update/haskellPackages.floskell_0_11_0/2024-03-10.log haskellPackages.floskell_0_11_0 0.11.0 -> 0.11.1 https://repology.org/project/haskell:floskell/versions attrpath: haskellPackages.floskell_0_11_0 Checking auto update branch... No auto update branch exists Version in attr path haskellPackages.floskell_0_11_0 not compatible with 0.11.1 [result] Failed to update haskellPackages.floskell_0_11_0 0.11.0 -> 0.11.1 https://repology.org/project/haskell:floskell/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.dash-core-components, using log file: /var/log/nixpkgs-update/python311Packages.dash-core-components/2024-03-10.log python311Packages.dash-core-components 0 -> 1 attrpath: python311Packages.dash-core-components Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/l9b80y7xks8v28dsxx1rjsxjs30dbwph-packages.json.drv building '/nix/store/l9b80y7xks8v28dsxx1rjsxjs30dbwph-packages.json.drv'... Going to be running update for following packages: - python3.11-dash-core-components-2.0.0 Press Enter key to continue... Running update for: - python3.11-dash-core-components-2.0.0: UPDATING ... - python3.11-dash-core-components-2.0.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.dash-core-components 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath podman-compose, using log file: /var/log/nixpkgs-update/podman-compose/2024-03-10.log podman-compose 0 -> 1 attrpath: podman-compose Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/nq5sjcgz8jyyp6rpwqxmx82hiwp2gar1-packages.json.drv building '/nix/store/nq5sjcgz8jyyp6rpwqxmx82hiwp2gar1-packages.json.drv'... Going to be running update for following packages: - podman-compose-1.0.6 Press Enter key to continue... Running update for: - podman-compose-1.0.6: UPDATING ... - podman-compose-1.0.6: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update podman-compose 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.pytibber, using log file: /var/log/nixpkgs-update/python311Packages.pytibber/2024-03-10.log python311Packages.pytibber 0 -> 1 attrpath: python311Packages.pytibber Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/8awxi3cznab26fs3n4qln1bvyd1a5z5h-packages.json.drv building '/nix/store/8awxi3cznab26fs3n4qln1bvyd1a5z5h-packages.json.drv'... Going to be running update for following packages: - python3.11-pytibber-0.28.2 Press Enter key to continue... Running update for: - python3.11-pytibber-0.28.2: UPDATING ... - python3.11-pytibber-0.28.2: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/pytibber/default.nix b/pkgs/development/python-modules/pytibber/default.nix index f18402db6bb0..e0c55bf0e9e9 100644 --- a/pkgs/development/python-modules/pytibber/default.nix +++ b/pkgs/development/python-modules/pytibber/default.nix @@ -14,7 +14,7 @@ buildPythonPackage rec { pname = "pytibber"; - version = "0.28.2"; + version = "0.29.0"; format = "setuptools"; disabled = pythonOlder "3.9"; @@ -23,7 +23,7 @@ buildPythonPackage rec { owner = "Danielhiversen"; repo = "pyTibber"; rev = "refs/tags/${version}"; - hash = "sha256-vi5f4V0nPb9K3nwdmwMDoNE85Or6haOWjMY4d/2Fj2s="; + hash = "sha256-rj/uIgIDjmEGD6muUllTb0PdLkedarMgVq38qqNoMI4="; }; propagatedBuildInputs = [ An auto update branch exists with message `python311Packages.pytibber: 0.28.2 -> 0.29.0`. New version is 0.29.0. An auto update branch exists with an equal or greater version [result] Failed to update python311Packages.pytibber 0 -> 1 [options] github_user: r-ryantm, pull_request: 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.CGI 4.59 -> 4.63 https://repology.org/project/perl:cgi/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rustus, using log file: /var/log/nixpkgs-update/rustus/2024-03-10.log rustus 0 -> 1 attrpath: rustus 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/9g064a6vy2875k788wqfb757zdr1dxgn-packages.json.drv building '/nix/store/9g064a6vy2875k788wqfb757zdr1dxgn-packages.json.drv'... Going to be running update for following packages: - rustus-0.7.6 Press Enter key to continue... Running update for: - rustus-0.7.6: UPDATING ... - rustus-0.7.6: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update rustus 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.pystatgrab, using log file: /var/log/nixpkgs-update/python311Packages.pystatgrab/2024-03-10.log python311Packages.pystatgrab 0 -> 1 attrpath: python311Packages.pystatgrab Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/71b5n7cy9pnjd1mnqhf8f22vczimnhhr-packages.json.drv building '/nix/store/71b5n7cy9pnjd1mnqhf8f22vczimnhhr-packages.json.drv'... Going to be running update for following packages: - python3.11-pystatgrab-0.7.2 Press Enter key to continue... Running update for: - python3.11-pystatgrab-0.7.2: UPDATING ... - python3.11-pystatgrab-0.7.2: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.pystatgrab 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath pymol, using log file: /var/log/nixpkgs-update/pymol/2024-03-10.log pymol 0 -> 1 attrpath: pymol Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/qxb1jnvj5h6ggjsw25gps6fzy7n28f3d-packages.json.drv building '/nix/store/qxb1jnvj5h6ggjsw25gps6fzy7n28f3d-packages.json.drv'... Going to be running update for following packages: - pymol-2.5.0 Press Enter key to continue... Running update for: - pymol-2.5.0: UPDATING ... - pymol-2.5.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update pymol 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: 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-iers-data, using log file: /var/log/nixpkgs-update/python311Packages.astropy-iers-data/2024-03-10.log python311Packages.astropy-iers-data 0 -> 1 attrpath: python311Packages.astropy-iers-data Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/4bh2fmkgzg8s50x36pp8y8ibpj7qby6q-packages.json.drv building '/nix/store/4bh2fmkgzg8s50x36pp8y8ibpj7qby6q-packages.json.drv'... Going to be running update for following packages: - python3.11-astropy-iers-data-0.2023.12.04.00.30.20 Press Enter key to continue... Running update for: - python3.11-astropy-iers-data-0.2023.12.04.00.30.20: UPDATING ... - python3.11-astropy-iers-data-0.2023.12.04.00.30.20: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/astropy-iers-data/default.nix b/pkgs/development/python-modules/astropy-iers-data/default.nix index 4089c6bc6cce..4eab03562468 100644 --- a/pkgs/development/python-modules/astropy-iers-data/default.nix +++ b/pkgs/development/python-modules/astropy-iers-data/default.nix @@ -9,7 +9,7 @@ buildPythonPackage rec { pname = "astropy-iers-data"; - version = "0.2023.12.04.00.30.20"; + version = "0.2024.03.04.00.30.17"; pyproject = true; disabled = pythonOlder "3.8"; @@ -18,7 +18,7 @@ buildPythonPackage rec { owner = "astropy"; repo = "astropy-iers-data"; rev = "refs/tags/v${version}"; - hash = "sha256-r4YCBeAyqzwQghLK56d+nJ/TkoSIHmtiW5Gi5xXM2QM="; + hash = "sha256-BG5hQHvPqpuV2TUsD/kZv3DKx+wjods/XgZw1Z5hygg="; }; nativeBuildInputs = [ 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-iers-data 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath handbrake, using log file: /var/log/nixpkgs-update/handbrake/2024-03-10.log handbrake 1.6.1 -> 1.7.3 https://github.com/HandBrake/HandBrake/releases attrpath: handbrake 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 handbrake 1.6.1 -> 1.7.3 https://github.com/HandBrake/HandBrake/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath unifi-protect-backup, using log file: /var/log/nixpkgs-update/unifi-protect-backup/2024-03-10.log unifi-protect-backup 0 -> 1 attrpath: unifi-protect-backup Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/1qmsdck3ldfgqznv0dkggbyd4f7vz2rd-packages.json.drv building '/nix/store/1qmsdck3ldfgqznv0dkggbyd4f7vz2rd-packages.json.drv'... Going to be running update for following packages: - unifi-protect-backup-0.10.5 Press Enter key to continue... Running update for: - unifi-protect-backup-0.10.5: UPDATING ... - unifi-protect-backup-0.10.5: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update unifi-protect-backup 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: 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-parler, using log file: /var/log/nixpkgs-update/python311Packages.django-parler/2024-03-10.log python311Packages.django-parler 0 -> 1 attrpath: python311Packages.django-parler Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/ll4axk210l0mkh1b272r2sh9zxi1wqks-packages.json.drv building '/nix/store/ll4axk210l0mkh1b272r2sh9zxi1wqks-packages.json.drv'... Going to be running update for following packages: - python3.11-django-parler-2.3 Press Enter key to continue... Running update for: - python3.11-django-parler-2.3: UPDATING ... - python3.11-django-parler-2.3: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.django-parler 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.hypothesmith, using log file: /var/log/nixpkgs-update/python311Packages.hypothesmith/2024-03-10.log python311Packages.hypothesmith 0 -> 1 attrpath: python311Packages.hypothesmith Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/0pzpcb7lpfg79hknmbq0qrq5rpcydi0g-packages.json.drv building '/nix/store/0pzpcb7lpfg79hknmbq0qrq5rpcydi0g-packages.json.drv'... Going to be running update for following packages: - python3.11-hypothesmith-0.3.1 Press Enter key to continue... Running update for: - python3.11-hypothesmith-0.3.1: UPDATING ... - python3.11-hypothesmith-0.3.1: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/hypothesmith/default.nix b/pkgs/development/python-modules/hypothesmith/default.nix index 5754612b1f29..9aa3406c6006 100644 --- a/pkgs/development/python-modules/hypothesmith/default.nix +++ b/pkgs/development/python-modules/hypothesmith/default.nix @@ -12,14 +12,14 @@ buildPythonPackage rec { pname = "hypothesmith"; - version = "0.3.1"; + version = "0.3.3"; format = "setuptools"; disabled = pythonOlder "3.8"; src = fetchPypi { inherit pname version; - hash = "sha256-h5kXemST6DLIF0aEKoaGdSs7G7lTDW6DK64XWEENrzo="; + hash = "sha256-lsFIAtbI6F2JdSZBdoeNtUso0u2SH9v+3C5rjOPIFxY="; }; patches = [ An auto update branch exists with message `python311Packages.hypothesmith: 0.3.1 -> 0.3.3`. New version is 0.3.3. An auto update branch exists with an equal or greater version [result] Failed to update python311Packages.hypothesmith 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.tzdata, using log file: /var/log/nixpkgs-update/python311Packages.tzdata/2024-03-10.log python311Packages.tzdata 0 -> 1 attrpath: python311Packages.tzdata Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/sskr1wq4bp7wffgpjipvxywx4dz2598b-packages.json.drv building '/nix/store/sskr1wq4bp7wffgpjipvxywx4dz2598b-packages.json.drv'... Going to be running update for following packages: - python3.11-tzdata-2023.3 Press Enter key to continue... Running update for: - python3.11-tzdata-2023.3: UPDATING ... - python3.11-tzdata-2023.3: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/tzdata/default.nix b/pkgs/development/python-modules/tzdata/default.nix index 91bbc854a26d..ac25b071a31b 100644 --- a/pkgs/development/python-modules/tzdata/default.nix +++ b/pkgs/development/python-modules/tzdata/default.nix @@ -10,12 +10,12 @@ buildPythonPackage rec { pname = "tzdata"; - version = "2023.3"; + version = "2024.1"; format = "pyproject"; src = fetchPypi { inherit pname version; - hash = "sha256-Ee8eCOVKyw1Plb2xvgXaZZZz3krL0hv5xp6UzF6Qejo="; + hash = "sha256-JnQSD42JGQl1HDirzf04asCloRJ5VPvDMq9rXOrgfv0="; }; nativeBuildInputs = [ No auto update branch exists [outpaths] eval start [outpaths] eval end Python package with too many package rebuilds 6154 > 25 [result] Failed to update python311Packages.tzdata 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath assemblyscript, using log file: /var/log/nixpkgs-update/assemblyscript/2024-03-10.log assemblyscript 0.27.23 -> 0.27.25 https://github.com/AssemblyScript/assemblyscript/releases attrpath: assemblyscript 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] deps hashes equal; no update necessary: sha256-io/3T0LE1kupjtMg8rpQlRmIn048X0jqhKKj/W7Ilo0= [result] Failed to update assemblyscript 0.27.23 -> 0.27.25 https://github.com/AssemblyScript/assemblyscript/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.pysparklyr, using log file: /var/log/nixpkgs-update/rPackages.pysparklyr/2024-03-10.log rPackages.pysparklyr 0.1.2 -> 0.1.3 https://repology.org/project/r:pysparklyr/versions attrpath: rPackages.pysparklyr Checking auto update branch... No auto update branch exists Old version 0.1.2" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; configurePhase = '' runHook preConfigure export R_LIBS_SITE="$R_LIBS_SITE''${R_LIBS_SITE:+:}$out/library" runHook postConfigure ''; buildPhase = '' runHook preBuild runHook postBuild ''; installFlags = if attrs.doCheck or true then [] else [ "--no-test-load" ]; rCommand = if requireX then # Unfortunately, xvfb-run has a race condition even with -a option, so that # we acquire a lock explicitly. "flock ${xvfb-run} xvfb-run -a -e xvfb-error R" else "R"; installPhase = '' runHook preInstall mkdir -p $out/library $rCommand CMD INSTALL --built-timestamp='1970-01-01 00:00:00 UTC' $installFlags --configure-args="$configureFlags" -l $out/library . runHook postInstall ''; postFixup = '' if test -e $out/nix-support/propagated-build-inputs; then ln -s $out/nix-support/propagated-build-inputs $out/nix-support/propagated-user-env-packages fi ''; checkPhase = '' # noop since R CMD INSTALL tests packages ''; } // attrs // { name = "r-" + name; }) [result] Failed to update rPackages.pysparklyr 0.1.2 -> 0.1.3 https://repology.org/project/r:pysparklyr/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath ephemeral, using log file: /var/log/nixpkgs-update/ephemeral/2024-03-10.log ephemeral 0 -> 1 attrpath: ephemeral Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/1f6afn0rw5d61vpwjnm09hd30c1w8zr3-packages.json.drv building '/nix/store/1f6afn0rw5d61vpwjnm09hd30c1w8zr3-packages.json.drv'... Going to be running update for following packages: - ephemeral-7.1.0 Press Enter key to continue... Running update for: - ephemeral-7.1.0: UPDATING ... - ephemeral-7.1.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update ephemeral 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_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.te, using log file: /var/log/nixpkgs-update/aspellDicts.te/2024-03-10.log aspellDicts.te 0 -> 1 attrpath: aspellDicts.te 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/a8d9spq6rxfrwmc3mrzsrij54f5xh773-update-aspellDict-te.drv /nix/store/ny8f4s1hyxiz3098gqd942k7cv1683k9-packages.json.drv building '/nix/store/a8d9spq6rxfrwmc3mrzsrij54f5xh773-update-aspellDict-te.drv'... building '/nix/store/ny8f4s1hyxiz3098gqd942k7cv1683k9-packages.json.drv'... Going to be running update for following packages: - aspell-dict-te-0.01-2 Press Enter key to continue... Running update for: - aspell-dict-te-0.01-2: UPDATING ... - aspell-dict-te-0.01-2: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update aspellDicts.te 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath cloogppl, using log file: /var/log/nixpkgs-update/cloogppl/2024-03-10.log cloogppl 0.15.11 -> 0.16.1 https://repology.org/project/cloog-ppl/versions attrpath: cloogppl 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/sqyrsazjlsscwcpvh8y6sxs3vjnmg82j-cloog-ppl-0.16.1.tar.gz.drv building '/nix/store/sqyrsazjlsscwcpvh8y6sxs3vjnmg82j-cloog-ppl-0.16.1.tar.gz.drv'... trying https://mirror.koddos.net/gcc/infrastructure/cloog-ppl-0.16.1.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 240 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 trying https://bigsearcher.com/mirrors/gcc/infrastructure/cloog-ppl-0.16.1.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 trying ftp://ftp.nluug.nl/mirror/languages/gcc/infrastructure/cloog-ppl-0.16.1.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (78) The file does not exist trying ftp://ftp.fu-berlin.de/unix/languages/gcc/infrastructure/cloog-ppl-0.16.1.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (78) The file does not exist trying ftp://ftp.irisa.fr/pub/mirrors/gcc.gnu.org/gcc/infrastructure/cloog-ppl-0.16.1.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (78) The file does not exist trying ftp://gcc.gnu.org/pub/gcc/infrastructure/cloog-ppl-0.16.1.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 curl: (78) The file does not exist error: cannot download cloog-ppl-0.16.1.tar.gz from any mirror error: boost::bad_format_string: format-string is ill-formed stderr did not split as expected full stderr was: error: attribute 'originalSrc' in selection path 'cloogppl.originalSrc' not found stderr did not split as expected full stderr was: these 2 derivations will be built: /nix/store/sqyrsazjlsscwcpvh8y6sxs3vjnmg82j-cloog-ppl-0.16.1.tar.gz.drv /nix/store/f4gmrja16lgkapcjv7rj6f406wzydgr6-cloog-ppl-0.16.1.drv building '/nix/store/sqyrsazjlsscwcpvh8y6sxs3vjnmg82j-cloog-ppl-0.16.1.tar.gz.drv'... trying https://mirror.koddos.net/gcc/infrastructure/cloog-ppl-0.16.1.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 240 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 trying https://bigsearcher.com/mirrors/gcc/infrastructure/cloog-ppl-0.16.1.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 trying ftp://ftp.nluug.nl/mirror/languages/gcc/infrastructure/cloog-ppl-0.16.1.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (78) The file does not exist trying ftp://ftp.fu-berlin.de/unix/languages/gcc/infrastructure/cloog-ppl-0.16.1.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (78) The file does not exist trying ftp://ftp.irisa.fr/pub/mirrors/gcc.gnu.org/gcc/infrastructure/cloog-ppl-0.16.1.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (78) The file does not exist trying ftp://gcc.gnu.org/pub/gcc/infrastructure/cloog-ppl-0.16.1.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 curl: (78) The file does not exist error: cannot download cloog-ppl-0.16.1.tar.gz from any mirror error: builder for '/nix/store/sqyrsazjlsscwcpvh8y6sxs3vjnmg82j-cloog-ppl-0.16.1.tar.gz.drv' failed with exit code 1; last 25 log lines: > > trying ftp://ftp.nluug.nl/mirror/languages/gcc/infrastructure/cloog-ppl-0.16.1.tar.gz > % Total % Received % Xferd Average Speed Time Time Time Current > Dload Upload Total Spent Left Speed > 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 > curl: (78) The file does not exist > > trying ftp://ftp.fu-berlin.de/unix/languages/gcc/infrastructure/cloog-ppl-0.16.1.tar.gz > % Total % Received % Xferd Average Speed Time Time Time Current > Dload Upload Total Spent Left Speed > 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 > curl: (78) The file does not exist > > trying ftp://ftp.irisa.fr/pub/mirrors/gcc.gnu.org/gcc/infrastructure/cloog-ppl-0.16.1.tar.gz > % Total % Received % Xferd Average Speed Time Time Time Current > Dload Upload Total Spent Left Speed > 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 > curl: (78) The file does not exist > > trying ftp://gcc.gnu.org/pub/gcc/infrastructure/cloog-ppl-0.16.1.tar.gz > % Total % Received % Xferd Average Speed Time Time Time Current > Dload Upload Total Spent Left Speed > 0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 > curl: (78) The file does not exist > error: cannot download cloog-ppl-0.16.1.tar.gz from any mirror For full logs, run 'nix log /nix/store/sqyrsazjlsscwcpvh8y6sxs3vjnmg82j-cloog-ppl-0.16.1.tar.gz.drv'. error: 1 dependencies of derivation '/nix/store/f4gmrja16lgkapcjv7rj6f406wzydgr6-cloog-ppl-0.16.1.drv' failed to build [result] Failed to update cloogppl 0.15.11 -> 0.16.1 https://repology.org/project/cloog-ppl/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.SMLE, using log file: /var/log/nixpkgs-update/rPackages.SMLE/2024-03-10.log rPackages.SMLE 2.1-0 -> 2.1-1 https://repology.org/project/r:smle/versions attrpath: rPackages.SMLE 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.SMLE 2.1-0 -> 2.1-1 https://repology.org/project/r:smle/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.bbknnR, using log file: /var/log/nixpkgs-update/rPackages.bbknnR/2024-03-10.log rPackages.bbknnR 1.1.0 -> 1.1.1 https://repology.org/project/r:bbknnr/versions attrpath: rPackages.bbknnR Checking auto update branch... No auto update branch exists Old version 1.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.bbknnR 1.1.0 -> 1.1.1 https://repology.org/project/r:bbknnr/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath haskellPackages.double-conversion, using log file: /var/log/nixpkgs-update/haskellPackages.double-conversion/2024-03-10.log haskellPackages.double-conversion 2.0.4.2 -> 2.0.5.0 https://repology.org/project/haskell:double-conversion/versions attrpath: haskellPackages.double-conversion Checking auto update branch... No auto update branch exists Derivation file says not to edit it [result] Failed to update haskellPackages.double-conversion 2.0.4.2 -> 2.0.5.0 https://repology.org/project/haskell:double-conversion/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.changepointTests, using log file: /var/log/nixpkgs-update/rPackages.changepointTests/2024-03-10.log rPackages.changepointTests 0.1.1 -> 0.1.5 https://repology.org/project/r:changepointtests/versions attrpath: rPackages.changepointTests 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.changepointTests 0.1.1 -> 0.1.5 https://repology.org/project/r:changepointtests/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.scanMiR, using log file: /var/log/nixpkgs-update/rPackages.scanMiR/2024-03-10.log rPackages.scanMiR 1.8.0 -> 1.8.2 https://repology.org/project/r:scanmir/versions attrpath: rPackages.scanMiR 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.scanMiR 1.8.0 -> 1.8.2 https://repology.org/project/r:scanmir/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.wcde, using log file: /var/log/nixpkgs-update/rPackages.wcde/2024-03-10.log rPackages.wcde 0.0.6 -> 0.0.7 https://repology.org/project/r:wcde/versions attrpath: rPackages.wcde 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.wcde 0.0.6 -> 0.0.7 https://repology.org/project/r:wcde/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python312Packages.botorch, using log file: /var/log/nixpkgs-update/python312Packages.botorch/2024-03-10.log python312Packages.botorch 0.9.5 -> 0.10.0 https://github.com/pytorch/botorch/releases attrpath: python312Packages.botorch Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/dj0gia6nb9vzr19ph13y9l8488dp9lqq-packages.json.drv building '/nix/store/dj0gia6nb9vzr19ph13y9l8488dp9lqq-packages.json.drv'... Going to be running update for following packages: - python3.12-botorch-0.9.5 Press Enter key to continue... Running update for: - python3.12-botorch-0.9.5: UPDATING ... - python3.12-botorch-0.9.5: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/botorch/default.nix b/pkgs/development/python-modules/botorch/default.nix index d4503c85c988..e81609908758 100644 --- a/pkgs/development/python-modules/botorch/default.nix +++ b/pkgs/development/python-modules/botorch/default.nix @@ -16,14 +16,14 @@ buildPythonPackage rec { pname = "botorch"; - version = "0.9.5"; + version = "0.10.0"; format = "pyproject"; src = fetchFromGitHub { owner = "pytorch"; repo = pname; rev = "refs/tags/v${version}"; - hash = "sha256-M/VOt0p7io0K+VHrAmBJQ71VigH0Ll1D5it6+/o/3jg="; + hash = "sha256-IaFtQWrgOhVHDOiPQ4oG8l+Q0igWamYVWEReGccbVoI="; }; nativeBuildInputs = [ No auto update branch exists [outpaths] eval start [outpaths] eval end Received ExitFailure 1 when running Raw command: /nix/store/1gfp7hiwzpv9aglk2yfa9m49jc0n7pa5-nix-2.18.1/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A python312Packages.botorch Received ExitFailure 1 when running Raw command: /nix/store/1gfp7hiwzpv9aglk2yfa9m49jc0n7pa5-nix-2.18.1/bin/nix --extra-experimental-features nix-command log -f . python312Packages.botorch Standard output: error: … while evaluating the attribute 'drvPath' at /var/cache/nixpkgs-update/worker/worktree/python312Packages.botorch/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.botorch/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.botorch 0.9.5 -> 0.10.0 https://github.com/pytorch/botorch/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath marcel, using log file: /var/log/nixpkgs-update/marcel/2024-03-10.log marcel 0 -> 1 attrpath: marcel Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/bylqmsf80vralrl31xvspqm1kmy03xp1-packages.json.drv building '/nix/store/bylqmsf80vralrl31xvspqm1kmy03xp1-packages.json.drv'... Going to be running update for following packages: - marcel-0.22.2 Press Enter key to continue... Running update for: - marcel-0.22.2: UPDATING ... - marcel-0.22.2: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update marcel 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath wasmi, using log file: /var/log/nixpkgs-update/wasmi/2024-03-10.log wasmi 0.31.0 -> 0.31.1 https://github.com/paritytech/wasmi/releases attrpath: wasmi 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/wasmi/default.nix b/pkgs/development/tools/wasmi/default.nix index 4af59590722a..92c76c68f7c9 100644 --- a/pkgs/development/tools/wasmi/default.nix +++ b/pkgs/development/tools/wasmi/default.nix @@ -5,13 +5,13 @@ rustPlatform.buildRustPackage rec { pname = "wasmi"; - version = "0.31.0"; + version = "0.31.1"; src = fetchFromGitHub { owner = "paritytech"; repo = "wasmi"; rev = "v${version}"; - hash = "sha256-chLWrZ+OLUTSFmTu+qKpjApXDmJFhS68N2RKjaql75U="; + hash = "sha256-n3YKh0L8MjJtKRkO3WQiA0nPYz5z/uzpfSWSHqWFO6U="; fetchSubmodules = true; }; [outpaths] eval start [outpaths] eval end Received ExitFailure 1 when running Raw command: /nix/store/1gfp7hiwzpv9aglk2yfa9m49jc0n7pa5-nix-2.18.1/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A wasmi nix build failed. got build log for 'wasmi' from 'daemon' @nix { "action": "setPhase", "phase": "unpackPhase" } Running phase: unpackPhase unpacking source archive /nix/store/3k9b270az1wrq85r8znkl4nyl0mklglc-source source root is source Executing cargoSetupPostUnpackHook Finished cargoSetupPostUnpackHook @nix { "action": "setPhase", "phase": "patchPhase" } Running phase: patchPhase Executing cargoSetupPostPatchHook Validating consistency between /build/source/Cargo.lock and /build/cargo-vendor-dir/Cargo.lock Finished cargoSetupPostPatchHook @nix { "action": "setPhase", "phase": "updateAutotoolsGnuConfigScriptsPhase" } Running phase: updateAutotoolsGnuConfigScriptsPhase @nix { "action": "setPhase", "phase": "configurePhase" } Running phase: configurePhase @nix { "action": "setPhase", "phase": "buildPhase" } Running phase: buildPhase Executing cargoBuildHook ++ env CC_X86_64_UNKNOWN_LINUX_GNU=/nix/store/qhpw32pz39y6i30b3vrbw5fw6zv5549f-gcc-wrapper-13.2.0/bin/cc CXX_X86_64_UNKNOWN_LINUX_GNU=/nix/store/qhpw32pz39y6i30b3vrbw5fw6zv5549f-gcc-wrapper-13.2.0/bin/c++ CARGO_TARGET_X86_64_UNKNOWN_LINUX_GNU_LINKER=/nix/store/qhpw32pz39y6i30b3vrbw5fw6zv5549f-gcc-wrapper-13.2.0/bin/cc CC_X86_64_UNKNOWN_LINUX_GNU=/nix/store/qhpw32pz39y6i30b3vrbw5fw6zv5549f-gcc-wrapper-13.2.0/bin/cc CXX_X86_64_UNKNOWN_LINUX_GNU=/nix/store/qhpw32pz39y6i30b3vrbw5fw6zv5549f-gcc-wrapper-13.2.0/bin/c++ CARGO_TARGET_X86_64_UNKNOWN_LINUX_GNU_LINKER=/nix/store/qhpw32pz39y6i30b3vrbw5fw6zv5549f-gcc-wrapper-13.2.0/bin/cc CARGO_BUILD_TARGET=x86_64-unknown-linux-gnu HOST_CC=/nix/store/qhpw32pz39y6i30b3vrbw5fw6zv5549f-gcc-wrapper-13.2.0/bin/cc HOST_CXX=/nix/store/qhpw32pz39y6i30b3vrbw5fw6zv5549f-gcc-wrapper-13.2.0/bin/c++ cargo build -j 24 --target x86_64-unknown-linux-gnu --frozen --profile release error: the lock file /build/source/Cargo.lock needs to be updated but --frozen was passed to prevent this If you want to try to generate the lock file without accessing the network, remove the --frozen flag and use --offline instead. [result] Failed to update wasmi 0.31.0 -> 0.31.1 https://github.com/paritytech/wasmi/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath libretro.mgba, using log file: /var/log/nixpkgs-update/libretro.mgba/2024-03-10.log libretro.mgba 0 -> 1 attrpath: libretro.mgba Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/5mqgmj2q0anfdk5s8kq3x5qrf6lmg8s4-packages.json.drv building '/nix/store/5mqgmj2q0anfdk5s8kq3x5qrf6lmg8s4-packages.json.drv'... Going to be running update for following packages: - libretro-mgba-unstable-2024-02-28 Press Enter key to continue... Running update for: - libretro-mgba-unstable-2024-02-28: UPDATING ... - libretro-mgba-unstable-2024-02-28: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update libretro.mgba 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath libretro.mrboom, using log file: /var/log/nixpkgs-update/libretro.mrboom/2024-03-10.log libretro.mrboom 0 -> 1 attrpath: libretro.mrboom Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/4dnrz49ji8vvsva6n0vcgqmv1is5qvhz-packages.json.drv building '/nix/store/4dnrz49ji8vvsva6n0vcgqmv1is5qvhz-packages.json.drv'... Going to be running update for following packages: - libretro-mrboom-unstable-2024-02-26 Press Enter key to continue... Running update for: - libretro-mrboom-unstable-2024-02-26: UPDATING ... - libretro-mrboom-unstable-2024-02-26: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update libretro.mrboom 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath libretro.beetle-ngp, using log file: /var/log/nixpkgs-update/libretro.beetle-ngp/2024-03-10.log libretro.beetle-ngp 0 -> 1 attrpath: libretro.beetle-ngp Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/pa76knn4zrvjsr5f6936lp4q5m0i5p32-packages.json.drv building '/nix/store/pa76knn4zrvjsr5f6936lp4q5m0i5p32-packages.json.drv'... Going to be running update for following packages: - libretro-mednafen-ngp-unstable-2023-11-01 Press Enter key to continue... Running update for: - libretro-mednafen-ngp-unstable-2023-11-01: UPDATING ... - libretro-mednafen-ngp-unstable-2023-11-01: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update libretro.beetle-ngp 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath libretro.opera, using log file: /var/log/nixpkgs-update/libretro.opera/2024-03-10.log libretro.opera 0 -> 1 attrpath: libretro.opera Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/7qav10wwy68l979d46pacfxana3h82pg-packages.json.drv building '/nix/store/7qav10wwy68l979d46pacfxana3h82pg-packages.json.drv'... Going to be running update for following packages: - libretro-opera-unstable-2024-01-13 Press Enter key to continue... Running update for: - libretro-opera-unstable-2024-01-13: UPDATING ... - libretro-opera-unstable-2024-01-13: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update libretro.opera 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath libretro.mupen64plus, using log file: /var/log/nixpkgs-update/libretro.mupen64plus/2024-03-10.log libretro.mupen64plus 0 -> 1 attrpath: libretro.mupen64plus Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/vyz92gwhyjgswwsyglhzrr939vxkbfm5-packages.json.drv building '/nix/store/vyz92gwhyjgswwsyglhzrr939vxkbfm5-packages.json.drv'... Going to be running update for following packages: - libretro-mupen64plus-next-unstable-2024-02-06 Press Enter key to continue... Running update for: - libretro-mupen64plus-next-unstable-2024-02-06: UPDATING ... - libretro-mupen64plus-next-unstable-2024-02-06: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/applications/emulators/retroarch/hashes.json b/pkgs/applications/emulators/retroarch/hashes.json index 558c24a2ed88..a7c3ec887c15 100644 --- a/pkgs/applications/emulators/retroarch/hashes.json +++ b/pkgs/applications/emulators/retroarch/hashes.json @@ -539,10 +539,10 @@ "src": { "owner": "libretro", "repo": "mupen64plus-libretro-nx", - "rev": "fa55ddca926d3c3ad2285911646919def4aa6fa3", - "hash": "sha256-Fn/qSQDR8FuHG9eLE0I24wUa0sdosrl6+lhnf9cD+yQ=" + "rev": "3f794eec4dc4af2f22ecce507f2da324381d3d92", + "hash": "sha256-xO01TAjW8otnoU8fzmK69BufoQn3eY9BPamc3ISqBn8=" }, - "version": "unstable-2024-02-06" + "version": "unstable-2024-03-07" }, "neocd": { "fetcher": "fetchFromGitHub", No auto update branch exists [outpaths] eval start [outpaths] eval end Successfully finished processing cachix "/nix/store/i5asfps7c5d1qdmjf5h6fvxm256xac0n-libretro-mupen64plus-next-unstable-2024-03-07" Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 11 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 12 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 13 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 14 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 14 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 15 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 15 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 15 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 16 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 17 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 18 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 19 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 19 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 19 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 21 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 20 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 18 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 19 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 17 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 17 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 18 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 18 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 18 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 18 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 21 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 23 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 23 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 25 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 24 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 23 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 23 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 25 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 25 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 25 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 25 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 25 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 25 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 24 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 24 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 24 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 26 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 26 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 27 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 27 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 27 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 27 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 29 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 30 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 30 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 30 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 31 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 31 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 31 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 28 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 30 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 30 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 30 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 30 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 30 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 31 [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:
  • libretro.mupen64plus
  • retroarchFull
Automatic update generated by [nixpkgs-update](https://github.com/ryantm/nixpkgs-update) tools. This update was made based on information from passthru.updateScript. meta.description for libretro.mupen64plus is: Libretro port of Mupen64 Plus, GL only meta.homepage for libretro.mupen64plus is: https://www.libretro.com/ ###### Updates performed - Ran passthru.UpdateScript ###### To inspect upstream changes - [Compare changes on GitHub](https://github.com/libretro/mupen64plus-libretro-nx/compare/fa55ddca926d3c3ad2285911646919def4aa6fa3...3f794eec4dc4af2f22ecce507f2da324381d3d92) ###### Impact Checks done --- - built on NixOS - The tests defined in `passthru.tests`, if any, passed - found unstable-2024-03-07 in filename of file in /nix/store/i5asfps7c5d1qdmjf5h6fvxm256xac0n-libretro-mupen64plus-next-unstable-2024-03-07 ---
Rebuild report (if merged into master) (click to expand) ``` 2 total rebuild path(s) 2 package rebuild(s) First fifty rebuilds by attrpath libretro.mupen64plus retroarchFull ```
Instructions to test this update (click to expand) --- Either **download from Cachix**: ``` nix-store -r /nix/store/i5asfps7c5d1qdmjf5h6fvxm256xac0n-libretro-mupen64plus-next-unstable-2024-03-07 \ --option binary-caches 'https://cache.nixos.org/ https://nix-community.cachix.org/' \ --option trusted-public-keys ' nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs= cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY= ' ``` (The Cachix cache is only trusted for this store-path realization.) For the Cachix download to work, your user must be in the `trusted-users` list or you can use `sudo` since root is effectively trusted. Or, **build yourself**: ``` nix-build -A libretro.mupen64plus https://github.com/r-ryantm/nixpkgs/archive/2827e12204ca7a2c99c10533c2f62a86c25ebc38.tar.gz ``` Or: ``` nix build github:r-ryantm/nixpkgs/2827e12204ca7a2c99c10533c2f62a86c25ebc38#libretro.mupen64plus ``` After you've downloaded or built it, look at the files and if there are any, run the binaries: ``` ls -la /nix/store/i5asfps7c5d1qdmjf5h6fvxm256xac0n-libretro-mupen64plus-next-unstable-2024-03-07 ls -la /nix/store/i5asfps7c5d1qdmjf5h6fvxm256xac0n-libretro-mupen64plus-next-unstable-2024-03-07/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:
  • libretro.mupen64plus
  • retroarchFull
--- ###### Maintainer pings cc @aanderse @edwtjo @MP2E @thiagokokada @hrdinka 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/294830 [result] Success updating libretro.mupen64plus 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.SMPracticals, using log file: /var/log/nixpkgs-update/rPackages.SMPracticals/2024-03-10.log rPackages.SMPracticals 1.4-3 -> 1.4-3.1 https://repology.org/project/r:smpracticals/versions attrpath: rPackages.SMPracticals Checking auto update branch... No auto update branch exists Old version 1.4-3" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; configurePhase = '' runHook preConfigure export R_LIBS_SITE="$R_LIBS_SITE''${R_LIBS_SITE:+:}$out/library" runHook postConfigure ''; buildPhase = '' runHook preBuild runHook postBuild ''; installFlags = if attrs.doCheck or true then [] else [ "--no-test-load" ]; rCommand = if requireX then # Unfortunately, xvfb-run has a race condition even with -a option, so that # we acquire a lock explicitly. "flock ${xvfb-run} xvfb-run -a -e xvfb-error R" else "R"; installPhase = '' runHook preInstall mkdir -p $out/library $rCommand CMD INSTALL --built-timestamp='1970-01-01 00:00:00 UTC' $installFlags --configure-args="$configureFlags" -l $out/library . runHook postInstall ''; postFixup = '' if test -e $out/nix-support/propagated-build-inputs; then ln -s $out/nix-support/propagated-build-inputs $out/nix-support/propagated-user-env-packages fi ''; checkPhase = '' # noop since R CMD INSTALL tests packages ''; } // attrs // { name = "r-" + name; }) [result] Failed to update rPackages.SMPracticals 1.4-3 -> 1.4-3.1 https://repology.org/project/r:smpracticals/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath libretro.beetle-pce-fast, using log file: /var/log/nixpkgs-update/libretro.beetle-pce-fast/2024-03-10.log libretro.beetle-pce-fast 0 -> 1 attrpath: libretro.beetle-pce-fast Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/nk7iww7dyl72wxjyvrfcid8rysppan1r-packages.json.drv building '/nix/store/nk7iww7dyl72wxjyvrfcid8rysppan1r-packages.json.drv'... Going to be running update for following packages: - libretro-mednafen-pce-fast-unstable-2024-03-01 Press Enter key to continue... Running update for: - libretro-mednafen-pce-fast-unstable-2024-03-01: UPDATING ... - libretro-mednafen-pce-fast-unstable-2024-03-01: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/applications/emulators/retroarch/hashes.json b/pkgs/applications/emulators/retroarch/hashes.json index 558c24a2ed88..1607954f8860 100644 --- a/pkgs/applications/emulators/retroarch/hashes.json +++ b/pkgs/applications/emulators/retroarch/hashes.json @@ -65,10 +65,10 @@ "src": { "owner": "libretro", "repo": "beetle-pce-fast-libretro", - "rev": "28180934e9d7f1a6ec655adde0b81f0b167732ad", - "hash": "sha256-Kt1Bh32zoJynbqp/0ARngPTYHlvp6k/Ya09l8/736gk=" + "rev": "f450a7118a3b4e8524cdd915aa610bd364e64dde", + "hash": "sha256-VHW+MJT68wIoSV8H24484uyGK7/cySFMITcpu6zqo3A=" }, - "version": "unstable-2024-03-01" + "version": "unstable-2024-03-08" }, "beetle-pcfx": { "fetcher": "fetchFromGitHub", No auto update branch exists [outpaths] eval start [outpaths] eval end Successfully finished processing cachix "/nix/store/0mz5nn47c3jq3yjv0l4vrz1sa1mdws10-libretro-mednafen-pce-fast-unstable-2024-03-08" Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 32 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 32 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 31 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 32 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 32 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 33 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 32 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 31 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 26 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 27 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 27 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 28 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 30 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 31 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 32 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 33 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 32 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 32 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 31 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 30 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 29 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 28 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 28 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 28 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 28 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 28 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 28 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 28 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 28 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 27 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 28 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 27 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 27 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 27 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 27 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 28 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 26 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 26 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 26 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 26 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 24 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 24 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 20 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 19 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 19 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 19 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 20 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 19 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 19 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 19 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 18 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 18 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 18 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 18 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 20 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 19 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 19 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 18 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 17 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 17 [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:
  • libretro.beetle-pce-fast
  • retroarchFull
Automatic update generated by [nixpkgs-update](https://github.com/ryantm/nixpkgs-update) tools. This update was made based on information from passthru.updateScript. meta.description for libretro.beetle-pce-fast is: Port of Mednafen's PC Engine fast core to libretro meta.homepage for libretro.beetle-pce-fast is: https://www.libretro.com/ ###### Updates performed - Ran passthru.UpdateScript ###### To inspect upstream changes - [Compare changes on GitHub](https://github.com/libretro/beetle-pce-fast-libretro/compare/28180934e9d7f1a6ec655adde0b81f0b167732ad...f450a7118a3b4e8524cdd915aa610bd364e64dde) ###### Impact Checks done --- - built on NixOS - The tests defined in `passthru.tests`, if any, passed - found unstable-2024-03-08 in filename of file in /nix/store/0mz5nn47c3jq3yjv0l4vrz1sa1mdws10-libretro-mednafen-pce-fast-unstable-2024-03-08 ---
Rebuild report (if merged into master) (click to expand) ``` 2 total rebuild path(s) 2 package rebuild(s) First fifty rebuilds by attrpath libretro.beetle-pce-fast retroarchFull ```
Instructions to test this update (click to expand) --- Either **download from Cachix**: ``` nix-store -r /nix/store/0mz5nn47c3jq3yjv0l4vrz1sa1mdws10-libretro-mednafen-pce-fast-unstable-2024-03-08 \ --option binary-caches 'https://cache.nixos.org/ https://nix-community.cachix.org/' \ --option trusted-public-keys ' nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs= cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY= ' ``` (The Cachix cache is only trusted for this store-path realization.) For the Cachix download to work, your user must be in the `trusted-users` list or you can use `sudo` since root is effectively trusted. Or, **build yourself**: ``` nix-build -A libretro.beetle-pce-fast https://github.com/r-ryantm/nixpkgs/archive/289e8bb83454a0ceaff1539ef3e6e7765c785017.tar.gz ``` Or: ``` nix build github:r-ryantm/nixpkgs/289e8bb83454a0ceaff1539ef3e6e7765c785017#libretro.beetle-pce-fast ``` After you've downloaded or built it, look at the files and if there are any, run the binaries: ``` ls -la /nix/store/0mz5nn47c3jq3yjv0l4vrz1sa1mdws10-libretro-mednafen-pce-fast-unstable-2024-03-08 ls -la /nix/store/0mz5nn47c3jq3yjv0l4vrz1sa1mdws10-libretro-mednafen-pce-fast-unstable-2024-03-08/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:
  • libretro.beetle-pce-fast
  • retroarchFull
--- ###### Maintainer pings cc @aanderse @edwtjo @MP2E @thiagokokada @hrdinka 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/294846 [result] Success updating libretro.beetle-pce-fast 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath libretro.gpsp, using log file: /var/log/nixpkgs-update/libretro.gpsp/2024-03-10.log libretro.gpsp 0 -> 1 attrpath: libretro.gpsp Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/jy9vwi8sxf6df80mwagw8jada54qgnyc-packages.json.drv building '/nix/store/jy9vwi8sxf6df80mwagw8jada54qgnyc-packages.json.drv'... Going to be running update for following packages: - libretro-gpsp-unstable-2024-02-10 Press Enter key to continue... Running update for: - libretro-gpsp-unstable-2024-02-10: UPDATING ... - libretro-gpsp-unstable-2024-02-10: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update libretro.gpsp 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.GSODR, using log file: /var/log/nixpkgs-update/rPackages.GSODR/2024-03-10.log rPackages.GSODR 3.1.9 -> 3.1.10 https://repology.org/project/r:gsodr/versions attrpath: rPackages.GSODR Checking auto update branch... No auto update branch exists Old version 3.1.9" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; configurePhase = '' runHook preConfigure export R_LIBS_SITE="$R_LIBS_SITE''${R_LIBS_SITE:+:}$out/library" runHook postConfigure ''; buildPhase = '' runHook preBuild runHook postBuild ''; installFlags = if attrs.doCheck or true then [] else [ "--no-test-load" ]; rCommand = if requireX then # Unfortunately, xvfb-run has a race condition even with -a option, so that # we acquire a lock explicitly. "flock ${xvfb-run} xvfb-run -a -e xvfb-error R" else "R"; installPhase = '' runHook preInstall mkdir -p $out/library $rCommand CMD INSTALL --built-timestamp='1970-01-01 00:00:00 UTC' $installFlags --configure-args="$configureFlags" -l $out/library . runHook postInstall ''; postFixup = '' if test -e $out/nix-support/propagated-build-inputs; then ln -s $out/nix-support/propagated-build-inputs $out/nix-support/propagated-user-env-packages fi ''; checkPhase = '' # noop since R CMD INSTALL tests packages ''; } // attrs // { name = "r-" + name; }) [result] Failed to update rPackages.GSODR 3.1.9 -> 3.1.10 https://repology.org/project/r:gsodr/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.alphaci, using log file: /var/log/nixpkgs-update/rPackages.alphaci/2024-03-10.log rPackages.alphaci 1.0.0 -> 1.0.1 https://repology.org/project/r:alphaci/versions attrpath: rPackages.alphaci Checking auto update branch... No auto update branch exists Old version 1.0.0" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; configurePhase = '' runHook preConfigure export R_LIBS_SITE="$R_LIBS_SITE''${R_LIBS_SITE:+:}$out/library" runHook postConfigure ''; buildPhase = '' runHook preBuild runHook postBuild ''; installFlags = if attrs.doCheck or true then [] else [ "--no-test-load" ]; rCommand = if requireX then # Unfortunately, xvfb-run has a race condition even with -a option, so that # we acquire a lock explicitly. "flock ${xvfb-run} xvfb-run -a -e xvfb-error R" else "R"; installPhase = '' runHook preInstall mkdir -p $out/library $rCommand CMD INSTALL --built-timestamp='1970-01-01 00:00:00 UTC' $installFlags --configure-args="$configureFlags" -l $out/library . runHook postInstall ''; postFixup = '' if test -e $out/nix-support/propagated-build-inputs; then ln -s $out/nix-support/propagated-build-inputs $out/nix-support/propagated-user-env-packages fi ''; checkPhase = '' # noop since R CMD INSTALL tests packages ''; } // attrs // { name = "r-" + name; }) [result] Failed to update rPackages.alphaci 1.0.0 -> 1.0.1 https://repology.org/project/r:alphaci/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath libretro.snes9x2005-plus, using log file: /var/log/nixpkgs-update/libretro.snes9x2005-plus/2024-03-10.log libretro.snes9x2005-plus 0 -> 1 attrpath: libretro.snes9x2005-plus Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/25l8md1yl88i67wn00c9y8a8n8qfmchc-packages.json.drv building '/nix/store/25l8md1yl88i67wn00c9y8a8n8qfmchc-packages.json.drv'... Going to be running update for following packages: - libretro-snes9x2005-plus-unstable-2022-07-25 Press Enter key to continue... Running update for: - libretro-snes9x2005-plus-unstable-2022-07-25: UPDATING ... - libretro-snes9x2005-plus-unstable-2022-07-25: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update libretro.snes9x2005-plus 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath libretro.mame2016, using log file: /var/log/nixpkgs-update/libretro.mame2016/2024-03-10.log libretro.mame2016 0 -> 1 attrpath: libretro.mame2016 Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/f1n16b56vvlcdzbqz3s80cz5kk13r7bn-packages.json.drv building '/nix/store/f1n16b56vvlcdzbqz3s80cz5kk13r7bn-packages.json.drv'... Going to be running update for following packages: - libretro-mame2016-unstable-2022-04-06 Press Enter key to continue... Running update for: - libretro-mame2016-unstable-2022-04-06: UPDATING ... - libretro-mame2016-unstable-2022-04-06: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update libretro.mame2016 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath libretro.snes9x2002, using log file: /var/log/nixpkgs-update/libretro.snes9x2002/2024-03-10.log libretro.snes9x2002 0 -> 1 attrpath: libretro.snes9x2002 Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/dh63xng6axmbc6imldjc9csmkvpz9zkr-packages.json.drv building '/nix/store/dh63xng6axmbc6imldjc9csmkvpz9zkr-packages.json.drv'... Going to be running update for following packages: - libretro-snes9x2002-unstable-2022-08-06 Press Enter key to continue... Running update for: - libretro-snes9x2002-unstable-2022-08-06: UPDATING ... - libretro-snes9x2002-unstable-2022-08-06: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update libretro.snes9x2002 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.parabar, using log file: /var/log/nixpkgs-update/rPackages.parabar/2024-03-10.log rPackages.parabar 1.1.0 -> 1.1.1 https://repology.org/project/r:parabar/versions attrpath: rPackages.parabar Checking auto update branch... No auto update branch exists Old version 1.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.parabar 1.1.0 -> 1.1.1 https://repology.org/project/r:parabar/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath libretro.snes9x2010, using log file: /var/log/nixpkgs-update/libretro.snes9x2010/2024-03-10.log libretro.snes9x2010 0 -> 1 attrpath: libretro.snes9x2010 Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/8656l62m8jggabbjwqc5s1lidgk1q623-packages.json.drv building '/nix/store/8656l62m8jggabbjwqc5s1lidgk1q623-packages.json.drv'... Going to be running update for following packages: - libretro-snes9x2010-unstable-2023-02-20 Press Enter key to continue... Running update for: - libretro-snes9x2010-unstable-2023-02-20: UPDATING ... - libretro-snes9x2010-unstable-2023-02-20: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update libretro.snes9x2010 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath libretro.quicknes, using log file: /var/log/nixpkgs-update/libretro.quicknes/2024-03-10.log libretro.quicknes 0 -> 1 attrpath: libretro.quicknes Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/ijibnkjwl8z4c3xg0n2d42mzwjl8mi3s-packages.json.drv building '/nix/store/ijibnkjwl8z4c3xg0n2d42mzwjl8mi3s-packages.json.drv'... Going to be running update for following packages: - libretro-quicknes-unstable-2024-02-01 Press Enter key to continue... Running update for: - libretro-quicknes-unstable-2024-02-01: UPDATING ... - libretro-quicknes-unstable-2024-02-01: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update libretro.quicknes 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath libretro.virtualjaguar, using log file: /var/log/nixpkgs-update/libretro.virtualjaguar/2024-03-10.log libretro.virtualjaguar 0 -> 1 attrpath: libretro.virtualjaguar Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/v996jv7d9kyd046ppq0qmys2lzy197z9-packages.json.drv building '/nix/store/v996jv7d9kyd046ppq0qmys2lzy197z9-packages.json.drv'... Going to be running update for following packages: - libretro-virtualjaguar-unstable-2023-06-01 Press Enter key to continue... Running update for: - libretro-virtualjaguar-unstable-2023-06-01: UPDATING ... - libretro-virtualjaguar-unstable-2023-06-01: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update libretro.virtualjaguar 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.CCAMLRGIS, using log file: /var/log/nixpkgs-update/rPackages.CCAMLRGIS/2024-03-10.log rPackages.CCAMLRGIS 4.0.6 -> 4.0.7 https://repology.org/project/r:ccamlrgis/versions attrpath: rPackages.CCAMLRGIS Checking auto update branch... No auto update branch exists Old version 4.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.CCAMLRGIS 4.0.6 -> 4.0.7 https://repology.org/project/r:ccamlrgis/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.rmumps, using log file: /var/log/nixpkgs-update/rPackages.rmumps/2024-03-10.log rPackages.rmumps 5.2.1-26 -> 5.2.1-28 https://repology.org/project/r:rmumps/versions attrpath: rPackages.rmumps Checking auto update branch... No auto update branch exists Old version 5.2.1-26" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-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.rmumps 5.2.1-26 -> 5.2.1-28 https://repology.org/project/r:rmumps/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath libretro.parallel-n64, using log file: /var/log/nixpkgs-update/libretro.parallel-n64/2024-03-10.log libretro.parallel-n64 0 -> 1 attrpath: libretro.parallel-n64 Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/v4gbfabdz3y1wscgwkh1rg4kv4vy377q-packages.json.drv building '/nix/store/v4gbfabdz3y1wscgwkh1rg4kv4vy377q-packages.json.drv'... Going to be running update for following packages: - libretro-parallel-n64-unstable-2024-01-15 Press Enter key to continue... Running update for: - libretro-parallel-n64-unstable-2024-01-15: UPDATING ... - libretro-parallel-n64-unstable-2024-01-15: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update libretro.parallel-n64 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath libretro.desmume2015, using log file: /var/log/nixpkgs-update/libretro.desmume2015/2024-03-10.log libretro.desmume2015 0 -> 1 attrpath: libretro.desmume2015 Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/w7m8k79id80icbvbihfhhh2rcrf8i4pd-packages.json.drv building '/nix/store/w7m8k79id80icbvbihfhhh2rcrf8i4pd-packages.json.drv'... Going to be running update for following packages: - libretro-desmume2015-unstable-2022-04-05 Press Enter key to continue... Running update for: - libretro-desmume2015-unstable-2022-04-05: UPDATING ... - libretro-desmume2015-unstable-2022-04-05: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update libretro.desmume2015 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.MoNAn, using log file: /var/log/nixpkgs-update/rPackages.MoNAn/2024-03-10.log rPackages.MoNAn 0.1.2 -> 0.1.3 https://repology.org/project/r:monan/versions attrpath: rPackages.MoNAn Checking auto update branch... No auto update branch exists Old version 0.1.2" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; configurePhase = '' runHook preConfigure export R_LIBS_SITE="$R_LIBS_SITE''${R_LIBS_SITE:+:}$out/library" runHook postConfigure ''; buildPhase = '' runHook preBuild runHook postBuild ''; installFlags = if attrs.doCheck or true then [] else [ "--no-test-load" ]; rCommand = if requireX then # Unfortunately, xvfb-run has a race condition even with -a option, so that # we acquire a lock explicitly. "flock ${xvfb-run} xvfb-run -a -e xvfb-error R" else "R"; installPhase = '' runHook preInstall mkdir -p $out/library $rCommand CMD INSTALL --built-timestamp='1970-01-01 00:00:00 UTC' $installFlags --configure-args="$configureFlags" -l $out/library . runHook postInstall ''; postFixup = '' if test -e $out/nix-support/propagated-build-inputs; then ln -s $out/nix-support/propagated-build-inputs $out/nix-support/propagated-user-env-packages fi ''; checkPhase = '' # noop since R CMD INSTALL tests packages ''; } // attrs // { name = "r-" + name; }) [result] Failed to update rPackages.MoNAn 0.1.2 -> 0.1.3 https://repology.org/project/r:monan/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath libretro.beetle-supafaust, using log file: /var/log/nixpkgs-update/libretro.beetle-supafaust/2024-03-10.log libretro.beetle-supafaust 0 -> 1 attrpath: libretro.beetle-supafaust Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/nr0pawxzinp2wrqj489q5z5fc478hwq1-packages.json.drv building '/nix/store/nr0pawxzinp2wrqj489q5z5fc478hwq1-packages.json.drv'... Going to be running update for following packages: - libretro-mednafen-supafaust-unstable-2023-06-19 Press Enter key to continue... Running update for: - libretro-mednafen-supafaust-unstable-2023-06-19: UPDATING ... - libretro-mednafen-supafaust-unstable-2023-06-19: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update libretro.beetle-supafaust 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath libretro.puae, using log file: /var/log/nixpkgs-update/libretro.puae/2024-03-10.log libretro.puae 0 -> 1 attrpath: libretro.puae Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/g4mrg98cr8y514gqbnwd1dsg17sx6a8z-packages.json.drv building '/nix/store/g4mrg98cr8y514gqbnwd1dsg17sx6a8z-packages.json.drv'... Going to be running update for following packages: - libretro-puae-unstable-2024-02-22 Press Enter key to continue... Running update for: - libretro-puae-unstable-2024-02-22: UPDATING ... - libretro-puae-unstable-2024-02-22: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update libretro.puae 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.TrajectoryUtils, using log file: /var/log/nixpkgs-update/rPackages.TrajectoryUtils/2024-03-10.log rPackages.TrajectoryUtils 1.10.0 -> 1.10.1 https://repology.org/project/r:trajectoryutils/versions attrpath: rPackages.TrajectoryUtils Checking auto update branch... No auto update branch exists Old version 1.10.0" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; configurePhase = '' runHook preConfigure export R_LIBS_SITE="$R_LIBS_SITE''${R_LIBS_SITE:+:}$out/library" runHook postConfigure ''; buildPhase = '' runHook preBuild runHook postBuild ''; installFlags = if attrs.doCheck or true then [] else [ "--no-test-load" ]; rCommand = if requireX then # Unfortunately, xvfb-run has a race condition even with -a option, so that # we acquire a lock explicitly. "flock ${xvfb-run} xvfb-run -a -e xvfb-error R" else "R"; installPhase = '' runHook preInstall mkdir -p $out/library $rCommand CMD INSTALL --built-timestamp='1970-01-01 00:00:00 UTC' $installFlags --configure-args="$configureFlags" -l $out/library . runHook postInstall ''; postFixup = '' if test -e $out/nix-support/propagated-build-inputs; then ln -s $out/nix-support/propagated-build-inputs $out/nix-support/propagated-user-env-packages fi ''; checkPhase = '' # noop since R CMD INSTALL tests packages ''; } // attrs // { name = "r-" + name; }) [result] Failed to update rPackages.TrajectoryUtils 1.10.0 -> 1.10.1 https://repology.org/project/r:trajectoryutils/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath libretro.hatari, using log file: /var/log/nixpkgs-update/libretro.hatari/2024-03-10.log libretro.hatari 0 -> 1 attrpath: libretro.hatari Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/i7lv0c4l2ay5lrvyv6ir5rvc49bkxmmn-packages.json.drv building '/nix/store/i7lv0c4l2ay5lrvyv6ir5rvc49bkxmmn-packages.json.drv'... Going to be running update for following packages: - libretro-hatari-unstable-2023-09-29 Press Enter key to continue... Running update for: - libretro-hatari-unstable-2023-09-29: UPDATING ... - libretro-hatari-unstable-2023-09-29: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update libretro.hatari 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python312Packages.glad, using log file: /var/log/nixpkgs-update/python312Packages.glad/2024-03-10.log python312Packages.glad 0.1.36 -> 2.0.5 https://github.com/Dav1dde/glad/releases attrpath: python312Packages.glad Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/ciyfrjw8831lgcdccl9m6kfj2ngqrsyp-packages.json.drv building '/nix/store/ciyfrjw8831lgcdccl9m6kfj2ngqrsyp-packages.json.drv'... Going to be running update for following packages: - python3.12-glad-0.1.36 Press Enter key to continue... Running update for: - python3.12-glad-0.1.36: UPDATING ... - python3.12-glad-0.1.36: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python312Packages.glad 0.1.36 -> 2.0.5 https://github.com/Dav1dde/glad/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath libretro.mame, using log file: /var/log/nixpkgs-update/libretro.mame/2024-03-10.log libretro.mame 0 -> 1 attrpath: libretro.mame Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/faardi7bh6z3d95hr939s8nx5fkbghds-packages.json.drv building '/nix/store/faardi7bh6z3d95hr939s8nx5fkbghds-packages.json.drv'... Going to be running update for following packages: - libretro-mame-unstable-2024-02-29 Press Enter key to continue... Running update for: - libretro-mame-unstable-2024-02-29: UPDATING ... - libretro-mame-unstable-2024-02-29: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update libretro.mame 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath cook-cli, using log file: /var/log/nixpkgs-update/cook-cli/2024-03-10.log cook-cli 0.7.1 -> 0.8.0 https://github.com/cooklang/cookcli/releases attrpath: cook-cli 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-n2B/FQJfQKfgQZu/EhDO9CUjkjIGjVxxJlaO7GV7Th4= [rustCrateVersion] Finished updating Crate version and replacing hashes [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] Hashes equal; no update necessary [result] Failed to update cook-cli 0.7.1 -> 0.8.0 https://github.com/cooklang/cookcli/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath catboost, using log file: /var/log/nixpkgs-update/catboost/2024-03-10.log catboost 1.2.2 -> 1.2.3 https://github.com/catboost/catboost/releases attrpath: catboost Checking auto update branch... No auto update branch exists There might already be an open PR for this update: - catboost: 1.2.2 -> 1.2.3 URL "https://api.github.com/repos/NixOS/nixpkgs/issues/292960" [result] Failed to update catboost 1.2.2 -> 1.2.3 https://github.com/catboost/catboost/releases [options] github_user: r-ryantm, pull_request: YES, batch_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-deny, using log file: /var/log/nixpkgs-update/cargo-deny/2024-03-10.log cargo-deny 0.14.15 -> 0.14.16 https://github.com/EmbarkStudios/cargo-deny/releases attrpath: cargo-deny 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-JgI4Tbl0C0lJEOMRwVjo9h6fuUL0u0mICGLsx8/0dMc= [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/rust/cargo-deny/default.nix b/pkgs/development/tools/rust/cargo-deny/default.nix index c3bc211a9c0e..0d7edc5227fb 100644 --- a/pkgs/development/tools/rust/cargo-deny/default.nix +++ b/pkgs/development/tools/rust/cargo-deny/default.nix @@ -9,16 +9,16 @@ rustPlatform.buildRustPackage rec { pname = "cargo-deny"; - version = "0.14.15"; + version = "0.14.16"; src = fetchFromGitHub { owner = "EmbarkStudios"; repo = "cargo-deny"; rev = version; - hash = "sha256-soDLgxEbeNk8mQHwUzBZK5QqTURzXQKZb2LtJA6fnhc="; + hash = "sha256-Evvr9In/ny+yQP77u47uTCWCtRqg/l9B5y79va8oMbw="; }; - cargoHash = "sha256-XblrLV3AMmFFXOr3K/Sq4Vb6MknI7H92H/bDvUEUOko="; + cargoHash = "sha256-JgI4Tbl0C0lJEOMRwVjo9h6fuUL0u0mICGLsx8/0dMc="; nativeBuildInputs = [ pkg-config [outpaths] eval start [outpaths] eval end Successfully finished processing cachix "/nix/store/wpjlqvqn0fhdg8q8dis9bwvm82zlnkjf-cargo-deny-0.14.16" Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 12 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 12 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 12 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 12 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 14 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 14 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 14 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 14 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 14 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 13 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 11 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 11 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 11 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 11 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 9 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 = 6 [check][nixpkgs-review] Result of `nixpkgs-review --extra-nixpkgs-config '{ allowInsecurePredicate = x: true; }'` run on x86_64-linux [1](https://github.com/Mic92/nixpkgs-review)
1 package built:
  • cargo-deny
Automatic update generated by [nixpkgs-update](https://github.com/ryantm/nixpkgs-update) tools. This update was made based on information from https://github.com/EmbarkStudios/cargo-deny/releases. meta.description for cargo-deny is: Cargo plugin to generate list of all licenses for a crate meta.homepage for cargo-deny is: https://github.com/EmbarkStudios/cargo-deny meta.changelog for cargo-deny is: https://github.com/EmbarkStudios/cargo-deny/blob/0.14.16/CHANGELOG.md ###### Updates performed - Rust version update ###### To inspect upstream changes - [Release on GitHub](https://github.com/EmbarkStudios/cargo-deny/releases/tag/0.14.16) - [Compare changes on GitHub](https://github.com/EmbarkStudios/cargo-deny/compare/0.14.15...0.14.16) ###### Impact Checks done --- - built on NixOS - The tests defined in `passthru.tests`, if any, passed - found 0.14.16 with grep in /nix/store/wpjlqvqn0fhdg8q8dis9bwvm82zlnkjf-cargo-deny-0.14.16 - found 0.14.16 in filename of file in /nix/store/wpjlqvqn0fhdg8q8dis9bwvm82zlnkjf-cargo-deny-0.14.16 ---
Rebuild report (if merged into master) (click to expand) ``` 1 total rebuild path(s) 1 package rebuild(s) First fifty rebuilds by attrpath cargo-deny ```
Instructions to test this update (click to expand) --- Either **download from Cachix**: ``` nix-store -r /nix/store/wpjlqvqn0fhdg8q8dis9bwvm82zlnkjf-cargo-deny-0.14.16 \ --option binary-caches 'https://cache.nixos.org/ https://nix-community.cachix.org/' \ --option trusted-public-keys ' nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs= cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY= ' ``` (The Cachix cache is only trusted for this store-path realization.) For the Cachix download to work, your user must be in the `trusted-users` list or you can use `sudo` since root is effectively trusted. Or, **build yourself**: ``` nix-build -A cargo-deny https://github.com/r-ryantm/nixpkgs/archive/501ed2e91a47bb4c2e907ad78c8df8473976e4bf.tar.gz ``` Or: ``` nix build github:r-ryantm/nixpkgs/501ed2e91a47bb4c2e907ad78c8df8473976e4bf#cargo-deny ``` After you've downloaded or built it, look at the files and if there are any, run the binaries: ``` ls -la /nix/store/wpjlqvqn0fhdg8q8dis9bwvm82zlnkjf-cargo-deny-0.14.16 ls -la /nix/store/wpjlqvqn0fhdg8q8dis9bwvm82zlnkjf-cargo-deny-0.14.16/bin ``` ---

### Pre-merge build results We have automatically built all packages that will get rebuilt due to this change. This gives evidence on whether the upgrade will break dependent packages. Note sometimes packages show up as _failed to build_ independent of the change, simply because they are already broken on the target branch. Result of `nixpkgs-review --extra-nixpkgs-config '{ allowInsecurePredicate = x: true; }'` run on x86_64-linux [1](https://github.com/Mic92/nixpkgs-review)
1 package built:
  • cargo-deny
--- ###### Maintainer pings cc @figsoda @matthiasbeyer @06kellyjac 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/294857 [result] Success updating cargo-deny 0.14.15 -> 0.14.16 https://github.com/EmbarkStudios/cargo-deny/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath libint, using log file: /var/log/nixpkgs-update/libint/2024-03-10.log libint 2.8.1 -> 2.9.0 https://github.com/evaleev/libint/releases attrpath: libint Checking auto update branch... No auto update branch exists [version] Received ExitFailure 1 when running Raw command: /nix/store/1gfp7hiwzpv9aglk2yfa9m49jc0n7pa5-nix-2.18.1/bin/nix --extra-experimental-features nix-command --extra-experimental-features flakes eval .#libint.src --raw --apply "p: p.drvAttrs.outputHash" Standard error:  error: … while selecting an attribute at «string»:1:4: 1| p: p.drvAttrs.outputHash | ^ error: value is a string with context while a set was expected Received ExitFailure 1 when running Raw command: /nix/store/1gfp7hiwzpv9aglk2yfa9m49jc0n7pa5-nix-2.18.1/bin/nix --extra-experimental-features nix-command --extra-experimental-features flakes eval .#libint.originalSrc --raw --apply "p: p.drvAttrs.outputHash" Standard error:  error: flake 'git+file:///var/cache/nixpkgs-update/worker/worktree/libint' does not provide attribute 'packages.x86_64-linux.libint.originalSrc', 'legacyPackages.x86_64-linux.libint.originalSrc' or 'libint.originalSrc' Received ExitFailure 1 when running Raw command: /nix/store/1gfp7hiwzpv9aglk2yfa9m49jc0n7pa5-nix-2.18.1/bin/nix --extra-experimental-features nix-command --extra-experimental-features flakes eval .#libint --raw --apply "p: p.drvAttrs.outputHash" Standard error:  error: attribute 'outputHash' missing at «string»:1:4: 1| p: p.drvAttrs.outputHash | ^ [result] Failed to update libint 2.8.1 -> 2.9.0 https://github.com/evaleev/libint/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath libretro.sameboy, using log file: /var/log/nixpkgs-update/libretro.sameboy/2024-03-10.log libretro.sameboy 0 -> 1 attrpath: libretro.sameboy Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/9f8av232w6xk80r0q8mgqq45rdlrjr2d-packages.json.drv building '/nix/store/9f8av232w6xk80r0q8mgqq45rdlrjr2d-packages.json.drv'... Going to be running update for following packages: - libretro-sameboy-unstable-2022-08-19 Press Enter key to continue... Running update for: - libretro-sameboy-unstable-2022-08-19: UPDATING ... - libretro-sameboy-unstable-2022-08-19: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update libretro.sameboy 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath libretro.mame2015, using log file: /var/log/nixpkgs-update/libretro.mame2015/2024-03-10.log libretro.mame2015 0 -> 1 attrpath: libretro.mame2015 Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/pl84hyib2h840798iac7f80fj6jw00my-packages.json.drv building '/nix/store/pl84hyib2h840798iac7f80fj6jw00my-packages.json.drv'... Going to be running update for following packages: - libretro-mame2015-unstable-2023-11-01 Press Enter key to continue... Running update for: - libretro-mame2015-unstable-2023-11-01: UPDATING ... - libretro-mame2015-unstable-2023-11-01: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update libretro.mame2015 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath libretro.beetle-wswan, using log file: /var/log/nixpkgs-update/libretro.beetle-wswan/2024-03-10.log libretro.beetle-wswan 0 -> 1 attrpath: libretro.beetle-wswan Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/ifq8w88ykalprb2r34pp4iqilbxm0nck-packages.json.drv building '/nix/store/ifq8w88ykalprb2r34pp4iqilbxm0nck-packages.json.drv'... Going to be running update for following packages: - libretro-mednafen-wswan-unstable-2023-11-01 Press Enter key to continue... Running update for: - libretro-mednafen-wswan-unstable-2023-11-01: UPDATING ... - libretro-mednafen-wswan-unstable-2023-11-01: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update libretro.beetle-wswan 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath libretro.vecx, using log file: /var/log/nixpkgs-update/libretro.vecx/2024-03-10.log libretro.vecx 0 -> 1 attrpath: libretro.vecx Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/2k1cv9fl68jpmdypi62zy0vngjgvpsk5-packages.json.drv building '/nix/store/2k1cv9fl68jpmdypi62zy0vngjgvpsk5-packages.json.drv'... Going to be running update for following packages: - libretro-vecx-unstable-2024-02-10 Press Enter key to continue... Running update for: - libretro-vecx-unstable-2024-02-10: UPDATING ... - libretro-vecx-unstable-2024-02-10: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update libretro.vecx 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath libretro.o2em, using log file: /var/log/nixpkgs-update/libretro.o2em/2024-03-10.log libretro.o2em 0 -> 1 attrpath: libretro.o2em Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/rcyckv03miv6k5jvni9kj96pmdxd6gz8-packages.json.drv building '/nix/store/rcyckv03miv6k5jvni9kj96pmdxd6gz8-packages.json.drv'... Going to be running update for following packages: - libretro-o2em-unstable-2023-10-19 Press Enter key to continue... Running update for: - libretro-o2em-unstable-2023-10-19: UPDATING ... - libretro-o2em-unstable-2023-10-19: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update libretro.o2em 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.limSolve, using log file: /var/log/nixpkgs-update/rPackages.limSolve/2024-03-10.log rPackages.limSolve 1.5.7 -> 1.5.7.1 https://repology.org/project/r:limsolve/versions attrpath: rPackages.limSolve Checking auto update branch... No auto update branch exists Old version 1.5.7" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; configurePhase = '' runHook preConfigure export R_LIBS_SITE="$R_LIBS_SITE''${R_LIBS_SITE:+:}$out/library" runHook postConfigure ''; buildPhase = '' runHook preBuild runHook postBuild ''; installFlags = if attrs.doCheck or true then [] else [ "--no-test-load" ]; rCommand = if requireX then # Unfortunately, xvfb-run has a race condition even with -a option, so that # we acquire a lock explicitly. "flock ${xvfb-run} xvfb-run -a -e xvfb-error R" else "R"; installPhase = '' runHook preInstall mkdir -p $out/library $rCommand CMD INSTALL --built-timestamp='1970-01-01 00:00:00 UTC' $installFlags --configure-args="$configureFlags" -l $out/library . runHook postInstall ''; postFixup = '' if test -e $out/nix-support/propagated-build-inputs; then ln -s $out/nix-support/propagated-build-inputs $out/nix-support/propagated-user-env-packages fi ''; checkPhase = '' # noop since R CMD INSTALL tests packages ''; } // attrs // { name = "r-" + name; }) [result] Failed to update rPackages.limSolve 1.5.7 -> 1.5.7.1 https://repology.org/project/r:limsolve/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath libretro.vba-next, using log file: /var/log/nixpkgs-update/libretro.vba-next/2024-03-10.log libretro.vba-next 0 -> 1 attrpath: libretro.vba-next Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/klpvpyn40dhmx49qdyrlsahvb7rf0asr-packages.json.drv building '/nix/store/klpvpyn40dhmx49qdyrlsahvb7rf0asr-packages.json.drv'... Going to be running update for following packages: - libretro-vba-next-unstable-2023-06-03 Press Enter key to continue... Running update for: - libretro-vba-next-unstable-2023-06-03: UPDATING ... - libretro-vba-next-unstable-2023-06-03: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update libretro.vba-next 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.easyDifferentialGeneCoexpression, using log file: /var/log/nixpkgs-update/rPackages.easyDifferentialGeneCoexpression/2024-03-10.log rPackages.easyDifferentialGeneCoexpression 1.0 -> 1.4 https://repology.org/project/r:easydifferentialgenecoexpression/versions attrpath: rPackages.easyDifferentialGeneCoexpression Checking auto update branch... No auto update branch exists Old version 1.0" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; configurePhase = '' runHook preConfigure export R_LIBS_SITE="$R_LIBS_SITE''${R_LIBS_SITE:+:}$out/library" runHook postConfigure ''; buildPhase = '' runHook preBuild runHook postBuild ''; installFlags = if attrs.doCheck or true then [] else [ "--no-test-load" ]; rCommand = if requireX then # Unfortunately, xvfb-run has a race condition even with -a option, so that # we acquire a lock explicitly. "flock ${xvfb-run} xvfb-run -a -e xvfb-error R" else "R"; installPhase = '' runHook preInstall mkdir -p $out/library $rCommand CMD INSTALL --built-timestamp='1970-01-01 00:00:00 UTC' $installFlags --configure-args="$configureFlags" -l $out/library . runHook postInstall ''; postFixup = '' if test -e $out/nix-support/propagated-build-inputs; then ln -s $out/nix-support/propagated-build-inputs $out/nix-support/propagated-user-env-packages fi ''; checkPhase = '' # noop since R CMD INSTALL tests packages ''; } // attrs // { name = "r-" + name; }) [result] Failed to update rPackages.easyDifferentialGeneCoexpression 1.0 -> 1.4 https://repology.org/project/r:easydifferentialgenecoexpression/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath libretro.swanstation, using log file: /var/log/nixpkgs-update/libretro.swanstation/2024-03-10.log libretro.swanstation 0 -> 1 attrpath: libretro.swanstation Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/ris1bilr5k6wz7jg1ivqhd16c3q7r8dp-packages.json.drv building '/nix/store/ris1bilr5k6wz7jg1ivqhd16c3q7r8dp-packages.json.drv'... Going to be running update for following packages: - libretro-swanstation-unstable-2024-01-26 Press Enter key to continue... Running update for: - libretro-swanstation-unstable-2024-01-26: UPDATING ... - libretro-swanstation-unstable-2024-01-26: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update libretro.swanstation 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath libretro.fmsx, using log file: /var/log/nixpkgs-update/libretro.fmsx/2024-03-10.log libretro.fmsx 0 -> 1 attrpath: libretro.fmsx Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/n0nirlwnvi3sfrpv9dkl53c7qfgi0ha8-packages.json.drv building '/nix/store/n0nirlwnvi3sfrpv9dkl53c7qfgi0ha8-packages.json.drv'... Going to be running update for following packages: - libretro-fmsx-unstable-2024-02-08 Press Enter key to continue... Running update for: - libretro-fmsx-unstable-2024-02-08: UPDATING ... - libretro-fmsx-unstable-2024-02-08: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update libretro.fmsx 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath libretro.dosbox-pure, using log file: /var/log/nixpkgs-update/libretro.dosbox-pure/2024-03-10.log libretro.dosbox-pure 0 -> 1 attrpath: libretro.dosbox-pure Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/v65idar0fnj7snd16z192w8vxmm177xw-packages.json.drv building '/nix/store/v65idar0fnj7snd16z192w8vxmm177xw-packages.json.drv'... Going to be running update for following packages: - libretro-dosbox-pure-unstable-2023-12-29 Press Enter key to continue... Running update for: - libretro-dosbox-pure-unstable-2023-12-29: UPDATING ... - libretro-dosbox-pure-unstable-2023-12-29: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update libretro.dosbox-pure 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath libretro.mesen, using log file: /var/log/nixpkgs-update/libretro.mesen/2024-03-10.log libretro.mesen 0 -> 1 attrpath: libretro.mesen Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/7g4r14prmrkm4jn378p5p8cib5j4fhlx-packages.json.drv building '/nix/store/7g4r14prmrkm4jn378p5p8cib5j4fhlx-packages.json.drv'... Going to be running update for following packages: - libretro-mesen-unstable-2024-01-30 Press Enter key to continue... Running update for: - libretro-mesen-unstable-2024-01-30: UPDATING ... - libretro-mesen-unstable-2024-01-30: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update libretro.mesen 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.ggeffects, using log file: /var/log/nixpkgs-update/rPackages.ggeffects/2024-03-10.log rPackages.ggeffects 1.3.4 -> 1.5.0 https://repology.org/project/r:ggeffects/versions attrpath: rPackages.ggeffects Checking auto update branch... No auto update branch exists Old version 1.3.4" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; configurePhase = '' runHook preConfigure export R_LIBS_SITE="$R_LIBS_SITE''${R_LIBS_SITE:+:}$out/library" runHook postConfigure ''; buildPhase = '' runHook preBuild runHook postBuild ''; installFlags = if attrs.doCheck or true then [] else [ "--no-test-load" ]; rCommand = if requireX then # Unfortunately, xvfb-run has a race condition even with -a option, so that # we acquire a lock explicitly. "flock ${xvfb-run} xvfb-run -a -e xvfb-error R" else "R"; installPhase = '' runHook preInstall mkdir -p $out/library $rCommand CMD INSTALL --built-timestamp='1970-01-01 00:00:00 UTC' $installFlags --configure-args="$configureFlags" -l $out/library . runHook postInstall ''; postFixup = '' if test -e $out/nix-support/propagated-build-inputs; then ln -s $out/nix-support/propagated-build-inputs $out/nix-support/propagated-user-env-packages fi ''; checkPhase = '' # noop since R CMD INSTALL tests packages ''; } // attrs // { name = "r-" + name; }) [result] Failed to update rPackages.ggeffects 1.3.4 -> 1.5.0 https://repology.org/project/r:ggeffects/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.PACVr, using log file: /var/log/nixpkgs-update/rPackages.PACVr/2024-03-10.log rPackages.PACVr 1.0.6 -> 1.0.8 https://repology.org/project/r:pacvr/versions attrpath: rPackages.PACVr Checking auto update branch... No auto update branch exists Old version 1.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.PACVr 1.0.6 -> 1.0.8 https://repology.org/project/r:pacvr/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.onbrand, using log file: /var/log/nixpkgs-update/rPackages.onbrand/2024-03-10.log rPackages.onbrand 1.0.4 -> 1.0.5 https://repology.org/project/r:onbrand/versions attrpath: rPackages.onbrand Checking auto update branch... No auto update branch exists Old version 1.0.4" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; configurePhase = '' runHook preConfigure export R_LIBS_SITE="$R_LIBS_SITE''${R_LIBS_SITE:+:}$out/library" runHook postConfigure ''; buildPhase = '' runHook preBuild runHook postBuild ''; installFlags = if attrs.doCheck or true then [] else [ "--no-test-load" ]; rCommand = if requireX then # Unfortunately, xvfb-run has a race condition even with -a option, so that # we acquire a lock explicitly. "flock ${xvfb-run} xvfb-run -a -e xvfb-error R" else "R"; installPhase = '' runHook preInstall mkdir -p $out/library $rCommand CMD INSTALL --built-timestamp='1970-01-01 00:00:00 UTC' $installFlags --configure-args="$configureFlags" -l $out/library . runHook postInstall ''; postFixup = '' if test -e $out/nix-support/propagated-build-inputs; then ln -s $out/nix-support/propagated-build-inputs $out/nix-support/propagated-user-env-packages fi ''; checkPhase = '' # noop since R CMD INSTALL tests packages ''; } // attrs // { name = "r-" + name; }) [result] Failed to update rPackages.onbrand 1.0.4 -> 1.0.5 https://repology.org/project/r:onbrand/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.GOfuncR, using log file: /var/log/nixpkgs-update/rPackages.GOfuncR/2024-03-10.log rPackages.GOfuncR 1.22.0 -> 1.22.2 https://repology.org/project/r:gofuncr/versions attrpath: rPackages.GOfuncR Checking auto update branch... No auto update branch exists Old version 1.22.0" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; configurePhase = '' runHook preConfigure export R_LIBS_SITE="$R_LIBS_SITE''${R_LIBS_SITE:+:}$out/library" runHook postConfigure ''; buildPhase = '' runHook preBuild runHook postBuild ''; installFlags = if attrs.doCheck or true then [] else [ "--no-test-load" ]; rCommand = if requireX then # Unfortunately, xvfb-run has a race condition even with -a option, so that # we acquire a lock explicitly. "flock ${xvfb-run} xvfb-run -a -e xvfb-error R" else "R"; installPhase = '' runHook preInstall mkdir -p $out/library $rCommand CMD INSTALL --built-timestamp='1970-01-01 00:00:00 UTC' $installFlags --configure-args="$configureFlags" -l $out/library . runHook postInstall ''; postFixup = '' if test -e $out/nix-support/propagated-build-inputs; then ln -s $out/nix-support/propagated-build-inputs $out/nix-support/propagated-user-env-packages fi ''; checkPhase = '' # noop since R CMD INSTALL tests packages ''; } // attrs // { name = "r-" + name; }) [result] Failed to update rPackages.GOfuncR 1.22.0 -> 1.22.2 https://repology.org/project/r:gofuncr/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.transite, using log file: /var/log/nixpkgs-update/rPackages.transite/2024-03-10.log rPackages.transite 1.20.0 -> 1.20.1 https://repology.org/project/r:transite/versions attrpath: rPackages.transite Checking auto update branch... No auto update branch exists Old version 1.20.0" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; 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.transite 1.20.0 -> 1.20.1 https://repology.org/project/r:transite/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.marginaleffects, using log file: /var/log/nixpkgs-update/rPackages.marginaleffects/2024-03-10.log rPackages.marginaleffects 0.17.0 -> 0.18.0 https://repology.org/project/r:marginaleffects/versions attrpath: rPackages.marginaleffects Checking auto update branch... No auto update branch exists Old version 0.17.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.marginaleffects 0.17.0 -> 0.18.0 https://repology.org/project/r:marginaleffects/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.flsa, using log file: /var/log/nixpkgs-update/rPackages.flsa/2024-03-10.log rPackages.flsa 1.5.3 -> 1.5.5 https://repology.org/project/r:flsa/versions attrpath: rPackages.flsa Checking auto update branch... No auto update branch exists Old version 1.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.flsa 1.5.3 -> 1.5.5 https://repology.org/project/r:flsa/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath gnmic, using log file: /var/log/nixpkgs-update/gnmic/2024-03-10.log gnmic 0.35.1 -> 0.36.2 https://github.com/openconfig/gnmic/releases attrpath: gnmic Checking auto update branch... An auto update branch exists with message `gnmic: 0.35.1 -> 0.36.2`. New version is 0.36.2. An auto update branch exists with an equal or greater version [result] Failed to update gnmic 0.35.1 -> 0.36.2 https://github.com/openconfig/gnmic/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath mailpit, using log file: /var/log/nixpkgs-update/mailpit/2024-03-10.log mailpit 1.13.1 -> 1.14.3 https://github.com/axllent/mailpit/releases attrpath: mailpit 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-iNNs9vLvOKqVpLKt65wVmffgq1l/9KOtnbRPg+2kbsM=" build succeeded unexpectedlystderr did not split as expected full stderr was: error: attribute 'originalSrc' in selection path 'mailpit.originalSrc' not found stderr did not split as expected full stderr was: these 3 derivations will be built: /nix/store/7xgwnzh0i17jpzb67g8qqknxdmf42bij-mailpit-ui-1.14.3.drv /nix/store/i6m0pxakqn8kczn27vwybl50p4d77bdf-mailpit-1.14.3-go-modules.drv /nix/store/wm3fmgafcyrn7zx2na2y2swc14791467-mailpit-1.14.3.drv building '/nix/store/7xgwnzh0i17jpzb67g8qqknxdmf42bij-mailpit-ui-1.14.3.drv'... Running phase: unpackPhase unpacking source archive /nix/store/g0a67wd08dxfcjadbckvlp81zjizr3vz-source source root is source Running phase: patchPhase Executing npmConfigHook Configuring npm Validating consistency between /build/source/package-lock.json and /nix/store/dy5p844xqv4vmh7yc6kr8cf1n0v100a8-npm-deps/package-lock.json 29c29 < "esbuild": "^0.20.0", --- > "esbuild": "^0.19.1", 31c31 < "esbuild-sass-plugin": "^3.0.0" --- > "esbuild-sass-plugin": "^2.3.2" 43,45c43,45 < "version": "7.24.0", < "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.24.0.tgz", < "integrity": "sha512-QuP/FxEAzMSjXygs8v4N9dvdXzEHN4W1oF3PxuWAtPo08UdM17u89RDMgjLn/mlc56iM0HlLmVkO/wgR+rDgHg==", --- > "version": "7.23.9", > "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.23.9.tgz", > "integrity": "sha512-9tcKgqKbs3xGJ+NtKF2ndOBBLVwPjl1SHxPQkd36r3Dlirw3xWUeGaTbqr7uGZcTaxkVNwc+03SVP7aCdWrTlA==", 54,56c54,56 < "version": "7.24.0", < "resolved": "https://registry.npmjs.org/@babel/runtime-corejs3/-/runtime-corejs3-7.24.0.tgz", < "integrity": "sha512-HxiRMOncx3ly6f3fcZ1GVKf+/EROcI9qwPgmij8Czqy6Okm/0T37T4y2ZIlLUuEUFjtM7NRsfdCO8Y3tAiJZew==", --- > "version": "7.23.9", > "resolved": "https://registry.npmjs.org/@babel/runtime-corejs3/-/runtime-corejs3-7.23.9.tgz", > "integrity": "sha512-oeOFTrYWdWXCvXGB5orvMTJ6gCZ9I6FBjR+M38iKNXCsPxr4xT0RTdg5uz1H7QP8pp74IzPtwritEr+JscqHXQ==", 65,71d64 < "node_modules/@bufbuild/protobuf": { < "version": "1.7.2", < "resolved": "https://registry.npmjs.org/@bufbuild/protobuf/-/protobuf-1.7.2.tgz", < "integrity": "sha512-i5GE2Dk5ekdlK1TR7SugY4LWRrKSfb5T1Qn4unpIMbfxoeGKERKQ59HG3iYewacGD10SR7UzevfPnh6my4tNmQ==", < "dev": true, < "peer": true < }, 73,75c66,68 < "version": "0.20.1", < "resolved": "https://registry.npmjs.org/@esbuild/aix-ppc64/-/aix-ppc64-0.20.1.tgz", < "integrity": "sha512-m55cpeupQ2DbuRGQMMZDzbv9J9PgVelPjlcmM5kxHnrBdBx6REaEd7LamYV7Dm8N7rCyR/XwU6rVP8ploKtIkA==", --- > "version": "0.19.12", > "resolved": "https://registry.npmjs.org/@esbuild/aix-ppc64/-/aix-ppc64-0.19.12.tgz", > "integrity": "sha512-bmoCYyWdEL3wDQIVbcyzRyeKLgk2WtWLTWz1ZIAZF/EGbNOwSA6ew3PftJ1PqMiOOGu0OyFMzG53L0zqIpPeNA==", 89,91c82,84 < "version": "0.20.1", < "resolved": "https://registry.npmjs.org/@esbuild/android-arm/-/android-arm-0.20.1.tgz", < "integrity": "sha512-4j0+G27/2ZXGWR5okcJi7pQYhmkVgb4D7UKwxcqrjhvp5TKWx3cUjgB1CGj1mfdmJBQ9VnUGgUhign+FPF2Zgw==", --- > "version": "0.19.12", > "resolved": "https://registry.npmjs.org/@esbuild/android-arm/-/android-arm-0.19.12.tgz", > "integrity": "sha512-qg/Lj1mu3CdQlDEEiWrlC4eaPZ1KztwGJ9B6J+/6G+/4ewxJg7gqj8eVYWvao1bXrqGiW2rsBZFSX3q2lcW05w==", 105,107c98,100 < "version": "0.20.1", < "resolved": "https://registry.npmjs.org/@esbuild/android-arm64/-/android-arm64-0.20.1.tgz", < "integrity": "sha512-hCnXNF0HM6AjowP+Zou0ZJMWWa1VkD77BXe959zERgGJBBxB+sV+J9f/rcjeg2c5bsukD/n17RKWXGFCO5dD5A==", --- > "version": "0.19.12", > "resolved": "https://registry.npmjs.org/@esbuild/android-arm64/-/android-arm64-0.19.12.tgz", > "integrity": "sha512-P0UVNGIienjZv3f5zq0DP3Nt2IE/3plFzuaS96vihvD0Hd6H/q4WXUGpCxD/E8YrSXfNyRPbpTq+T8ZQioSuPA==", 121,123c114,116 < "version": "0.20.1", < "resolved": "https://registry.npmjs.org/@esbuild/android-x64/-/android-x64-0.20.1.tgz", < "integrity": "sha512-MSfZMBoAsnhpS+2yMFYIQUPs8Z19ajwfuaSZx+tSl09xrHZCjbeXXMsUF/0oq7ojxYEpsSo4c0SfjxOYXRbpaA==", --- > "version": "0.19.12", > "resolved": "https://registry.npmjs.org/@esbuild/android-x64/-/android-x64-0.19.12.tgz", > "integrity": "sha512-3k7ZoUW6Q6YqhdhIaq/WZ7HwBpnFBlW905Fa4s4qWJyiNOgT1dOqDiVAQFwBH7gBRZr17gLrlFCRzF6jFh7Kew==", 137,139c130,132 < "version": "0.20.1", < "resolved": "https://registry.npmjs.org/@esbuild/darwin-arm64/-/darwin-arm64-0.20.1.tgz", < "integrity": "sha512-Ylk6rzgMD8klUklGPzS414UQLa5NPXZD5tf8JmQU8GQrj6BrFA/Ic9tb2zRe1kOZyCbGl+e8VMbDRazCEBqPvA==", --- > "version": "0.19.12", > "resolved": "https://registry.npmjs.org/@esbuild/darwin-arm64/-/darwin-arm64-0.19.12.tgz", > "integrity": "sha512-B6IeSgZgtEzGC42jsI+YYu9Z3HKRxp8ZT3cqhvliEHovq8HSX2YX8lNocDn79gCKJXOSaEot9MVYky7AKjCs8g==", 153,155c146,148 < "version": "0.20.1", < "resolved": "https://registry.npmjs.org/@esbuild/darwin-x64/-/darwin-x64-0.20.1.tgz", < "integrity": "sha512-pFIfj7U2w5sMp52wTY1XVOdoxw+GDwy9FsK3OFz4BpMAjvZVs0dT1VXs8aQm22nhwoIWUmIRaE+4xow8xfIDZA==", --- > "version": "0.19.12", > "resolved": "https://registry.npmjs.org/@esbuild/darwin-x64/-/darwin-x64-0.19.12.tgz", > "integrity": "sha512-hKoVkKzFiToTgn+41qGhsUJXFlIjxI/jSYeZf3ugemDYZldIXIxhvwN6erJGlX4t5h417iFuheZ7l+YVn05N3A==", 169,171c162,164 < "version": "0.20.1", < "resolved": "https://registry.npmjs.org/@esbuild/freebsd-arm64/-/freebsd-arm64-0.20.1.tgz", < "integrity": "sha512-UyW1WZvHDuM4xDz0jWun4qtQFauNdXjXOtIy7SYdf7pbxSWWVlqhnR/T2TpX6LX5NI62spt0a3ldIIEkPM6RHw==", --- > "version": "0.19.12", > "resolved": "https://registry.npmjs.org/@esbuild/freebsd-arm64/-/freebsd-arm64-0.19.12.tgz", > "integrity": "sha512-4aRvFIXmwAcDBw9AueDQ2YnGmz5L6obe5kmPT8Vd+/+x/JMVKCgdcRwH6APrbpNXsPz+K653Qg8HB/oXvXVukA==", 185,187c178,180 < "version": "0.20.1", < "resolved": "https://registry.npmjs.org/@esbuild/freebsd-x64/-/freebsd-x64-0.20.1.tgz", < "integrity": "sha512-itPwCw5C+Jh/c624vcDd9kRCCZVpzpQn8dtwoYIt2TJF3S9xJLiRohnnNrKwREvcZYx0n8sCSbvGH349XkcQeg==", --- > "version": "0.19.12", > "resolved": "https://registry.npmjs.org/@esbuild/freebsd-x64/-/freebsd-x64-0.19.12.tgz", > "integrity": "sha512-EYoXZ4d8xtBoVN7CEwWY2IN4ho76xjYXqSXMNccFSx2lgqOG/1TBPW0yPx1bJZk94qu3tX0fycJeeQsKovA8gg==", 201,203c194,196 < "version": "0.20.1", < "resolved": "https://registry.npmjs.org/@esbuild/linux-arm/-/linux-arm-0.20.1.tgz", < "integrity": "sha512-LojC28v3+IhIbfQ+Vu4Ut5n3wKcgTu6POKIHN9Wpt0HnfgUGlBuyDDQR4jWZUZFyYLiz4RBBBmfU6sNfn6RhLw==", --- > "version": "0.19.12", > "resolved": "https://registry.npmjs.org/@esbuild/linux-arm/-/linux-arm-0.19.12.tgz", > "integrity": "sha512-J5jPms//KhSNv+LO1S1TX1UWp1ucM6N6XuL6ITdKWElCu8wXP72l9MM0zDTzzeikVyqFE6U8YAV9/tFyj0ti+w==", 217,219c210,212 < "version": "0.20.1", < "resolved": "https://registry.npmjs.org/@esbuild/linux-arm64/-/linux-arm64-0.20.1.tgz", < "integrity": "sha512-cX8WdlF6Cnvw/DO9/X7XLH2J6CkBnz7Twjpk56cshk9sjYVcuh4sXQBy5bmTwzBjNVZze2yaV1vtcJS04LbN8w==", --- > "version": "0.19.12", > "resolved": "https://registry.npmjs.org/@esbuild/linux-arm64/-/linux-arm64-0.19.12.tgz", > "integrity": "sha512-EoTjyYyLuVPfdPLsGVVVC8a0p1BFFvtpQDB/YLEhaXyf/5bczaGeN15QkR+O4S5LeJ92Tqotve7i1jn35qwvdA==", 233,235c226,228 < "version": "0.20.1", < "resolved": "https://registry.npmjs.org/@esbuild/linux-ia32/-/linux-ia32-0.20.1.tgz", < "integrity": "sha512-4H/sQCy1mnnGkUt/xszaLlYJVTz3W9ep52xEefGtd6yXDQbz/5fZE5dFLUgsPdbUOQANcVUa5iO6g3nyy5BJiw==", --- > "version": "0.19.12", > "resolved": "https://registry.npmjs.org/@esbuild/linux-ia32/-/linux-ia32-0.19.12.tgz", > "integrity": "sha512-Thsa42rrP1+UIGaWz47uydHSBOgTUnwBwNq59khgIwktK6x60Hivfbux9iNR0eHCHzOLjLMLfUMLCypBkZXMHA==", 249,251c242,244 < "version": "0.20.1", < "resolved": "https://registry.npmjs.org/@esbuild/linux-loong64/-/linux-loong64-0.20.1.tgz", < "integrity": "sha512-c0jgtB+sRHCciVXlyjDcWb2FUuzlGVRwGXgI+3WqKOIuoo8AmZAddzeOHeYLtD+dmtHw3B4Xo9wAUdjlfW5yYA==", --- > "version": "0.19.12", > "resolved": "https://registry.npmjs.org/@esbuild/linux-loong64/-/linux-loong64-0.19.12.tgz", > "integrity": "sha512-LiXdXA0s3IqRRjm6rV6XaWATScKAXjI4R4LoDlvO7+yQqFdlr1Bax62sRwkVvRIrwXxvtYEHHI4dm50jAXkuAA==", 265,267c258,260 < "version": "0.20.1", < "resolved": "https://registry.npmjs.org/@esbuild/linux-mips64el/-/linux-mips64el-0.20.1.tgz", < "integrity": "sha512-TgFyCfIxSujyuqdZKDZ3yTwWiGv+KnlOeXXitCQ+trDODJ+ZtGOzLkSWngynP0HZnTsDyBbPy7GWVXWaEl6lhA==", --- > "version": "0.19.12", > "resolved": "https://registry.npmjs.org/@esbuild/linux-mips64el/-/linux-mips64el-0.19.12.tgz", > "integrity": "sha512-fEnAuj5VGTanfJ07ff0gOA6IPsvrVHLVb6Lyd1g2/ed67oU1eFzL0r9WL7ZzscD+/N6i3dWumGE1Un4f7Amf+w==", 281,283c274,276 < "version": "0.20.1", < "resolved": "https://registry.npmjs.org/@esbuild/linux-ppc64/-/linux-ppc64-0.20.1.tgz", < "integrity": "sha512-b+yuD1IUeL+Y93PmFZDZFIElwbmFfIKLKlYI8M6tRyzE6u7oEP7onGk0vZRh8wfVGC2dZoy0EqX1V8qok4qHaw==", --- > "version": "0.19.12", > "resolved": "https://registry.npmjs.org/@esbuild/linux-ppc64/-/linux-ppc64-0.19.12.tgz", > "integrity": "sha512-nYJA2/QPimDQOh1rKWedNOe3Gfc8PabU7HT3iXWtNUbRzXS9+vgB0Fjaqr//XNbd82mCxHzik2qotuI89cfixg==", 297,299c290,292 < "version": "0.20.1", < "resolved": "https://registry.npmjs.org/@esbuild/linux-riscv64/-/linux-riscv64-0.20.1.tgz", < "integrity": "sha512-wpDlpE0oRKZwX+GfomcALcouqjjV8MIX8DyTrxfyCfXxoKQSDm45CZr9fanJ4F6ckD4yDEPT98SrjvLwIqUCgg==", --- > "version": "0.19.12", > "resolved": "https://registry.npmjs.org/@esbuild/linux-riscv64/-/linux-riscv64-0.19.12.tgz", > "integrity": "sha512-2MueBrlPQCw5dVJJpQdUYgeqIzDQgw3QtiAHUC4RBz9FXPrskyyU3VI1hw7C0BSKB9OduwSJ79FTCqtGMWqJHg==", 313,315c306,308 < "version": "0.20.1", < "resolved": "https://registry.npmjs.org/@esbuild/linux-s390x/-/linux-s390x-0.20.1.tgz", < "integrity": "sha512-5BepC2Au80EohQ2dBpyTquqGCES7++p7G+7lXe1bAIvMdXm4YYcEfZtQrP4gaoZ96Wv1Ute61CEHFU7h4FMueQ==", --- > "version": "0.19.12", > "resolved": "https://registry.npmjs.org/@esbuild/linux-s390x/-/linux-s390x-0.19.12.tgz", > "integrity": "sha512-+Pil1Nv3Umes4m3AZKqA2anfhJiVmNCYkPchwFJNEJN5QxmTs1uzyy4TvmDrCRNT2ApwSari7ZIgrPeUx4UZDg==", 329,331c322,324 < "version": "0.20.1", < "resolved": "https://registry.npmjs.org/@esbuild/linux-x64/-/linux-x64-0.20.1.tgz", < "integrity": "sha512-5gRPk7pKuaIB+tmH+yKd2aQTRpqlf1E4f/mC+tawIm/CGJemZcHZpp2ic8oD83nKgUPMEd0fNanrnFljiruuyA==", --- > "version": "0.19.12", > "resolved": "https://registry.npmjs.org/@esbuild/linux-x64/-/linux-x64-0.19.12.tgz", > "integrity": "sha512-B71g1QpxfwBvNrfyJdVDexenDIt1CiDN1TIXLbhOw0KhJzE78KIFGX6OJ9MrtC0oOqMWf+0xop4qEU8JrJTwCg==", 345,347c338,340 < "version": "0.20.1", < "resolved": "https://registry.npmjs.org/@esbuild/netbsd-x64/-/netbsd-x64-0.20.1.tgz", < "integrity": "sha512-4fL68JdrLV2nVW2AaWZBv3XEm3Ae3NZn/7qy2KGAt3dexAgSVT+Hc97JKSZnqezgMlv9x6KV0ZkZY7UO5cNLCg==", --- > "version": "0.19.12", > "resolved": "https://registry.npmjs.org/@esbuild/netbsd-x64/-/netbsd-x64-0.19.12.tgz", > "integrity": "sha512-3ltjQ7n1owJgFbuC61Oj++XhtzmymoCihNFgT84UAmJnxJfm4sYCiSLTXZtE00VWYpPMYc+ZQmB6xbSdVh0JWA==", 361,363c354,356 < "version": "0.20.1", < "resolved": "https://registry.npmjs.org/@esbuild/openbsd-x64/-/openbsd-x64-0.20.1.tgz", < "integrity": "sha512-GhRuXlvRE+twf2ES+8REbeCb/zeikNqwD3+6S5y5/x+DYbAQUNl0HNBs4RQJqrechS4v4MruEr8ZtAin/hK5iw==", --- > "version": "0.19.12", > "resolved": "https://registry.npmjs.org/@esbuild/openbsd-x64/-/openbsd-x64-0.19.12.tgz", > "integrity": "sha512-RbrfTB9SWsr0kWmb9srfF+L933uMDdu9BIzdA7os2t0TXhCRjrQyCeOt6wVxr79CKD4c+p+YhCj31HBkYcXebw==", 377,379c370,372 < "version": "0.20.1", < "resolved": "https://registry.npmjs.org/@esbuild/sunos-x64/-/sunos-x64-0.20.1.tgz", < "integrity": "sha512-ZnWEyCM0G1Ex6JtsygvC3KUUrlDXqOihw8RicRuQAzw+c4f1D66YlPNNV3rkjVW90zXVsHwZYWbJh3v+oQFM9Q==", --- > "version": "0.19.12", > "resolved": "https://registry.npmjs.org/@esbuild/sunos-x64/-/sunos-x64-0.19.12.tgz", > "integrity": "sha512-HKjJwRrW8uWtCQnQOz9qcU3mUZhTUQvi56Q8DPTLLB+DawoiQdjsYq+j+D3s9I8VFtDr+F9CjgXKKC4ss89IeA==", 393,395c386,388 < "version": "0.20.1", < "resolved": "https://registry.npmjs.org/@esbuild/win32-arm64/-/win32-arm64-0.20.1.tgz", < "integrity": "sha512-QZ6gXue0vVQY2Oon9WyLFCdSuYbXSoxaZrPuJ4c20j6ICedfsDilNPYfHLlMH7vGfU5DQR0czHLmJvH4Nzis/A==", --- > "version": "0.19.12", > "resolved": "https://registry.npmjs.org/@esbuild/win32-arm64/-/win32-arm64-0.19.12.tgz", > "integrity": "sha512-URgtR1dJnmGvX864pn1B2YUYNzjmXkuJOIqG2HdU62MVS4EHpU2946OZoTMnRUHklGtJdJZ33QfzdjGACXhn1A==", 409,411c402,404 < "version": "0.20.1", < "resolved": "https://registry.npmjs.org/@esbuild/win32-ia32/-/win32-ia32-0.20.1.tgz", < "integrity": "sha512-HzcJa1NcSWTAU0MJIxOho8JftNp9YALui3o+Ny7hCh0v5f90nprly1U3Sj1Ldj/CvKKdvvFsCRvDkpsEMp4DNw==", --- > "version": "0.19.12", > "resolved": "https://registry.npmjs.org/@esbuild/win32-ia32/-/win32-ia32-0.19.12.tgz", > "integrity": "sha512-+ZOE6pUkMOJfmxmBZElNOx72NKpIa/HFOMGzu8fqzQJ5kgf6aTGrcJaFsNiVMH4JKpMipyK+7k0n2UXN7a8YKQ==", 425,427c418,420 < "version": "0.20.1", < "resolved": "https://registry.npmjs.org/@esbuild/win32-x64/-/win32-x64-0.20.1.tgz", < "integrity": "sha512-0MBh53o6XtI6ctDnRMeQ+xoCN8kD2qI1rY1KgF/xdWQwoFeKou7puvDfV8/Wv4Ctx2rRpET/gGdz3YlNtNACSA==", --- > "version": "0.19.12", > "resolved": "https://registry.npmjs.org/@esbuild/win32-x64/-/win32-x64-0.19.12.tgz", > "integrity": "sha512-T1QyPSDCyMXaO3pzBkF96E8xMkiRYbUEZADd29SyPGabqxMViNoii+NcK7eWJAEoU6RZyEm5lVSIjTmcdoB9HA==", 439a433,440 > "node_modules/@fastify/busboy": { > "version": "2.1.0", > "resolved": "https://registry.npmjs.org/@fastify/busboy/-/busboy-2.1.0.tgz", > "integrity": "sha512-+KpH+QxZU7O4675t3mnkQKcZZg56u+K/Ct2K+N2AZYNVK8kyeo/bI18tI8aPm3tvNNRyTWfj6s5tnGNlcbQRsA==", > "engines": { > "node": ">=14" > } > }, 446,448c447,449 < "version": "1.2.0", < "resolved": "https://registry.npmjs.org/@lit-labs/ssr-dom-shim/-/ssr-dom-shim-1.2.0.tgz", < "integrity": "sha512-yWJKmpGE6lUURKAaIltoPIE/wrbY3TEkqQt+X0m+7fQNnAv0keydnYvbiJFP1PnMhizmIWRWOG5KLhYyc/xl+g==" --- > "version": "1.1.2", > "resolved": "https://registry.npmjs.org/@lit-labs/ssr-dom-shim/-/ssr-dom-shim-1.1.2.tgz", > "integrity": "sha512-jnOD+/+dSrfTWYfSXBXlo5l5f0q1UuJo3tkbMDCYA2lKUYq79jaxqtGEvnRoh049nt1vdo1+45RinipU6FGY2g==" 468,470c469,471 < "version": "0.97.0", < "resolved": "https://registry.npmjs.org/@swagger-api/apidom-ast/-/apidom-ast-0.97.0.tgz", < "integrity": "sha512-KpPyC8x5ZrB4l9+jgl8FAhokedh+8b5VuBTTdTJKFf+x5uznMiBf/MZTWgvsIk8/9MtjkQYUN1qgVzEPiKWvHg==", --- > "version": "0.93.0", > "resolved": "https://registry.npmjs.org/@swagger-api/apidom-ast/-/apidom-ast-0.93.0.tgz", > "integrity": "sha512-iGrhEXdlgFEQYX4bAootcX+FaeLXruoJnHCFTO6IQ7yKlml3QIl1G9l2KwTzHybHQ70u3nfgE3ovLGOiy8NM5g==", 473c474 < "@swagger-api/apidom-error": "^0.97.0", --- > "@swagger-api/apidom-error": "^0.93.0", 481,483c482,484 < "version": "0.97.0", < "resolved": "https://registry.npmjs.org/@swagger-api/apidom-core/-/apidom-core-0.97.0.tgz", < "integrity": "sha512-3LYlN0Cox0FBFNZqmgi7VyJ4MXppCmZoFjlurT+Y90ND1y2lCidcwjAthr3QpV8b+UCc7MG3APBGRfwqaYZ2IA==", --- > "version": "0.93.0", > "resolved": "https://registry.npmjs.org/@swagger-api/apidom-core/-/apidom-core-0.93.0.tgz", > "integrity": "sha512-OxbLBcnJQ8seFmeKqM2KDMkLJox0YTEhnLq3DnCyvOXnzVHdau+wNIhYSUc1+ZzrjsWqJLU0ntS3LEPb7ttnGw==", 486,487c487,488 < "@swagger-api/apidom-ast": "^0.97.0", < "@swagger-api/apidom-error": "^0.97.0", --- > "@swagger-api/apidom-ast": "^0.93.0", > "@swagger-api/apidom-error": "^0.93.0", 497,499c498,500 < "version": "0.97.0", < "resolved": "https://registry.npmjs.org/@swagger-api/apidom-error/-/apidom-error-0.97.0.tgz", < "integrity": "sha512-Y2YRnsJSXp+MdgwwMSCtidzJfy/bL6CZEpc+5aWUw1mphTjfLZC66uA4btUgUevyiT6mNHXm8tUmGomHA7Izdw==", --- > "version": "0.93.0", > "resolved": "https://registry.npmjs.org/@swagger-api/apidom-error/-/apidom-error-0.93.0.tgz", > "integrity": "sha512-vJiG0IZS8lOhXn8ZPSsKMh0mun6lOB7m4I8Ju6XeWR0khB7dbp15PAtk6xiFjekbWDa7hPn9584hp0YqXb6p5Q==", 505,507c506,508 < "version": "0.97.0", < "resolved": "https://registry.npmjs.org/@swagger-api/apidom-json-pointer/-/apidom-json-pointer-0.97.0.tgz", < "integrity": "sha512-9vcgePgcYXUiYEqnvx8Ew04j8JtfenosysbSuGgRs93Ls8mQ/+ndIOklHaXJzNjBZZxqxS0p6QLFcj1jpUiojQ==", --- > "version": "0.93.0", > "resolved": "https://registry.npmjs.org/@swagger-api/apidom-json-pointer/-/apidom-json-pointer-0.93.0.tgz", > "integrity": "sha512-DnZb/xNKzgBtjKk+5KFMEp5olCeH1wEHbx1YaNY4DDRRtnafphtMxd5/xmapWKj7Glfjfswxi3Uo4m/FAasKPA==", 510,511c511,512 < "@swagger-api/apidom-core": "^0.97.0", < "@swagger-api/apidom-error": "^0.97.0", --- > "@swagger-api/apidom-core": "^0.93.0", > "@swagger-api/apidom-error": "^0.93.0", 518,520c519,521 < "version": "0.97.0", < "resolved": "https://registry.npmjs.org/@swagger-api/apidom-ns-api-design-systems/-/apidom-ns-api-design-systems-0.97.0.tgz", < "integrity": "sha512-uSTIEX4q9XWoP9TQq9nEtW5xG3hVQN2VD5spYoxvYlzUOtg12yxkVgu776eq0kVZd74acZhKIF7mn3uiqaQcHA==", --- > "version": "0.93.0", > "resolved": "https://registry.npmjs.org/@swagger-api/apidom-ns-api-design-systems/-/apidom-ns-api-design-systems-0.93.0.tgz", > "integrity": "sha512-f3RcUBmZjqmADubnV+yslvtbOJGV3jeMpQuzM9ByS3ASVg+XU1YxKkH5em8BcW3SDj0lqDiQ2ggA9kfPLSuV8A==", 524,526c525,527 < "@swagger-api/apidom-core": "^0.97.0", < "@swagger-api/apidom-error": "^0.97.0", < "@swagger-api/apidom-ns-openapi-3-1": "^0.97.0", --- > "@swagger-api/apidom-core": "^0.93.0", > "@swagger-api/apidom-error": "^0.93.0", > "@swagger-api/apidom-ns-openapi-3-1": "^0.93.0", 534,536c535,537 < "version": "0.97.0", < "resolved": "https://registry.npmjs.org/@swagger-api/apidom-ns-asyncapi-2/-/apidom-ns-asyncapi-2-0.97.0.tgz", < "integrity": "sha512-buEQSrXdtjoAkqIWSZ448HlvnareupthIoObYELp25LVuQwhxxVSY3NR0aCIR37GHgSchrmPBVcsvPMtXV96BA==", --- > "version": "0.93.0", > "resolved": "https://registry.npmjs.org/@swagger-api/apidom-ns-asyncapi-2/-/apidom-ns-asyncapi-2-0.93.0.tgz", > "integrity": "sha512-cEAFsVo/CiPFlw9FAeu/9WR6WixQKxH50SHNvmy8OsCOgYcl5VHF06majZTFCrgZlpCNXPJh9m5A2pUoHtxxUw==", 540,541c541,542 < "@swagger-api/apidom-core": "^0.97.0", < "@swagger-api/apidom-ns-json-schema-draft-7": "^0.97.0", --- > "@swagger-api/apidom-core": "^0.93.0", > "@swagger-api/apidom-ns-json-schema-draft-7": "^0.93.0", 545c546 < "ts-mixer": "^6.0.3" --- > "stampit": "^4.3.2" 549,551c550,552 < "version": "0.97.0", < "resolved": "https://registry.npmjs.org/@swagger-api/apidom-ns-json-schema-draft-4/-/apidom-ns-json-schema-draft-4-0.97.0.tgz", < "integrity": "sha512-eBMIPxX4huNDGle6TOfSe1kKS1/HvL6w66GWWLFxZW2doCQHMADgjo7j/kVowrXiJtEoMgjBVp3W30WkcwBVug==", --- > "version": "0.93.0", > "resolved": "https://registry.npmjs.org/@swagger-api/apidom-ns-json-schema-draft-4/-/apidom-ns-json-schema-draft-4-0.93.0.tgz", > "integrity": "sha512-dBY7LHrWZ+ydsgD00fQtRq/wOAZjdUh2+PE7/Xe3tYPeD1tv3DZ4F1tcVQeiyGBskF7vReUxUwnQo4uPJipPzA==", 554,555c555,556 < "@swagger-api/apidom-ast": "^0.97.0", < "@swagger-api/apidom-core": "^0.97.0", --- > "@swagger-api/apidom-ast": "^0.93.0", > "@swagger-api/apidom-core": "^0.93.0", 563,565c564,566 < "version": "0.97.0", < "resolved": "https://registry.npmjs.org/@swagger-api/apidom-ns-json-schema-draft-6/-/apidom-ns-json-schema-draft-6-0.97.0.tgz", < "integrity": "sha512-tRbg3/b4aJGfcODc0HDngZDjBdhPAv8OZM1OZdsqI4EEIw3PI/wpd+b6b8a5udOjAdbUYqnYsq6gCylCDNBnzw==", --- > "version": "0.93.0", > "resolved": "https://registry.npmjs.org/@swagger-api/apidom-ns-json-schema-draft-6/-/apidom-ns-json-schema-draft-6-0.93.0.tgz", > "integrity": "sha512-u0e0Nq9nuuZyGoOCEjVQJKe5NdsIWezH+q8ev3dABlUNEiWMbtFLS9TvHFBeU11plCsyxjJyYRg8TjnI2Q8xzQ==", 569,571c570,572 < "@swagger-api/apidom-core": "^0.97.0", < "@swagger-api/apidom-error": "^0.97.0", < "@swagger-api/apidom-ns-json-schema-draft-4": "^0.97.0", --- > "@swagger-api/apidom-core": "^0.93.0", > "@swagger-api/apidom-error": "^0.93.0", > "@swagger-api/apidom-ns-json-schema-draft-4": "^0.93.0", 579,581c580,582 < "version": "0.97.0", < "resolved": "https://registry.npmjs.org/@swagger-api/apidom-ns-json-schema-draft-7/-/apidom-ns-json-schema-draft-7-0.97.0.tgz", < "integrity": "sha512-0GITsoa6kVVkoKBUxyeODmh6vjGXuvDQZd3Vxs1nz0c/O6ZR+VBfBB3JW5wzhVr+WCXebaOJGDyWkxJMHKycxw==", --- > "version": "0.93.0", > "resolved": "https://registry.npmjs.org/@swagger-api/apidom-ns-json-schema-draft-7/-/apidom-ns-json-schema-draft-7-0.93.0.tgz", > "integrity": "sha512-NkHhyezG5ghx5FhclbIzCwo1wH4gmI8KwMnEuorsXJhanmnkl+JXzDSrpCM3Orvezl+4DEnBeMLyLfbnQMMknw==", 585,587c586,588 < "@swagger-api/apidom-core": "^0.97.0", < "@swagger-api/apidom-error": "^0.97.0", < "@swagger-api/apidom-ns-json-schema-draft-6": "^0.97.0", --- > "@swagger-api/apidom-core": "^0.93.0", > "@swagger-api/apidom-error": "^0.93.0", > "@swagger-api/apidom-ns-json-schema-draft-6": "^0.93.0", 595,597c596,598 < "version": "0.97.0", < "resolved": "https://registry.npmjs.org/@swagger-api/apidom-ns-openapi-2/-/apidom-ns-openapi-2-0.97.0.tgz", < "integrity": "sha512-5gOA9FiO1J9OxJhcVBeXdm77kuh2cwPXG6Sh/DOlbk733Pz9v9W0aQgpLi5Ltsgagxe1sHhBqxJ1asw10QFzzw==", --- > "version": "0.93.0", > "resolved": "https://registry.npmjs.org/@swagger-api/apidom-ns-openapi-2/-/apidom-ns-openapi-2-0.93.0.tgz", > "integrity": "sha512-sUZgGyuraLP7rarBp8CISdDLuO8n8L9Q+G8XMiYgl53HGRUY5a7HSGnybcQPpyNPQSNTFKigytSjvsSu8h33ZQ==", 601,603c602,604 < "@swagger-api/apidom-core": "^0.97.0", < "@swagger-api/apidom-error": "^0.97.0", < "@swagger-api/apidom-ns-json-schema-draft-4": "^0.97.0", --- > "@swagger-api/apidom-core": "^0.93.0", > "@swagger-api/apidom-error": "^0.93.0", > "@swagger-api/apidom-ns-json-schema-draft-4": "^0.93.0", 607c608 < "ts-mixer": "^6.0.3" --- > "stampit": "^4.3.2" 611,613c612,614 < "version": "0.97.0", < "resolved": "https://registry.npmjs.org/@swagger-api/apidom-ns-openapi-3-0/-/apidom-ns-openapi-3-0-0.97.0.tgz", < "integrity": "sha512-fbnN87SF0WN/4DcSpceuo+NUtkAGeicMIucEMF+LIIiCAF27Xi5d6Q823i9DgOEfJtifHKVj6Zhl/zSKAD2eyw==", --- > "version": "0.93.0", > "resolved": "https://registry.npmjs.org/@swagger-api/apidom-ns-openapi-3-0/-/apidom-ns-openapi-3-0-0.93.0.tgz", > "integrity": "sha512-zmyMUg9+BocHxJuNbUmJCYi/ArOv38Am3/oSkh/5+ANAYOzB1O+ukVvdy7pHDxfZId6KRiP9ZWW6M7VBxz/t/g==", 616,618c617,619 < "@swagger-api/apidom-core": "^0.97.0", < "@swagger-api/apidom-error": "^0.97.0", < "@swagger-api/apidom-ns-json-schema-draft-4": "^0.97.0", --- > "@swagger-api/apidom-core": "^0.93.0", > "@swagger-api/apidom-error": "^0.93.0", > "@swagger-api/apidom-ns-json-schema-draft-4": "^0.93.0", 622c623 < "ts-mixer": "^6.0.3" --- > "stampit": "^4.3.2" 626,628c627,629 < "version": "0.97.0", < "resolved": "https://registry.npmjs.org/@swagger-api/apidom-ns-openapi-3-1/-/apidom-ns-openapi-3-1-0.97.0.tgz", < "integrity": "sha512-DyvkTim+t7iVKyze6N3tITsfyElthmOwOcxwOjKj/3lySEy61DuY4X2FaPD5+owftVDxMs4Q6F9Chm7qv91a+Q==", --- > "version": "0.93.0", > "resolved": "https://registry.npmjs.org/@swagger-api/apidom-ns-openapi-3-1/-/apidom-ns-openapi-3-1-0.93.0.tgz", > "integrity": "sha512-kUkdcNmJloqqhvEDIAGvamyh1fQrITKGFUqRj5v0YWch/hKrfYk61eHG7igWxnVv3r/wDdM9T3uDWlBefMsj1g==", 631,633c632,634 < "@swagger-api/apidom-ast": "^0.97.0", < "@swagger-api/apidom-core": "^0.97.0", < "@swagger-api/apidom-ns-openapi-3-0": "^0.97.0", --- > "@swagger-api/apidom-ast": "^0.93.0", > "@swagger-api/apidom-core": "^0.93.0", > "@swagger-api/apidom-ns-openapi-3-0": "^0.93.0", 637c638 < "ts-mixer": "^6.0.3" --- > "stampit": "^4.3.2" 641,643c642,644 < "version": "0.97.0", < "resolved": "https://registry.npmjs.org/@swagger-api/apidom-ns-workflows-1/-/apidom-ns-workflows-1-0.97.0.tgz", < "integrity": "sha512-eIuoTRSITlUtMjpM3J0H9b2rVeEVu13i/Fv6+ZMPob0yHmQBWo9bnLjxxnfEZkpvp050worKULfNMdJV8NKBkA==", --- > "version": "0.93.0", > "resolved": "https://registry.npmjs.org/@swagger-api/apidom-ns-workflows-1/-/apidom-ns-workflows-1-0.93.0.tgz", > "integrity": "sha512-dL92YBMULuI6HiuOVnB24ozOp4P02xN6Zw8tWzTm/H/W5EWVdso8krq5utjuSTFcurj4rODkPQxY8WRKuIuMDw==", 647,648c648,649 < "@swagger-api/apidom-core": "^0.97.0", < "@swagger-api/apidom-ns-openapi-3-1": "^0.97.0", --- > "@swagger-api/apidom-core": "^0.93.0", > "@swagger-api/apidom-ns-openapi-3-1": "^0.93.0", 652c653 < "ts-mixer": "^6.0.3" --- > "stampit": "^4.3.2" 656,658c657,659 < "version": "0.97.0", < "resolved": "https://registry.npmjs.org/@swagger-api/apidom-parser-adapter-api-design-systems-json/-/apidom-parser-adapter-api-design-systems-json-0.97.0.tgz", < "integrity": "sha512-ZDzaiTHMEpz0kM0/iyHEjySTf0xoLKDJwJiSxKNuew141k0rakTVeVisxXeq+6JQi2eC6KuyS98DHMe7hEIVUw==", --- > "version": "0.93.0", > "resolved": "https://registry.npmjs.org/@swagger-api/apidom-parser-adapter-api-design-systems-json/-/apidom-parser-adapter-api-design-systems-json-0.93.0.tgz", > "integrity": "sha512-lKaSt9YOXbhiBMTJcSCIF0C1fjyWLxKrTWkvbFwwqCcjeMt5vg8N/0nKqQeQm4mcZ946mqnssRVpPbJfWEoIWA==", 662,664c663,665 < "@swagger-api/apidom-core": "^0.97.0", < "@swagger-api/apidom-ns-api-design-systems": "^0.97.0", < "@swagger-api/apidom-parser-adapter-json": "^0.97.0", --- > "@swagger-api/apidom-core": "^0.93.0", > "@swagger-api/apidom-ns-api-design-systems": "^0.93.0", > "@swagger-api/apidom-parser-adapter-json": "^0.93.0", 671,673c672,674 < "version": "0.97.0", < "resolved": "https://registry.npmjs.org/@swagger-api/apidom-parser-adapter-api-design-systems-yaml/-/apidom-parser-adapter-api-design-systems-yaml-0.97.0.tgz", < "integrity": "sha512-5/BziPWqrHLr91VR+EC4pXt/fNToWMmvG+d7RVjksHinrjps2E6HA+oZOhqKqA2LRCLNjGhNUptXzRMDjjtenw==", --- > "version": "0.93.0", > "resolved": "https://registry.npmjs.org/@swagger-api/apidom-parser-adapter-api-design-systems-yaml/-/apidom-parser-adapter-api-design-systems-yaml-0.93.0.tgz", > "integrity": "sha512-fjIQs0vRP/46M8kwQ3UGpq8piMboIXvrJqu1lDTylS5PYzE9qXpx1BhESZPtBwuoR9kvVYbumlD+BgjCuyzc8g==", 677,679c678,680 < "@swagger-api/apidom-core": "^0.97.0", < "@swagger-api/apidom-ns-api-design-systems": "^0.97.0", < "@swagger-api/apidom-parser-adapter-yaml-1-2": "^0.97.0", --- > "@swagger-api/apidom-core": "^0.93.0", > "@swagger-api/apidom-ns-api-design-systems": "^0.93.0", > "@swagger-api/apidom-parser-adapter-yaml-1-2": "^0.93.0", 686,688c687,689 < "version": "0.97.0", < "resolved": "https://registry.npmjs.org/@swagger-api/apidom-parser-adapter-asyncapi-json-2/-/apidom-parser-adapter-asyncapi-json-2-0.97.0.tgz", < "integrity": "sha512-XLD/YZifnhezRQY5ADQQAje5G5qtZ4GAbXk//1sRNe3R/qCk1pDxmRYr27yzt8w1XhfM+9VQmCTI21ZFpNFQOA==", --- > "version": "0.93.0", > "resolved": "https://registry.npmjs.org/@swagger-api/apidom-parser-adapter-asyncapi-json-2/-/apidom-parser-adapter-asyncapi-json-2-0.93.0.tgz", > "integrity": "sha512-65Io5+Zy5LBJTvRt3yKBXXfk5M/DCq3mDUSiVcZuyRPHGNi9ViMTdEFCH3rzF0x2v0omG+6OqryndIBVAXEo/g==", 692,694c693,695 < "@swagger-api/apidom-core": "^0.97.0", < "@swagger-api/apidom-ns-asyncapi-2": "^0.97.0", < "@swagger-api/apidom-parser-adapter-json": "^0.97.0", --- > "@swagger-api/apidom-core": "^0.93.0", > "@swagger-api/apidom-ns-asyncapi-2": "^0.93.0", > "@swagger-api/apidom-parser-adapter-json": "^0.93.0", 701,703c702,704 < "version": "0.97.0", < "resolved": "https://registry.npmjs.org/@swagger-api/apidom-parser-adapter-asyncapi-yaml-2/-/apidom-parser-adapter-asyncapi-yaml-2-0.97.0.tgz", < "integrity": "sha512-whyThDiGN4FoNirgY0XtXF7IJeU6NfsrBwjaxCkYBuSPslZBoWy4ojEQbfg+2HqNLbnHKJyvabh9/tSIxgB92A==", --- > "version": "0.93.0", > "resolved": "https://registry.npmjs.org/@swagger-api/apidom-parser-adapter-asyncapi-yaml-2/-/apidom-parser-adapter-asyncapi-yaml-2-0.93.0.tgz", > "integrity": "sha512-WwGH6StA7kplkTAaV43MziJeJonnJCW6pBOp1bwoEhGaeYO/Yd/dpoFZVDfxAnXJYmDnzk7pqjJm3U6A9BCPcw==", 707,709c708,710 < "@swagger-api/apidom-core": "^0.97.0", < "@swagger-api/apidom-ns-asyncapi-2": "^0.97.0", < "@swagger-api/apidom-parser-adapter-yaml-1-2": "^0.97.0", --- > "@swagger-api/apidom-core": "^0.93.0", > "@swagger-api/apidom-ns-asyncapi-2": "^0.93.0", > "@swagger-api/apidom-parser-adapter-yaml-1-2": "^0.93.0", 716,718c717,719 < "version": "0.97.0", < "resolved": "https://registry.npmjs.org/@swagger-api/apidom-parser-adapter-json/-/apidom-parser-adapter-json-0.97.0.tgz", < "integrity": "sha512-MPhAX77Z9Csti+Kljtbrl/ez2H610R4fQg0RnkNW40f4e6TXeOogT5tmceeWP+IKGAKX45HA1JpVPxdtSJn3ww==", --- > "version": "0.93.0", > "resolved": "https://registry.npmjs.org/@swagger-api/apidom-parser-adapter-json/-/apidom-parser-adapter-json-0.93.0.tgz", > "integrity": "sha512-FNA36GAqG1EMErkRhMFb4GeW8fuYdzRkOwQmTLWZfKIUzLYOvVMbki8R2dE8ruNs/Gf5VhiQH85mLaCyLwp3xw==", 722,724c723,725 < "@swagger-api/apidom-ast": "^0.97.0", < "@swagger-api/apidom-core": "^0.97.0", < "@swagger-api/apidom-error": "^0.97.0", --- > "@swagger-api/apidom-ast": "^0.93.0", > "@swagger-api/apidom-core": "^0.93.0", > "@swagger-api/apidom-error": "^0.93.0", 729c730 < "tree-sitter-json": "=0.20.2", --- > "tree-sitter-json": "=0.20.1", 734,736c735,737 < "version": "0.97.0", < "resolved": "https://registry.npmjs.org/@swagger-api/apidom-parser-adapter-openapi-json-2/-/apidom-parser-adapter-openapi-json-2-0.97.0.tgz", < "integrity": "sha512-HtaoRN7wnVB2ilxs/RpLBR7+MwIfUqUcdCzC/EVV788CnSbutwj61W3jR2w9BRXeANJ4K2APcvU4W7WiI9Sugg==", --- > "version": "0.93.0", > "resolved": "https://registry.npmjs.org/@swagger-api/apidom-parser-adapter-openapi-json-2/-/apidom-parser-adapter-openapi-json-2-0.93.0.tgz", > "integrity": "sha512-bBEYiZdiYQQoubZVdkHw3I/qwgI3nvCcrbFAlqELvpFgRZywJzXssxqHqFOR8clvoX8+JVYx5E/MgSC6Rn77uQ==", 740,742c741,743 < "@swagger-api/apidom-core": "^0.97.0", < "@swagger-api/apidom-ns-openapi-2": "^0.97.0", < "@swagger-api/apidom-parser-adapter-json": "^0.97.0", --- > "@swagger-api/apidom-core": "^0.93.0", > "@swagger-api/apidom-ns-openapi-2": "^0.93.0", > "@swagger-api/apidom-parser-adapter-json": "^0.93.0", 749,751c750,752 < "version": "0.97.0", < "resolved": "https://registry.npmjs.org/@swagger-api/apidom-parser-adapter-openapi-json-3-0/-/apidom-parser-adapter-openapi-json-3-0-0.97.0.tgz", < "integrity": "sha512-psfxh7k671HukibaY53cems0fcsLQP8U5lQPzVDevEGJQoguAWHyV2C5kOr52XOJInmsN5E+COEn6oPzsIaDCg==", --- > "version": "0.93.0", > "resolved": "https://registry.npmjs.org/@swagger-api/apidom-parser-adapter-openapi-json-3-0/-/apidom-parser-adapter-openapi-json-3-0-0.93.0.tgz", > "integrity": "sha512-UlM924syGaSa5c35OuDC614xBsjIm5DaWUqshFf6DmmP5iDZFQUh0cyIfLDD5/n1wZvAtiIL040zwfTBrK0Udw==", 755,757c756,758 < "@swagger-api/apidom-core": "^0.97.0", < "@swagger-api/apidom-ns-openapi-3-0": "^0.97.0", < "@swagger-api/apidom-parser-adapter-json": "^0.97.0", --- > "@swagger-api/apidom-core": "^0.93.0", > "@swagger-api/apidom-ns-openapi-3-0": "^0.93.0", > "@swagger-api/apidom-parser-adapter-json": "^0.93.0", 764,766c765,767 < "version": "0.97.0", < "resolved": "https://registry.npmjs.org/@swagger-api/apidom-parser-adapter-openapi-json-3-1/-/apidom-parser-adapter-openapi-json-3-1-0.97.0.tgz", < "integrity": "sha512-PJpcLhS441ATFjbCHHhVUPd8K1JZaiFQJS7yfQEKQmA5MlBRh3w7mqCJAbZN49wuMkelTdB8qJJlVEGUDSxX5Q==", --- > "version": "0.93.0", > "resolved": "https://registry.npmjs.org/@swagger-api/apidom-parser-adapter-openapi-json-3-1/-/apidom-parser-adapter-openapi-json-3-1-0.93.0.tgz", > "integrity": "sha512-9rqOLv0ip7knvbdmk8hNa1aN/kaeIIoUKdwO6GaMW9eFh2cvIDyriLxp+FwTatnwhlJjWMwp7Mfyv62WT0cfKQ==", 770,772c771,773 < "@swagger-api/apidom-core": "^0.97.0", < "@swagger-api/apidom-ns-openapi-3-1": "^0.97.0", < "@swagger-api/apidom-parser-adapter-json": "^0.97.0", --- > "@swagger-api/apidom-core": "^0.93.0", > "@swagger-api/apidom-ns-openapi-3-1": "^0.93.0", > "@swagger-api/apidom-parser-adapter-json": "^0.93.0", 779,781c780,782 < "version": "0.97.0", < "resolved": "https://registry.npmjs.org/@swagger-api/apidom-parser-adapter-openapi-yaml-2/-/apidom-parser-adapter-openapi-yaml-2-0.97.0.tgz", < "integrity": "sha512-X5saN/AElpS+LohbSjNPesUPWYOM8Wb19+OD7/WS1r6AVRIlj5gKLy3vO7BLBvaER5G73qYylfrPxCoUPlpZZg==", --- > "version": "0.93.0", > "resolved": "https://registry.npmjs.org/@swagger-api/apidom-parser-adapter-openapi-yaml-2/-/apidom-parser-adapter-openapi-yaml-2-0.93.0.tgz", > "integrity": "sha512-8laGpR9MrFBsBDmGNSexKdvLvGnr5QnjhqOSqFIViK/WFG+zEpE5SsWyJkCQJE4EJ5IvxVA8BfBrjjUqe0Z5uA==", 785,787c786,788 < "@swagger-api/apidom-core": "^0.97.0", < "@swagger-api/apidom-ns-openapi-2": "^0.97.0", < "@swagger-api/apidom-parser-adapter-yaml-1-2": "^0.97.0", --- > "@swagger-api/apidom-core": "^0.93.0", > "@swagger-api/apidom-ns-openapi-2": "^0.93.0", > "@swagger-api/apidom-parser-adapter-yaml-1-2": "^0.93.0", 794,796c795,797 < "version": "0.97.0", < "resolved": "https://registry.npmjs.org/@swagger-api/apidom-parser-adapter-openapi-yaml-3-0/-/apidom-parser-adapter-openapi-yaml-3-0-0.97.0.tgz", < "integrity": "sha512-kBW6atIN0rONf9kjNeE5eHkxb3amfby0vxKfk+9fiRdQbJVCg4UiWOFmU5rD9bc2smtLWSQNkjlMkKS3i2/4Wg==", --- > "version": "0.93.0", > "resolved": "https://registry.npmjs.org/@swagger-api/apidom-parser-adapter-openapi-yaml-3-0/-/apidom-parser-adapter-openapi-yaml-3-0-0.93.0.tgz", > "integrity": "sha512-Tf8eX+MzTsCijXbE5lkfF0/wG5VkvCPGg7hZV7ZGYrzQ584R/Z0xkgHEu3Atqu3Ji9XPGP0u6LqWM/wATuWK0A==", 800,802c801,803 < "@swagger-api/apidom-core": "^0.97.0", < "@swagger-api/apidom-ns-openapi-3-0": "^0.97.0", < "@swagger-api/apidom-parser-adapter-yaml-1-2": "^0.97.0", --- > "@swagger-api/apidom-core": "^0.93.0", > "@swagger-api/apidom-ns-openapi-3-0": "^0.93.0", > "@swagger-api/apidom-parser-adapter-yaml-1-2": "^0.93.0", 809,811c810,812 < "version": "0.97.0", < "resolved": "https://registry.npmjs.org/@swagger-api/apidom-parser-adapter-openapi-yaml-3-1/-/apidom-parser-adapter-openapi-yaml-3-1-0.97.0.tgz", < "integrity": "sha512-cclRwQ9IQj6sFLUCDzqRbbbplQfKdt9xz8YONvtq4XBHZO6Ab8z5CF3A9eLiuW1TJZ3y0QU7xmI6h5jWwUrC9w==", --- > "version": "0.93.0", > "resolved": "https://registry.npmjs.org/@swagger-api/apidom-parser-adapter-openapi-yaml-3-1/-/apidom-parser-adapter-openapi-yaml-3-1-0.93.0.tgz", > "integrity": "sha512-1Yt3SmgV2x5PAV8NeXIztuRWbIMhAU3cs3SIDJlObzFxXitnsf3cVIRrFTNrK28mqhHU3XNVTat5GrGtlJeD8Q==", 815,817c816,818 < "@swagger-api/apidom-core": "^0.97.0", < "@swagger-api/apidom-ns-openapi-3-1": "^0.97.0", < "@swagger-api/apidom-parser-adapter-yaml-1-2": "^0.97.0", --- > "@swagger-api/apidom-core": "^0.93.0", > "@swagger-api/apidom-ns-openapi-3-1": "^0.93.0", > "@swagger-api/apidom-parser-adapter-yaml-1-2": "^0.93.0", 824,826c825,827 < "version": "0.97.0", < "resolved": "https://registry.npmjs.org/@swagger-api/apidom-parser-adapter-workflows-json-1/-/apidom-parser-adapter-workflows-json-1-0.97.0.tgz", < "integrity": "sha512-UvnISzq5JDG43sTIJ2oE8u8qALHmBKbYMGncYgUdlHx7z5RgPAWxIRDWH40YFzUSuKSRNp4TI7eG/9MUd3RnGA==", --- > "version": "0.93.0", > "resolved": "https://registry.npmjs.org/@swagger-api/apidom-parser-adapter-workflows-json-1/-/apidom-parser-adapter-workflows-json-1-0.93.0.tgz", > "integrity": "sha512-tUm049GrXtBHoP8rcLTp+yz5EbJkq/stSgHb4nUNyFH00MKtMkP3j3KnXSCQz2w6br5gzv54DDCKwqPAh7IjuA==", 830,832c831,833 < "@swagger-api/apidom-core": "^0.97.0", < "@swagger-api/apidom-ns-workflows-1": "^0.97.0", < "@swagger-api/apidom-parser-adapter-json": "^0.97.0", --- > "@swagger-api/apidom-core": "^0.93.0", > "@swagger-api/apidom-ns-workflows-1": "^0.93.0", > "@swagger-api/apidom-parser-adapter-json": "^0.93.0", 839,841c840,842 < "version": "0.97.0", < "resolved": "https://registry.npmjs.org/@swagger-api/apidom-parser-adapter-workflows-yaml-1/-/apidom-parser-adapter-workflows-yaml-1-0.97.0.tgz", < "integrity": "sha512-TTZS0YkFvy0X8Huom+fr3muZsCy8mtDpuUks45EvPqv6gjGLCBw3/AZ507CS0YxYvoERbXkYfAYqxW8lptwKuQ==", --- > "version": "0.93.0", > "resolved": "https://registry.npmjs.org/@swagger-api/apidom-parser-adapter-workflows-yaml-1/-/apidom-parser-adapter-workflows-yaml-1-0.93.0.tgz", > "integrity": "sha512-8knwzutGHH+69061yHY0xUwmMW/wWUP5jjn4CVDctxYS7BYXb9iaH84VuKJRuDm5M5L/C6yJHgdoWo4IHnpVBw==", 845,847c846,848 < "@swagger-api/apidom-core": "^0.97.0", < "@swagger-api/apidom-ns-workflows-1": "^0.97.0", < "@swagger-api/apidom-parser-adapter-yaml-1-2": "^0.97.0", --- > "@swagger-api/apidom-core": "^0.93.0", > "@swagger-api/apidom-ns-workflows-1": "^0.93.0", > "@swagger-api/apidom-parser-adapter-yaml-1-2": "^0.93.0", 854,856c855,857 < "version": "0.97.0", < "resolved": "https://registry.npmjs.org/@swagger-api/apidom-parser-adapter-yaml-1-2/-/apidom-parser-adapter-yaml-1-2-0.97.0.tgz", < "integrity": "sha512-3f1ADjQyKyLnuRhPuoHMgWMW28o0ylohWCQwX4q69CMH0kqGxP7HnqIU/i0I2cxZdjGv72OCdiKwaR/OgHcmEw==", --- > "version": "0.93.0", > "resolved": "https://registry.npmjs.org/@swagger-api/apidom-parser-adapter-yaml-1-2/-/apidom-parser-adapter-yaml-1-2-0.93.0.tgz", > "integrity": "sha512-0z/d/t19f78o4CTxtpMMLdi+7js+JNz7s4/WSJXZ0Q0k5O4pEhlARMMEqJXE4qUXxTGnoXbi4sQY9FV/yA5V0Q==", 860,862c861,863 < "@swagger-api/apidom-ast": "^0.97.0", < "@swagger-api/apidom-core": "^0.97.0", < "@swagger-api/apidom-error": "^0.97.0", --- > "@swagger-api/apidom-ast": "^0.93.0", > "@swagger-api/apidom-core": "^0.93.0", > "@swagger-api/apidom-error": "^0.93.0", 872,874c873,875 < "version": "0.97.1", < "resolved": "https://registry.npmjs.org/@swagger-api/apidom-reference/-/apidom-reference-0.97.1.tgz", < "integrity": "sha512-Bs1U2VutmVpqbCxbCt4DTiL8v0s6osAJx+4v49BGrTcfFFh97K/EOAm48WgA8ViP7qHUNBhUF83rjbpEwOshFw==", --- > "version": "0.93.0", > "resolved": "https://registry.npmjs.org/@swagger-api/apidom-reference/-/apidom-reference-0.93.0.tgz", > "integrity": "sha512-kii8DqU3v+Fqv4gLi/3pTEYqR0AhjogcJnJUuKZqs1G/UiGk2RiEN4i/VyJQn0iwL4w4UyFcLOG4kyYxNgDAJw==", 877c878 < "@swagger-api/apidom-core": "^0.97.0", --- > "@swagger-api/apidom-core": "^0.93.0", 887,907c888,908 < "@swagger-api/apidom-error": "^0.97.0", < "@swagger-api/apidom-json-pointer": "^0.97.0", < "@swagger-api/apidom-ns-asyncapi-2": "^0.97.0", < "@swagger-api/apidom-ns-openapi-2": "^0.97.0", < "@swagger-api/apidom-ns-openapi-3-0": "^0.97.0", < "@swagger-api/apidom-ns-openapi-3-1": "^0.97.0", < "@swagger-api/apidom-ns-workflows-1": "^0.97.0", < "@swagger-api/apidom-parser-adapter-api-design-systems-json": "^0.97.0", < "@swagger-api/apidom-parser-adapter-api-design-systems-yaml": "^0.97.0", < "@swagger-api/apidom-parser-adapter-asyncapi-json-2": "^0.97.0", < "@swagger-api/apidom-parser-adapter-asyncapi-yaml-2": "^0.97.0", < "@swagger-api/apidom-parser-adapter-json": "^0.97.0", < "@swagger-api/apidom-parser-adapter-openapi-json-2": "^0.97.0", < "@swagger-api/apidom-parser-adapter-openapi-json-3-0": "^0.97.0", < "@swagger-api/apidom-parser-adapter-openapi-json-3-1": "^0.97.0", < "@swagger-api/apidom-parser-adapter-openapi-yaml-2": "^0.97.0", < "@swagger-api/apidom-parser-adapter-openapi-yaml-3-0": "^0.97.0", < "@swagger-api/apidom-parser-adapter-openapi-yaml-3-1": "^0.97.0", < "@swagger-api/apidom-parser-adapter-workflows-json-1": "^0.97.0", < "@swagger-api/apidom-parser-adapter-workflows-yaml-1": "^0.97.0", < "@swagger-api/apidom-parser-adapter-yaml-1-2": "^0.97.0" --- > "@swagger-api/apidom-error": "^0.93.0", > "@swagger-api/apidom-json-pointer": "^0.93.0", > "@swagger-api/apidom-ns-asyncapi-2": "^0.93.0", > "@swagger-api/apidom-ns-openapi-2": "^0.93.0", > "@swagger-api/apidom-ns-openapi-3-0": "^0.93.0", > "@swagger-api/apidom-ns-openapi-3-1": "^0.93.0", > "@swagger-api/apidom-ns-workflows-1": "^0.93.0", > "@swagger-api/apidom-parser-adapter-api-design-systems-json": "^0.93.0", > "@swagger-api/apidom-parser-adapter-api-design-systems-yaml": "^0.93.0", > "@swagger-api/apidom-parser-adapter-asyncapi-json-2": "^0.93.0", > "@swagger-api/apidom-parser-adapter-asyncapi-yaml-2": "^0.93.0", > "@swagger-api/apidom-parser-adapter-json": "^0.93.0", > "@swagger-api/apidom-parser-adapter-openapi-json-2": "^0.93.0", > "@swagger-api/apidom-parser-adapter-openapi-json-3-0": "^0.93.0", > "@swagger-api/apidom-parser-adapter-openapi-json-3-1": "^0.93.0", > "@swagger-api/apidom-parser-adapter-openapi-yaml-2": "^0.93.0", > "@swagger-api/apidom-parser-adapter-openapi-yaml-3-0": "^0.93.0", > "@swagger-api/apidom-parser-adapter-openapi-yaml-3-1": "^0.93.0", > "@swagger-api/apidom-parser-adapter-workflows-json-1": "^0.93.0", > "@swagger-api/apidom-parser-adapter-workflows-yaml-1": "^0.93.0", > "@swagger-api/apidom-parser-adapter-yaml-1-2": "^0.93.0" 920,922c921,923 < "version": "0.29.11", < "resolved": "https://registry.npmjs.org/@types/ramda/-/ramda-0.29.11.tgz", < "integrity": "sha512-jm1+PmNOpE7aPS+mMcuB4a72VkCXUJqPSaQRu2YqR8MbsFfaowYXgKxc7bluYdDpRHNXT5Z+xu+Lgr3/ml6wSA==", --- > "version": "0.29.10", > "resolved": "https://registry.npmjs.org/@types/ramda/-/ramda-0.29.10.tgz", > "integrity": "sha512-0BzWVKtSEtignlk+XBuK88Il5wzQwbRVfEkzE8iKm02NYHMGQ/9ffB05M+zXhTCqo50DOIAT9pNSJsjFMMG4rQ==", 924c925 < "types-ramda": "^0.29.9" --- > "types-ramda": "^0.29.7" 939,941c940,942 < "version": "3.4.21", < "resolved": "https://registry.npmjs.org/@vue/compiler-core/-/compiler-core-3.4.21.tgz", < "integrity": "sha512-MjXawxZf2SbZszLPYxaFCjxfibYrzr3eYbKxwpLR9EQN+oaziSu3qKVbwBERj1IFIB8OLUewxB5m/BFzi613og==", --- > "version": "3.4.15", > "resolved": "https://registry.npmjs.org/@vue/compiler-core/-/compiler-core-3.4.15.tgz", > "integrity": "sha512-XcJQVOaxTKCnth1vCxEChteGuwG6wqnUHxAm1DO3gCz0+uXKaJNx8/digSz4dLALCy8n2lKq24jSUs8segoqIw==", 943,944c944,945 < "@babel/parser": "^7.23.9", < "@vue/shared": "3.4.21", --- > "@babel/parser": "^7.23.6", > "@vue/shared": "3.4.15", 951,953c952,954 < "version": "3.4.21", < "resolved": "https://registry.npmjs.org/@vue/compiler-dom/-/compiler-dom-3.4.21.tgz", < "integrity": "sha512-IZC6FKowtT1sl0CR5DpXSiEB5ayw75oT2bma1BEhV7RRR1+cfwLrxc2Z8Zq/RGFzJ8w5r9QtCOvTjQgdn0IKmA==", --- > "version": "3.4.15", > "resolved": "https://registry.npmjs.org/@vue/compiler-dom/-/compiler-dom-3.4.15.tgz", > "integrity": "sha512-wox0aasVV74zoXyblarOM3AZQz/Z+OunYcIHe1OsGclCHt8RsRm04DObjefaI82u6XDzv+qGWZ24tIsRAIi5MQ==", 955,956c956,957 < "@vue/compiler-core": "3.4.21", < "@vue/shared": "3.4.21" --- > "@vue/compiler-core": "3.4.15", > "@vue/shared": "3.4.15" 960,968c961,969 < "version": "3.4.21", < "resolved": "https://registry.npmjs.org/@vue/compiler-sfc/-/compiler-sfc-3.4.21.tgz", < "integrity": "sha512-me7epoTxYlY+2CUM7hy9PCDdpMPfIwrOvAXud2Upk10g4YLv9UBW7kL798TvMeDhPthkZ0CONNrK2GoeI1ODiQ==", < "dependencies": { < "@babel/parser": "^7.23.9", < "@vue/compiler-core": "3.4.21", < "@vue/compiler-dom": "3.4.21", < "@vue/compiler-ssr": "3.4.21", < "@vue/shared": "3.4.21", --- > "version": "3.4.15", > "resolved": "https://registry.npmjs.org/@vue/compiler-sfc/-/compiler-sfc-3.4.15.tgz", > "integrity": "sha512-LCn5M6QpkpFsh3GQvs2mJUOAlBQcCco8D60Bcqmf3O3w5a+KWS5GvYbrrJBkgvL1BDnTp+e8q0lXCLgHhKguBA==", > "dependencies": { > "@babel/parser": "^7.23.6", > "@vue/compiler-core": "3.4.15", > "@vue/compiler-dom": "3.4.15", > "@vue/compiler-ssr": "3.4.15", > "@vue/shared": "3.4.15", 970,971c971,972 < "magic-string": "^0.30.7", < "postcss": "^8.4.35", --- > "magic-string": "^0.30.5", > "postcss": "^8.4.33", 976,978c977,979 < "version": "3.4.21", < "resolved": "https://registry.npmjs.org/@vue/compiler-ssr/-/compiler-ssr-3.4.21.tgz", < "integrity": "sha512-M5+9nI2lPpAsgXOGQobnIueVqc9sisBFexh5yMIMRAPYLa7+5wEJs8iqOZc1WAa9WQbx9GR2twgznU8LTIiZ4Q==", --- > "version": "3.4.15", > "resolved": "https://registry.npmjs.org/@vue/compiler-ssr/-/compiler-ssr-3.4.15.tgz", > "integrity": "sha512-1jdeQyiGznr8gjFDadVmOJqZiLNSsMa5ZgqavkPZ8O2wjHv0tVuAEsw5hTdUoUW4232vpBbL/wJhzVW/JwY1Uw==", 980,981c981,982 < "@vue/compiler-dom": "3.4.21", < "@vue/shared": "3.4.21" --- > "@vue/compiler-dom": "3.4.15", > "@vue/shared": "3.4.15" 985,987c986,988 < "version": "6.6.1", < "resolved": "https://registry.npmjs.org/@vue/devtools-api/-/devtools-api-6.6.1.tgz", < "integrity": "sha512-LgPscpE3Vs0x96PzSSB4IGVSZXZBZHpfxs+ZA1d+VEPwHdOXowy/Y2CsvCAIFrf+ssVU1pD1jidj505EpUnfbA==" --- > "version": "6.5.1", > "resolved": "https://registry.npmjs.org/@vue/devtools-api/-/devtools-api-6.5.1.tgz", > "integrity": "sha512-+KpckaAQyfbvshdDW5xQylLni1asvNSGme1JFs8I1+/H5pHEhqUKMEQD/qn3Nx5+/nycBq11qAEi8lk+LXI2dA==" 990,992c991,993 < "version": "3.4.21", < "resolved": "https://registry.npmjs.org/@vue/reactivity/-/reactivity-3.4.21.tgz", < "integrity": "sha512-UhenImdc0L0/4ahGCyEzc/pZNwVgcglGy9HVzJ1Bq2Mm9qXOpP8RyNTjookw/gOCUlXSEtuZ2fUg5nrHcoqJcw==", --- > "version": "3.4.15", > "resolved": "https://registry.npmjs.org/@vue/reactivity/-/reactivity-3.4.15.tgz", > "integrity": "sha512-55yJh2bsff20K5O84MxSvXKPHHt17I2EomHznvFiJCAZpJTNW8IuLj1xZWMLELRhBK3kkFV/1ErZGHJfah7i7w==", 994c995 < "@vue/shared": "3.4.21" --- > "@vue/shared": "3.4.15" 998,1000c999,1001 < "version": "3.4.21", < "resolved": "https://registry.npmjs.org/@vue/runtime-core/-/runtime-core-3.4.21.tgz", < "integrity": "sha512-pQthsuYzE1XcGZznTKn73G0s14eCJcjaLvp3/DKeYWoFacD9glJoqlNBxt3W2c5S40t6CCcpPf+jG01N3ULyrA==", --- > "version": "3.4.15", > "resolved": "https://registry.npmjs.org/@vue/runtime-core/-/runtime-core-3.4.15.tgz", > "integrity": "sha512-6E3by5m6v1AkW0McCeAyhHTw+3y17YCOKG0U0HDKDscV4Hs0kgNT5G+GCHak16jKgcCDHpI9xe5NKb8sdLCLdw==", 1002,1003c1003,1004 < "@vue/reactivity": "3.4.21", < "@vue/shared": "3.4.21" --- > "@vue/reactivity": "3.4.15", > "@vue/shared": "3.4.15" 1007,1009c1008,1010 < "version": "3.4.21", < "resolved": "https://registry.npmjs.org/@vue/runtime-dom/-/runtime-dom-3.4.21.tgz", < "integrity": "sha512-gvf+C9cFpevsQxbkRBS1NpU8CqxKw0ebqMvLwcGQrNpx6gqRDodqKqA+A2VZZpQ9RpK2f9yfg8VbW/EpdFUOJw==", --- > "version": "3.4.15", > "resolved": "https://registry.npmjs.org/@vue/runtime-dom/-/runtime-dom-3.4.15.tgz", > "integrity": "sha512-EVW8D6vfFVq3V/yDKNPBFkZKGMFSvZrUQmx196o/v2tHKdwWdiZjYUBS+0Ez3+ohRyF8Njwy/6FH5gYJ75liUw==", 1011,1012c1012,1013 < "@vue/runtime-core": "3.4.21", < "@vue/shared": "3.4.21", --- > "@vue/runtime-core": "3.4.15", > "@vue/shared": "3.4.15", 1017,1019c1018,1020 < "version": "3.4.21", < "resolved": "https://registry.npmjs.org/@vue/server-renderer/-/server-renderer-3.4.21.tgz", < "integrity": "sha512-aV1gXyKSN6Rz+6kZ6kr5+Ll14YzmIbeuWe7ryJl5muJ4uwSwY/aStXTixx76TwkZFJLm1aAlA/HSWEJ4EyiMkg==", --- > "version": "3.4.15", > "resolved": "https://registry.npmjs.org/@vue/server-renderer/-/server-renderer-3.4.15.tgz", > "integrity": "sha512-3HYzaidu9cHjrT+qGUuDhFYvF/j643bHC6uUN9BgM11DVy+pM6ATsG6uPBLnkwOgs7BpJABReLmpL3ZPAsUaqw==", 1021,1022c1022,1023 < "@vue/compiler-ssr": "3.4.21", < "@vue/shared": "3.4.21" --- > "@vue/compiler-ssr": "3.4.15", > "@vue/shared": "3.4.15" 1025c1026 < "vue": "3.4.21" --- > "vue": "3.4.15" 1029,1031c1030,1032 < "version": "3.4.21", < "resolved": "https://registry.npmjs.org/@vue/shared/-/shared-3.4.21.tgz", < "integrity": "sha512-PuJe7vDIi6VYSinuEbUIQgMIRZGgM8e4R+G+/dQTk0X1NEdvgvvgv7m+rfmDH1gZzyA1OjjoWskvHlfRNfQf3g==" --- > "version": "3.4.15", > "resolved": "https://registry.npmjs.org/@vue/shared/-/shared-3.4.15.tgz", > "integrity": "sha512-KzfPTxVaWfB+eGcGdbSf4CWdaXcGDqckoeXUh7SB3fZdEtzPCK2Vq9B/lRRL3yutax/LWITz+SwvgyOxz5V75g==" 1143,1145c1144,1146 < "version": "5.3.3", < "resolved": "https://registry.npmjs.org/bootstrap/-/bootstrap-5.3.3.tgz", < "integrity": "sha512-8HLCdWgyoMguSO9o+aH+iuZ+aht+mzW0u3HIMzVu7Srrpv7EBBxTnrFlSCskwdY1+EOFQSm7uMJhNQHkdPcmjg==", --- > "version": "5.3.2", > "resolved": "https://registry.npmjs.org/bootstrap/-/bootstrap-5.3.2.tgz", > "integrity": "sha512-D32nmNWiQHo94BKHLmOrdjlL05q1c8oxbtBphQFb9Z5to6eGRDCm0QgeaZ4zFBHzfg2++rqa2JkqCcxDy0sH0g==", 1176,1178c1177,1179 < "version": "1.7.1", < "resolved": "https://registry.npmjs.org/bootstrap5-tags/-/bootstrap5-tags-1.7.1.tgz", < "integrity": "sha512-qBgtw8E4b+zNfNGPNZAaiC4oR2QSI2OWQYx523S03+ZFXPFUU7fJyMA4ynTYG2CE6hpy3e8HB5Lx9nWn1jrlNA==" --- > "version": "1.6.15", > "resolved": "https://registry.npmjs.org/bootstrap5-tags/-/bootstrap5-tags-1.6.15.tgz", > "integrity": "sha512-dQ1UpkP049OksrnwXr6g3JMz2S7+reAJnxxzCCf+f2F2/BtDtOHepQQjQ3QOPsFTYycS45p7wrWNM3bDnQMtYw==" 1223,1229d1223 < "node_modules/buffer-builder": { < "version": "0.2.0", < "resolved": "https://registry.npmjs.org/buffer-builder/-/buffer-builder-0.2.0.tgz", < "integrity": "sha512-7VPMEPuYznPSoR21NE1zvd2Xna6c/CloiZCfcMXR1Jny6PjX0N4Nsa38zcBFo/FMK+BlA+FLKbJCQ0i2yxp+Xg==", < "dev": true, < "peer": true < }, 1231,1233c1225,1227 < "version": "1.0.7", < "resolved": "https://registry.npmjs.org/call-bind/-/call-bind-1.0.7.tgz", < "integrity": "sha512-GHTSNSYICQ7scH7sZ+M2rFopRoLh8t2bLSW6BbgrtLsahOIB5iyAVJf9GjWK3cYTDaMj4XdBpM1cA6pIS0Kv2w==", --- > "version": "1.0.5", > "resolved": "https://registry.npmjs.org/call-bind/-/call-bind-1.0.5.tgz", > "integrity": "sha512-C3nQxfFZxFRVoJoGKKI8y3MOEo129NQ+FgQ08iye+Mk4zNZZGdjfs06bVTr+DBSlA66Q2VEcMki/cUCP4SercQ==", 1235,1236d1228 < "es-define-property": "^1.0.0", < "es-errors": "^1.3.0", 1238,1242c1230,1231 < "get-intrinsic": "^1.2.4", < "set-function-length": "^1.2.1" < }, < "engines": { < "node": ">= 0.4" --- > "get-intrinsic": "^1.2.1", > "set-function-length": "^1.1.1" 1249,1251c1238,1240 < "version": "3.6.0", < "resolved": "https://registry.npmjs.org/chokidar/-/chokidar-3.6.0.tgz", < "integrity": "sha512-7VT13fmjotKpGipCW9JEQAusEPE+Ei8nl6/g4FBAmIm0GOOLMua9NDDo/DWp0ZAxCr3cPq5ZpBqmPAQgDda2Pw==", --- > "version": "3.5.3", > "resolved": "https://registry.npmjs.org/chokidar/-/chokidar-3.5.3.tgz", > "integrity": "sha512-Dr3sfKRP6oTcjf2JmUmFJfeVMvXBdegxB0iVQ5eb2V10uFJUCAS8OByZdVAyVb8xXNz3GjjTgj9kLWsZTqE6kw==", 1252a1242,1247 > "funding": [ > { > "type": "individual", > "url": "https://paulmillr.com/funding/" > } > ], 1265,1267d1259 < "funding": { < "url": "https://paulmillr.com/funding/" < }, 1309,1311c1301,1303 < "version": "3.36.0", < "resolved": "https://registry.npmjs.org/core-js-pure/-/core-js-pure-3.36.0.tgz", < "integrity": "sha512-cN28qmhRNgbMZZMc/RFu5w8pK9VJzpb2rJVR/lHuZJKwmXnoWOpXmMkxqBB514igkp1Hu8WGROsiOAzUcKdHOQ==", --- > "version": "3.35.1", > "resolved": "https://registry.npmjs.org/core-js-pure/-/core-js-pure-3.35.1.tgz", > "integrity": "sha512-zcIdi/CL3MWbBJYo5YCeVAAx+Sy9yJE9I3/u9LkFABwbeaPhTMRWraM8mYFp9jW5Z50hOy7FVzCc8dCrpZqtIQ==", 1356,1358c1348,1350 < "version": "1.1.4", < "resolved": "https://registry.npmjs.org/define-data-property/-/define-data-property-1.1.4.tgz", < "integrity": "sha512-rBMvIzlpA8v6E+SJZoo++HAYqsLrkg7MSfIinMPFhmkorw7X+dOXVJQs+QT69zGkzMyfDnIMN2Wid1+NbL3T+A==", --- > "version": "1.1.1", > "resolved": "https://registry.npmjs.org/define-data-property/-/define-data-property-1.1.1.tgz", > "integrity": "sha512-E7uGkTzkk1d0ByLeSc6ZsFS79Axg+m1P/VsgYsxHgiuc3tFSj+MjMIwe90FC4lOAZzNBdY7kkO2P2wKdsQ1vgQ==", 1360,1362c1352,1354 < "es-define-property": "^1.0.0", < "es-errors": "^1.3.0", < "gopd": "^1.0.1" --- > "get-intrinsic": "^1.2.1", > "gopd": "^1.0.1", > "has-property-descriptors": "^1.0.0" 1366,1368d1357 < }, < "funding": { < "url": "https://github.com/sponsors/ljharb" 1408,1426d1396 < "node_modules/es-define-property": { < "version": "1.0.0", < "resolved": "https://registry.npmjs.org/es-define-property/-/es-define-property-1.0.0.tgz", < "integrity": "sha512-jxayLKShrEqqzJ0eumQbVhTYQM27CfT1T35+gCgDFoL82JLsXqTJ76zv6A0YLOgEnLUMvLzsDsGIrl8NFpT2gQ==", < "dependencies": { < "get-intrinsic": "^1.2.4" < }, < "engines": { < "node": ">= 0.4" < } < }, < "node_modules/es-errors": { < "version": "1.3.0", < "resolved": "https://registry.npmjs.org/es-errors/-/es-errors-1.3.0.tgz", < "integrity": "sha512-Zf5H2Kxt2xjTvbJvP2ZWLEICxA6j+hAmMzIlypy4xcBg1vKVnx89Wy0GbS+kf5cwCVFFzdCFh2XSCFNULS6csw==", < "engines": { < "node": ">= 0.4" < } < }, 1428,1430c1398,1400 < "version": "0.20.1", < "resolved": "https://registry.npmjs.org/esbuild/-/esbuild-0.20.1.tgz", < "integrity": "sha512-OJwEgrpWm/PCMsLVWXKqvcjme3bHNpOgN7Tb6cQnR5n0TPbQx1/Xrn7rqM+wn17bYeT6MGB5sn1Bh5YiGi70nA==", --- > "version": "0.19.12", > "resolved": "https://registry.npmjs.org/esbuild/-/esbuild-0.19.12.tgz", > "integrity": "sha512-aARqgq8roFBj054KvQr5f1sFu0D65G+miZRCuJyJ0G13Zwx7vRar5Zhn2tkQNzIXcBrNVsv/8stehpj+GAjgbg==", 1440,1462c1410,1432 < "@esbuild/aix-ppc64": "0.20.1", < "@esbuild/android-arm": "0.20.1", < "@esbuild/android-arm64": "0.20.1", < "@esbuild/android-x64": "0.20.1", < "@esbuild/darwin-arm64": "0.20.1", < "@esbuild/darwin-x64": "0.20.1", < "@esbuild/freebsd-arm64": "0.20.1", < "@esbuild/freebsd-x64": "0.20.1", < "@esbuild/linux-arm": "0.20.1", < "@esbuild/linux-arm64": "0.20.1", < "@esbuild/linux-ia32": "0.20.1", < "@esbuild/linux-loong64": "0.20.1", < "@esbuild/linux-mips64el": "0.20.1", < "@esbuild/linux-ppc64": "0.20.1", < "@esbuild/linux-riscv64": "0.20.1", < "@esbuild/linux-s390x": "0.20.1", < "@esbuild/linux-x64": "0.20.1", < "@esbuild/netbsd-x64": "0.20.1", < "@esbuild/openbsd-x64": "0.20.1", < "@esbuild/sunos-x64": "0.20.1", < "@esbuild/win32-arm64": "0.20.1", < "@esbuild/win32-ia32": "0.20.1", < "@esbuild/win32-x64": "0.20.1" --- > "@esbuild/aix-ppc64": "0.19.12", > "@esbuild/android-arm": "0.19.12", > "@esbuild/android-arm64": "0.19.12", > "@esbuild/android-x64": "0.19.12", > "@esbuild/darwin-arm64": "0.19.12", > "@esbuild/darwin-x64": "0.19.12", > "@esbuild/freebsd-arm64": "0.19.12", > "@esbuild/freebsd-x64": "0.19.12", > "@esbuild/linux-arm": "0.19.12", > "@esbuild/linux-arm64": "0.19.12", > "@esbuild/linux-ia32": "0.19.12", > "@esbuild/linux-loong64": "0.19.12", > "@esbuild/linux-mips64el": "0.19.12", > "@esbuild/linux-ppc64": "0.19.12", > "@esbuild/linux-riscv64": "0.19.12", > "@esbuild/linux-s390x": "0.19.12", > "@esbuild/linux-x64": "0.19.12", > "@esbuild/netbsd-x64": "0.19.12", > "@esbuild/openbsd-x64": "0.19.12", > "@esbuild/sunos-x64": "0.19.12", > "@esbuild/win32-arm64": "0.19.12", > "@esbuild/win32-ia32": "0.19.12", > "@esbuild/win32-x64": "0.19.12" 1479,1481c1449,1451 < "version": "3.1.0", < "resolved": "https://registry.npmjs.org/esbuild-sass-plugin/-/esbuild-sass-plugin-3.1.0.tgz", < "integrity": "sha512-LX/PhMuA7KskPDT8yB10/o3C3fTKVWEzcfzGnGH0wqjZm3FEtm4d6dCxUn+252kuWZAgFOGzGOnBv1FpzClJrA==", --- > "version": "2.16.1", > "resolved": "https://registry.npmjs.org/esbuild-sass-plugin/-/esbuild-sass-plugin-2.16.1.tgz", > "integrity": "sha512-mBB2aEF0xk7yo+Q9pSUh8xYED/1O2wbAM6IauGkDrqy6pl9SbJNakLeLGXiNpNujWIudu8TJTZCv2L5AQYRXtA==", 1484,1485c1454,1455 < "resolve": "^1.22.8", < "sass": "^1.71.1" --- > "resolve": "^1.22.6", > "sass": "^1.7.3" 1488,1489c1458 < "esbuild": "^0.20.1", < "sass-embedded": "^1.71.1" --- > "esbuild": "^0.19.4" 1584,1586c1553,1555 < "version": "1.2.4", < "resolved": "https://registry.npmjs.org/get-intrinsic/-/get-intrinsic-1.2.4.tgz", < "integrity": "sha512-5uYhsJH8VJBTv7oslg4BznJYhDoRI6waYCxMmCdnTrcCrHA/fCFKoTFz2JKKE0HdDFUF7/oQuhzumXJK7paBRQ==", --- > "version": "1.2.2", > "resolved": "https://registry.npmjs.org/get-intrinsic/-/get-intrinsic-1.2.2.tgz", > "integrity": "sha512-0gSo4ml/0j98Y3lngkFEot/zhiCeWsbYIlZ+uZOVgzLyLaUw7wxUL+nCTP0XJvJg1AXulJRI3UJi8GsbDuxdGA==", 1588d1556 < "es-errors": "^1.3.0", 1594,1596d1561 < "engines": { < "node": ">= 0.4" < }, 1630,1639d1594 < "node_modules/has-flag": { < "version": "4.0.0", < "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", < "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", < "dev": true, < "peer": true, < "engines": { < "node": ">=8" < } < }, 1641,1643c1596,1598 < "version": "1.0.2", < "resolved": "https://registry.npmjs.org/has-property-descriptors/-/has-property-descriptors-1.0.2.tgz", < "integrity": "sha512-55JNKuIW+vq4Ke1BjOTjM2YctQIvCT7GFzHwmfZPGo5wnrgkid0YQtnAleFSqumZm4az3n2BS+erby5ipJdgrg==", --- > "version": "1.0.1", > "resolved": "https://registry.npmjs.org/has-property-descriptors/-/has-property-descriptors-1.0.1.tgz", > "integrity": "sha512-VsX8eaIewvas0xnvinAe9bw4WfIeODpGYikiWYLH+dma0Jw6KHYqWiWfhQlgOVK8D6PvjubK5Uc4P0iIhIcNVg==", 1645c1600 < "es-define-property": "^1.0.0" --- > "get-intrinsic": "^1.2.2" 1652,1654c1607,1609 < "version": "1.0.3", < "resolved": "https://registry.npmjs.org/has-proto/-/has-proto-1.0.3.tgz", < "integrity": "sha512-SJ1amZAJUiZS+PhsVLf5tGydlaVB8EdFpaSO4gmiUKUOxk8qzn5AIy4ZeJUmh22znIdk/uMAUT2pl3FxzVUH+Q==", --- > "version": "1.0.1", > "resolved": "https://registry.npmjs.org/has-proto/-/has-proto-1.0.1.tgz", > "integrity": "sha512-7qE+iP+O+bgF9clE5+UoBFzE65mlBiVj3tKCrlNQ0Ogwm0BjpT/gK4SlLYDMybDh5I3TCTKnPPa0oMG7JDYrhg==", 1680,1682c1635,1637 < "version": "2.0.1", < "resolved": "https://registry.npmjs.org/hasown/-/hasown-2.0.1.tgz", < "integrity": "sha512-1/th4MHjnwncwXsIW6QMzlvYL9kG5e/CpVvLRZe4XPa8TOUNbCELqmvhDmnkNsAjwaG4+I8gJJL0JBvTTLO9qA==", --- > "version": "2.0.0", > "resolved": "https://registry.npmjs.org/hasown/-/hasown-2.0.0.tgz", > "integrity": "sha512-vUptKVTpIJhcczKBbgnS+RtcuYMB8+oNzPK2/Hp3hanz8JmpATdmmgLgSaadVREkDm+e2giHwY3ZRkyjSIDDFA==", 1846,1848c1801,1803 < "version": "0.30.8", < "resolved": "https://registry.npmjs.org/magic-string/-/magic-string-0.30.8.tgz", < "integrity": "sha512-ISQTe55T2ao7XtlAStud6qwYPZjE4GK1S/BeVPus4jrq6JuOnQ00YKQC581RWhR122W7msZV263KzVeLoqidyQ==", --- > "version": "0.30.5", > "resolved": "https://registry.npmjs.org/magic-string/-/magic-string-0.30.5.tgz", > "integrity": "sha512-7xlpfBaQaP/T6Vh8MO/EqXSW5En6INHEvEXQiuff7Gku0PWjU3uf6w/j9o7O+SpB5fOAkrI5HeoNgwjEO0pFsA==", 1939,1941c1894,1896 < "version": "4.4.38", < "resolved": "https://registry.npmjs.org/modern-screenshot/-/modern-screenshot-4.4.38.tgz", < "integrity": "sha512-WeC3BuaJYjKvtXPSvSZRV5uvoJ4A1yrdb4mu1w5eLWkrONwD2mxYecRIJx3scf6/IwNl4zRh1SBrMibeJHMrYQ==" --- > "version": "4.4.37", > "resolved": "https://registry.npmjs.org/modern-screenshot/-/modern-screenshot-4.4.37.tgz", > "integrity": "sha512-D4u8dndnFRe4OyWDiUj/N0BNtViqQrdVkj0YSBM9aV7uqZegnIKVUNYN0l7AbXj9iKS5AubAap2/HctB+Lg5kg==" 1952,1954c1907,1909 < "version": "2.19.0", < "resolved": "https://registry.npmjs.org/nan/-/nan-2.19.0.tgz", < "integrity": "sha512-nO1xXxfh/RWNxfd/XPfbIfFk5vgLsAxUR9y5O0cHMJu/AW9U95JLXqthYHjEp+8gQ5p96K9jUp8nbVOxCdRbtw==", --- > "version": "2.18.0", > "resolved": "https://registry.npmjs.org/nan/-/nan-2.18.0.tgz", > "integrity": "sha512-W7tfG7vMOGtD30sHoZSSc/JVYiyDPEyQVso/Zz+/uQd0B0L46gtC+pHha5FFMRpil6fm/AoEcRWyOVi4+E/f8w==", 1981,1983c1936,1938 < "version": "3.56.0", < "resolved": "https://registry.npmjs.org/node-abi/-/node-abi-3.56.0.tgz", < "integrity": "sha512-fZjdhDOeRcaS+rcpve7XuwHBmktS1nS1gzgghwKUQQ8nTy2FdSDr6ZT8k6YhvlJeHmmQMYiT/IH9hfco5zeW2Q==", --- > "version": "3.54.0", > "resolved": "https://registry.npmjs.org/node-abi/-/node-abi-3.54.0.tgz", > "integrity": "sha512-p7eGEiQil0YUV3ItH4/tBb781L5impVmmx2E9FRKF7d18XXzp4PGT2tdYMFY6wQqgxD0IwNZOiSJ0/K0fSi/OA==", 2081,2083c2036,2038 < "version": "8.4.35", < "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.35.tgz", < "integrity": "sha512-u5U8qYpBCpN13BsiEB0CbR1Hhh4Gc0zLFuedrHJKMctHCHAGrMdG0PRM/KErzAL3CU6/eckEtmHNB3x6e3c0vA==", --- > "version": "8.4.33", > "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.33.tgz", > "integrity": "sha512-Kkpbhhdjw2qQs2O2DGX+8m5OVqEcbB9HRBvuYM9pgrjEFUg30A9LmXNlTAUj4S9kgtGyrMbTzVjH7E+s5Re2yg==", 2108,2110c2063,2065 < "version": "7.1.2", < "resolved": "https://registry.npmjs.org/prebuild-install/-/prebuild-install-7.1.2.tgz", < "integrity": "sha512-UnNke3IQb6sgarcZIDU3gbMeTp/9SSU1DAIkil7PrqG1vZlBtY5msYccSKSHDqa3hNg436IXK+SNImReuA1wEQ==", --- > "version": "7.1.1", > "resolved": "https://registry.npmjs.org/prebuild-install/-/prebuild-install-7.1.1.tgz", > "integrity": "sha512-jAXscXWMcCK8GgCoHOfIr0ODh5ai8mj63L2nWrjuAgXE6tDyYGnx4/8o/rCgU+B4JSyZBKbeZqzhtwtC3ovxjw==", 2165,2167c2120,2122 < "version": "6.12.0", < "resolved": "https://registry.npmjs.org/qs/-/qs-6.12.0.tgz", < "integrity": "sha512-trVZiI6RMOkO476zLGaBIzszOdFPnCCXHPG9kn0yuS1uz6xdVxPfZdB3vUig9pxPFDM9BRAgz/YUIVQ1/vuiUg==", --- > "version": "6.11.2", > "resolved": "https://registry.npmjs.org/qs/-/qs-6.11.2.tgz", > "integrity": "sha512-tDNIz22aBzCDxLtVH++VnTfzxlfeK5CbqohpSqpJgj1Wg/cQbStNAz3NuqCs5vV+pjBsK4x4pN9HlVh7rcYRiA==", 2169c2124 < "side-channel": "^1.0.6" --- > "side-channel": "^1.0.4" 2290,2299d2244 < "node_modules/rxjs": { < "version": "7.8.1", < "resolved": "https://registry.npmjs.org/rxjs/-/rxjs-7.8.1.tgz", < "integrity": "sha512-AA3TVj+0A2iuIoQkWEK/tqFjBq2j+6PO6Y0zJcvzLAFhEFIO3HL0vls9hWLncZbAAbK0mar7oZ4V079I/qPMxg==", < "dev": true, < "peer": true, < "dependencies": { < "tslib": "^2.1.0" < } < }, 2321,2323c2266,2268 < "version": "1.71.1", < "resolved": "https://registry.npmjs.org/sass/-/sass-1.71.1.tgz", < "integrity": "sha512-wovtnV2PxzteLlfNzbgm1tFXPLoZILYAMJtvoXXkD7/+1uP41eKkIt1ypWq5/q2uT94qHjXehEYfmjKOvjL9sg==", --- > "version": "1.70.0", > "resolved": "https://registry.npmjs.org/sass/-/sass-1.70.0.tgz", > "integrity": "sha512-uUxNQ3zAHeAx5nRFskBnrWzDUJrrvpCPD5FNAoRvTi0WwremlheES3tg+56PaVtCs5QDRX5CBLxxKMDJMEa1WQ==", 2337,2681d2281 < "node_modules/sass-embedded": { < "version": "1.71.1", < "resolved": "https://registry.npmjs.org/sass-embedded/-/sass-embedded-1.71.1.tgz", < "integrity": "sha512-nOmqErO1zd1wjvTbDscLZZ3fv5JPeQfaKuo0UCjYm7qPbpQcycp0l3nFZHxovjLjCetJ9IrLOADdznFYKV0f1A==", < "dev": true, < "peer": true, < "dependencies": { < "@bufbuild/protobuf": "^1.0.0", < "buffer-builder": "^0.2.0", < "immutable": "^4.0.0", < "rxjs": "^7.4.0", < "supports-color": "^8.1.1", < "varint": "^6.0.0" < }, < "engines": { < "node": ">=16.0.0" < }, < "optionalDependencies": { < "sass-embedded-android-arm": "1.71.1", < "sass-embedded-android-arm64": "1.71.1", < "sass-embedded-android-ia32": "1.71.1", < "sass-embedded-android-x64": "1.71.1", < "sass-embedded-darwin-arm64": "1.71.1", < "sass-embedded-darwin-x64": "1.71.1", < "sass-embedded-linux-arm": "1.71.1", < "sass-embedded-linux-arm64": "1.71.1", < "sass-embedded-linux-ia32": "1.71.1", < "sass-embedded-linux-musl-arm": "1.71.1", < "sass-embedded-linux-musl-arm64": "1.71.1", < "sass-embedded-linux-musl-ia32": "1.71.1", < "sass-embedded-linux-musl-x64": "1.71.1", < "sass-embedded-linux-x64": "1.71.1", < "sass-embedded-win32-ia32": "1.71.1", < "sass-embedded-win32-x64": "1.71.1" < } < }, < "node_modules/sass-embedded-android-arm": { < "version": "1.71.1", < "resolved": "https://registry.npmjs.org/sass-embedded-android-arm/-/sass-embedded-android-arm-1.71.1.tgz", < "integrity": "sha512-Pq6TlRg9lIYsZDo9XNQZnSg6grQKzBG3ssdv0W1SnYS1BzGKwbg8XnlUA/pVxK76BKEm8i+0DA4y8cZ8A3tmpw==", < "cpu": [ < "arm" < ], < "dev": true, < "optional": true, < "os": [ < "android" < ], < "peer": true, < "bin": { < "sass": "dart-sass/sass" < }, < "engines": { < "node": ">=14.0.0" < } < }, < "node_modules/sass-embedded-android-arm64": { < "version": "1.71.1", < "resolved": "https://registry.npmjs.org/sass-embedded-android-arm64/-/sass-embedded-android-arm64-1.71.1.tgz", < "integrity": "sha512-a7wJ1MM6sBwcM/8vIvvnwc9spoeNimNeXZpN9baSV4Ylthmr4GkTYYtf96Z/XYLdG5KBgYlxMs5T3OgqafdUMg==", < "cpu": [ < "arm64" < ], < "dev": true, < "optional": true, < "os": [ < "android" < ], < "peer": true, < "bin": { < "sass": "dart-sass/sass" < }, < "engines": { < "node": ">=14.0.0" < } < }, < "node_modules/sass-embedded-android-ia32": { < "version": "1.71.1", < "resolved": "https://registry.npmjs.org/sass-embedded-android-ia32/-/sass-embedded-android-ia32-1.71.1.tgz", < "integrity": "sha512-tn3WZNdKQtr/DSzl4cQIDZkTO3JuuMxPvM/T+U7gBFyhU62NyF5wvwBnuh+BN3iaMowfkSknzCZCjyJDwnkDjw==", < "cpu": [ < "ia32" < ], < "dev": true, < "optional": true, < "os": [ < "android" < ], < "peer": true, < "bin": { < "sass": "dart-sass/sass" < }, < "engines": { < "node": ">=14.0.0" < } < }, < "node_modules/sass-embedded-android-x64": { < "version": "1.71.1", < "resolved": "https://registry.npmjs.org/sass-embedded-android-x64/-/sass-embedded-android-x64-1.71.1.tgz", < "integrity": "sha512-l72Pqxfb/pArpOLyWsuL9s8ODWupRGATWTPwUT/GjVdSQJO/lQL5DopXb55Cwh2T7t2G10e+uXTEMKz0qngoWQ==", < "cpu": [ < "x64" < ], < "dev": true, < "optional": true, < "os": [ < "android" < ], < "peer": true, < "bin": { < "sass": "dart-sass/sass" < }, < "engines": { < "node": ">=14.0.0" < } < }, < "node_modules/sass-embedded-darwin-arm64": { < "version": "1.71.1", < "resolved": "https://registry.npmjs.org/sass-embedded-darwin-arm64/-/sass-embedded-darwin-arm64-1.71.1.tgz", < "integrity": "sha512-3eZDAcJBwoG0Kyasa/EbaKt1Jn2y0GHvCd0Oas/VtMsYL+/6abiCO1l8YltdxER4jvuHUKE2Ow7J6T6sC+vVQQ==", < "cpu": [ < "arm64" < ], < "dev": true, < "optional": true, < "os": [ < "darwin" < ], < "peer": true, < "bin": { < "sass": "dart-sass/sass" < }, < "engines": { < "node": ">=14.0.0" < } < }, < "node_modules/sass-embedded-darwin-x64": { < "version": "1.71.1", < "resolved": "https://registry.npmjs.org/sass-embedded-darwin-x64/-/sass-embedded-darwin-x64-1.71.1.tgz", < "integrity": "sha512-/9FtMPVdQalhsRCD9opNIlZqJKe7veCjWsdj0J9utbc2bNCTYswXNQtC/jWJTjE9/gQ0+w5zwg9+fQzltdYh1w==", < "cpu": [ < "x64" < ], < "dev": true, < "optional": true, < "os": [ < "darwin" < ], < "peer": true, < "bin": { < "sass": "dart-sass/sass" < }, < "engines": { < "node": ">=14.0.0" < } < }, < "node_modules/sass-embedded-linux-arm": { < "version": "1.71.1", < "resolved": "https://registry.npmjs.org/sass-embedded-linux-arm/-/sass-embedded-linux-arm-1.71.1.tgz", < "integrity": "sha512-l7NEn0gji6GTN+p00DP2zZl9SE501Zy5obTA3beiD6+vQy7lCEC6vpNi/ZrlC6eRmgY2OKSBB2lfW7KSej9Hkg==", < "cpu": [ < "arm" < ], < "dev": true, < "optional": true, < "os": [ < "linux" < ], < "peer": true, < "bin": { < "sass": "dart-sass/sass" < }, < "engines": { < "node": ">=14.0.0" < } < }, < "node_modules/sass-embedded-linux-arm64": { < "version": "1.71.1", < "resolved": "https://registry.npmjs.org/sass-embedded-linux-arm64/-/sass-embedded-linux-arm64-1.71.1.tgz", < "integrity": "sha512-zUSmqeqcgTb3VjZggk9a9xB2ZGaAe/TYAi/vYRPNLY/f7dZSrsa9Ejo+LUm2aNl6V8hFzMz7BpoKsaRQJnb9GQ==", < "cpu": [ < "arm64" < ], < "dev": true, < "optional": true, < "os": [ < "linux" < ], < "peer": true, < "bin": { < "sass": "dart-sass/sass" < }, < "engines": { < "node": ">=14.0.0" < } < }, < "node_modules/sass-embedded-linux-ia32": { < "version": "1.71.1", < "resolved": "https://registry.npmjs.org/sass-embedded-linux-ia32/-/sass-embedded-linux-ia32-1.71.1.tgz", < "integrity": "sha512-NvzSljfc/Kw9/0CSn91AsINV2nh8vxhFe2cKexPMwvAqv/etU84dJMfJejxPJ39PmMqT1KvC4G+Qt2+6Mpe7oQ==", < "cpu": [ < "ia32" < ], < "dev": true, < "optional": true, < "os": [ < "linux" < ], < "peer": true, < "bin": { < "sass": "dart-sass/sass" < }, < "engines": { < "node": ">=14.0.0" < } < }, < "node_modules/sass-embedded-linux-musl-arm": { < "version": "1.71.1", < "resolved": "https://registry.npmjs.org/sass-embedded-linux-musl-arm/-/sass-embedded-linux-musl-arm-1.71.1.tgz", < "integrity": "sha512-1O37K5EgSeQjCBizIF9xdZJw3mh5XYHOnsB4+65CLZg4ac84ragjFv9d9rYhwGs9QSgg1MoOv7VWnEIxQ8Pp9Q==", < "cpu": [ < "arm" < ], < "dev": true, < "optional": true, < "os": [ < "linux" < ], < "peer": true, < "engines": { < "node": ">=14.0.0" < } < }, < "node_modules/sass-embedded-linux-musl-arm64": { < "version": "1.71.1", < "resolved": "https://registry.npmjs.org/sass-embedded-linux-musl-arm64/-/sass-embedded-linux-musl-arm64-1.71.1.tgz", < "integrity": "sha512-Agtf6BcYQ0mt+jVDcRcN7bDPrMAQOWMeX15NTlQH1rO8voObLo6ThVl2NUkiZyyVmu7a6YOrCxpGBVAK1cLGOg==", < "cpu": [ < "arm64" < ], < "dev": true, < "optional": true, < "os": [ < "linux" < ], < "peer": true, < "engines": { < "node": ">=14.0.0" < } < }, < "node_modules/sass-embedded-linux-musl-ia32": { < "version": "1.71.1", < "resolved": "https://registry.npmjs.org/sass-embedded-linux-musl-ia32/-/sass-embedded-linux-musl-ia32-1.71.1.tgz", < "integrity": "sha512-Cd5sJkt70bSlYEXUSj9mPMKZLzDL8LGcBKUIfQRrcBKjmzD2Va2eLq4Zati9Xzt54unuDp4bAUUTyvQmjLzFmA==", < "cpu": [ < "ia32" < ], < "dev": true, < "optional": true, < "os": [ < "linux" < ], < "peer": true, < "engines": { < "node": ">=14.0.0" < } < }, < "node_modules/sass-embedded-linux-musl-x64": { < "version": "1.71.1", < "resolved": "https://registry.npmjs.org/sass-embedded-linux-musl-x64/-/sass-embedded-linux-musl-x64-1.71.1.tgz", < "integrity": "sha512-uVfYms/lf4QVSvtQXkSm+Bq3wVsvkRMI30ca82rRwpwebxSaTbUr+uLnskh8QvbyfsbMyrzZQU0SCrO3uCua1A==", < "cpu": [ < "x64" < ], < "dev": true, < "optional": true, < "os": [ < "linux" < ], < "peer": true, < "engines": { < "node": ">=14.0.0" < } < }, < "node_modules/sass-embedded-linux-x64": { < "version": "1.71.1", < "resolved": "https://registry.npmjs.org/sass-embedded-linux-x64/-/sass-embedded-linux-x64-1.71.1.tgz", < "integrity": "sha512-7BXniYic16+MQx0InyH8OXburLPGMRYRWf0l/t/fRkNkUHWFl7NQPAX0yvj73c/PKOdaYEUY6isNB4OGUGtZHQ==", < "cpu": [ < "x64" < ], < "dev": true, < "optional": true, < "os": [ < "linux" < ], < "peer": true, < "bin": { < "sass": "dart-sass/sass" < }, < "engines": { < "node": ">=14.0.0" < } < }, < "node_modules/sass-embedded-win32-ia32": { < "version": "1.71.1", < "resolved": "https://registry.npmjs.org/sass-embedded-win32-ia32/-/sass-embedded-win32-ia32-1.71.1.tgz", < "integrity": "sha512-ZDhL6hvekeKDkZ1wUj6wN0thrB/7wOO8HaQoagk+pKaHoa0Py7OLR/m9mQM8S13mZpUQduNsznmXV1fOss4GOg==", < "cpu": [ < "ia32" < ], < "dev": true, < "optional": true, < "os": [ < "win32" < ], < "peer": true, < "bin": { < "sass": "dart-sass/sass.bat" < }, < "engines": { < "node": ">=14.0.0" < } < }, < "node_modules/sass-embedded-win32-x64": { < "version": "1.71.1", < "resolved": "https://registry.npmjs.org/sass-embedded-win32-x64/-/sass-embedded-win32-x64-1.71.1.tgz", < "integrity": "sha512-ecWP1TFUA9ujOuOTJfWC1iZsSZOdQy5OxIEHqoERxunyjwzkiTxfN8J7Y4bNQ5uwb4K0brxWyIM8Fq+UgDqcZA==", < "cpu": [ < "arm64", < "x64" < ], < "dev": true, < "optional": true, < "os": [ < "win32" < ], < "peer": true, < "bin": { < "sass": "dart-sass/sass.bat" < }, < "engines": { < "node": ">=14.0.0" < } < }, 2683,2685c2283,2285 < "version": "7.6.0", < "resolved": "https://registry.npmjs.org/semver/-/semver-7.6.0.tgz", < "integrity": "sha512-EnwXhrlwXMk9gKu5/flx5sv/an57AkRplG3hTK68W7FRDN+k+OWBj65M7719OkA82XLBxrcX0KSHj+X5COhOVg==", --- > "version": "7.5.4", > "resolved": "https://registry.npmjs.org/semver/-/semver-7.5.4.tgz", > "integrity": "sha512-1bCSESV6Pv+i21Hvpxp3Dx+pSD8lIPt8uVjRrxAUt/nbswYc+tK6Y2btiULjd4+fnq15PX+nqQDC7Oft7WkwcA==", 2698,2700c2298,2300 < "version": "1.2.2", < "resolved": "https://registry.npmjs.org/set-function-length/-/set-function-length-1.2.2.tgz", < "integrity": "sha512-pgRc4hJ4/sNjWCSS9AmnS40x3bNMDTknHgL5UaMBTMyJnU90EgWh1Rz+MC9eFu4BuN/UwZjKQuY/1v3rM7HMfg==", --- > "version": "1.2.0", > "resolved": "https://registry.npmjs.org/set-function-length/-/set-function-length-1.2.0.tgz", > "integrity": "sha512-4DBHDoyHlM1IRPGYcoxexgh67y4ueR53FKV1yyxwFMY7aCqcN/38M1+SwZ/qJQ8iLv7+ck385ot4CcisOAPT9w==", 2702,2703c2302 < "define-data-property": "^1.1.4", < "es-errors": "^1.3.0", --- > "define-data-property": "^1.1.1", 2705c2304 < "get-intrinsic": "^1.2.4", --- > "get-intrinsic": "^1.2.2", 2707c2306 < "has-property-descriptors": "^1.0.2" --- > "has-property-descriptors": "^1.0.1" 2723,2733c2322,2328 < "version": "1.0.6", < "resolved": "https://registry.npmjs.org/side-channel/-/side-channel-1.0.6.tgz", < "integrity": "sha512-fDW/EZ6Q9RiO8eFG8Hj+7u/oW+XrPTIChwCOM2+th2A6OblDtYYIpve9m+KvI9Z4C9qSEXlaGR6bTEYHReuglA==", < "dependencies": { < "call-bind": "^1.0.7", < "es-errors": "^1.3.0", < "get-intrinsic": "^1.2.4", < "object-inspect": "^1.13.1" < }, < "engines": { < "node": ">= 0.4" --- > "version": "1.0.4", > "resolved": "https://registry.npmjs.org/side-channel/-/side-channel-1.0.4.tgz", > "integrity": "sha512-q5XPytqFEIKHkGdiMIrY10mvLRvnQh42/+GoBlFW3b2LXLE2xxJpZFdm94we0BaoV3RwJyGqg5wS7epxTv0Zvw==", > "dependencies": { > "call-bind": "^1.0.0", > "get-intrinsic": "^1.0.2", > "object-inspect": "^1.9.0" 2815,2830d2409 < "node_modules/supports-color": { < "version": "8.1.1", < "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-8.1.1.tgz", < "integrity": "sha512-MpUEN2OodtUzxvKQl72cUF7RQ5EiHsGvSsVG0ia9c5RbWGL2CI4C7EpPS8UTBIplnlzZiNuV56w+FuNxy3ty2Q==", < "dev": true, < "peer": true, < "dependencies": { < "has-flag": "^4.0.0" < }, < "engines": { < "node": ">=10" < }, < "funding": { < "url": "https://github.com/chalk/supports-color?sponsor=1" < } < }, 2844,2846c2423,2425 < "version": "3.26.0", < "resolved": "https://registry.npmjs.org/swagger-client/-/swagger-client-3.26.0.tgz", < "integrity": "sha512-1yFR/S2V3v5DwgmNePoHEjq2dZJxDx1leDQ53r5M4hZs+dozm9VnznlSl9a1V5iTYw4UsS4PQuBRQsmBH21ViA==", --- > "version": "3.25.0", > "resolved": "https://registry.npmjs.org/swagger-client/-/swagger-client-3.25.0.tgz", > "integrity": "sha512-p143zWkIhgyh2E5+3HPFMlCw3WkV9RbX9HyftfBdiccCbOlmHdcJC0XEJZxcm+ZA+80DORs0F30/mzk7sx4iwA==", 2849,2853c2428,2432 < "@swagger-api/apidom-core": ">=0.97.0 <1.0.0", < "@swagger-api/apidom-error": ">=0.97.0 <1.0.0", < "@swagger-api/apidom-json-pointer": ">=0.97.0 <1.0.0", < "@swagger-api/apidom-ns-openapi-3-1": ">=0.97.0 <1.0.0", < "@swagger-api/apidom-reference": ">=0.97.0 <1.0.0", --- > "@swagger-api/apidom-core": ">=0.90.0 <1.0.0", > "@swagger-api/apidom-error": ">=0.90.0 <1.0.0", > "@swagger-api/apidom-json-pointer": ">=0.90.0 <1.0.0", > "@swagger-api/apidom-ns-openapi-3-1": ">=0.90.0 <1.0.0", > "@swagger-api/apidom-reference": ">=0.90.0 <1.0.0", 2860c2439 < "node-fetch-commonjs": "^3.3.2", --- > "node-fetch-commonjs": "^3.3.1", 2862c2441,2442 < "traverse": "~0.6.6" --- > "traverse": "~0.6.6", > "undici": "^5.24.0" 2928,2930c2508,2510 < "version": "0.20.2", < "resolved": "https://registry.npmjs.org/tree-sitter-json/-/tree-sitter-json-0.20.2.tgz", < "integrity": "sha512-eUxrowp4F1QEGk/i7Sa+Xl8Crlfp7J0AXxX1QdJEQKQYMWhgMbCIgyQvpO3Q0P9oyTrNQxRLlRipDS44a8EtRw==", --- > "version": "0.20.1", > "resolved": "https://registry.npmjs.org/tree-sitter-json/-/tree-sitter-json-0.20.1.tgz", > "integrity": "sha512-482hf7J+aBwhksSw8yWaqI8nyP1DrSwnS4IMBShsnkFWD3SE8oalHnsEik59fEVi3orcTCUtMzSjZx+0Tpa6Vw==", 2948,2950c2528,2531 < "version": "6.0.4", < "resolved": "https://registry.npmjs.org/ts-mixer/-/ts-mixer-6.0.4.tgz", < "integrity": "sha512-ufKpbmrugz5Aou4wcr5Wc1UUFWOLhq+Fm6qa6P0w0K5Qw2yhaUoiWszhCVuNQyNwrlGiscHOmqYoAox1PtvgjA==" --- > "version": "6.0.3", > "resolved": "https://registry.npmjs.org/ts-mixer/-/ts-mixer-6.0.3.tgz", > "integrity": "sha512-k43M7uCG1AkTyxgnmI5MPwKoUvS/bRvLvUb7+Pgpdlmok8AoqmUaZxUUw8zKM5B1lqZrt41GjYgnvAi0fppqgQ==", > "optional": true 2957,2963d2537 < "node_modules/tslib": { < "version": "2.6.2", < "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.6.2.tgz", < "integrity": "sha512-AEYxH93jGFPn/a2iVAwW87VuUIkR1FVUKB77NwMF7nBTDkDrrT/Hpt/IrCJ0QXhW27jTBDcf5ZY7w6RiqTMw2Q==", < "dev": true, < "peer": true < }, 2977,2979c2551,2553 < "version": "0.29.9", < "resolved": "https://registry.npmjs.org/types-ramda/-/types-ramda-0.29.9.tgz", < "integrity": "sha512-B+VbLtW68J4ncG/rccKaYDhlirKlVH/Izh2JZUfaPJv+3Tl2jbbgYsB1pvole1vXKSgaPlAe/wgEdOnMdAu52A==", --- > "version": "0.29.7", > "resolved": "https://registry.npmjs.org/types-ramda/-/types-ramda-0.29.7.tgz", > "integrity": "sha512-8KBxZGJwUF3MpRkkJauSpvfHXk8Ssq15QXGuCBTDGeKd9PfheokkC3wAKRV3djej9O31Qa5M7Owsg8hF0GjtAw==", 2983a2558,2568 > "node_modules/undici": { > "version": "5.28.2", > "resolved": "https://registry.npmjs.org/undici/-/undici-5.28.2.tgz", > "integrity": "sha512-wh1pHJHnUeQV5Xa8/kyQhO7WFa8M34l026L5P/+2TYiakvGy5Rdc8jWZVyG7ieht/0WgJLEd3kcU5gKx+6GC8w==", > "dependencies": { > "@fastify/busboy": "^2.0.0" > }, > "engines": { > "node": ">=14.0" > } > }, 2995,3001d2579 < "node_modules/varint": { < "version": "6.0.0", < "resolved": "https://registry.npmjs.org/varint/-/varint-6.0.0.tgz", < "integrity": "sha512-cXEIW6cfr15lFv563k4GuVuW/fiwjknytD37jIOLSdSWuOI6WnO/oKwmP2FQTU2l01LP8/M5TSAJpzUaGe3uWg==", < "dev": true, < "peer": true < }, 3003,3011c2581,2589 < "version": "3.4.21", < "resolved": "https://registry.npmjs.org/vue/-/vue-3.4.21.tgz", < "integrity": "sha512-5hjyV/jLEIKD/jYl4cavMcnzKwjMKohureP8ejn3hhEjwhWIhWeuzL2kJAjzl/WyVsgPY56Sy4Z40C3lVshxXA==", < "dependencies": { < "@vue/compiler-dom": "3.4.21", < "@vue/compiler-sfc": "3.4.21", < "@vue/runtime-dom": "3.4.21", < "@vue/server-renderer": "3.4.21", < "@vue/shared": "3.4.21" --- > "version": "3.4.15", > "resolved": "https://registry.npmjs.org/vue/-/vue-3.4.15.tgz", > "integrity": "sha512-jC0GH4KkWLWJOEQjOpkqU1bQsBwf4R1rsFtw5GQJbjHVKWDzO6P0nWWBTmjp1xSemAioDFj1jdaK1qa3DnMQoQ==", > "dependencies": { > "@vue/compiler-dom": "3.4.15", > "@vue/compiler-sfc": "3.4.15", > "@vue/runtime-dom": "3.4.15", > "@vue/server-renderer": "3.4.15", > "@vue/shared": "3.4.15" 3031,3033c2609,2611 < "version": "4.3.0", < "resolved": "https://registry.npmjs.org/vue-router/-/vue-router-4.3.0.tgz", < "integrity": "sha512-dqUcs8tUeG+ssgWhcPbjHvazML16Oga5w34uCUmsk7i0BcnskoLGwjpa15fqMr2Fa5JgVBrdL2MEgqz6XZ/6IQ==", --- > "version": "4.2.5", > "resolved": "https://registry.npmjs.org/vue-router/-/vue-router-4.2.5.tgz", > "integrity": "sha512-DIUpKcyg4+PTQKfFPX88UWhlagBEBEfJ5A8XDXRJLUnZOvcpMF8o/dnL90vpVkGaPbjvXazV/rC1qBKrZlFugw==", 3035c2613 < "@vue/devtools-api": "^6.5.1" --- > "@vue/devtools-api": "^6.5.0" 3045,3047c2623,2625 < "version": "3.3.3", < "resolved": "https://registry.npmjs.org/web-streams-polyfill/-/web-streams-polyfill-3.3.3.tgz", < "integrity": "sha512-d2JWLCivmZYTSIoge9MsgFCZrt571BikcWGYkjC1khllbTeDlGqZ2D8vD8E/lJa8WGWbb7Plm8/XJYV7IJHZZw==", --- > "version": "3.3.2", > "resolved": "https://registry.npmjs.org/web-streams-polyfill/-/web-streams-polyfill-3.3.2.tgz", > "integrity": "sha512-3pRGuxRF5gpuZc0W+EpwQRmCD7gRqcDOMt688KmdlDAgAyaB1XlN0zq2njfDNm44XVdIouE7pZ6GzbdyH47uIQ==", ERROR: npmDepsHash is out of date The package-lock.json in src is not the same as the in /nix/store/dy5p844xqv4vmh7yc6kr8cf1n0v100a8-npm-deps. To fix the issue: 1. Use `lib.fakeHash` as the npmDepsHash value 2. Build the derivation and wait for it to fail with a hash mismatch 3. Copy the 'got: sha256-' value back into the npmDepsHash field error: builder for '/nix/store/7xgwnzh0i17jpzb67g8qqknxdmf42bij-mailpit-ui-1.14.3.drv' failed with exit code 1; last 25 log lines: > > "version": "4.2.5", > > "resolved": "https://registry.npmjs.org/vue-router/-/vue-router-4.2.5.tgz", > > "integrity": "sha512-DIUpKcyg4+PTQKfFPX88UWhlagBEBEfJ5A8XDXRJLUnZOvcpMF8o/dnL90vpVkGaPbjvXazV/rC1qBKrZlFugw==", > 3035c2613 > < "@vue/devtools-api": "^6.5.1" > --- > > "@vue/devtools-api": "^6.5.0" > 3045,3047c2623,2625 > < "version": "3.3.3", > < "resolved": "https://registry.npmjs.org/web-streams-polyfill/-/web-streams-polyfill-3.3.3.tgz", > < "integrity": "sha512-d2JWLCivmZYTSIoge9MsgFCZrt571BikcWGYkjC1khllbTeDlGqZ2D8vD8E/lJa8WGWbb7Plm8/XJYV7IJHZZw==", > --- > > "version": "3.3.2", > > "resolved": "https://registry.npmjs.org/web-streams-polyfill/-/web-streams-polyfill-3.3.2.tgz", > > "integrity": "sha512-3pRGuxRF5gpuZc0W+EpwQRmCD7gRqcDOMt688KmdlDAgAyaB1XlN0zq2njfDNm44XVdIouE7pZ6GzbdyH47uIQ==", > > ERROR: npmDepsHash is out of date > > The package-lock.json in src is not the same as the in /nix/store/dy5p844xqv4vmh7yc6kr8cf1n0v100a8-npm-deps. > > To fix the issue: > 1. Use `lib.fakeHash` as the npmDepsHash value > 2. Build the derivation and wait for it to fail with a hash mismatch > 3. Copy the 'got: sha256-' value back into the npmDepsHash field > For full logs, run 'nix log /nix/store/7xgwnzh0i17jpzb67g8qqknxdmf42bij-mailpit-ui-1.14.3.drv'. error: 1 dependencies of derivation '/nix/store/wm3fmgafcyrn7zx2na2y2swc14791467-mailpit-1.14.3.drv' failed to build [result] Failed to update mailpit 1.13.1 -> 1.14.3 https://github.com/axllent/mailpit/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath retroarch-joypad-autoconfig, using log file: /var/log/nixpkgs-update/retroarch-joypad-autoconfig/2024-03-10.log retroarch-joypad-autoconfig 0 -> 1 attrpath: retroarch-joypad-autoconfig Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/5wjrh93jq58j5di1l8sys7fy42rxgnvl-packages.json.drv building '/nix/store/5wjrh93jq58j5di1l8sys7fy42rxgnvl-packages.json.drv'... Going to be running update for following packages: - retroarch-joypad-autoconfig-1.17.0 Press Enter key to continue... Running update for: - retroarch-joypad-autoconfig-1.17.0: UPDATING ... - retroarch-joypad-autoconfig-1.17.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update retroarch-joypad-autoconfig 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rust-analyzer, using log file: /var/log/nixpkgs-update/rust-analyzer/2024-03-10.log rust-analyzer 2024-02-26 -> 2024-03-04 https://github.com/rust-lang/rust-analyzer/releases attrpath: rust-analyzer Checking auto update branch... No auto update branch exists There might already be an open PR for this update: - rust-analyzer-unwrapped: 2024-02-26 -> 2024-03-04 URL "https://api.github.com/repos/NixOS/nixpkgs/issues/293307" [result] Failed to update rust-analyzer 2024-02-26 -> 2024-03-04 https://github.com/rust-lang/rust-analyzer/releases [options] github_user: r-ryantm, pull_request: YES, batch_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-worker, using log file: /var/log/nixpkgs-update/buildbot-worker/2024-03-10.log buildbot-worker 0 -> 1 attrpath: buildbot-worker Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/w3vgyps7ys1nvakspg45lnklgykd6hl6-packages.json.drv building '/nix/store/w3vgyps7ys1nvakspg45lnklgykd6hl6-packages.json.drv'... Going to be running update for following packages: - python3.11-buildbot-worker-3.11.1 Press Enter key to continue... Running update for: - python3.11-buildbot-worker-3.11.1: UPDATING ... - python3.11-buildbot-worker-3.11.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update buildbot-worker 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.jdcal, using log file: /var/log/nixpkgs-update/python311Packages.jdcal/2024-03-10.log python311Packages.jdcal 0 -> 1 attrpath: python311Packages.jdcal Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/4d78l0xdjbxb8brxppd9z49ahwdahz6a-packages.json.drv building '/nix/store/4d78l0xdjbxb8brxppd9z49ahwdahz6a-packages.json.drv'... Going to be running update for following packages: - python3.11-jdcal-1.4.1 Press Enter key to continue... Running update for: - python3.11-jdcal-1.4.1: UPDATING ... - python3.11-jdcal-1.4.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.jdcal 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.fb-re2, using log file: /var/log/nixpkgs-update/python311Packages.fb-re2/2024-03-10.log python311Packages.fb-re2 0 -> 1 attrpath: python311Packages.fb-re2 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/62gs1icg5amjimqq6jd7rqbz9hgn296v-packages.json.drv building '/nix/store/62gs1icg5amjimqq6jd7rqbz9hgn296v-packages.json.drv'... Going to be running update for following packages: - python3.11-fb-re2-1.0.7 Press Enter key to continue... Running update for: - python3.11-fb-re2-1.0.7: UPDATING ... - python3.11-fb-re2-1.0.7: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.fb-re2 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.clifford, using log file: /var/log/nixpkgs-update/python311Packages.clifford/2024-03-10.log python311Packages.clifford 0 -> 1 attrpath: python311Packages.clifford Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/givj0bkhsz4ss0dgd5q5sckl5dv47aci-packages.json.drv building '/nix/store/givj0bkhsz4ss0dgd5q5sckl5dv47aci-packages.json.drv'... Going to be running update for following packages: - python3.11-clifford-1.4.0 Press Enter key to continue... Running update for: - python3.11-clifford-1.4.0: UPDATING ... - python3.11-clifford-1.4.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.clifford 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.simplisafe-python, using log file: /var/log/nixpkgs-update/python311Packages.simplisafe-python/2024-03-10.log python311Packages.simplisafe-python 0 -> 1 attrpath: python311Packages.simplisafe-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/hk32bsq7r8wm58pf7sk7i0hl8vc7lnl7-packages.json.drv building '/nix/store/hk32bsq7r8wm58pf7sk7i0hl8vc7lnl7-packages.json.drv'... Going to be running update for following packages: - python3.11-simplisafe-python-2024.01.0 Press Enter key to continue... Running update for: - python3.11-simplisafe-python-2024.01.0: UPDATING ... - python3.11-simplisafe-python-2024.01.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.simplisafe-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.sectools, using log file: /var/log/nixpkgs-update/python311Packages.sectools/2024-03-10.log python311Packages.sectools 0 -> 1 attrpath: python311Packages.sectools Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/v3pwid3d19yy78h0017hc4p9dp3qjn65-packages.json.drv building '/nix/store/v3pwid3d19yy78h0017hc4p9dp3qjn65-packages.json.drv'... Going to be running update for following packages: - python3.11-sectools-1.4.3 Press Enter key to continue... Running update for: - python3.11-sectools-1.4.3: UPDATING ... - python3.11-sectools-1.4.3: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.sectools 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath moonraker, using log file: /var/log/nixpkgs-update/moonraker/2024-03-10.log moonraker 0 -> 1 attrpath: moonraker Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/3h2wqbb2ayb7jzw7s7qkfai4xhvcl94n-packages.json.drv building '/nix/store/3h2wqbb2ayb7jzw7s7qkfai4xhvcl94n-packages.json.drv'... Going to be running update for following packages: - moonraker-unstable-2023-12-27 Press Enter key to continue... Running update for: - moonraker-unstable-2023-12-27: UPDATING ... - moonraker-unstable-2023-12-27: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/servers/moonraker/default.nix b/pkgs/servers/moonraker/default.nix index 6a524d371313..0af1d136b73b 100644 --- a/pkgs/servers/moonraker/default.nix +++ b/pkgs/servers/moonraker/default.nix @@ -23,13 +23,13 @@ let ); in stdenvNoCC.mkDerivation rec { pname = "moonraker"; - version = "unstable-2023-12-27"; + version = "unstable-2024-03-05"; src = fetchFromGitHub { owner = "Arksine"; repo = "moonraker"; - rev = "c226e9c1e44d65ff6ea400b81e3cedba7f637976"; - sha256 = "sha256-wdf4uab8pJEWaX6PFN9Y9pykmylmxJ4Oo5pwSQcyjCc="; + rev = "6b1b8c51025c6a8650b4cecfefb47f0ff1d4415a"; + sha256 = "sha256-gjRgqDL7mD1texpMKfaxxyUpZgKwZjX28WZSQX2XAm4="; }; nativeBuildInputs = [ makeWrapper ]; An auto update branch exists with message `moonraker: unstable-2023-12-16 -> unstable-2024-01-21`. New version is unstable-2024-03-05. The auto update branch does not match or exceed the new version. There might already be an open PR for this update: - moonraker: unstable-2023-12-16 -> unstable-2024-01-21 URL "https://api.github.com/repos/NixOS/nixpkgs/issues/202276" [result] Failed to update moonraker 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.hmmlearn, using log file: /var/log/nixpkgs-update/python311Packages.hmmlearn/2024-03-10.log python311Packages.hmmlearn 0 -> 1 attrpath: python311Packages.hmmlearn Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/k183q53ynkmgxcjkxysrhlybgfh17fvx-packages.json.drv building '/nix/store/k183q53ynkmgxcjkxysrhlybgfh17fvx-packages.json.drv'... Going to be running update for following packages: - python3.11-hmmlearn-0.3.0 Press Enter key to continue... Running update for: - python3.11-hmmlearn-0.3.0: UPDATING ... - python3.11-hmmlearn-0.3.0: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/hmmlearn/default.nix b/pkgs/development/python-modules/hmmlearn/default.nix index a7c673c38cad..84014ba12899 100644 --- a/pkgs/development/python-modules/hmmlearn/default.nix +++ b/pkgs/development/python-modules/hmmlearn/default.nix @@ -12,14 +12,14 @@ buildPythonPackage rec { pname = "hmmlearn"; - version = "0.3.0"; + version = "0.3.2"; format = "setuptools"; disabled = pythonOlder "3.6"; src = fetchPypi { inherit pname version; - hash = "sha256-0TqR6jaV34gUZePTYTLX7vToTUg/S6U4pLRuJLXqEA8="; + hash = "sha256-7a9IX9seqI2prGQrIAbGPZlQ3RXU0TL3IFMF04Pm90U="; }; buildInputs = [ An auto update branch exists with message `python311Packages.hmmlearn: 0.3.0 -> 0.3.2`. New version is 0.3.2. An auto update branch exists with an equal or greater version [result] Failed to update python311Packages.hmmlearn 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath sl1-to-photon, using log file: /var/log/nixpkgs-update/sl1-to-photon/2024-03-10.log sl1-to-photon 0 -> 1 attrpath: sl1-to-photon Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/plah5i82ld1k187g4xnk2r580rlm1nf9-packages.json.drv building '/nix/store/plah5i82ld1k187g4xnk2r580rlm1nf9-packages.json.drv'... Going to be running update for following packages: - sl1-to-photon-0.1.3 Press Enter key to continue... Running update for: - sl1-to-photon-0.1.3: UPDATING ... - sl1-to-photon-0.1.3: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update sl1-to-photon 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.clickclick, using log file: /var/log/nixpkgs-update/python311Packages.clickclick/2024-03-10.log python311Packages.clickclick 0 -> 1 attrpath: python311Packages.clickclick Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/4wdggcc9vjhf5w5v24y34849n1c174cg-packages.json.drv building '/nix/store/4wdggcc9vjhf5w5v24y34849n1c174cg-packages.json.drv'... Going to be running update for following packages: - python3.11-clickclick-1.2.2 Press Enter key to continue... Running update for: - python3.11-clickclick-1.2.2: UPDATING ... - python3.11-clickclick-1.2.2: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.clickclick 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.alpha-vantage, using log file: /var/log/nixpkgs-update/python311Packages.alpha-vantage/2024-03-10.log python311Packages.alpha-vantage 0 -> 1 attrpath: python311Packages.alpha-vantage Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/1x0dg6czb5xqa2qnwi0b8ihn5cwxssrz-packages.json.drv building '/nix/store/1x0dg6czb5xqa2qnwi0b8ihn5cwxssrz-packages.json.drv'... Going to be running update for following packages: - python3.11-alpha-vantage-2.3.1 Press Enter key to continue... Running update for: - python3.11-alpha-vantage-2.3.1: UPDATING ... - python3.11-alpha-vantage-2.3.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.alpha-vantage 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.simanneal, using log file: /var/log/nixpkgs-update/python311Packages.simanneal/2024-03-10.log python311Packages.simanneal 0 -> 1 attrpath: python311Packages.simanneal Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/0ahrqck7681w72gqbm17h69fw0nwjyci-packages.json.drv building '/nix/store/0ahrqck7681w72gqbm17h69fw0nwjyci-packages.json.drv'... Going to be running update for following packages: - python3.11-simanneal-0.5.0 Press Enter key to continue... Running update for: - python3.11-simanneal-0.5.0: UPDATING ... - python3.11-simanneal-0.5.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.simanneal 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath tcp_wrappers, using log file: /var/log/nixpkgs-update/tcp_wrappers/2024-03-10.log tcp_wrappers 7.6.q-26 -> 7.6 https://repology.org/project/tcp-wrappers/versions attrpath: tcp_wrappers Checking auto update branch... No auto update branch exists 7.6 is not newer than 7.6.q-26 according to Nix; versionComparison: -1 [result] Failed to update tcp_wrappers 7.6.q-26 -> 7.6 https://repology.org/project/tcp-wrappers/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.schemdraw, using log file: /var/log/nixpkgs-update/python311Packages.schemdraw/2024-03-10.log python311Packages.schemdraw 0 -> 1 attrpath: python311Packages.schemdraw Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/9pzvdlyn9ml7dp1aiq97g48l25aciqnz-packages.json.drv building '/nix/store/9pzvdlyn9ml7dp1aiq97g48l25aciqnz-packages.json.drv'... Going to be running update for following packages: - python3.11-schemdraw-0.18 Press Enter key to continue... Running update for: - python3.11-schemdraw-0.18: UPDATING ... - python3.11-schemdraw-0.18: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.schemdraw 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.protego, using log file: /var/log/nixpkgs-update/python311Packages.protego/2024-03-10.log python311Packages.protego 0 -> 1 attrpath: python311Packages.protego Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/v5261nvy5vapkcf5k0fhasv276wf6v37-packages.json.drv building '/nix/store/v5261nvy5vapkcf5k0fhasv276wf6v37-packages.json.drv'... Going to be running update for following packages: - python3.11-protego-0.3.0 Press Enter key to continue... Running update for: - python3.11-protego-0.3.0: UPDATING ... - python3.11-protego-0.3.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.protego 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.django-mailman3, using log file: /var/log/nixpkgs-update/python311Packages.django-mailman3/2024-03-10.log python311Packages.django-mailman3 0 -> 1 attrpath: python311Packages.django-mailman3 Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/c60v4vw8wprb6wbk6ymxgi2m3p1znnpz-packages.json.drv building '/nix/store/c60v4vw8wprb6wbk6ymxgi2m3p1znnpz-packages.json.drv'... Going to be running update for following packages: - python3.11-django-mailman3-1.3.11 Press Enter key to continue... Running update for: - python3.11-django-mailman3-1.3.11: UPDATING ... - python3.11-django-mailman3-1.3.11: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/django-mailman3/default.nix b/pkgs/development/python-modules/django-mailman3/default.nix index 026788caf646..544b27be4976 100644 --- a/pkgs/development/python-modules/django-mailman3/default.nix +++ b/pkgs/development/python-modules/django-mailman3/default.nix @@ -17,12 +17,12 @@ buildPythonPackage rec { pname = "django-mailman3"; - version = "1.3.11"; + version = "1.3.12"; format = "setuptools"; src = fetchPypi { inherit pname version; - hash = "sha256-uIjJaZHWL2evj+oISLprvKWT5Sm5f2EKgUD1twL1VbQ="; + hash = "sha256-MnQlT5ElNnStLUKyOXnI7ZDDaBwfp+h9tbOC+cwB0es="; }; postPatch = '' No auto update branch exists [outpaths] eval start [outpaths] eval end Received ExitFailure 1 when running Raw command: /nix/store/1gfp7hiwzpv9aglk2yfa9m49jc0n7pa5-nix-2.18.1/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A python311Packages.django-mailman3 Received ExitFailure 1 when running Raw command: /nix/store/1gfp7hiwzpv9aglk2yfa9m49jc0n7pa5-nix-2.18.1/bin/nix --extra-experimental-features nix-command log -f . python311Packages.django-mailman3 Standard output: error: build log of 'python311Packages.django-mailman3' is not available [result] Failed to update python311Packages.django-mailman3 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_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-watcher-window, using log file: /var/log/nixpkgs-update/aw-watcher-window/2024-03-10.log aw-watcher-window 0 -> 1 attrpath: aw-watcher-window 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/4g7lzj2yx5q849l6a2z4v0bizjni1kn1-packages.json.drv building '/nix/store/4g7lzj2yx5q849l6a2z4v0bizjni1kn1-packages.json.drv'... Going to be running update for following packages: - aw-watcher-window-0.12.2 Press Enter key to continue... Running update for: - aw-watcher-window-0.12.2: UPDATING ... - aw-watcher-window-0.12.2: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update aw-watcher-window 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.tsfresh, using log file: /var/log/nixpkgs-update/python311Packages.tsfresh/2024-03-10.log python311Packages.tsfresh 0 -> 1 attrpath: python311Packages.tsfresh Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/hqc4w225flsr62a74h3ix96ybxixkvyi-packages.json.drv building '/nix/store/hqc4w225flsr62a74h3ix96ybxixkvyi-packages.json.drv'... Going to be running update for following packages: - python3.11-tsfresh-0.20.2 Press Enter key to continue... Running update for: - python3.11-tsfresh-0.20.2: UPDATING ... - python3.11-tsfresh-0.20.2: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.tsfresh 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.pickleshare, using log file: /var/log/nixpkgs-update/python311Packages.pickleshare/2024-03-10.log python311Packages.pickleshare 0 -> 1 attrpath: python311Packages.pickleshare Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/w160fljjd0m58ihpjp78gmhrygzn53zl-packages.json.drv building '/nix/store/w160fljjd0m58ihpjp78gmhrygzn53zl-packages.json.drv'... Going to be running update for following packages: - python3.11-pickleshare-0.7.5 Press Enter key to continue... Running update for: - python3.11-pickleshare-0.7.5: UPDATING ... - python3.11-pickleshare-0.7.5: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.pickleshare 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath matcha-gtk-theme, using log file: /var/log/nixpkgs-update/matcha-gtk-theme/2024-03-10.log matcha-gtk-theme 0 -> 1 attrpath: matcha-gtk-theme Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/8fc5j1fw0fc8cqqbfcdp1930a2wfpj8r-packages.json.drv building '/nix/store/8fc5j1fw0fc8cqqbfcdp1930a2wfpj8r-packages.json.drv'... Going to be running update for following packages: - matcha-gtk-theme-2023-10-30 Press Enter key to continue... Running update for: - matcha-gtk-theme-2023-10-30: UPDATING ... - matcha-gtk-theme-2023-10-30: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update matcha-gtk-theme 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.pscript, using log file: /var/log/nixpkgs-update/python311Packages.pscript/2024-03-10.log python311Packages.pscript 0 -> 1 attrpath: python311Packages.pscript Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/0pi5qzfmhrrnshnvzw3iha8a77shgjvv-packages.json.drv building '/nix/store/0pi5qzfmhrrnshnvzw3iha8a77shgjvv-packages.json.drv'... Going to be running update for following packages: - python3.11-pscript-0.7.7 Press Enter key to continue... Running update for: - python3.11-pscript-0.7.7: UPDATING ... - python3.11-pscript-0.7.7: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.pscript 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath pharo, using log file: /var/log/nixpkgs-update/pharo/2024-03-10.log pharo 10.0.9-de76067 -> 11.0.0 https://repology.org/project/pharo/versions attrpath: pharo 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/q2ajkgnjvjp2mm8lwdnmq8pg01wh5wf6-source.drv building '/nix/store/q2ajkgnjvjp2mm8lwdnmq8pg01wh5wf6-source.drv'... trying https://files.pharo.org/vm/pharo-spur64-headless/Linux-x86_64/source/PharoVM-11.0.0-Linux-x86_64-c-src.zip % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 196 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 error: cannot download 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 'pharo.originalSrc' not found stderr did not split as expected full stderr was: these 2 derivations will be built: /nix/store/q2ajkgnjvjp2mm8lwdnmq8pg01wh5wf6-source.drv /nix/store/x77jyg67vad34i6vgrvsqfs8l6y6krsy-pharo-11.0.0.drv building '/nix/store/q2ajkgnjvjp2mm8lwdnmq8pg01wh5wf6-source.drv'... trying https://files.pharo.org/vm/pharo-spur64-headless/Linux-x86_64/source/PharoVM-11.0.0-Linux-x86_64-c-src.zip % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 196 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 error: cannot download source from any mirror error: builder for '/nix/store/q2ajkgnjvjp2mm8lwdnmq8pg01wh5wf6-source.drv' failed with exit code 1; last 7 log lines: > > trying https://files.pharo.org/vm/pharo-spur64-headless/Linux-x86_64/source/PharoVM-11.0.0-Linux-x86_64-c-src.zip > % Total % Received % Xferd Average Speed Time Time Time Current > Dload Upload Total Spent Left Speed > 0 196 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 > curl: (22) The requested URL returned error: 404 > error: cannot download source from any mirror For full logs, run 'nix log /nix/store/q2ajkgnjvjp2mm8lwdnmq8pg01wh5wf6-source.drv'. error: 1 dependencies of derivation '/nix/store/x77jyg67vad34i6vgrvsqfs8l6y6krsy-pharo-11.0.0.drv' failed to build [result] Failed to update pharo 10.0.9-de76067 -> 11.0.0 https://repology.org/project/pharo/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.qtawesome, using log file: /var/log/nixpkgs-update/python311Packages.qtawesome/2024-03-10.log python311Packages.qtawesome 0 -> 1 attrpath: python311Packages.qtawesome Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/l00kvlxkwyjcvnzr0d5akcck4ly5fip6-packages.json.drv building '/nix/store/l00kvlxkwyjcvnzr0d5akcck4ly5fip6-packages.json.drv'... Going to be running update for following packages: - python3.11-qtawesome-1.3.0 Press Enter key to continue... Running update for: - python3.11-qtawesome-1.3.0: UPDATING ... - python3.11-qtawesome-1.3.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.qtawesome 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath newsraft, using log file: /var/log/nixpkgs-update/newsraft/2024-03-10.log newsraft 0 -> 1 attrpath: newsraft